diff --git a/fyi/tree-sitter-version b/fyi/tree-sitter-version index 288213a..e25b980 100644 --- a/fyi/tree-sitter-version +++ b/fyi/tree-sitter-version @@ -1 +1 @@ -tree-sitter 0.22.6 (d521f0a0791d94f4442cf9be08322f6aabce20d6) +tree-sitter 0.26.3 diff --git a/fyi/versions b/fyi/versions index 7c73e21..0d1e925 100644 --- a/fyi/versions +++ b/fyi/versions @@ -1,32 +1,32 @@ File: semgrep-grammars/src/tree-sitter-python/LICENSE Git repo name: tree-sitter-python -Latest commit in repo: 409b5d671eb0ea4972eeacaaca24bbec1acf79b1 +Latest commit in repo: c5fca1a186e8e528115196178c28eefa8d86b0b0 Last change in file: - commit eb7313534683093b9ae7811991561131d6824828 - Author: Max Brunsfeld - Date: Wed Dec 14 22:22:02 2016 -0800 + commit 409b5d671eb0ea4972eeacaaca24bbec1acf79b1 + Author: Amaan Qureshi + Date: Tue Jan 7 16:59:00 2025 -0500 - Initial commit + fix(scanner): keep size of indents consistent --- File: semgrep-grammars/src/tree-sitter-python/grammar.js Git repo name: tree-sitter-python -Latest commit in repo: 409b5d671eb0ea4972eeacaaca24bbec1acf79b1 +Latest commit in repo: c5fca1a186e8e528115196178c28eefa8d86b0b0 Last change in file: - commit 9885368e8aa00e2fd6c6f2d28c4a9a7092140444 + commit 409b5d671eb0ea4972eeacaaca24bbec1acf79b1 Author: Amaan Qureshi - Date: Sun Dec 22 17:57:39 2024 -0500 + Date: Tue Jan 7 16:59:00 2025 -0500 - feat: add fields in `except_clause` + fix(scanner): keep size of indents consistent --- File: semgrep-grammars/src/semgrep-python/grammar.js -Git repo name: ocaml-tree-sitter-semgrep -Latest commit in repo: 58a4c3c46ea65e6208fc2a74143dc87bd4261f08 +Git repo name: caracas +Latest commit in repo: f8a2e9ce7645454fbcb4aacb1887821aebd66f7f Last change in file: - commit 58a4c3c46ea65e6208fc2a74143dc87bd4261f08 - Author: brandonspark - Date: Tue Mar 3 16:12:17 2026 -0800 + commit d68c1d87318808ec1b36ce89570ef6c0bc763f77 + Author: Brandon Wu <49291449+brandonspark@users.noreply.github.com> + Date: Wed Mar 4 13:06:00 2026 -0800 - feat(python): support ellipsis in dot-access chain patterns + feat(python): support ellipsis in dot-access chain patterns (#567) Override the `attribute` rule to accept `'...'` as an alternative to `identifier` in the attribute field. This lets semgrep patterns like @@ -35,5 +35,5 @@ Last change in file: Fixes https://github.com/semgrep/semgrep/issues/11545 - Co-Authored-By: Claude Opus 4.6 (1M context) + Co-authored-by: Claude Opus 4.6 (1M context) --- diff --git a/lib/parser.c b/lib/parser.c index ac9bcf4..a68b9f8 100644 --- a/lib/parser.c +++ b/lib/parser.c @@ -1,3 +1,5 @@ +/* Automatically @generated by tree-sitter */ + #include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) @@ -5,15 +7,17 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 2654 +#define STATE_COUNT 2653 #define LARGE_STATE_COUNT 190 #define SYMBOL_COUNT 273 -#define ALIAS_COUNT 1 +#define ALIAS_COUNT 0 #define TOKEN_COUNT 108 #define EXTERNAL_TOKEN_COUNT 12 #define FIELD_COUNT 32 #define MAX_ALIAS_SEQUENCE_LENGTH 10 -#define PRODUCTION_ID_COUNT 122 +#define MAX_RESERVED_WORD_SET_SIZE 0 +#define PRODUCTION_ID_COUNT 121 +#define SUPERTYPE_COUNT 0 enum ts_symbol_identifiers { sym_identifier = 1, @@ -288,7 +292,6 @@ enum ts_symbol_identifiers { aux_sym_string_repeat1 = 270, aux_sym_string_content_repeat1 = 271, aux_sym_format_specifier_repeat1 = 272, - alias_sym_tok_prec_p1_pat_a2d1fce = 273, }; static const char * const ts_symbol_names[] = { @@ -384,7 +387,7 @@ static const char * const ts_symbol_names[] = { [anon_sym_DOT_DOT_DOT] = "...", [sym_escape_sequence] = "escape_sequence", [sym_not_escape_sequence] = "not_escape_sequence", - [aux_sym_format_specifier_token1] = "format_specifier_token1", + [aux_sym_format_specifier_token1] = "tok_prec_p1_pat_a2d1fce", [sym_type_conversion] = "type_conversion", [sym_integer] = "integer", [sym_float] = "float", @@ -565,7 +568,6 @@ static const char * const ts_symbol_names[] = { [aux_sym_string_repeat1] = "string_repeat1", [aux_sym_string_content_repeat1] = "string_content_repeat1", [aux_sym_format_specifier_repeat1] = "format_specifier_repeat1", - [alias_sym_tok_prec_p1_pat_a2d1fce] = "tok_prec_p1_pat_a2d1fce", }; static const TSSymbol ts_symbol_map[] = { @@ -842,7 +844,6 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_string_repeat1] = aux_sym_string_repeat1, [aux_sym_string_content_repeat1] = aux_sym_string_content_repeat1, [aux_sym_format_specifier_repeat1] = aux_sym_format_specifier_repeat1, - [alias_sym_tok_prec_p1_pat_a2d1fce] = alias_sym_tok_prec_p1_pat_a2d1fce, }; static const TSSymbolMetadata ts_symbol_metadata[] = { @@ -1215,8 +1216,8 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .named = true, }, [aux_sym_format_specifier_token1] = { - .visible = false, - .named = false, + .visible = true, + .named = true, }, [sym_type_conversion] = { .visible = true, @@ -1938,10 +1939,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, - [alias_sym_tok_prec_p1_pat_a2d1fce] = { - .visible = true, - .named = true, - }, }; enum ts_field_identifiers { @@ -2015,7 +2012,7 @@ static const char * const ts_field_names[] = { [field_value] = "value", }; -static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { +static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [1] = {.index = 0, .length = 1}, [2] = {.index = 1, .length = 1}, [3] = {.index = 2, .length = 1}, @@ -2057,85 +2054,85 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [39] = {.index = 59, .length = 1}, [40] = {.index = 60, .length = 2}, [41] = {.index = 62, .length = 2}, - [43] = {.index = 64, .length = 2}, - [44] = {.index = 66, .length = 2}, - [45] = {.index = 68, .length = 1}, - [46] = {.index = 69, .length = 2}, - [47] = {.index = 71, .length = 1}, - [48] = {.index = 72, .length = 3}, - [49] = {.index = 75, .length = 3}, - [50] = {.index = 78, .length = 3}, - [51] = {.index = 81, .length = 3}, - [52] = {.index = 84, .length = 3}, - [53] = {.index = 87, .length = 3}, - [54] = {.index = 90, .length = 2}, - [55] = {.index = 92, .length = 2}, - [56] = {.index = 94, .length = 3}, - [57] = {.index = 97, .length = 3}, - [58] = {.index = 100, .length = 3}, - [59] = {.index = 103, .length = 3}, - [60] = {.index = 106, .length = 3}, - [61] = {.index = 109, .length = 1}, - [62] = {.index = 110, .length = 3}, - [63] = {.index = 113, .length = 2}, - [64] = {.index = 115, .length = 2}, - [65] = {.index = 117, .length = 2}, - [66] = {.index = 119, .length = 3}, - [67] = {.index = 122, .length = 2}, - [68] = {.index = 124, .length = 3}, - [69] = {.index = 127, .length = 1}, - [70] = {.index = 128, .length = 2}, - [71] = {.index = 130, .length = 3}, - [72] = {.index = 133, .length = 4}, - [73] = {.index = 137, .length = 4}, - [74] = {.index = 141, .length = 4}, - [75] = {.index = 145, .length = 3}, - [76] = {.index = 148, .length = 4}, - [77] = {.index = 152, .length = 4}, - [78] = {.index = 156, .length = 4}, - [79] = {.index = 160, .length = 4}, - [80] = {.index = 164, .length = 4}, - [81] = {.index = 168, .length = 4}, - [82] = {.index = 172, .length = 3}, - [83] = {.index = 175, .length = 3}, - [84] = {.index = 178, .length = 2}, - [85] = {.index = 180, .length = 3}, - [86] = {.index = 183, .length = 3}, - [87] = {.index = 186, .length = 4}, - [88] = {.index = 190, .length = 4}, - [89] = {.index = 194, .length = 5}, - [90] = {.index = 199, .length = 4}, - [91] = {.index = 203, .length = 4}, - [92] = {.index = 207, .length = 1}, - [93] = {.index = 208, .length = 4}, - [94] = {.index = 212, .length = 5}, - [95] = {.index = 217, .length = 5}, - [96] = {.index = 222, .length = 3}, - [97] = {.index = 225, .length = 4}, - [98] = {.index = 229, .length = 4}, - [99] = {.index = 233, .length = 4}, - [100] = {.index = 237, .length = 5}, - [101] = {.index = 242, .length = 1}, - [102] = {.index = 243, .length = 5}, - [103] = {.index = 248, .length = 5}, - [104] = {.index = 253, .length = 5}, - [105] = {.index = 258, .length = 5}, - [106] = {.index = 263, .length = 5}, - [107] = {.index = 268, .length = 5}, - [108] = {.index = 273, .length = 1}, - [109] = {.index = 274, .length = 2}, - [110] = {.index = 276, .length = 2}, - [111] = {.index = 278, .length = 2}, - [112] = {.index = 280, .length = 6}, - [113] = {.index = 286, .length = 6}, - [114] = {.index = 292, .length = 2}, - [115] = {.index = 294, .length = 2}, - [116] = {.index = 296, .length = 3}, - [117] = {.index = 299, .length = 1}, - [118] = {.index = 300, .length = 3}, - [119] = {.index = 303, .length = 2}, - [120] = {.index = 305, .length = 2}, - [121] = {.index = 307, .length = 3}, + [42] = {.index = 64, .length = 2}, + [43] = {.index = 66, .length = 2}, + [44] = {.index = 68, .length = 1}, + [45] = {.index = 69, .length = 2}, + [46] = {.index = 71, .length = 1}, + [47] = {.index = 72, .length = 3}, + [48] = {.index = 75, .length = 3}, + [49] = {.index = 78, .length = 3}, + [50] = {.index = 81, .length = 3}, + [51] = {.index = 84, .length = 3}, + [52] = {.index = 87, .length = 3}, + [53] = {.index = 90, .length = 2}, + [54] = {.index = 92, .length = 2}, + [55] = {.index = 94, .length = 3}, + [56] = {.index = 97, .length = 3}, + [57] = {.index = 100, .length = 3}, + [58] = {.index = 103, .length = 3}, + [59] = {.index = 106, .length = 3}, + [60] = {.index = 109, .length = 1}, + [61] = {.index = 110, .length = 3}, + [62] = {.index = 113, .length = 2}, + [63] = {.index = 115, .length = 2}, + [64] = {.index = 117, .length = 2}, + [65] = {.index = 119, .length = 3}, + [66] = {.index = 122, .length = 2}, + [67] = {.index = 124, .length = 3}, + [68] = {.index = 127, .length = 1}, + [69] = {.index = 128, .length = 2}, + [70] = {.index = 130, .length = 3}, + [71] = {.index = 133, .length = 4}, + [72] = {.index = 137, .length = 4}, + [73] = {.index = 141, .length = 4}, + [74] = {.index = 145, .length = 3}, + [75] = {.index = 148, .length = 4}, + [76] = {.index = 152, .length = 4}, + [77] = {.index = 156, .length = 4}, + [78] = {.index = 160, .length = 4}, + [79] = {.index = 164, .length = 4}, + [80] = {.index = 168, .length = 4}, + [81] = {.index = 172, .length = 3}, + [82] = {.index = 175, .length = 3}, + [83] = {.index = 178, .length = 2}, + [84] = {.index = 180, .length = 3}, + [85] = {.index = 183, .length = 3}, + [86] = {.index = 186, .length = 4}, + [87] = {.index = 190, .length = 4}, + [88] = {.index = 194, .length = 5}, + [89] = {.index = 199, .length = 4}, + [90] = {.index = 203, .length = 4}, + [91] = {.index = 207, .length = 1}, + [92] = {.index = 208, .length = 4}, + [93] = {.index = 212, .length = 5}, + [94] = {.index = 217, .length = 5}, + [95] = {.index = 222, .length = 3}, + [96] = {.index = 225, .length = 4}, + [97] = {.index = 229, .length = 4}, + [98] = {.index = 233, .length = 4}, + [99] = {.index = 237, .length = 5}, + [100] = {.index = 242, .length = 1}, + [101] = {.index = 243, .length = 5}, + [102] = {.index = 248, .length = 5}, + [103] = {.index = 253, .length = 5}, + [104] = {.index = 258, .length = 5}, + [105] = {.index = 263, .length = 5}, + [106] = {.index = 268, .length = 5}, + [107] = {.index = 273, .length = 1}, + [108] = {.index = 274, .length = 2}, + [109] = {.index = 276, .length = 2}, + [110] = {.index = 278, .length = 2}, + [111] = {.index = 280, .length = 6}, + [112] = {.index = 286, .length = 6}, + [113] = {.index = 292, .length = 2}, + [114] = {.index = 294, .length = 2}, + [115] = {.index = 296, .length = 3}, + [116] = {.index = 299, .length = 1}, + [117] = {.index = 300, .length = 3}, + [118] = {.index = 303, .length = 2}, + [119] = {.index = 305, .length = 2}, + [120] = {.index = 307, .length = 3}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -2573,9 +2570,6 @@ static const TSFieldMapEntry ts_field_map_entries[] = { static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, - [42] = { - [0] = alias_sym_tok_prec_p1_pat_a2d1fce, - }, }; static const uint16_t ts_non_terminal_alias_map[] = { @@ -2587,7 +2581,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1] = 1, [2] = 2, [3] = 3, - [4] = 3, + [4] = 4, [5] = 5, [6] = 6, [7] = 7, @@ -2613,59 +2607,59 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [27] = 27, [28] = 28, [29] = 29, - [30] = 30, + [30] = 27, [31] = 31, [32] = 32, [33] = 33, [34] = 34, - [35] = 35, - [36] = 6, - [37] = 7, - [38] = 8, - [39] = 9, - [40] = 10, - [41] = 11, - [42] = 12, - [43] = 13, - [44] = 14, - [45] = 15, - [46] = 16, - [47] = 17, - [48] = 18, - [49] = 19, - [50] = 20, - [51] = 21, - [52] = 22, - [53] = 23, - [54] = 24, - [55] = 25, - [56] = 27, - [57] = 28, + [35] = 3, + [36] = 4, + [37] = 5, + [38] = 6, + [39] = 7, + [40] = 8, + [41] = 9, + [42] = 10, + [43] = 11, + [44] = 12, + [45] = 13, + [46] = 14, + [47] = 15, + [48] = 16, + [49] = 17, + [50] = 18, + [51] = 19, + [52] = 20, + [53] = 21, + [54] = 22, + [55] = 24, + [56] = 25, + [57] = 26, [58] = 29, - [59] = 32, - [60] = 2, - [61] = 5, + [59] = 59, + [60] = 34, + [61] = 59, [62] = 62, - [63] = 63, - [64] = 62, - [65] = 63, - [66] = 63, - [67] = 63, - [68] = 68, - [69] = 63, - [70] = 63, - [71] = 63, - [72] = 63, + [63] = 62, + [64] = 64, + [65] = 64, + [66] = 66, + [67] = 62, + [68] = 62, + [69] = 62, + [70] = 62, + [71] = 62, + [72] = 62, [73] = 73, [74] = 74, [75] = 75, [76] = 76, - [77] = 77, + [77] = 75, [78] = 78, - [79] = 77, - [80] = 76, - [81] = 78, - [82] = 75, + [79] = 79, + [80] = 78, + [81] = 76, + [82] = 79, [83] = 83, [84] = 83, [85] = 85, @@ -2682,57 +2676,57 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [96] = 96, [97] = 97, [98] = 98, - [99] = 99, - [100] = 100, - [101] = 89, + [99] = 92, + [100] = 96, + [101] = 101, [102] = 102, [103] = 103, - [104] = 93, + [104] = 104, [105] = 105, - [106] = 94, - [107] = 96, - [108] = 108, - [109] = 102, - [110] = 103, - [111] = 105, - [112] = 108, + [106] = 102, + [107] = 88, + [108] = 89, + [109] = 90, + [110] = 110, + [111] = 97, + [112] = 87, [113] = 113, - [114] = 113, + [114] = 91, [115] = 115, [116] = 116, - [117] = 117, - [118] = 118, - [119] = 115, + [117] = 103, + [118] = 113, + [119] = 104, [120] = 120, [121] = 121, - [122] = 116, - [123] = 117, - [124] = 118, - [125] = 125, - [126] = 120, - [127] = 121, - [128] = 90, + [122] = 93, + [123] = 121, + [124] = 115, + [125] = 95, + [126] = 126, + [127] = 110, + [128] = 128, [129] = 129, - [130] = 125, - [131] = 87, + [130] = 130, + [131] = 94, [132] = 98, - [133] = 99, - [134] = 100, - [135] = 97, - [136] = 136, + [133] = 128, + [134] = 134, + [135] = 129, + [136] = 105, [137] = 137, [138] = 138, - [139] = 137, + [139] = 138, [140] = 137, [141] = 138, [142] = 137, - [143] = 138, + [143] = 137, [144] = 138, [145] = 137, [146] = 138, [147] = 137, - [148] = 137, - [149] = 138, + [148] = 138, + [149] = 137, [150] = 138, [151] = 137, [152] = 138, @@ -2744,456 +2738,456 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [158] = 156, [159] = 154, [160] = 156, - [161] = 157, - [162] = 162, + [161] = 161, + [162] = 157, [163] = 163, - [164] = 163, + [164] = 157, [165] = 157, [166] = 157, - [167] = 157, + [167] = 167, [168] = 157, - [169] = 162, + [169] = 161, [170] = 156, - [171] = 171, - [172] = 154, - [173] = 156, - [174] = 162, - [175] = 162, - [176] = 157, - [177] = 163, - [178] = 156, - [179] = 157, - [180] = 162, - [181] = 162, - [182] = 182, - [183] = 154, - [184] = 171, - [185] = 162, - [186] = 162, - [187] = 182, - [188] = 156, + [171] = 163, + [172] = 156, + [173] = 173, + [174] = 157, + [175] = 161, + [176] = 154, + [177] = 161, + [178] = 167, + [179] = 156, + [180] = 154, + [181] = 157, + [182] = 161, + [183] = 161, + [184] = 163, + [185] = 161, + [186] = 161, + [187] = 156, + [188] = 173, [189] = 189, [190] = 190, [191] = 191, - [192] = 192, - [193] = 193, - [194] = 190, + [192] = 191, + [193] = 190, + [194] = 194, [195] = 195, [196] = 196, - [197] = 190, - [198] = 195, - [199] = 196, - [200] = 190, - [201] = 195, - [202] = 196, - [203] = 195, - [204] = 196, - [205] = 195, - [206] = 196, - [207] = 190, - [208] = 196, + [197] = 197, + [198] = 191, + [199] = 199, + [200] = 191, + [201] = 190, + [202] = 199, + [203] = 191, + [204] = 190, + [205] = 191, + [206] = 190, + [207] = 199, + [208] = 191, [209] = 190, - [210] = 210, - [211] = 195, - [212] = 195, - [213] = 196, - [214] = 190, - [215] = 195, - [216] = 196, - [217] = 190, - [218] = 210, - [219] = 195, - [220] = 196, - [221] = 196, - [222] = 196, + [210] = 190, + [211] = 199, + [212] = 199, + [213] = 191, + [214] = 199, + [215] = 191, + [216] = 190, + [217] = 194, + [218] = 199, + [219] = 191, + [220] = 191, + [221] = 199, + [222] = 199, [223] = 223, [224] = 224, [225] = 225, [226] = 225, [227] = 227, [228] = 228, - [229] = 225, - [230] = 228, + [229] = 228, + [230] = 225, [231] = 228, [232] = 225, [233] = 228, [234] = 227, - [235] = 223, + [235] = 235, [236] = 236, - [237] = 236, + [237] = 237, [238] = 238, [239] = 239, [240] = 240, - [241] = 241, - [242] = 238, - [243] = 243, + [241] = 238, + [242] = 237, + [243] = 238, [244] = 244, - [245] = 245, + [245] = 238, [246] = 238, - [247] = 238, - [248] = 248, - [249] = 240, + [247] = 247, + [248] = 224, + [249] = 249, [250] = 250, - [251] = 251, - [252] = 252, - [253] = 238, - [254] = 254, - [255] = 255, - [256] = 238, - [257] = 224, - [258] = 238, - [259] = 236, - [260] = 240, - [261] = 236, - [262] = 251, + [251] = 238, + [252] = 235, + [253] = 253, + [254] = 235, + [255] = 238, + [256] = 237, + [257] = 257, + [258] = 223, + [259] = 238, + [260] = 260, + [261] = 235, + [262] = 237, [263] = 263, - [264] = 251, - [265] = 251, - [266] = 266, - [267] = 240, - [268] = 252, - [269] = 245, - [270] = 255, - [271] = 266, - [272] = 238, + [264] = 263, + [265] = 263, + [266] = 263, + [267] = 267, + [268] = 239, + [269] = 257, + [270] = 240, + [271] = 250, + [272] = 272, [273] = 273, [274] = 273, - [275] = 275, + [275] = 273, [276] = 276, - [277] = 277, - [278] = 278, - [279] = 273, - [280] = 278, - [281] = 275, - [282] = 276, - [283] = 275, - [284] = 276, - [285] = 277, - [286] = 273, - [287] = 278, - [288] = 275, - [289] = 278, - [290] = 277, - [291] = 273, - [292] = 278, - [293] = 275, + [277] = 276, + [278] = 273, + [279] = 276, + [280] = 280, + [281] = 273, + [282] = 282, + [283] = 283, + [284] = 282, + [285] = 282, + [286] = 283, + [287] = 280, + [288] = 283, + [289] = 280, + [290] = 282, + [291] = 282, + [292] = 283, + [293] = 273, [294] = 276, - [295] = 277, - [296] = 273, - [297] = 278, - [298] = 275, + [295] = 273, + [296] = 276, + [297] = 282, + [298] = 283, [299] = 276, - [300] = 277, - [301] = 278, - [302] = 275, - [303] = 276, - [304] = 273, - [305] = 278, - [306] = 275, - [307] = 276, - [308] = 277, - [309] = 273, + [300] = 282, + [301] = 283, + [302] = 280, + [303] = 283, + [304] = 280, + [305] = 273, + [306] = 276, + [307] = 280, + [308] = 283, + [309] = 282, [310] = 276, - [311] = 311, + [311] = 173, [312] = 312, [313] = 313, - [314] = 311, - [315] = 313, - [316] = 316, - [317] = 317, - [318] = 316, - [319] = 319, - [320] = 317, - [321] = 182, - [322] = 311, - [323] = 316, - [324] = 317, - [325] = 319, - [326] = 319, + [314] = 314, + [315] = 315, + [316] = 314, + [317] = 313, + [318] = 318, + [319] = 314, + [320] = 320, + [321] = 321, + [322] = 322, + [323] = 318, + [324] = 321, + [325] = 320, + [326] = 312, [327] = 327, - [328] = 327, - [329] = 313, - [330] = 330, - [331] = 327, - [332] = 332, + [328] = 321, + [329] = 318, + [330] = 313, + [331] = 320, + [332] = 312, [333] = 333, [334] = 334, - [335] = 335, - [336] = 334, - [337] = 335, - [338] = 338, - [339] = 335, - [340] = 338, - [341] = 335, - [342] = 338, - [343] = 338, - [344] = 244, - [345] = 335, - [346] = 338, - [347] = 334, - [348] = 244, - [349] = 244, - [350] = 335, - [351] = 335, - [352] = 338, - [353] = 338, - [354] = 335, - [355] = 338, + [335] = 333, + [336] = 336, + [337] = 333, + [338] = 333, + [339] = 336, + [340] = 336, + [341] = 333, + [342] = 342, + [343] = 247, + [344] = 334, + [345] = 247, + [346] = 334, + [347] = 247, + [348] = 334, + [349] = 333, + [350] = 334, + [351] = 334, + [352] = 334, + [353] = 333, + [354] = 334, + [355] = 333, [356] = 356, - [357] = 356, - [358] = 356, - [359] = 359, - [360] = 360, - [361] = 359, - [362] = 356, - [363] = 359, - [364] = 360, - [365] = 356, - [366] = 366, - [367] = 359, - [368] = 360, - [369] = 360, - [370] = 370, - [371] = 356, - [372] = 332, - [373] = 360, - [374] = 360, - [375] = 360, - [376] = 376, - [377] = 356, - [378] = 356, - [379] = 359, - [380] = 360, - [381] = 359, + [357] = 357, + [358] = 358, + [359] = 356, + [360] = 327, + [361] = 156, + [362] = 362, + [363] = 363, + [364] = 364, + [365] = 358, + [366] = 356, + [367] = 322, + [368] = 362, + [369] = 358, + [370] = 356, + [371] = 362, + [372] = 358, + [373] = 373, + [374] = 362, + [375] = 358, + [376] = 356, + [377] = 362, + [378] = 358, + [379] = 356, + [380] = 362, + [381] = 358, [382] = 356, - [383] = 359, - [384] = 360, + [383] = 362, + [384] = 358, [385] = 356, - [386] = 359, - [387] = 360, - [388] = 330, - [389] = 359, - [390] = 390, - [391] = 156, - [392] = 392, - [393] = 359, + [386] = 362, + [387] = 358, + [388] = 356, + [389] = 362, + [390] = 358, + [391] = 356, + [392] = 362, + [393] = 393, [394] = 394, [395] = 395, - [396] = 396, + [396] = 156, [397] = 397, [398] = 398, - [399] = 399, + [399] = 395, [400] = 400, - [401] = 401, + [401] = 398, [402] = 402, - [403] = 399, - [404] = 404, + [403] = 403, + [404] = 173, [405] = 405, [406] = 406, - [407] = 405, - [408] = 408, - [409] = 409, - [410] = 410, - [411] = 392, - [412] = 408, - [413] = 400, - [414] = 399, - [415] = 405, - [416] = 408, - [417] = 410, + [407] = 406, + [408] = 397, + [409] = 395, + [410] = 398, + [411] = 411, + [412] = 173, + [413] = 413, + [414] = 405, + [415] = 415, + [416] = 416, + [417] = 394, [418] = 418, - [419] = 419, + [419] = 373, [420] = 420, - [421] = 332, - [422] = 330, + [421] = 421, + [422] = 397, [423] = 423, - [424] = 424, - [425] = 156, - [426] = 182, - [427] = 182, - [428] = 400, - [429] = 429, - [430] = 332, - [431] = 330, + [424] = 405, + [425] = 327, + [426] = 322, + [427] = 427, + [428] = 428, + [429] = 406, + [430] = 430, + [431] = 431, [432] = 432, - [433] = 182, - [434] = 397, - [435] = 397, - [436] = 397, - [437] = 397, - [438] = 397, - [439] = 397, - [440] = 397, - [441] = 397, - [442] = 397, - [443] = 429, - [444] = 418, - [445] = 410, - [446] = 330, + [433] = 394, + [434] = 327, + [435] = 394, + [436] = 394, + [437] = 394, + [438] = 322, + [439] = 394, + [440] = 394, + [441] = 394, + [442] = 394, + [443] = 413, + [444] = 415, + [445] = 173, + [446] = 446, [447] = 447, - [448] = 447, - [449] = 449, - [450] = 450, + [448] = 448, + [449] = 322, + [450] = 446, [451] = 451, [452] = 452, [453] = 453, - [454] = 454, - [455] = 449, - [456] = 452, - [457] = 454, + [454] = 447, + [455] = 448, + [456] = 327, + [457] = 457, [458] = 451, - [459] = 332, - [460] = 450, + [459] = 453, + [460] = 457, [461] = 461, [462] = 462, [463] = 463, [464] = 464, [465] = 465, [466] = 466, - [467] = 467, + [467] = 466, [468] = 468, - [469] = 469, + [469] = 468, [470] = 470, [471] = 471, [472] = 472, - [473] = 473, + [473] = 464, [474] = 474, [475] = 475, [476] = 476, - [477] = 468, - [478] = 462, - [479] = 463, - [480] = 464, - [481] = 465, + [477] = 470, + [478] = 478, + [479] = 479, + [480] = 480, + [481] = 480, [482] = 482, - [483] = 483, - [484] = 484, + [483] = 461, + [484] = 480, [485] = 485, [486] = 486, - [487] = 466, - [488] = 465, - [489] = 489, - [490] = 464, - [491] = 491, - [492] = 472, - [493] = 461, - [494] = 465, - [495] = 471, - [496] = 461, + [487] = 487, + [488] = 488, + [489] = 464, + [490] = 482, + [491] = 482, + [492] = 487, + [493] = 479, + [494] = 494, + [495] = 475, + [496] = 496, [497] = 497, - [498] = 468, - [499] = 462, - [500] = 463, + [498] = 474, + [499] = 499, + [500] = 461, [501] = 501, - [502] = 466, - [503] = 471, - [504] = 461, - [505] = 486, - [506] = 466, - [507] = 468, - [508] = 508, - [509] = 462, - [510] = 491, - [511] = 472, - [512] = 463, - [513] = 464, - [514] = 464, - [515] = 515, - [516] = 497, - [517] = 465, - [518] = 497, - [519] = 491, - [520] = 472, - [521] = 465, - [522] = 471, - [523] = 491, - [524] = 472, - [525] = 461, - [526] = 468, - [527] = 462, - [528] = 463, + [502] = 502, + [503] = 470, + [504] = 485, + [505] = 475, + [506] = 506, + [507] = 507, + [508] = 461, + [509] = 480, + [510] = 487, + [511] = 485, + [512] = 480, + [513] = 482, + [514] = 482, + [515] = 461, + [516] = 485, + [517] = 486, + [518] = 487, + [519] = 479, + [520] = 475, + [521] = 485, + [522] = 474, + [523] = 499, + [524] = 486, + [525] = 476, + [526] = 464, + [527] = 475, + [528] = 479, [529] = 529, - [530] = 530, - [531] = 531, - [532] = 464, - [533] = 533, - [534] = 491, - [535] = 491, - [536] = 491, - [537] = 537, - [538] = 465, - [539] = 531, - [540] = 491, - [541] = 541, - [542] = 472, - [543] = 543, - [544] = 471, - [545] = 461, - [546] = 468, - [547] = 462, - [548] = 463, - [549] = 471, - [550] = 486, - [551] = 464, - [552] = 461, - [553] = 468, - [554] = 462, - [555] = 463, - [556] = 469, - [557] = 557, - [558] = 557, - [559] = 471, - [560] = 469, - [561] = 462, - [562] = 469, - [563] = 463, - [564] = 466, - [565] = 469, - [566] = 469, - [567] = 461, - [568] = 469, - [569] = 569, - [570] = 469, - [571] = 485, - [572] = 489, - [573] = 483, - [574] = 508, - [575] = 471, - [576] = 497, - [577] = 470, - [578] = 537, - [579] = 465, - [580] = 543, - [581] = 486, - [582] = 464, - [583] = 473, - [584] = 569, - [585] = 468, + [530] = 470, + [531] = 501, + [532] = 486, + [533] = 480, + [534] = 464, + [535] = 482, + [536] = 536, + [537] = 461, + [538] = 474, + [539] = 499, + [540] = 499, + [541] = 475, + [542] = 485, + [543] = 486, + [544] = 464, + [545] = 474, + [546] = 499, + [547] = 474, + [548] = 548, + [549] = 549, + [550] = 475, + [551] = 474, + [552] = 480, + [553] = 482, + [554] = 480, + [555] = 461, + [556] = 485, + [557] = 482, + [558] = 461, + [559] = 485, + [560] = 486, + [561] = 486, + [562] = 464, + [563] = 479, + [564] = 502, + [565] = 475, + [566] = 502, + [567] = 464, + [568] = 502, + [569] = 502, + [570] = 502, + [571] = 502, + [572] = 502, + [573] = 478, + [574] = 474, + [575] = 497, + [576] = 472, + [577] = 499, + [578] = 578, + [579] = 579, + [580] = 488, + [581] = 581, + [582] = 549, + [583] = 579, + [584] = 465, + [585] = 486, [586] = 586, - [587] = 587, - [588] = 586, + [587] = 586, + [588] = 588, [589] = 589, [590] = 590, [591] = 590, [592] = 589, - [593] = 587, + [593] = 588, [594] = 594, [595] = 595, [596] = 596, [597] = 597, - [598] = 598, + [598] = 595, [599] = 599, [600] = 600, - [601] = 596, - [602] = 600, - [603] = 595, + [601] = 601, + [602] = 602, + [603] = 600, [604] = 604, - [605] = 605, - [606] = 605, - [607] = 598, + [605] = 601, + [606] = 602, + [607] = 596, [608] = 599, - [609] = 604, - [610] = 597, + [609] = 597, + [610] = 604, [611] = 611, [612] = 612, [613] = 613, @@ -3201,112 +3195,112 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [615] = 615, [616] = 616, [617] = 617, - [618] = 614, + [618] = 618, [619] = 619, - [620] = 611, - [621] = 621, - [622] = 622, - [623] = 623, - [624] = 613, - [625] = 223, + [620] = 616, + [621] = 612, + [622] = 617, + [623] = 223, + [624] = 624, + [625] = 224, [626] = 626, - [627] = 612, - [628] = 224, + [627] = 619, + [628] = 628, [629] = 629, [630] = 630, [631] = 631, [632] = 632, [633] = 633, - [634] = 634, - [635] = 633, + [634] = 632, + [635] = 635, [636] = 636, [637] = 637, [638] = 638, - [639] = 634, + [639] = 639, [640] = 640, [641] = 641, - [642] = 641, + [642] = 642, [643] = 643, - [644] = 640, - [645] = 640, - [646] = 640, - [647] = 647, - [648] = 648, - [649] = 640, - [650] = 648, - [651] = 633, - [652] = 631, - [653] = 632, - [654] = 648, - [655] = 631, - [656] = 640, - [657] = 648, - [658] = 648, - [659] = 643, - [660] = 632, - [661] = 637, - [662] = 647, - [663] = 648, - [664] = 631, - [665] = 665, - [666] = 632, - [667] = 633, - [668] = 668, - [669] = 636, - [670] = 632, - [671] = 631, - [672] = 672, - [673] = 672, - [674] = 638, - [675] = 668, - [676] = 633, - [677] = 632, - [678] = 633, - [679] = 665, - [680] = 631, + [644] = 638, + [645] = 643, + [646] = 646, + [647] = 639, + [648] = 642, + [649] = 643, + [650] = 633, + [651] = 631, + [652] = 632, + [653] = 633, + [654] = 633, + [655] = 655, + [656] = 635, + [657] = 632, + [658] = 631, + [659] = 655, + [660] = 655, + [661] = 636, + [662] = 633, + [663] = 632, + [664] = 632, + [665] = 643, + [666] = 646, + [667] = 655, + [668] = 655, + [669] = 637, + [670] = 643, + [671] = 643, + [672] = 631, + [673] = 640, + [674] = 674, + [675] = 641, + [676] = 631, + [677] = 631, + [678] = 674, + [679] = 633, + [680] = 655, [681] = 681, - [682] = 682, + [682] = 681, [683] = 683, [684] = 684, [685] = 685, [686] = 686, [687] = 687, - [688] = 685, - [689] = 687, + [688] = 687, + [689] = 683, [690] = 690, - [691] = 691, - [692] = 682, - [693] = 690, - [694] = 684, - [695] = 695, - [696] = 695, - [697] = 697, + [691] = 685, + [692] = 692, + [693] = 693, + [694] = 692, + [695] = 693, + [696] = 696, + [697] = 684, [698] = 698, - [699] = 697, - [700] = 698, - [701] = 691, - [702] = 683, - [703] = 681, - [704] = 686, + [699] = 699, + [700] = 696, + [701] = 686, + [702] = 690, + [703] = 699, + [704] = 698, [705] = 705, [706] = 706, [707] = 707, [708] = 708, [709] = 709, - [710] = 705, + [710] = 707, [711] = 711, [712] = 712, - [713] = 224, - [714] = 709, - [715] = 708, - [716] = 223, - [717] = 717, - [718] = 707, - [719] = 711, - [720] = 717, - [721] = 706, - [722] = 712, - [723] = 706, + [713] = 711, + [714] = 223, + [715] = 715, + [716] = 712, + [717] = 224, + [718] = 709, + [719] = 708, + [720] = 709, + [721] = 711, + [722] = 706, + [723] = 715, [724] = 705, [725] = 725, [726] = 726, @@ -3330,100 +3324,100 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [744] = 744, [745] = 745, [746] = 746, - [747] = 738, + [747] = 747, [748] = 748, [749] = 749, [750] = 750, [751] = 751, - [752] = 732, - [753] = 730, + [752] = 752, + [753] = 753, [754] = 754, [755] = 755, [756] = 756, - [757] = 757, - [758] = 758, + [757] = 729, + [758] = 725, [759] = 759, [760] = 760, [761] = 761, - [762] = 750, + [762] = 762, [763] = 763, - [764] = 745, - [765] = 760, - [766] = 766, - [767] = 732, - [768] = 732, - [769] = 739, - [770] = 740, - [771] = 743, - [772] = 744, - [773] = 746, + [764] = 764, + [765] = 729, + [766] = 734, + [767] = 738, + [768] = 739, + [769] = 743, + [770] = 744, + [771] = 745, + [772] = 772, + [773] = 773, [774] = 748, - [775] = 749, - [776] = 751, - [777] = 754, - [778] = 757, - [779] = 758, - [780] = 759, - [781] = 761, - [782] = 732, - [783] = 783, - [784] = 784, - [785] = 785, - [786] = 786, - [787] = 787, - [788] = 788, - [789] = 783, - [790] = 784, - [791] = 791, - [792] = 792, - [793] = 725, + [775] = 775, + [776] = 749, + [777] = 729, + [778] = 778, + [779] = 750, + [780] = 752, + [781] = 781, + [782] = 754, + [783] = 755, + [784] = 760, + [785] = 761, + [786] = 772, + [787] = 773, + [788] = 775, + [789] = 778, + [790] = 790, + [791] = 790, + [792] = 751, + [793] = 793, [794] = 794, - [795] = 795, + [795] = 756, [796] = 796, - [797] = 732, - [798] = 798, + [797] = 797, + [798] = 729, [799] = 799, [800] = 800, [801] = 801, [802] = 802, - [803] = 755, - [804] = 756, - [805] = 785, + [803] = 803, + [804] = 804, + [805] = 759, [806] = 806, [807] = 807, - [808] = 808, - [809] = 809, + [808] = 793, + [809] = 781, [810] = 726, - [811] = 786, + [811] = 729, [812] = 727, - [813] = 787, - [814] = 728, - [815] = 729, - [816] = 801, - [817] = 731, - [818] = 788, + [813] = 728, + [814] = 730, + [815] = 794, + [816] = 731, + [817] = 796, + [818] = 732, [819] = 733, - [820] = 734, + [820] = 797, [821] = 735, - [822] = 736, - [823] = 737, - [824] = 791, - [825] = 741, - [826] = 742, - [827] = 806, - [828] = 792, - [829] = 807, - [830] = 808, - [831] = 794, - [832] = 795, - [833] = 796, - [834] = 798, - [835] = 799, - [836] = 802, - [837] = 800, - [838] = 766, - [839] = 809, - [840] = 763, + [822] = 799, + [823] = 736, + [824] = 737, + [825] = 800, + [826] = 740, + [827] = 741, + [828] = 742, + [829] = 801, + [830] = 802, + [831] = 746, + [832] = 747, + [833] = 762, + [834] = 763, + [835] = 803, + [836] = 804, + [837] = 764, + [838] = 806, + [839] = 807, + [840] = 753, [841] = 841, [842] = 841, [843] = 843, @@ -3435,939 +3429,939 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [849] = 843, [850] = 843, [851] = 851, - [852] = 851, + [852] = 852, [853] = 853, - [854] = 854, - [855] = 855, - [856] = 856, - [857] = 857, + [854] = 851, + [855] = 852, + [856] = 853, + [857] = 851, [858] = 858, - [859] = 859, + [859] = 858, [860] = 860, - [861] = 861, - [862] = 853, - [863] = 851, - [864] = 853, - [865] = 854, - [866] = 855, - [867] = 856, - [868] = 857, - [869] = 858, - [870] = 859, - [871] = 854, - [872] = 855, - [873] = 856, - [874] = 857, - [875] = 875, - [876] = 861, - [877] = 858, - [878] = 878, - [879] = 860, - [880] = 859, - [881] = 878, - [882] = 859, - [883] = 851, - [884] = 853, - [885] = 854, - [886] = 855, - [887] = 856, - [888] = 857, + [861] = 858, + [862] = 862, + [863] = 863, + [864] = 864, + [865] = 862, + [866] = 864, + [867] = 867, + [868] = 868, + [869] = 869, + [870] = 852, + [871] = 853, + [872] = 851, + [873] = 867, + [874] = 858, + [875] = 860, + [876] = 862, + [877] = 864, + [878] = 863, + [879] = 867, + [880] = 868, + [881] = 869, + [882] = 852, + [883] = 853, + [884] = 851, + [885] = 868, + [886] = 863, + [887] = 862, + [888] = 864, [889] = 858, - [890] = 859, - [891] = 875, - [892] = 861, - [893] = 878, - [894] = 875, - [895] = 861, - [896] = 878, - [897] = 851, - [898] = 878, - [899] = 851, - [900] = 853, - [901] = 854, - [902] = 857, - [903] = 856, - [904] = 857, - [905] = 875, - [906] = 858, - [907] = 861, - [908] = 859, - [909] = 875, - [910] = 861, - [911] = 875, - [912] = 875, - [913] = 861, - [914] = 853, - [915] = 851, - [916] = 853, - [917] = 854, - [918] = 855, - [919] = 856, - [920] = 857, - [921] = 858, - [922] = 875, - [923] = 859, - [924] = 861, - [925] = 875, - [926] = 854, - [927] = 875, - [928] = 928, - [929] = 855, - [930] = 851, - [931] = 853, - [932] = 854, - [933] = 855, - [934] = 856, - [935] = 857, - [936] = 858, - [937] = 859, - [938] = 858, - [939] = 856, - [940] = 875, - [941] = 875, - [942] = 875, - [943] = 855, - [944] = 928, - [945] = 928, - [946] = 928, + [890] = 860, + [891] = 867, + [892] = 868, + [893] = 869, + [894] = 852, + [895] = 853, + [896] = 851, + [897] = 869, + [898] = 864, + [899] = 863, + [900] = 858, + [901] = 860, + [902] = 860, + [903] = 867, + [904] = 869, + [905] = 858, + [906] = 863, + [907] = 860, + [908] = 868, + [909] = 869, + [910] = 910, + [911] = 862, + [912] = 852, + [913] = 862, + [914] = 864, + [915] = 867, + [916] = 868, + [917] = 869, + [918] = 852, + [919] = 853, + [920] = 851, + [921] = 864, + [922] = 858, + [923] = 867, + [924] = 860, + [925] = 858, + [926] = 860, + [927] = 868, + [928] = 858, + [929] = 862, + [930] = 858, + [931] = 864, + [932] = 867, + [933] = 868, + [934] = 869, + [935] = 852, + [936] = 936, + [937] = 853, + [938] = 851, + [939] = 853, + [940] = 910, + [941] = 858, + [942] = 858, + [943] = 862, + [944] = 936, + [945] = 936, + [946] = 936, [947] = 947, - [948] = 928, - [949] = 928, - [950] = 950, + [948] = 936, + [949] = 949, + [950] = 936, [951] = 951, - [952] = 928, - [953] = 928, + [952] = 936, + [953] = 936, [954] = 954, - [955] = 950, - [956] = 951, - [957] = 947, + [955] = 955, + [956] = 956, + [957] = 957, [958] = 958, [959] = 959, - [960] = 960, - [961] = 951, - [962] = 962, - [963] = 928, - [964] = 950, - [965] = 947, + [960] = 949, + [961] = 947, + [962] = 947, + [963] = 949, + [964] = 964, + [965] = 949, [966] = 951, - [967] = 967, + [967] = 951, [968] = 968, - [969] = 950, + [969] = 936, [970] = 947, [971] = 971, [972] = 972, - [973] = 973, - [974] = 958, - [975] = 959, - [976] = 950, - [977] = 977, - [978] = 968, - [979] = 979, - [980] = 980, - [981] = 951, - [982] = 972, - [983] = 947, - [984] = 973, - [985] = 960, - [986] = 962, - [987] = 967, - [988] = 971, - [989] = 954, - [990] = 958, - [991] = 991, - [992] = 928, - [993] = 959, - [994] = 994, - [995] = 968, - [996] = 947, - [997] = 968, - [998] = 616, - [999] = 615, - [1000] = 950, - [1001] = 626, - [1002] = 972, - [1003] = 973, - [1004] = 960, - [1005] = 617, - [1006] = 951, - [1007] = 962, - [1008] = 967, - [1009] = 971, - [1010] = 623, - [1011] = 972, - [1012] = 928, - [1013] = 973, - [1014] = 960, - [1015] = 962, - [1016] = 947, - [1017] = 954, - [1018] = 958, - [1019] = 928, - [1020] = 967, - [1021] = 950, - [1022] = 971, - [1023] = 954, - [1024] = 951, - [1025] = 959, - [1026] = 630, - [1027] = 622, - [1028] = 1028, - [1029] = 960, - [1030] = 1030, - [1031] = 1031, - [1032] = 623, - [1033] = 979, - [1034] = 600, - [1035] = 980, - [1036] = 994, + [973] = 951, + [974] = 974, + [975] = 949, + [976] = 947, + [977] = 936, + [978] = 951, + [979] = 964, + [980] = 964, + [981] = 981, + [982] = 959, + [983] = 983, + [984] = 949, + [985] = 959, + [986] = 947, + [987] = 987, + [988] = 954, + [989] = 955, + [990] = 957, + [991] = 958, + [992] = 968, + [993] = 971, + [994] = 972, + [995] = 956, + [996] = 964, + [997] = 959, + [998] = 956, + [999] = 954, + [1000] = 955, + [1001] = 957, + [1002] = 626, + [1003] = 954, + [1004] = 955, + [1005] = 957, + [1006] = 958, + [1007] = 968, + [1008] = 971, + [1009] = 972, + [1010] = 956, + [1011] = 958, + [1012] = 951, + [1013] = 968, + [1014] = 618, + [1015] = 615, + [1016] = 630, + [1017] = 613, + [1018] = 611, + [1019] = 629, + [1020] = 936, + [1021] = 951, + [1022] = 949, + [1023] = 936, + [1024] = 971, + [1025] = 947, + [1026] = 972, + [1027] = 1027, + [1028] = 1027, + [1029] = 949, + [1030] = 947, + [1031] = 964, + [1032] = 981, + [1033] = 611, + [1034] = 974, + [1035] = 959, + [1036] = 1036, [1037] = 1037, - [1038] = 972, - [1039] = 1039, + [1038] = 1038, + [1039] = 981, [1040] = 1040, [1041] = 1041, - [1042] = 951, + [1042] = 1042, [1043] = 1043, - [1044] = 980, - [1045] = 994, - [1046] = 967, + [1044] = 1044, + [1045] = 1027, + [1046] = 1046, [1047] = 1047, - [1048] = 958, + [1048] = 1048, [1049] = 1049, - [1050] = 1050, - [1051] = 615, - [1052] = 1052, - [1053] = 973, - [1054] = 630, - [1055] = 1055, - [1056] = 960, - [1057] = 972, - [1058] = 962, - [1059] = 1059, - [1060] = 1060, - [1061] = 962, - [1062] = 967, + [1050] = 629, + [1051] = 1051, + [1052] = 618, + [1053] = 1053, + [1054] = 954, + [1055] = 955, + [1056] = 957, + [1057] = 958, + [1058] = 968, + [1059] = 971, + [1060] = 972, + [1061] = 956, + [1062] = 595, [1063] = 1063, - [1064] = 971, - [1065] = 1065, - [1066] = 954, - [1067] = 596, + [1064] = 954, + [1065] = 955, + [1066] = 615, + [1067] = 1067, [1068] = 1068, - [1069] = 629, - [1070] = 958, - [1071] = 980, - [1072] = 622, - [1073] = 991, - [1074] = 994, - [1075] = 621, - [1076] = 959, - [1077] = 972, - [1078] = 1078, - [1079] = 968, - [1080] = 991, - [1081] = 1081, + [1069] = 1069, + [1070] = 630, + [1071] = 974, + [1072] = 1072, + [1073] = 983, + [1074] = 957, + [1075] = 958, + [1076] = 968, + [1077] = 613, + [1078] = 971, + [1079] = 972, + [1080] = 1027, + [1081] = 956, [1082] = 1082, - [1083] = 973, - [1084] = 960, + [1083] = 1083, + [1084] = 1084, [1085] = 1085, - [1086] = 959, - [1087] = 962, - [1088] = 950, - [1089] = 967, - [1090] = 971, - [1091] = 954, - [1092] = 958, - [1093] = 971, - [1094] = 979, - [1095] = 947, - [1096] = 991, - [1097] = 1097, - [1098] = 617, - [1099] = 1055, - [1100] = 959, - [1101] = 1028, - [1102] = 954, - [1103] = 977, - [1104] = 979, - [1105] = 616, - [1106] = 1106, - [1107] = 1107, - [1108] = 1108, - [1109] = 977, - [1110] = 968, - [1111] = 968, - [1112] = 626, - [1113] = 1113, - [1114] = 973, - [1115] = 954, - [1116] = 959, - [1117] = 968, - [1118] = 1039, - [1119] = 1041, - [1120] = 1108, - [1121] = 1039, - [1122] = 1108, - [1123] = 991, - [1124] = 1059, - [1125] = 1060, - [1126] = 972, - [1127] = 973, - [1128] = 960, - [1129] = 962, - [1130] = 967, - [1131] = 971, - [1132] = 958, - [1133] = 629, - [1134] = 1052, - [1135] = 629, - [1136] = 1078, - [1137] = 1113, - [1138] = 621, - [1139] = 621, - [1140] = 600, - [1141] = 623, - [1142] = 979, - [1143] = 1097, - [1144] = 596, - [1145] = 980, - [1146] = 994, - [1147] = 1052, - [1148] = 1078, - [1149] = 1113, - [1150] = 1081, - [1151] = 1040, - [1152] = 1049, - [1153] = 1043, - [1154] = 1050, - [1155] = 1037, - [1156] = 630, - [1157] = 1107, - [1158] = 1063, - [1159] = 616, - [1160] = 626, - [1161] = 991, - [1162] = 622, - [1163] = 1106, - [1164] = 615, - [1165] = 617, - [1166] = 1085, + [1086] = 1086, + [1087] = 596, + [1088] = 614, + [1089] = 987, + [1090] = 983, + [1091] = 1091, + [1092] = 964, + [1093] = 959, + [1094] = 974, + [1095] = 951, + [1096] = 1042, + [1097] = 1044, + [1098] = 628, + [1099] = 964, + [1100] = 1100, + [1101] = 959, + [1102] = 626, + [1103] = 954, + [1104] = 955, + [1105] = 957, + [1106] = 958, + [1107] = 968, + [1108] = 971, + [1109] = 972, + [1110] = 956, + [1111] = 987, + [1112] = 1112, + [1113] = 983, + [1114] = 987, + [1115] = 1046, + [1116] = 1027, + [1117] = 1082, + [1118] = 1069, + [1119] = 1091, + [1120] = 964, + [1121] = 1027, + [1122] = 1046, + [1123] = 1047, + [1124] = 954, + [1125] = 955, + [1126] = 626, + [1127] = 957, + [1128] = 958, + [1129] = 968, + [1130] = 971, + [1131] = 972, + [1132] = 956, + [1133] = 959, + [1134] = 1082, + [1135] = 1069, + [1136] = 1067, + [1137] = 987, + [1138] = 1083, + [1139] = 1086, + [1140] = 618, + [1141] = 1084, + [1142] = 1036, + [1143] = 1040, + [1144] = 626, + [1145] = 1037, + [1146] = 626, + [1147] = 983, + [1148] = 983, + [1149] = 1068, + [1150] = 1100, + [1151] = 1072, + [1152] = 1051, + [1153] = 1063, + [1154] = 1049, + [1155] = 618, + [1156] = 615, + [1157] = 630, + [1158] = 613, + [1159] = 1041, + [1160] = 1048, + [1161] = 615, + [1162] = 630, + [1163] = 613, + [1164] = 1085, + [1165] = 611, + [1166] = 629, [1167] = 1082, - [1168] = 623, - [1169] = 621, - [1170] = 1097, - [1171] = 1065, - [1172] = 980, - [1173] = 994, - [1174] = 1065, - [1175] = 1047, - [1176] = 1055, - [1177] = 596, - [1178] = 1081, - [1179] = 1041, - [1180] = 1040, - [1181] = 1049, - [1182] = 1043, - [1183] = 1050, - [1184] = 1041, - [1185] = 1039, - [1186] = 1108, - [1187] = 1059, - [1188] = 1060, - [1189] = 1052, - [1190] = 1078, - [1191] = 1113, - [1192] = 1037, - [1193] = 1097, - [1194] = 1107, - [1195] = 616, - [1196] = 626, - [1197] = 622, - [1198] = 1063, - [1199] = 1106, - [1200] = 1081, - [1201] = 1040, - [1202] = 1049, - [1203] = 1043, - [1204] = 1050, - [1205] = 1037, - [1206] = 1107, - [1207] = 1063, - [1208] = 1047, - [1209] = 1106, - [1210] = 1085, - [1211] = 615, - [1212] = 617, - [1213] = 1082, - [1214] = 612, - [1215] = 613, - [1216] = 629, - [1217] = 1028, - [1218] = 621, - [1219] = 980, - [1220] = 994, - [1221] = 1065, - [1222] = 600, - [1223] = 979, - [1224] = 623, - [1225] = 611, - [1226] = 1047, - [1227] = 977, - [1228] = 1085, - [1229] = 977, - [1230] = 1082, - [1231] = 630, - [1232] = 616, - [1233] = 626, - [1234] = 622, - [1235] = 991, - [1236] = 615, + [1168] = 1069, + [1169] = 1067, + [1170] = 628, + [1171] = 614, + [1172] = 1053, + [1173] = 611, + [1174] = 629, + [1175] = 1091, + [1176] = 1042, + [1177] = 1083, + [1178] = 1086, + [1179] = 1068, + [1180] = 1044, + [1181] = 1084, + [1182] = 1036, + [1183] = 1040, + [1184] = 1037, + [1185] = 1067, + [1186] = 614, + [1187] = 1083, + [1188] = 1086, + [1189] = 1046, + [1190] = 1047, + [1191] = 1084, + [1192] = 1036, + [1193] = 1040, + [1194] = 619, + [1195] = 1037, + [1196] = 628, + [1197] = 618, + [1198] = 1068, + [1199] = 1100, + [1200] = 628, + [1201] = 1048, + [1202] = 1072, + [1203] = 595, + [1204] = 1051, + [1205] = 974, + [1206] = 1053, + [1207] = 1100, + [1208] = 1063, + [1209] = 974, + [1210] = 981, + [1211] = 1049, + [1212] = 612, + [1213] = 1041, + [1214] = 1048, + [1215] = 615, + [1216] = 630, + [1217] = 613, + [1218] = 1085, + [1219] = 611, + [1220] = 629, + [1221] = 987, + [1222] = 596, + [1223] = 614, + [1224] = 1027, + [1225] = 1072, + [1226] = 974, + [1227] = 628, + [1228] = 1047, + [1229] = 595, + [1230] = 987, + [1231] = 981, + [1232] = 983, + [1233] = 1053, + [1234] = 1051, + [1235] = 1063, + [1236] = 1085, [1237] = 617, - [1238] = 1059, - [1239] = 1060, - [1240] = 979, - [1241] = 621, - [1242] = 630, - [1243] = 1081, - [1244] = 1060, - [1245] = 623, - [1246] = 611, - [1247] = 1047, - [1248] = 1059, - [1249] = 1052, - [1250] = 1113, + [1238] = 1049, + [1239] = 1091, + [1240] = 628, + [1241] = 1041, + [1242] = 596, + [1243] = 1068, + [1244] = 628, + [1245] = 630, + [1246] = 1068, + [1247] = 1086, + [1248] = 626, + [1249] = 1085, + [1250] = 629, [1251] = 1041, - [1252] = 1039, - [1253] = 1108, - [1254] = 619, - [1255] = 1052, - [1256] = 1078, - [1257] = 1113, - [1258] = 629, - [1259] = 623, - [1260] = 1097, - [1261] = 1030, - [1262] = 1068, - [1263] = 630, - [1264] = 1040, - [1265] = 1265, - [1266] = 616, - [1267] = 1081, - [1268] = 626, - [1269] = 622, - [1270] = 1049, - [1271] = 615, - [1272] = 1106, - [1273] = 617, - [1274] = 1040, - [1275] = 1049, - [1276] = 1043, - [1277] = 1050, - [1278] = 1043, - [1279] = 611, - [1280] = 1037, - [1281] = 979, - [1282] = 621, - [1283] = 991, - [1284] = 1050, - [1285] = 630, - [1286] = 1059, - [1287] = 1107, - [1288] = 612, - [1289] = 1063, - [1290] = 613, - [1291] = 621, - [1292] = 611, - [1293] = 616, - [1294] = 626, - [1295] = 622, - [1296] = 615, - [1297] = 617, - [1298] = 612, - [1299] = 613, - [1300] = 1106, - [1301] = 1085, - [1302] = 1082, - [1303] = 1060, - [1304] = 629, - [1305] = 980, - [1306] = 994, - [1307] = 1065, - [1308] = 1047, - [1309] = 1085, - [1310] = 1082, - [1311] = 1097, - [1312] = 1041, - [1313] = 1037, - [1314] = 1039, - [1315] = 1108, - [1316] = 1085, - [1317] = 1082, - [1318] = 1060, - [1319] = 1052, - [1320] = 1078, - [1321] = 1113, - [1322] = 621, - [1323] = 1097, - [1324] = 1081, - [1325] = 1065, - [1326] = 612, - [1327] = 1047, - [1328] = 1078, + [1252] = 617, + [1253] = 619, + [1254] = 1048, + [1255] = 1063, + [1256] = 1068, + [1257] = 1100, + [1258] = 1072, + [1259] = 1051, + [1260] = 1063, + [1261] = 624, + [1262] = 1082, + [1263] = 1049, + [1264] = 1037, + [1265] = 613, + [1266] = 1038, + [1267] = 1046, + [1268] = 1100, + [1269] = 1072, + [1270] = 1046, + [1271] = 1082, + [1272] = 1069, + [1273] = 1051, + [1274] = 1063, + [1275] = 1069, + [1276] = 1047, + [1277] = 619, + [1278] = 1049, + [1279] = 1047, + [1280] = 628, + [1281] = 1043, + [1282] = 612, + [1283] = 1041, + [1284] = 617, + [1285] = 1053, + [1286] = 612, + [1287] = 1091, + [1288] = 611, + [1289] = 629, + [1290] = 614, + [1291] = 1091, + [1292] = 1048, + [1293] = 1048, + [1294] = 1083, + [1295] = 974, + [1296] = 1086, + [1297] = 614, + [1298] = 1053, + [1299] = 617, + [1300] = 1300, + [1301] = 1082, + [1302] = 1069, + [1303] = 628, + [1304] = 1085, + [1305] = 1084, + [1306] = 614, + [1307] = 1067, + [1308] = 1036, + [1309] = 1027, + [1310] = 1084, + [1311] = 1036, + [1312] = 987, + [1313] = 983, + [1314] = 619, + [1315] = 1083, + [1316] = 1086, + [1317] = 615, + [1318] = 1040, + [1319] = 1053, + [1320] = 618, + [1321] = 1084, + [1322] = 1036, + [1323] = 1040, + [1324] = 1046, + [1325] = 630, + [1326] = 1047, + [1327] = 624, + [1328] = 1037, [1329] = 1040, - [1330] = 1049, - [1331] = 1043, - [1332] = 1050, - [1333] = 1037, - [1334] = 1107, - [1335] = 1063, - [1336] = 613, - [1337] = 1041, - [1338] = 629, - [1339] = 1106, - [1340] = 619, - [1341] = 1107, - [1342] = 1039, - [1343] = 1108, - [1344] = 621, - [1345] = 1063, - [1346] = 1065, - [1347] = 1059, - [1348] = 621, - [1349] = 1040, - [1350] = 1049, - [1351] = 1043, - [1352] = 1050, - [1353] = 1055, - [1354] = 1028, - [1355] = 1065, - [1356] = 1055, - [1357] = 1028, - [1358] = 623, - [1359] = 630, - [1360] = 616, - [1361] = 626, - [1362] = 622, - [1363] = 615, - [1364] = 617, - [1365] = 1041, - [1366] = 1047, - [1367] = 1039, - [1368] = 1037, - [1369] = 1055, - [1370] = 619, - [1371] = 1059, - [1372] = 1107, - [1373] = 1063, - [1374] = 1060, - [1375] = 1108, - [1376] = 1028, - [1377] = 1097, - [1378] = 1106, - [1379] = 1052, - [1380] = 1078, - [1381] = 1085, - [1382] = 1082, - [1383] = 1113, - [1384] = 619, + [1330] = 613, + [1331] = 1037, + [1332] = 1049, + [1333] = 618, + [1334] = 628, + [1335] = 626, + [1336] = 1083, + [1337] = 612, + [1338] = 1091, + [1339] = 615, + [1340] = 1067, + [1341] = 1067, + [1342] = 1041, + [1343] = 611, + [1344] = 1100, + [1345] = 1072, + [1346] = 1051, + [1347] = 1085, + [1348] = 1100, + [1349] = 1082, + [1350] = 1069, + [1351] = 614, + [1352] = 1042, + [1353] = 1053, + [1354] = 1042, + [1355] = 1091, + [1356] = 1044, + [1357] = 1044, + [1358] = 1067, + [1359] = 1083, + [1360] = 1086, + [1361] = 1046, + [1362] = 1084, + [1363] = 1036, + [1364] = 628, + [1365] = 1047, + [1366] = 1037, + [1367] = 1068, + [1368] = 1072, + [1369] = 1051, + [1370] = 1063, + [1371] = 1049, + [1372] = 1041, + [1373] = 1048, + [1374] = 624, + [1375] = 1042, + [1376] = 1085, + [1377] = 1044, + [1378] = 626, + [1379] = 624, + [1380] = 618, + [1381] = 615, + [1382] = 630, + [1383] = 613, + [1384] = 611, [1385] = 629, - [1386] = 1081, - [1387] = 630, - [1388] = 616, - [1389] = 626, - [1390] = 622, - [1391] = 615, - [1392] = 617, - [1393] = 1265, - [1394] = 629, - [1395] = 613, - [1396] = 612, - [1397] = 621, - [1398] = 621, - [1399] = 623, + [1386] = 1040, + [1387] = 618, + [1388] = 628, + [1389] = 628, + [1390] = 626, + [1391] = 617, + [1392] = 1300, + [1393] = 628, + [1394] = 612, + [1395] = 619, + [1396] = 628, + [1397] = 630, + [1398] = 615, + [1399] = 613, [1400] = 611, - [1401] = 621, - [1402] = 621, + [1401] = 629, + [1402] = 614, [1403] = 1403, [1404] = 1404, [1405] = 1405, [1406] = 1406, [1407] = 1407, - [1408] = 1406, + [1408] = 1408, [1409] = 1409, - [1410] = 1410, - [1411] = 1406, - [1412] = 1410, + [1410] = 1406, + [1411] = 1411, + [1412] = 1412, [1413] = 1413, - [1414] = 1414, - [1415] = 1407, - [1416] = 1414, + [1414] = 1407, + [1415] = 1409, + [1416] = 1408, [1417] = 1406, - [1418] = 1410, - [1419] = 1409, - [1420] = 1420, - [1421] = 1420, - [1422] = 1405, + [1418] = 1408, + [1419] = 1407, + [1420] = 1405, + [1421] = 1421, + [1422] = 1411, [1423] = 1405, - [1424] = 1413, - [1425] = 1407, - [1426] = 1413, - [1427] = 1407, - [1428] = 1414, - [1429] = 1414, - [1430] = 1430, - [1431] = 1409, - [1432] = 1430, - [1433] = 1420, - [1434] = 1405, - [1435] = 1430, - [1436] = 1430, - [1437] = 1410, - [1438] = 1409, - [1439] = 1420, - [1440] = 1413, + [1424] = 1421, + [1425] = 1411, + [1426] = 1412, + [1427] = 1412, + [1428] = 1413, + [1429] = 1413, + [1430] = 1405, + [1431] = 1408, + [1432] = 1406, + [1433] = 1421, + [1434] = 1407, + [1435] = 1409, + [1436] = 1421, + [1437] = 1411, + [1438] = 1412, + [1439] = 1413, + [1440] = 1409, [1441] = 1441, - [1442] = 1441, + [1442] = 1442, [1443] = 1443, - [1444] = 1441, - [1445] = 1445, + [1444] = 1442, + [1445] = 1442, [1446] = 1446, [1447] = 1446, [1448] = 1448, - [1449] = 1448, + [1449] = 1449, [1450] = 1448, - [1451] = 1451, - [1452] = 1451, - [1453] = 1446, - [1454] = 1451, - [1455] = 1448, - [1456] = 1451, - [1457] = 1446, + [1451] = 1449, + [1452] = 1446, + [1453] = 1448, + [1454] = 1448, + [1455] = 1446, + [1456] = 1449, + [1457] = 1449, [1458] = 1458, [1459] = 1459, [1460] = 1460, [1461] = 1461, [1462] = 1461, - [1463] = 1463, + [1463] = 1461, [1464] = 1460, - [1465] = 1461, + [1465] = 1460, [1466] = 1460, - [1467] = 1460, - [1468] = 1461, - [1469] = 1463, + [1467] = 1461, + [1468] = 1468, + [1469] = 1468, [1470] = 1459, - [1471] = 1463, - [1472] = 1459, - [1473] = 1463, - [1474] = 1459, + [1471] = 1459, + [1472] = 1468, + [1473] = 1459, + [1474] = 1468, [1475] = 1459, - [1476] = 1463, + [1476] = 1468, [1477] = 1459, - [1478] = 1463, + [1478] = 1468, [1479] = 1459, - [1480] = 1463, - [1481] = 1481, + [1480] = 1468, + [1481] = 612, [1482] = 1459, - [1483] = 611, - [1484] = 613, - [1485] = 1485, - [1486] = 1265, - [1487] = 1463, - [1488] = 612, + [1483] = 1300, + [1484] = 1484, + [1485] = 1468, + [1486] = 1486, + [1487] = 619, + [1488] = 617, [1489] = 1489, - [1490] = 629, - [1491] = 1491, + [1490] = 614, + [1491] = 628, [1492] = 1492, [1493] = 1493, - [1494] = 621, + [1494] = 1494, [1495] = 1495, - [1496] = 1265, - [1497] = 1497, - [1498] = 1498, - [1499] = 613, - [1500] = 1495, - [1501] = 612, - [1502] = 611, - [1503] = 1489, - [1504] = 1495, - [1505] = 611, - [1506] = 613, - [1507] = 1495, - [1508] = 1508, - [1509] = 1495, - [1510] = 1495, - [1511] = 621, - [1512] = 611, - [1513] = 1495, - [1514] = 629, - [1515] = 1495, - [1516] = 1495, - [1517] = 1491, - [1518] = 1518, - [1519] = 1495, - [1520] = 1265, - [1521] = 612, - [1522] = 612, - [1523] = 1265, - [1524] = 613, + [1496] = 619, + [1497] = 619, + [1498] = 612, + [1499] = 1499, + [1500] = 612, + [1501] = 1494, + [1502] = 1499, + [1503] = 1503, + [1504] = 619, + [1505] = 1499, + [1506] = 1300, + [1507] = 1499, + [1508] = 1499, + [1509] = 617, + [1510] = 1499, + [1511] = 1499, + [1512] = 1499, + [1513] = 1499, + [1514] = 1514, + [1515] = 1300, + [1516] = 614, + [1517] = 1493, + [1518] = 617, + [1519] = 612, + [1520] = 628, + [1521] = 1499, + [1522] = 617, + [1523] = 1300, + [1524] = 1524, [1525] = 1525, - [1526] = 1526, - [1527] = 1525, - [1528] = 1526, - [1529] = 1529, - [1530] = 1529, - [1531] = 1531, - [1532] = 1526, - [1533] = 1508, - [1534] = 1493, - [1535] = 1526, - [1536] = 1525, - [1537] = 1497, - [1538] = 1526, - [1539] = 1518, - [1540] = 1526, - [1541] = 1492, - [1542] = 1526, - [1543] = 1526, - [1544] = 1498, + [1526] = 1492, + [1527] = 1527, + [1528] = 1489, + [1529] = 1527, + [1530] = 1503, + [1531] = 1527, + [1532] = 1527, + [1533] = 1533, + [1534] = 1527, + [1535] = 1533, + [1536] = 1527, + [1537] = 1524, + [1538] = 1527, + [1539] = 1525, + [1540] = 1533, + [1541] = 1527, + [1542] = 1542, + [1543] = 1514, + [1544] = 1495, [1545] = 1545, [1546] = 1546, - [1547] = 1546, - [1548] = 1548, - [1549] = 1549, - [1550] = 1548, + [1547] = 1547, + [1548] = 1546, + [1549] = 1547, + [1550] = 1550, [1551] = 1551, - [1552] = 1551, - [1553] = 1553, + [1552] = 1552, + [1553] = 1552, [1554] = 1554, [1555] = 1555, [1556] = 1556, - [1557] = 1557, - [1558] = 1556, - [1559] = 1556, - [1560] = 1556, - [1561] = 1561, + [1557] = 1554, + [1558] = 1558, + [1559] = 1554, + [1560] = 1560, + [1561] = 1554, [1562] = 1562, - [1563] = 1556, - [1564] = 1556, + [1563] = 1554, + [1564] = 1564, [1565] = 1565, - [1566] = 1566, - [1567] = 1567, - [1568] = 1556, - [1569] = 1569, - [1570] = 1556, - [1571] = 1557, + [1566] = 1554, + [1567] = 1554, + [1568] = 1568, + [1569] = 1554, + [1570] = 1570, + [1571] = 1571, [1572] = 1572, [1573] = 1573, - [1574] = 1573, - [1575] = 1567, + [1574] = 1571, + [1575] = 1575, [1576] = 1573, - [1577] = 1565, - [1578] = 1578, - [1579] = 1578, - [1580] = 1573, - [1581] = 1572, - [1582] = 1578, - [1583] = 1578, - [1584] = 1578, - [1585] = 1572, - [1586] = 1562, - [1587] = 1572, - [1588] = 1561, - [1589] = 1569, + [1577] = 1571, + [1578] = 1573, + [1579] = 1571, + [1580] = 1555, + [1581] = 1573, + [1582] = 1571, + [1583] = 1560, + [1584] = 1584, + [1585] = 1573, + [1586] = 1570, + [1587] = 1584, + [1588] = 1568, + [1589] = 1556, [1590] = 1573, - [1591] = 1573, - [1592] = 1555, - [1593] = 1578, - [1594] = 1573, - [1595] = 1572, - [1596] = 1566, - [1597] = 1572, - [1598] = 1554, - [1599] = 1573, - [1600] = 1600, - [1601] = 1572, - [1602] = 1578, - [1603] = 1603, - [1604] = 1578, - [1605] = 1572, + [1591] = 1564, + [1592] = 1571, + [1593] = 1573, + [1594] = 1565, + [1595] = 1571, + [1596] = 1562, + [1597] = 1573, + [1598] = 1571, + [1599] = 1584, + [1600] = 1584, + [1601] = 1584, + [1602] = 1584, + [1603] = 1584, + [1604] = 1584, + [1605] = 1558, [1606] = 1606, - [1607] = 1606, - [1608] = 1566, - [1609] = 1555, - [1610] = 1567, - [1611] = 1565, - [1612] = 1554, - [1613] = 1557, - [1614] = 1569, - [1615] = 1561, - [1616] = 1616, - [1617] = 1562, - [1618] = 1566, - [1619] = 1555, - [1620] = 1620, - [1621] = 1606, - [1622] = 1616, - [1623] = 1567, - [1624] = 1565, - [1625] = 1625, - [1626] = 1616, - [1627] = 1557, - [1628] = 1569, - [1629] = 1561, - [1630] = 1562, - [1631] = 1606, - [1632] = 1616, - [1633] = 1633, - [1634] = 1606, - [1635] = 1635, - [1636] = 1616, - [1637] = 1606, - [1638] = 1616, - [1639] = 1616, - [1640] = 1633, - [1641] = 1606, - [1642] = 1616, - [1643] = 1606, - [1644] = 1616, - [1645] = 1606, - [1646] = 1554, - [1647] = 1555, - [1648] = 1567, - [1649] = 1566, - [1650] = 1633, - [1651] = 1555, - [1652] = 1561, - [1653] = 1567, - [1654] = 1565, - [1655] = 1554, - [1656] = 1557, - [1657] = 1569, - [1658] = 1565, - [1659] = 1561, - [1660] = 1562, - [1661] = 1633, - [1662] = 1554, - [1663] = 1663, - [1664] = 1569, - [1665] = 1561, - [1666] = 1562, - [1667] = 1562, + [1607] = 1564, + [1608] = 1608, + [1609] = 1609, + [1610] = 1608, + [1611] = 1611, + [1612] = 1565, + [1613] = 1562, + [1614] = 1555, + [1615] = 1608, + [1616] = 1609, + [1617] = 1609, + [1618] = 1555, + [1619] = 1608, + [1620] = 1560, + [1621] = 1608, + [1622] = 1609, + [1623] = 1560, + [1624] = 1609, + [1625] = 1570, + [1626] = 1556, + [1627] = 1608, + [1628] = 1609, + [1629] = 1570, + [1630] = 1558, + [1631] = 1568, + [1632] = 1608, + [1633] = 1556, + [1634] = 1609, + [1635] = 1564, + [1636] = 1565, + [1637] = 1611, + [1638] = 1608, + [1639] = 1609, + [1640] = 1640, + [1641] = 1562, + [1642] = 1642, + [1643] = 1608, + [1644] = 1609, + [1645] = 1568, + [1646] = 1558, + [1647] = 1647, + [1648] = 1562, + [1649] = 1611, + [1650] = 1555, + [1651] = 1611, + [1652] = 1652, + [1653] = 1560, + [1654] = 1568, + [1655] = 1570, + [1656] = 1558, + [1657] = 1568, + [1658] = 1556, + [1659] = 1564, + [1660] = 1565, + [1661] = 1562, + [1662] = 1556, + [1663] = 1558, + [1664] = 1664, + [1665] = 1570, + [1666] = 1666, + [1667] = 1565, [1668] = 1668, - [1669] = 1669, + [1669] = 1562, [1670] = 1670, - [1671] = 1671, - [1672] = 1672, - [1673] = 1566, - [1674] = 1566, - [1675] = 1555, - [1676] = 1676, - [1677] = 1567, - [1678] = 1565, - [1679] = 1554, - [1680] = 1557, - [1681] = 1569, - [1682] = 1557, + [1671] = 1555, + [1672] = 1560, + [1673] = 1570, + [1674] = 1555, + [1675] = 1558, + [1676] = 1568, + [1677] = 1556, + [1678] = 1564, + [1679] = 1565, + [1680] = 1560, + [1681] = 1681, + [1682] = 1564, [1683] = 1683, [1684] = 1684, - [1685] = 1685, - [1686] = 1635, + [1685] = 1668, + [1686] = 1686, [1687] = 1687, [1688] = 1688, [1689] = 1689, [1690] = 1690, - [1691] = 1691, + [1691] = 1690, [1692] = 1692, - [1693] = 1561, - [1694] = 1690, - [1695] = 1671, - [1696] = 1696, - [1697] = 1692, - [1698] = 1684, - [1699] = 1562, - [1700] = 1700, - [1701] = 1696, - [1702] = 1691, - [1703] = 1690, + [1693] = 1693, + [1694] = 1684, + [1695] = 1562, + [1696] = 1684, + [1697] = 1668, + [1698] = 1689, + [1699] = 1606, + [1700] = 1570, + [1701] = 1689, + [1702] = 1687, + [1703] = 1558, [1704] = 1704, - [1705] = 1569, - [1706] = 1671, - [1707] = 1691, + [1705] = 1705, + [1706] = 1706, + [1707] = 1565, [1708] = 1708, - [1709] = 1566, - [1710] = 1691, - [1711] = 1711, - [1712] = 1691, - [1713] = 1663, - [1714] = 1555, - [1715] = 1671, - [1716] = 1685, - [1717] = 1691, - [1718] = 1696, - [1719] = 1719, - [1720] = 1691, - [1721] = 1691, - [1722] = 1691, - [1723] = 1723, - [1724] = 1688, - [1725] = 1567, - [1726] = 1726, - [1727] = 1691, - [1728] = 1684, - [1729] = 1565, - [1730] = 1554, - [1731] = 1557, - [1732] = 1635, + [1709] = 1647, + [1710] = 1689, + [1711] = 1555, + [1712] = 1712, + [1713] = 1568, + [1714] = 1689, + [1715] = 1715, + [1716] = 1689, + [1717] = 1717, + [1718] = 1556, + [1719] = 1687, + [1720] = 1668, + [1721] = 1692, + [1722] = 1689, + [1723] = 1689, + [1724] = 1564, + [1725] = 1689, + [1726] = 1689, + [1727] = 1690, + [1728] = 1728, + [1729] = 1693, + [1730] = 1560, + [1731] = 1683, + [1732] = 1732, [1733] = 1733, [1734] = 1734, [1735] = 1735, [1736] = 1736, - [1737] = 1672, - [1738] = 1738, + [1737] = 1705, + [1738] = 1652, [1739] = 1739, - [1740] = 1734, - [1741] = 1672, - [1742] = 1742, + [1740] = 1740, + [1741] = 1741, + [1742] = 1733, [1743] = 1743, [1744] = 1744, - [1745] = 1734, + [1745] = 1733, [1746] = 1746, - [1747] = 1734, - [1748] = 1711, + [1747] = 1747, + [1748] = 1681, [1749] = 1749, - [1750] = 1670, - [1751] = 1751, - [1752] = 1734, - [1753] = 1744, - [1754] = 1754, + [1750] = 1750, + [1751] = 1652, + [1752] = 1670, + [1753] = 1733, + [1754] = 1733, [1755] = 1755, - [1756] = 1756, - [1757] = 1742, - [1758] = 1758, - [1759] = 1749, - [1760] = 1670, - [1761] = 1744, - [1762] = 1749, - [1763] = 1736, - [1764] = 1764, - [1765] = 1751, - [1766] = 1764, - [1767] = 1734, - [1768] = 1742, - [1769] = 1769, - [1770] = 1676, - [1771] = 1734, - [1772] = 1772, - [1773] = 1711, - [1774] = 1676, - [1775] = 1734, - [1776] = 1776, - [1777] = 1676, - [1778] = 1769, - [1779] = 1711, - [1780] = 1769, - [1781] = 1672, - [1782] = 1670, - [1783] = 1635, - [1784] = 1756, + [1756] = 1755, + [1757] = 1705, + [1758] = 1733, + [1759] = 1705, + [1760] = 1760, + [1761] = 1670, + [1762] = 1762, + [1763] = 1743, + [1764] = 1732, + [1765] = 1765, + [1766] = 1740, + [1767] = 1767, + [1768] = 1606, + [1769] = 1681, + [1770] = 1733, + [1771] = 1736, + [1772] = 1670, + [1773] = 1739, + [1774] = 1681, + [1775] = 1606, + [1776] = 1652, + [1777] = 1739, + [1778] = 1778, + [1779] = 1736, + [1780] = 1755, + [1781] = 1767, + [1782] = 1733, + [1783] = 1743, + [1784] = 1784, [1785] = 1785, [1786] = 1786, [1787] = 1787, @@ -4376,870 +4370,869 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1790] = 1790, [1791] = 1791, [1792] = 1792, - [1793] = 1793, + [1793] = 1791, [1794] = 1794, - [1795] = 1795, + [1795] = 1708, [1796] = 1796, [1797] = 1797, [1798] = 1798, [1799] = 1799, - [1800] = 1669, + [1800] = 1800, [1801] = 1801, [1802] = 1802, - [1803] = 1708, - [1804] = 1663, + [1803] = 1802, + [1804] = 1666, [1805] = 1805, - [1806] = 1669, - [1807] = 1807, + [1806] = 1647, + [1807] = 1728, [1808] = 1808, - [1809] = 1796, + [1809] = 1728, [1810] = 1810, [1811] = 1811, - [1812] = 1704, + [1812] = 1812, [1813] = 1813, [1814] = 1814, [1815] = 1815, - [1816] = 1676, + [1816] = 1816, [1817] = 1817, [1818] = 1818, - [1819] = 1746, + [1819] = 1819, [1820] = 1820, - [1821] = 1756, + [1821] = 1749, [1822] = 1822, - [1823] = 1820, - [1824] = 1824, - [1825] = 1808, - [1826] = 1810, - [1827] = 1746, - [1828] = 1670, - [1829] = 1792, - [1830] = 1797, - [1831] = 1792, + [1823] = 1823, + [1824] = 1814, + [1825] = 1825, + [1826] = 1815, + [1827] = 1778, + [1828] = 1778, + [1829] = 1681, + [1830] = 1792, + [1831] = 1797, [1832] = 1832, - [1833] = 1796, + [1833] = 1802, [1834] = 1834, - [1835] = 1793, - [1836] = 1797, - [1837] = 1837, - [1838] = 1798, - [1839] = 1796, - [1840] = 1814, - [1841] = 1841, - [1842] = 1824, - [1843] = 1814, - [1844] = 1844, - [1845] = 1492, - [1846] = 1663, - [1847] = 1847, - [1848] = 1704, - [1849] = 1849, + [1835] = 1792, + [1836] = 1836, + [1837] = 1797, + [1838] = 1838, + [1839] = 1647, + [1840] = 1749, + [1841] = 1788, + [1842] = 1812, + [1843] = 1799, + [1844] = 1822, + [1845] = 1845, + [1846] = 1846, + [1847] = 1492, + [1848] = 1647, + [1849] = 1670, [1850] = 1850, [1851] = 1851, - [1852] = 1852, - [1853] = 1853, + [1852] = 1819, + [1853] = 1666, [1854] = 1820, - [1855] = 1808, - [1856] = 1837, - [1857] = 1857, - [1858] = 1794, - [1859] = 1847, - [1860] = 1860, - [1861] = 1861, - [1862] = 1834, - [1863] = 1756, - [1864] = 1810, - [1865] = 1813, - [1866] = 1672, - [1867] = 1746, - [1868] = 1868, - [1869] = 1834, - [1870] = 1493, - [1871] = 1813, - [1872] = 1794, - [1873] = 1851, - [1874] = 1874, - [1875] = 1875, - [1876] = 1793, - [1877] = 1877, - [1878] = 1852, + [1855] = 1728, + [1856] = 1856, + [1857] = 1785, + [1858] = 1786, + [1859] = 1787, + [1860] = 1814, + [1861] = 1815, + [1862] = 1862, + [1863] = 1836, + [1864] = 1666, + [1865] = 1865, + [1866] = 1652, + [1867] = 1810, + [1868] = 1749, + [1869] = 1869, + [1870] = 1823, + [1871] = 1865, + [1872] = 1872, + [1873] = 1823, + [1874] = 1778, + [1875] = 1819, + [1876] = 1838, + [1877] = 1834, + [1878] = 1872, [1879] = 1879, - [1880] = 1841, + [1880] = 1880, [1881] = 1881, - [1882] = 1868, - [1883] = 1874, - [1884] = 1663, - [1885] = 1853, - [1886] = 1669, - [1887] = 1704, - [1888] = 1888, - [1889] = 1879, + [1882] = 1882, + [1883] = 1489, + [1884] = 1884, + [1885] = 1810, + [1886] = 1865, + [1887] = 1836, + [1888] = 1788, + [1889] = 1802, [1890] = 1890, [1891] = 1891, [1892] = 1892, - [1893] = 1888, + [1893] = 1893, [1894] = 1894, - [1895] = 1890, - [1896] = 1896, - [1897] = 1811, - [1898] = 1817, - [1899] = 1818, - [1900] = 1891, - [1901] = 1890, - [1902] = 1902, + [1895] = 1880, + [1896] = 1811, + [1897] = 1892, + [1898] = 1813, + [1899] = 1899, + [1900] = 1900, + [1901] = 1816, + [1902] = 1817, [1903] = 1903, [1904] = 1903, - [1905] = 1896, + [1905] = 1892, [1906] = 1906, - [1907] = 1907, + [1907] = 1503, [1908] = 1908, [1909] = 1909, [1910] = 1910, - [1911] = 1498, + [1911] = 1911, [1912] = 1912, - [1913] = 1896, + [1913] = 1913, [1914] = 1914, - [1915] = 1915, - [1916] = 1875, - [1917] = 1851, - [1918] = 1837, + [1915] = 1912, + [1916] = 1916, + [1917] = 1891, + [1918] = 1805, [1919] = 1919, [1920] = 1920, - [1921] = 1921, - [1922] = 1922, + [1921] = 1892, + [1922] = 1785, [1923] = 1923, - [1924] = 1924, - [1925] = 1903, + [1924] = 1906, + [1925] = 1925, [1926] = 1926, [1927] = 1927, [1928] = 1811, - [1929] = 1508, - [1930] = 1930, - [1931] = 1915, + [1929] = 1929, + [1930] = 1786, + [1931] = 1816, [1932] = 1932, - [1933] = 1822, - [1934] = 1518, - [1935] = 1852, - [1936] = 1936, - [1937] = 1817, - [1938] = 1818, - [1939] = 1939, - [1940] = 1497, - [1941] = 1879, - [1942] = 1841, - [1943] = 1943, - [1944] = 1903, - [1945] = 1945, - [1946] = 1851, - [1947] = 1852, - [1948] = 1853, - [1949] = 1891, - [1950] = 1837, - [1951] = 1903, - [1952] = 1952, - [1953] = 1903, - [1954] = 1744, - [1955] = 1853, - [1956] = 1956, - [1957] = 1957, - [1958] = 1786, - [1959] = 1790, - [1960] = 1794, - [1961] = 1704, - [1962] = 1903, + [1933] = 1514, + [1934] = 1817, + [1935] = 1935, + [1936] = 1787, + [1937] = 1892, + [1938] = 1938, + [1939] = 1524, + [1940] = 1940, + [1941] = 1941, + [1942] = 1903, + [1943] = 1495, + [1944] = 1800, + [1945] = 1799, + [1946] = 1836, + [1947] = 1947, + [1948] = 1784, + [1949] = 1892, + [1950] = 1950, + [1951] = 1906, + [1952] = 1890, + [1953] = 1953, + [1954] = 1785, + [1955] = 1955, + [1956] = 1892, + [1957] = 1891, + [1958] = 1736, + [1959] = 1947, + [1960] = 1728, + [1961] = 1865, + [1962] = 1786, [1963] = 1963, - [1964] = 1888, - [1965] = 1811, - [1966] = 1817, - [1967] = 1818, - [1968] = 1903, - [1969] = 1894, + [1964] = 1800, + [1965] = 1805, + [1966] = 1800, + [1967] = 1805, + [1968] = 1892, + [1969] = 1969, [1970] = 1970, [1971] = 1971, - [1972] = 1972, + [1972] = 1971, [1973] = 1973, - [1974] = 1879, - [1975] = 1888, - [1976] = 1908, - [1977] = 1920, - [1978] = 1971, - [1979] = 1979, - [1980] = 1841, - [1981] = 1894, - [1982] = 1834, + [1974] = 1880, + [1975] = 1975, + [1976] = 1906, + [1977] = 1811, + [1978] = 1816, + [1979] = 1817, + [1980] = 1932, + [1981] = 1955, + [1982] = 1950, [1983] = 1983, - [1984] = 1892, + [1984] = 1869, [1985] = 1985, - [1986] = 1986, - [1987] = 1963, + [1986] = 1920, + [1987] = 1910, [1988] = 1988, - [1989] = 1881, - [1990] = 1786, - [1991] = 1790, - [1992] = 1985, - [1993] = 1786, - [1994] = 1915, + [1989] = 1823, + [1990] = 1838, + [1991] = 1991, + [1992] = 1992, + [1993] = 1993, + [1994] = 1947, [1995] = 1995, - [1996] = 1790, - [1997] = 1997, - [1998] = 1915, - [1999] = 1983, - [2000] = 2000, - [2001] = 1952, - [2002] = 2002, - [2003] = 2003, - [2004] = 2004, - [2005] = 1813, - [2006] = 2006, - [2007] = 2007, + [1996] = 1996, + [1997] = 1988, + [1998] = 1912, + [1999] = 1787, + [2000] = 1880, + [2001] = 2001, + [2002] = 1799, + [2003] = 1838, + [2004] = 1822, + [2005] = 2005, + [2006] = 1822, + [2007] = 1973, [2008] = 2008, - [2009] = 1957, + [2009] = 2009, [2010] = 2010, - [2011] = 1957, - [2012] = 2012, - [2013] = 1907, - [2014] = 1921, - [2015] = 1963, - [2016] = 1922, + [2011] = 2005, + [2012] = 2008, + [2013] = 1899, + [2014] = 1935, + [2015] = 1925, + [2016] = 1926, [2017] = 2017, - [2018] = 1909, - [2019] = 1910, - [2020] = 1906, - [2021] = 1988, - [2022] = 2004, - [2023] = 1923, - [2024] = 1912, - [2025] = 1914, - [2026] = 1906, - [2027] = 1926, - [2028] = 1924, - [2029] = 1926, - [2030] = 2030, - [2031] = 1932, - [2032] = 1995, - [2033] = 2033, - [2034] = 1979, - [2035] = 1930, - [2036] = 1988, + [2018] = 1927, + [2019] = 2008, + [2020] = 1929, + [2021] = 2021, + [2022] = 2009, + [2023] = 2009, + [2024] = 2024, + [2025] = 1938, + [2026] = 2026, + [2027] = 2027, + [2028] = 2028, + [2029] = 1900, + [2030] = 1900, + [2031] = 1963, + [2032] = 2032, + [2033] = 1963, + [2034] = 2034, + [2035] = 2035, + [2036] = 2032, [2037] = 2037, - [2038] = 1995, - [2039] = 2039, - [2040] = 1932, - [2041] = 1957, - [2042] = 1906, - [2043] = 1926, - [2044] = 1932, - [2045] = 1936, - [2046] = 1936, - [2047] = 2047, - [2048] = 2048, - [2049] = 2049, - [2050] = 1921, - [2051] = 1907, - [2052] = 1909, - [2053] = 1910, - [2054] = 1912, + [2038] = 1985, + [2039] = 1919, + [2040] = 1919, + [2041] = 2008, + [2042] = 2032, + [2043] = 2043, + [2044] = 2044, + [2045] = 2005, + [2046] = 1969, + [2047] = 1969, + [2048] = 1899, + [2049] = 1983, + [2050] = 1973, + [2051] = 1971, + [2052] = 1975, + [2053] = 2009, + [2054] = 2054, [2055] = 2055, - [2056] = 1914, - [2057] = 1922, - [2058] = 1921, - [2059] = 1922, - [2060] = 1923, - [2061] = 1924, - [2062] = 1930, - [2063] = 1936, + [2056] = 2056, + [2057] = 2057, + [2058] = 1985, + [2059] = 2005, + [2060] = 1908, + [2061] = 2032, + [2062] = 1899, + [2063] = 1900, [2064] = 2064, - [2065] = 2065, - [2066] = 2004, - [2067] = 1988, - [2068] = 2000, - [2069] = 2069, - [2070] = 1924, - [2071] = 2048, + [2065] = 1919, + [2066] = 1909, + [2067] = 1975, + [2068] = 2068, + [2069] = 1993, + [2070] = 2070, + [2071] = 1908, [2072] = 2072, - [2073] = 1930, - [2074] = 2074, - [2075] = 2075, - [2076] = 1995, - [2077] = 2077, - [2078] = 2078, - [2079] = 2079, - [2080] = 1902, - [2081] = 2081, - [2082] = 2049, + [2073] = 1914, + [2074] = 1909, + [2075] = 1913, + [2076] = 1914, + [2077] = 1916, + [2078] = 1925, + [2079] = 1926, + [2080] = 2080, + [2081] = 1927, + [2082] = 1916, [2083] = 2083, - [2084] = 2049, - [2085] = 2004, - [2086] = 2048, - [2087] = 2055, - [2088] = 1907, + [2084] = 2084, + [2085] = 1929, + [2086] = 2086, + [2087] = 1925, + [2088] = 1938, [2089] = 2089, - [2090] = 2048, + [2090] = 1926, [2091] = 2091, - [2092] = 1956, - [2093] = 2093, - [2094] = 2008, - [2095] = 2095, - [2096] = 2055, - [2097] = 2007, - [2098] = 1909, - [2099] = 2099, - [2100] = 1910, - [2101] = 2049, - [2102] = 2083, - [2103] = 2055, - [2104] = 2002, - [2105] = 2105, - [2106] = 2106, - [2107] = 2107, - [2108] = 2108, - [2109] = 1979, + [2092] = 2092, + [2093] = 1969, + [2094] = 2094, + [2095] = 1927, + [2096] = 1971, + [2097] = 2097, + [2098] = 1929, + [2099] = 1973, + [2100] = 2100, + [2101] = 2101, + [2102] = 1908, + [2103] = 2021, + [2104] = 1975, + [2105] = 1985, + [2106] = 1909, + [2107] = 1913, + [2108] = 2089, + [2109] = 2109, [2110] = 2110, [2111] = 2111, - [2112] = 2095, + [2112] = 2056, [2113] = 2113, - [2114] = 1963, + [2114] = 2111, [2115] = 2115, - [2116] = 2116, - [2117] = 2117, - [2118] = 1912, - [2119] = 1914, - [2120] = 2116, - [2121] = 2121, - [2122] = 1979, - [2123] = 1973, - [2124] = 1923, + [2116] = 1914, + [2117] = 1916, + [2118] = 1893, + [2119] = 1938, + [2120] = 2120, + [2121] = 1963, + [2122] = 2092, + [2123] = 1894, + [2124] = 1913, [2125] = 2125, [2126] = 2126, [2127] = 2127, [2128] = 2128, [2129] = 2129, - [2130] = 2128, + [2130] = 2130, [2131] = 2131, [2132] = 2132, - [2133] = 2133, + [2133] = 2072, [2134] = 2134, - [2135] = 2135, - [2136] = 2136, - [2137] = 2137, - [2138] = 2138, - [2139] = 2039, + [2135] = 2125, + [2136] = 2084, + [2137] = 2128, + [2138] = 2091, + [2139] = 2139, [2140] = 2140, [2141] = 2141, [2142] = 2142, [2143] = 2143, [2144] = 2144, - [2145] = 1801, + [2145] = 643, [2146] = 2146, - [2147] = 2147, + [2147] = 1856, [2148] = 2148, - [2149] = 979, - [2150] = 1802, + [2149] = 2149, + [2150] = 2129, [2151] = 2151, - [2152] = 1805, - [2153] = 2153, - [2154] = 2108, + [2152] = 2152, + [2153] = 633, + [2154] = 2154, [2155] = 2155, - [2156] = 2156, + [2156] = 632, [2157] = 2157, - [2158] = 2131, + [2158] = 974, [2159] = 2159, [2160] = 2160, [2161] = 2161, - [2162] = 1881, - [2163] = 2163, + [2162] = 2162, + [2163] = 2159, [2164] = 2164, - [2165] = 2157, - [2166] = 2133, - [2167] = 2167, - [2168] = 2121, - [2169] = 2169, + [2165] = 2165, + [2166] = 2157, + [2167] = 2165, + [2168] = 2128, + [2169] = 2129, [2170] = 2170, - [2171] = 2148, - [2172] = 2172, - [2173] = 2163, - [2174] = 2012, - [2175] = 2072, - [2176] = 2127, - [2177] = 2127, + [2171] = 1879, + [2172] = 2132, + [2173] = 1881, + [2174] = 2134, + [2175] = 2125, + [2176] = 1882, + [2177] = 2140, [2178] = 2128, - [2179] = 2134, - [2180] = 2135, - [2181] = 2136, - [2182] = 2159, - [2183] = 2141, - [2184] = 991, - [2185] = 2142, - [2186] = 2143, - [2187] = 2128, - [2188] = 2147, - [2189] = 2189, - [2190] = 1493, - [2191] = 2156, - [2192] = 2132, - [2193] = 2159, - [2194] = 2160, - [2195] = 2195, - [2196] = 2161, - [2197] = 2197, - [2198] = 1881, - [2199] = 2157, - [2200] = 1492, - [2201] = 2201, + [2179] = 2141, + [2180] = 2142, + [2181] = 2143, + [2182] = 2131, + [2183] = 2183, + [2184] = 2184, + [2185] = 2185, + [2186] = 2149, + [2187] = 2187, + [2188] = 2151, + [2189] = 2152, + [2190] = 2129, + [2191] = 2154, + [2192] = 1489, + [2193] = 2157, + [2194] = 2131, + [2195] = 1027, + [2196] = 2196, + [2197] = 2159, + [2198] = 2198, + [2199] = 2165, + [2200] = 2164, + [2201] = 2128, [2202] = 2202, - [2203] = 2202, - [2204] = 2148, - [2205] = 2134, - [2206] = 632, - [2207] = 2163, - [2208] = 2127, - [2209] = 1875, - [2210] = 1492, - [2211] = 2128, - [2212] = 2078, - [2213] = 1875, - [2214] = 2134, - [2215] = 2135, - [2216] = 2135, - [2217] = 2160, - [2218] = 2136, - [2219] = 2219, - [2220] = 2077, - [2221] = 2136, - [2222] = 2141, - [2223] = 2219, - [2224] = 2142, - [2225] = 2143, + [2203] = 2129, + [2204] = 1862, + [2205] = 2132, + [2206] = 2134, + [2207] = 1869, + [2208] = 2132, + [2209] = 2125, + [2210] = 1869, + [2211] = 2140, + [2212] = 2141, + [2213] = 2142, + [2214] = 2214, + [2215] = 1492, + [2216] = 2134, + [2217] = 2126, + [2218] = 2134, + [2219] = 2159, + [2220] = 2125, + [2221] = 2165, + [2222] = 2222, + [2223] = 1813, + [2224] = 2224, + [2225] = 2128, [2226] = 2226, - [2227] = 2227, - [2228] = 2141, - [2229] = 2229, - [2230] = 2155, - [2231] = 2231, - [2232] = 2148, - [2233] = 2163, - [2234] = 2161, - [2235] = 2142, - [2236] = 2143, - [2237] = 2127, - [2238] = 2238, - [2239] = 2239, - [2240] = 2128, - [2241] = 2134, + [2227] = 2129, + [2228] = 2228, + [2229] = 2132, + [2230] = 2230, + [2231] = 2134, + [2232] = 2232, + [2233] = 2125, + [2234] = 2230, + [2235] = 2140, + [2236] = 2141, + [2237] = 2142, + [2238] = 2155, + [2239] = 2068, + [2240] = 2097, + [2241] = 1492, [2242] = 2242, - [2243] = 2135, + [2243] = 2159, [2244] = 2244, - [2245] = 2245, - [2246] = 2136, - [2247] = 2247, - [2248] = 2141, - [2249] = 2142, - [2250] = 2143, - [2251] = 2141, - [2252] = 2142, - [2253] = 2143, - [2254] = 2254, - [2255] = 2247, - [2256] = 2256, - [2257] = 2242, - [2258] = 2163, - [2259] = 1857, - [2260] = 2078, - [2261] = 2127, - [2262] = 2147, - [2263] = 2128, - [2264] = 1860, - [2265] = 2134, - [2266] = 2266, - [2267] = 2135, - [2268] = 1861, - [2269] = 2254, - [2270] = 2136, - [2271] = 633, - [2272] = 2141, - [2273] = 1849, - [2274] = 2142, - [2275] = 2143, - [2276] = 2163, - [2277] = 2137, - [2278] = 2030, - [2279] = 2279, - [2280] = 2280, - [2281] = 2281, - [2282] = 2282, - [2283] = 2148, + [2245] = 2165, + [2246] = 2017, + [2247] = 1813, + [2248] = 2128, + [2249] = 2249, + [2250] = 2140, + [2251] = 2129, + [2252] = 2196, + [2253] = 2144, + [2254] = 2132, + [2255] = 2141, + [2256] = 2142, + [2257] = 2134, + [2258] = 2258, + [2259] = 2125, + [2260] = 2260, + [2261] = 2261, + [2262] = 2140, + [2263] = 2141, + [2264] = 2142, + [2265] = 2151, + [2266] = 2080, + [2267] = 2152, + [2268] = 2268, + [2269] = 2140, + [2270] = 2143, + [2271] = 2072, + [2272] = 2232, + [2273] = 2159, + [2274] = 2084, + [2275] = 2091, + [2276] = 2165, + [2277] = 2154, + [2278] = 2128, + [2279] = 655, + [2280] = 2129, + [2281] = 2132, + [2282] = 2024, + [2283] = 2125, [2284] = 2134, - [2285] = 2121, - [2286] = 2163, - [2287] = 2287, - [2288] = 2127, - [2289] = 2128, - [2290] = 2134, - [2291] = 1850, - [2292] = 2231, - [2293] = 2135, - [2294] = 2136, - [2295] = 2295, + [2285] = 2146, + [2286] = 2125, + [2287] = 2140, + [2288] = 2141, + [2289] = 2142, + [2290] = 2290, + [2291] = 2214, + [2292] = 2125, + [2293] = 2141, + [2294] = 2142, + [2295] = 2202, [2296] = 2296, [2297] = 2141, - [2298] = 2226, - [2299] = 2142, - [2300] = 2143, - [2301] = 2156, - [2302] = 2302, - [2303] = 2078, - [2304] = 2136, - [2305] = 640, - [2306] = 2142, - [2307] = 2143, - [2308] = 2125, - [2309] = 2156, - [2310] = 2136, - [2311] = 2142, - [2312] = 2143, - [2313] = 631, - [2314] = 2153, - [2315] = 2315, - [2316] = 2125, - [2317] = 2159, - [2318] = 2238, - [2319] = 2147, - [2320] = 2129, - [2321] = 2160, - [2322] = 2256, - [2323] = 2279, - [2324] = 2161, - [2325] = 2033, - [2326] = 2047, - [2327] = 2195, - [2328] = 2197, - [2329] = 2315, - [2330] = 2242, - [2331] = 2133, - [2332] = 1508, - [2333] = 2282, - [2334] = 2172, - [2335] = 2148, - [2336] = 2135, - [2337] = 2132, - [2338] = 2157, - [2339] = 2226, - [2340] = 2315, - [2341] = 2127, - [2342] = 1881, + [2298] = 2142, + [2299] = 2146, + [2300] = 2300, + [2301] = 2084, + [2302] = 2159, + [2303] = 1846, + [2304] = 2149, + [2305] = 1850, + [2306] = 2306, + [2307] = 2307, + [2308] = 1851, + [2309] = 1492, + [2310] = 2310, + [2311] = 2148, + [2312] = 1813, + [2313] = 2313, + [2314] = 2314, + [2315] = 2151, + [2316] = 2296, + [2317] = 2310, + [2318] = 2300, + [2319] = 2152, + [2320] = 2242, + [2321] = 2321, + [2322] = 2141, + [2323] = 2154, + [2324] = 2142, + [2325] = 2306, + [2326] = 2024, + [2327] = 2226, + [2328] = 2148, + [2329] = 2313, + [2330] = 2258, + [2331] = 2321, + [2332] = 2249, + [2333] = 2290, + [2334] = 2024, + [2335] = 2335, + [2336] = 2260, + [2337] = 2157, + [2338] = 631, + [2339] = 2339, + [2340] = 2340, + [2341] = 2198, + [2342] = 2184, [2343] = 2343, - [2344] = 2227, - [2345] = 2345, - [2346] = 2345, - [2347] = 2266, - [2348] = 2108, - [2349] = 2121, - [2350] = 2012, - [2351] = 2148, - [2352] = 1875, - [2353] = 2353, - [2354] = 2287, - [2355] = 648, - [2356] = 1492, - [2357] = 2136, - [2358] = 2163, - [2359] = 2170, - [2360] = 2229, - [2361] = 2148, - [2362] = 2362, + [2344] = 2313, + [2345] = 2144, + [2346] = 2165, + [2347] = 2132, + [2348] = 2348, + [2349] = 2159, + [2350] = 2149, + [2351] = 2034, + [2352] = 2035, + [2353] = 2165, + [2354] = 2143, + [2355] = 2164, + [2356] = 1514, + [2357] = 2183, + [2358] = 2228, + [2359] = 2343, + [2360] = 1869, + [2361] = 2361, + [2362] = 1524, [2363] = 2363, [2364] = 2364, [2365] = 2365, [2366] = 2366, - [2367] = 2367, + [2367] = 2340, [2368] = 2368, - [2369] = 2369, - [2370] = 2366, - [2371] = 1919, + [2369] = 1514, + [2370] = 1503, + [2371] = 2361, [2372] = 2372, [2373] = 2373, - [2374] = 2374, - [2375] = 2375, + [2374] = 2361, + [2375] = 1495, [2376] = 2376, - [2377] = 2302, - [2378] = 1498, - [2379] = 640, + [2377] = 2377, + [2378] = 2378, + [2379] = 2361, [2380] = 2380, [2381] = 2381, - [2382] = 2374, + [2382] = 2382, [2383] = 2383, [2384] = 2384, [2385] = 2385, - [2386] = 2386, - [2387] = 2372, - [2388] = 632, - [2389] = 2374, + [2386] = 2130, + [2387] = 2387, + [2388] = 2388, + [2389] = 2383, [2390] = 2390, - [2391] = 2391, + [2391] = 2385, [2392] = 2392, [2393] = 2393, - [2394] = 2394, - [2395] = 1518, - [2396] = 2396, - [2397] = 2397, - [2398] = 2398, - [2399] = 2385, - [2400] = 2372, - [2401] = 2366, - [2402] = 2393, - [2403] = 2375, - [2404] = 2375, - [2405] = 2374, + [2394] = 2390, + [2395] = 2372, + [2396] = 2361, + [2397] = 2372, + [2398] = 2376, + [2399] = 2399, + [2400] = 2388, + [2401] = 2401, + [2402] = 2402, + [2403] = 2403, + [2404] = 2361, + [2405] = 632, [2406] = 2406, [2407] = 2407, - [2408] = 1508, - [2409] = 2374, - [2410] = 2363, - [2411] = 2411, - [2412] = 633, - [2413] = 2374, - [2414] = 1919, - [2415] = 2415, - [2416] = 2364, + [2408] = 2376, + [2409] = 2383, + [2410] = 631, + [2411] = 2385, + [2412] = 2361, + [2413] = 2335, + [2414] = 2414, + [2415] = 2388, + [2416] = 2416, [2417] = 2417, - [2418] = 2418, - [2419] = 2419, + [2418] = 2361, + [2419] = 1495, [2420] = 2420, - [2421] = 2374, + [2421] = 655, [2422] = 2422, [2423] = 2423, [2424] = 2424, - [2425] = 2425, - [2426] = 2372, - [2427] = 2427, - [2428] = 2364, - [2429] = 2411, + [2425] = 1923, + [2426] = 2426, + [2427] = 2373, + [2428] = 2428, + [2429] = 2390, [2430] = 2430, - [2431] = 2411, + [2431] = 2402, [2432] = 2432, - [2433] = 2433, + [2433] = 2392, [2434] = 2434, [2435] = 2435, - [2436] = 1518, - [2437] = 2411, - [2438] = 1919, - [2439] = 2439, + [2436] = 2388, + [2437] = 2361, + [2438] = 2361, + [2439] = 1923, [2440] = 2440, [2441] = 2441, - [2442] = 2280, - [2443] = 2245, - [2444] = 2444, - [2445] = 2445, - [2446] = 1497, - [2447] = 2432, - [2448] = 1498, + [2442] = 2406, + [2443] = 2443, + [2444] = 1923, + [2445] = 1503, + [2446] = 2446, + [2447] = 2447, + [2448] = 1524, [2449] = 2449, [2450] = 2450, - [2451] = 2417, - [2452] = 2374, + [2451] = 2383, + [2452] = 2440, [2453] = 2453, - [2454] = 631, - [2455] = 2365, - [2456] = 2364, - [2457] = 2394, - [2458] = 2433, - [2459] = 2423, - [2460] = 1497, - [2461] = 2453, - [2462] = 2374, - [2463] = 2432, - [2464] = 2464, - [2465] = 2374, - [2466] = 648, - [2467] = 2397, - [2468] = 2432, + [2454] = 2454, + [2455] = 2385, + [2456] = 2456, + [2457] = 2428, + [2458] = 2434, + [2459] = 2459, + [2460] = 2432, + [2461] = 2382, + [2462] = 2462, + [2463] = 2390, + [2464] = 2459, + [2465] = 633, + [2466] = 643, + [2467] = 2467, + [2468] = 2468, [2469] = 2469, [2470] = 2470, [2471] = 2471, - [2472] = 2472, - [2473] = 2473, - [2474] = 2474, + [2472] = 2470, + [2473] = 2469, + [2474] = 2471, [2475] = 2475, [2476] = 2476, [2477] = 2477, - [2478] = 2478, - [2479] = 2477, + [2478] = 2476, + [2479] = 2471, [2480] = 2480, - [2481] = 2480, + [2481] = 2481, [2482] = 2482, [2483] = 2483, [2484] = 2484, [2485] = 2485, [2486] = 2486, - [2487] = 2487, - [2488] = 2488, + [2487] = 2476, + [2488] = 2484, [2489] = 2489, [2490] = 2490, [2491] = 2491, - [2492] = 2488, + [2492] = 2483, [2493] = 2493, - [2494] = 2482, - [2495] = 2474, - [2496] = 2496, - [2497] = 2493, - [2498] = 2471, - [2499] = 2499, + [2494] = 2470, + [2495] = 2471, + [2496] = 2477, + [2497] = 2497, + [2498] = 2498, + [2499] = 2477, [2500] = 2500, - [2501] = 2472, - [2502] = 2471, - [2503] = 2485, - [2504] = 2472, - [2505] = 2469, - [2506] = 2472, - [2507] = 2507, - [2508] = 2493, - [2509] = 2509, - [2510] = 2477, + [2501] = 2480, + [2502] = 2502, + [2503] = 2503, + [2504] = 2481, + [2505] = 2493, + [2506] = 2482, + [2507] = 2476, + [2508] = 2477, + [2509] = 2485, + [2510] = 2483, [2511] = 2511, - [2512] = 2478, - [2513] = 2471, - [2514] = 2514, - [2515] = 2480, - [2516] = 2482, - [2517] = 2477, - [2518] = 2475, - [2519] = 2491, - [2520] = 2485, - [2521] = 2521, + [2512] = 2512, + [2513] = 2480, + [2514] = 2484, + [2515] = 2515, + [2516] = 2500, + [2517] = 2470, + [2518] = 2471, + [2519] = 2476, + [2520] = 2520, + [2521] = 2489, [2522] = 2522, [2523] = 2523, - [2524] = 2524, - [2525] = 2475, - [2526] = 2478, - [2527] = 2527, + [2524] = 2512, + [2525] = 2476, + [2526] = 2477, + [2527] = 2500, [2528] = 2480, - [2529] = 2529, + [2529] = 2483, [2530] = 2530, - [2531] = 2523, - [2532] = 2488, - [2533] = 2480, - [2534] = 2478, - [2535] = 2491, - [2536] = 2473, - [2537] = 2489, - [2538] = 2538, - [2539] = 2482, - [2540] = 2474, - [2541] = 2473, - [2542] = 2483, - [2543] = 2484, - [2544] = 2485, + [2531] = 2480, + [2532] = 2469, + [2533] = 2533, + [2534] = 2520, + [2535] = 2535, + [2536] = 2536, + [2537] = 2537, + [2538] = 2470, + [2539] = 2471, + [2540] = 2481, + [2541] = 2493, + [2542] = 2542, + [2543] = 2543, + [2544] = 2544, [2545] = 2545, - [2546] = 2485, + [2546] = 2546, [2547] = 2547, [2548] = 2548, [2549] = 2549, - [2550] = 2487, - [2551] = 2551, - [2552] = 2552, + [2550] = 2512, + [2551] = 2543, + [2552] = 2522, [2553] = 2553, - [2554] = 2521, - [2555] = 2530, - [2556] = 2478, - [2557] = 2480, + [2554] = 2554, + [2555] = 2483, + [2556] = 2484, + [2557] = 2548, [2558] = 2558, - [2559] = 2559, - [2560] = 2488, - [2561] = 2482, - [2562] = 2549, - [2563] = 2553, - [2564] = 2474, - [2565] = 2473, - [2566] = 2566, - [2567] = 2483, - [2568] = 2474, - [2569] = 2470, - [2570] = 2570, - [2571] = 2482, - [2572] = 2488, - [2573] = 2493, - [2574] = 2551, - [2575] = 2474, - [2576] = 2493, - [2577] = 2514, - [2578] = 2471, - [2579] = 2545, - [2580] = 2471, - [2581] = 2521, - [2582] = 2472, - [2583] = 2566, - [2584] = 2472, - [2585] = 2472, - [2586] = 2471, - [2587] = 2475, - [2588] = 2477, - [2589] = 2478, - [2590] = 2590, - [2591] = 2477, - [2592] = 2592, - [2593] = 2558, - [2594] = 2514, - [2595] = 2480, - [2596] = 2493, - [2597] = 2597, - [2598] = 2482, - [2599] = 2477, - [2600] = 2551, - [2601] = 2601, - [2602] = 2485, - [2603] = 2478, - [2604] = 2477, + [2559] = 2484, + [2560] = 2512, + [2561] = 2469, + [2562] = 2483, + [2563] = 2470, + [2564] = 2471, + [2565] = 2535, + [2566] = 2481, + [2567] = 2493, + [2568] = 2476, + [2569] = 2569, + [2570] = 2483, + [2571] = 2484, + [2572] = 2482, + [2573] = 2476, + [2574] = 2477, + [2575] = 2475, + [2576] = 2468, + [2577] = 2577, + [2578] = 2544, + [2579] = 2500, + [2580] = 2553, + [2581] = 2480, + [2582] = 2535, + [2583] = 2569, + [2584] = 2546, + [2585] = 2522, + [2586] = 2477, + [2587] = 2481, + [2588] = 2588, + [2589] = 2477, + [2590] = 2484, + [2591] = 2480, + [2592] = 2481, + [2593] = 2593, + [2594] = 2594, + [2595] = 2520, + [2596] = 2596, + [2597] = 2481, + [2598] = 2593, + [2599] = 2512, + [2600] = 2530, + [2601] = 2493, + [2602] = 2493, + [2603] = 2603, + [2604] = 2604, [2605] = 2470, - [2606] = 2480, - [2607] = 2545, - [2608] = 2482, - [2609] = 2514, - [2610] = 2485, - [2611] = 2473, - [2612] = 2485, - [2613] = 2613, - [2614] = 2614, - [2615] = 2491, - [2616] = 2483, - [2617] = 2570, + [2606] = 2606, + [2607] = 2544, + [2608] = 2471, + [2609] = 2553, + [2610] = 2610, + [2611] = 2512, + [2612] = 2482, + [2613] = 2536, + [2614] = 2522, + [2615] = 2554, + [2616] = 2616, + [2617] = 2617, [2618] = 2618, - [2619] = 2538, - [2620] = 2474, - [2621] = 2621, - [2622] = 2483, - [2623] = 2551, - [2624] = 2566, - [2625] = 2552, - [2626] = 2471, - [2627] = 2547, - [2628] = 2490, - [2629] = 2483, - [2630] = 2630, - [2631] = 2478, - [2632] = 2483, - [2633] = 2488, - [2634] = 2483, - [2635] = 2472, + [2619] = 2618, + [2620] = 2482, + [2621] = 2480, + [2622] = 2481, + [2623] = 2623, + [2624] = 2520, + [2625] = 2500, + [2626] = 2500, + [2627] = 2470, + [2628] = 2489, + [2629] = 2549, + [2630] = 2493, + [2631] = 2500, + [2632] = 2468, + [2633] = 2616, + [2634] = 2512, + [2635] = 2468, [2636] = 2493, - [2637] = 2509, - [2638] = 2488, - [2639] = 2551, - [2640] = 2470, - [2641] = 2514, - [2642] = 2601, - [2643] = 2592, - [2644] = 2476, - [2645] = 2614, - [2646] = 2597, - [2647] = 2647, - [2648] = 2474, - [2649] = 2486, - [2650] = 2469, - [2651] = 2488, - [2652] = 2493, - [2653] = 2653, + [2637] = 2489, + [2638] = 2484, + [2639] = 2490, + [2640] = 2468, + [2641] = 2537, + [2642] = 2486, + [2643] = 2483, + [2644] = 2623, + [2645] = 2545, + [2646] = 2523, + [2647] = 2500, + [2648] = 2610, + [2649] = 2523, + [2650] = 2512, + [2651] = 2522, + [2652] = 2542, }; -static TSCharacterRange sym_identifier_character_set_2[] = { +static const TSCharacterRange sym_identifier_character_set_2[] = { {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xba, 0xba}, {0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x370, 0x374}, {0x376, 0x377}, {0x37b, 0x37d}, {0x37f, 0x37f}, {0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, {0x3f7, 0x481}, {0x48a, 0x52f}, @@ -5268,7 +5261,7 @@ static TSCharacterRange sym_identifier_character_set_2[] = { {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dc}, {0x1820, 0x1878}, {0x1880, 0x18a8}, {0x18aa, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1950, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x1a00, 0x1a16}, {0x1a20, 0x1a54}, {0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, {0x1b45, 0x1b4c}, {0x1b83, 0x1ba0}, {0x1bae, 0x1baf}, {0x1bba, 0x1be5}, {0x1c00, 0x1c23}, {0x1c4d, 0x1c4f}, - {0x1c5a, 0x1c7d}, {0x1c80, 0x1c88}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa}, + {0x1c5a, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa}, {0x1d00, 0x1dbf}, {0x1e00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x2071, 0x2071}, {0x207f, 0x207f}, {0x2090, 0x209c}, {0x2102, 0x2102}, @@ -5278,7 +5271,7 @@ static TSCharacterRange sym_identifier_character_set_2[] = { {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x3005, 0x3007}, {0x3021, 0x3029}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa61f}, {0xa62a, 0xa62b}, {0xa640, 0xa66e}, - {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7ca}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7d9}, + {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, {0xa80c, 0xa822}, {0xa840, 0xa873}, {0xa882, 0xa8b3}, {0xa8f2, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa8fe}, {0xa90a, 0xa925}, {0xa930, 0xa946}, {0xa960, 0xa97c}, {0xa984, 0xa9b2}, {0xa9cf, 0xa9cf}, {0xa9e0, 0xa9e4}, {0xa9e6, 0xa9ef}, {0xa9fa, 0xa9fe}, {0xaa00, 0xaa28}, {0xaa40, 0xaa42}, {0xaa44, 0xaa4b}, {0xaa60, 0xaa76}, {0xaa7a, 0xaa7a}, {0xaa7e, 0xaaaf}, {0xaab1, 0xaab1}, @@ -5292,46 +5285,50 @@ static TSCharacterRange sym_identifier_character_set_2[] = { {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x10375}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, - {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, - {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, - {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a00}, {0x10a10, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, - {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, - {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d23}, {0x10e80, 0x10ea9}, {0x10eb0, 0x10eb1}, {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, - {0x10f30, 0x10f45}, {0x10f70, 0x10f81}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11003, 0x11037}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, - {0x110d0, 0x110e8}, {0x11103, 0x11126}, {0x11144, 0x11144}, {0x11147, 0x11147}, {0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2}, {0x111c1, 0x111c4}, - {0x111da, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x1122b}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, - {0x1129f, 0x112a8}, {0x112b0, 0x112de}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, - {0x1133d, 0x1133d}, {0x11350, 0x11350}, {0x1135d, 0x11361}, {0x11400, 0x11434}, {0x11447, 0x1144a}, {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, - {0x114c7, 0x114c7}, {0x11580, 0x115ae}, {0x115d8, 0x115db}, {0x11600, 0x1162f}, {0x11644, 0x11644}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x11700, 0x1171a}, - {0x11740, 0x11746}, {0x11800, 0x1182b}, {0x118a0, 0x118df}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x1192f}, - {0x1193f, 0x1193f}, {0x11941, 0x11941}, {0x119a0, 0x119a7}, {0x119aa, 0x119d0}, {0x119e1, 0x119e1}, {0x119e3, 0x119e3}, {0x11a00, 0x11a00}, {0x11a0b, 0x11a32}, - {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, - {0x11c72, 0x11c8f}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, - {0x11d98, 0x11d98}, {0x11ee0, 0x11ef2}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342e}, - {0x14400, 0x14646}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a70, 0x16abe}, {0x16ad0, 0x16aed}, {0x16b00, 0x16b2f}, {0x16b40, 0x16b43}, {0x16b63, 0x16b77}, - {0x16b7d, 0x16b8f}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f50, 0x16f50}, {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, - {0x18800, 0x18cd5}, {0x18d00, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b150, 0x1b152}, {0x1b164, 0x1b167}, - {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, - {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, - {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, - {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, - {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1df00, 0x1df1e}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ad}, - {0x1e2c0, 0x1e2eb}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, - {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, - {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, - {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, - {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, - {0x1eeab, 0x1eebb}, {0x20000, 0x2a6df}, {0x2a700, 0x2b738}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, + {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, + {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, + {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a00}, {0x10a10, 0x10a13}, {0x10a15, 0x10a17}, + {0x10a19, 0x10a35}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, + {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d23}, {0x10d4a, 0x10d65}, {0x10d6f, 0x10d85}, {0x10e80, 0x10ea9}, + {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f45}, {0x10f70, 0x10f81}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, + {0x11003, 0x11037}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, {0x110d0, 0x110e8}, {0x11103, 0x11126}, {0x11144, 0x11144}, {0x11147, 0x11147}, + {0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2}, {0x111c1, 0x111c4}, {0x111da, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x1122b}, + {0x1123f, 0x11240}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112de}, {0x11305, 0x1130c}, + {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133d, 0x1133d}, {0x11350, 0x11350}, {0x1135d, 0x11361}, + {0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113b7}, {0x113d1, 0x113d1}, {0x113d3, 0x113d3}, {0x11400, 0x11434}, + {0x11447, 0x1144a}, {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x11580, 0x115ae}, {0x115d8, 0x115db}, {0x11600, 0x1162f}, + {0x11644, 0x11644}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x11700, 0x1171a}, {0x11740, 0x11746}, {0x11800, 0x1182b}, {0x118a0, 0x118df}, {0x118ff, 0x11906}, + {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x1192f}, {0x1193f, 0x1193f}, {0x11941, 0x11941}, {0x119a0, 0x119a7}, {0x119aa, 0x119d0}, + {0x119e1, 0x119e1}, {0x119e3, 0x119e3}, {0x11a00, 0x11a00}, {0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, + {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, {0x11c72, 0x11c8f}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, + {0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, {0x11d98, 0x11d98}, {0x11ee0, 0x11ef2}, {0x11f02, 0x11f02}, + {0x11f04, 0x11f10}, {0x11f12, 0x11f33}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, + {0x13441, 0x13446}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x1611d}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a70, 0x16abe}, {0x16ad0, 0x16aed}, + {0x16b00, 0x16b2f}, {0x16b40, 0x16b43}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f50, 0x16f50}, + {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, + {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, + {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, + {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, + {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, + {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, + {0x1d7c4, 0x1d7cb}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ad}, + {0x1e2c0, 0x1e2eb}, {0x1e4d0, 0x1e4eb}, {0x1e5d0, 0x1e5ed}, {0x1e5f0, 0x1e5f0}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, + {0x1e800, 0x1e8c4}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, + {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, + {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, + {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, + {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, + {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, }; -static TSCharacterRange sym_identifier_character_set_3[] = { +static const TSCharacterRange sym_identifier_character_set_3[] = { {'0', '9'}, {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xb7, 0xb7}, {0xba, 0xba}, {0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x300, 0x374}, {0x376, 0x377}, {0x37b, 0x37d}, {0x37f, 0x37f}, {0x386, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, {0x3f7, 0x481}, {0x483, 0x487}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x591, 0x5bd}, {0x5bf, 0x5bf}, {0x5c1, 0x5c2}, {0x5c4, 0x5c5}, {0x5c7, 0x5c7}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x610, 0x61a}, {0x620, 0x669}, {0x66e, 0x6d3}, {0x6d5, 0x6dc}, {0x6df, 0x6e8}, {0x6ea, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x74a}, {0x74d, 0x7b1}, {0x7c0, 0x7f5}, {0x7fa, 0x7fa}, {0x7fd, 0x7fd}, - {0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x898, 0x8e1}, {0x8e3, 0x963}, {0x966, 0x96f}, + {0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x897, 0x8e1}, {0x8e3, 0x963}, {0x966, 0x96f}, {0x971, 0x983}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bc, 0x9c4}, {0x9c7, 0x9c8}, {0x9cb, 0x9ce}, {0x9d7, 0x9d7}, {0x9dc, 0x9dd}, {0x9df, 0x9e3}, {0x9e6, 0x9f1}, {0x9fc, 0x9fc}, {0x9fe, 0x9fe}, {0xa01, 0xa03}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, @@ -5344,11 +5341,11 @@ static TSCharacterRange sym_identifier_character_set_3[] = { {0xbc6, 0xbc8}, {0xbca, 0xbcd}, {0xbd0, 0xbd0}, {0xbd7, 0xbd7}, {0xbe6, 0xbef}, {0xc00, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3c, 0xc44}, {0xc46, 0xc48}, {0xc4a, 0xc4d}, {0xc55, 0xc56}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc63}, {0xc66, 0xc6f}, {0xc80, 0xc83}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbc, 0xcc4}, - {0xcc6, 0xcc8}, {0xcca, 0xccd}, {0xcd5, 0xcd6}, {0xcdd, 0xcde}, {0xce0, 0xce3}, {0xce6, 0xcef}, {0xcf1, 0xcf2}, {0xd00, 0xd0c}, + {0xcc6, 0xcc8}, {0xcca, 0xccd}, {0xcd5, 0xcd6}, {0xcdd, 0xcde}, {0xce0, 0xce3}, {0xce6, 0xcef}, {0xcf1, 0xcf3}, {0xd00, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd44}, {0xd46, 0xd48}, {0xd4a, 0xd4e}, {0xd54, 0xd57}, {0xd5f, 0xd63}, {0xd66, 0xd6f}, {0xd7a, 0xd7f}, {0xd81, 0xd83}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xdca, 0xdca}, {0xdcf, 0xdd4}, {0xdd6, 0xdd6}, {0xdd8, 0xddf}, {0xde6, 0xdef}, {0xdf2, 0xdf3}, {0xe01, 0xe3a}, {0xe40, 0xe4e}, {0xe50, 0xe59}, {0xe81, 0xe82}, - {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, {0xec8, 0xecd}, + {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, {0xec8, 0xece}, {0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf18, 0xf19}, {0xf20, 0xf29}, {0xf35, 0xf35}, {0xf37, 0xf37}, {0xf39, 0xf39}, {0xf3e, 0xf47}, {0xf49, 0xf6c}, {0xf71, 0xf84}, {0xf86, 0xf97}, {0xf99, 0xfbc}, {0xfc6, 0xfc6}, {0x1000, 0x1049}, {0x1050, 0x109d}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, {0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258}, @@ -5359,18 +5356,18 @@ static TSCharacterRange sym_identifier_character_set_3[] = { {0x180b, 0x180d}, {0x180f, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1920, 0x192b}, {0x1930, 0x193b}, {0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da}, {0x1a00, 0x1a1b}, {0x1a20, 0x1a5e}, {0x1a60, 0x1a7c}, {0x1a7f, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1ab0, 0x1abd}, {0x1abf, 0x1ace}, {0x1b00, 0x1b4c}, {0x1b50, 0x1b59}, {0x1b6b, 0x1b73}, - {0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c88}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1cd0, 0x1cd2}, + {0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1cd0, 0x1cd2}, {0x1cd4, 0x1cfa}, {0x1d00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, - {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x203f, 0x2040}, {0x2054, 0x2054}, {0x2071, 0x2071}, {0x207f, 0x207f}, - {0x2090, 0x209c}, {0x20d0, 0x20dc}, {0x20e1, 0x20e1}, {0x20e5, 0x20f0}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, - {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, - {0x2160, 0x2188}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cf3}, {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, - {0x2d7f, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, - {0x2dd8, 0x2dde}, {0x2de0, 0x2dff}, {0x3005, 0x3007}, {0x3021, 0x302f}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, {0x3099, 0x309a}, - {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, + {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x200c, 0x200d}, {0x203f, 0x2040}, {0x2054, 0x2054}, {0x2071, 0x2071}, + {0x207f, 0x207f}, {0x2090, 0x209c}, {0x20d0, 0x20dc}, {0x20e1, 0x20e1}, {0x20e5, 0x20f0}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113}, + {0x2115, 0x2115}, {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149}, + {0x214e, 0x214e}, {0x2160, 0x2188}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cf3}, {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, + {0x2d6f, 0x2d6f}, {0x2d7f, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, + {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x2de0, 0x2dff}, {0x3005, 0x3007}, {0x3021, 0x302f}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, + {0x3099, 0x309a}, {0x309d, 0x309f}, {0x30a1, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66f}, {0xa674, 0xa67d}, {0xa67f, 0xa6f1}, {0xa717, 0xa71f}, - {0xa722, 0xa788}, {0xa78b, 0xa7ca}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7d9}, {0xa7f2, 0xa827}, {0xa82c, 0xa82c}, {0xa840, 0xa873}, + {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa827}, {0xa82c, 0xa82c}, {0xa840, 0xa873}, {0xa880, 0xa8c5}, {0xa8d0, 0xa8d9}, {0xa8e0, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa92d}, {0xa930, 0xa953}, {0xa960, 0xa97c}, {0xa980, 0xa9c0}, {0xa9cf, 0xa9d9}, {0xa9e0, 0xa9fe}, {0xaa00, 0xaa36}, {0xaa40, 0xaa4d}, {0xaa50, 0xaa59}, {0xaa60, 0xaa76}, {0xaa7a, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaef}, {0xaaf2, 0xaaf6}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab5a}, @@ -5378,49 +5375,53 @@ static TSCharacterRange sym_identifier_character_set_3[] = { {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb28}, {0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d}, {0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe00, 0xfe0f}, {0xfe20, 0xfe2f}, {0xfe33, 0xfe34}, {0xfe4d, 0xfe4f}, {0xfe71, 0xfe71}, {0xfe73, 0xfe73}, {0xfe77, 0xfe77}, {0xfe79, 0xfe79}, {0xfe7b, 0xfe7b}, - {0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff10, 0xff19}, {0xff21, 0xff3a}, {0xff3f, 0xff3f}, {0xff41, 0xff5a}, {0xff66, 0xffbe}, {0xffc2, 0xffc7}, + {0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff10, 0xff19}, {0xff21, 0xff3a}, {0xff3f, 0xff3f}, {0xff41, 0xff5a}, {0xff65, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x101fd, 0x101fd}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x102e0, 0x102e0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x1037a}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104a0, 0x104a9}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, - {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, - {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, - {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, - {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a38, 0x10a3a}, {0x10a3f, 0x10a3f}, {0x10a60, 0x10a7c}, - {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, - {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39}, {0x10e80, 0x10ea9}, {0x10eab, 0x10eac}, {0x10eb0, 0x10eb1}, {0x10f00, 0x10f1c}, - {0x10f27, 0x10f27}, {0x10f30, 0x10f50}, {0x10f70, 0x10f85}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11000, 0x11046}, {0x11066, 0x11075}, {0x1107f, 0x110ba}, - {0x110c2, 0x110c2}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9}, {0x11100, 0x11134}, {0x11136, 0x1113f}, {0x11144, 0x11147}, {0x11150, 0x11173}, {0x11176, 0x11176}, - {0x11180, 0x111c4}, {0x111c9, 0x111cc}, {0x111ce, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x11237}, {0x1123e, 0x1123e}, {0x11280, 0x11286}, - {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112ea}, {0x112f0, 0x112f9}, {0x11300, 0x11303}, {0x11305, 0x1130c}, - {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133b, 0x11344}, {0x11347, 0x11348}, {0x1134b, 0x1134d}, - {0x11350, 0x11350}, {0x11357, 0x11357}, {0x1135d, 0x11363}, {0x11366, 0x1136c}, {0x11370, 0x11374}, {0x11400, 0x1144a}, {0x11450, 0x11459}, {0x1145e, 0x11461}, - {0x11480, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, {0x115d8, 0x115dd}, {0x11600, 0x11640}, {0x11644, 0x11644}, - {0x11650, 0x11659}, {0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x11700, 0x1171a}, {0x1171d, 0x1172b}, {0x11730, 0x11739}, {0x11740, 0x11746}, {0x11800, 0x1183a}, + {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, + {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, + {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, + {0x109be, 0x109bf}, {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a38, 0x10a3a}, {0x10a3f, 0x10a3f}, + {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, + {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39}, {0x10d40, 0x10d65}, {0x10d69, 0x10d6d}, {0x10d6f, 0x10d85}, + {0x10e80, 0x10ea9}, {0x10eab, 0x10eac}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10efc, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f50}, {0x10f70, 0x10f85}, + {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11000, 0x11046}, {0x11066, 0x11075}, {0x1107f, 0x110ba}, {0x110c2, 0x110c2}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9}, + {0x11100, 0x11134}, {0x11136, 0x1113f}, {0x11144, 0x11147}, {0x11150, 0x11173}, {0x11176, 0x11176}, {0x11180, 0x111c4}, {0x111c9, 0x111cc}, {0x111ce, 0x111da}, + {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x11237}, {0x1123e, 0x11241}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, + {0x1129f, 0x112a8}, {0x112b0, 0x112ea}, {0x112f0, 0x112f9}, {0x11300, 0x11303}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, + {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133b, 0x11344}, {0x11347, 0x11348}, {0x1134b, 0x1134d}, {0x11350, 0x11350}, {0x11357, 0x11357}, {0x1135d, 0x11363}, + {0x11366, 0x1136c}, {0x11370, 0x11374}, {0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113c0}, {0x113c2, 0x113c2}, + {0x113c5, 0x113c5}, {0x113c7, 0x113ca}, {0x113cc, 0x113d3}, {0x113e1, 0x113e2}, {0x11400, 0x1144a}, {0x11450, 0x11459}, {0x1145e, 0x11461}, {0x11480, 0x114c5}, + {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, {0x115d8, 0x115dd}, {0x11600, 0x11640}, {0x11644, 0x11644}, {0x11650, 0x11659}, + {0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x116d0, 0x116e3}, {0x11700, 0x1171a}, {0x1171d, 0x1172b}, {0x11730, 0x11739}, {0x11740, 0x11746}, {0x11800, 0x1183a}, {0x118a0, 0x118e9}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x11935}, {0x11937, 0x11938}, {0x1193b, 0x11943}, {0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d7}, {0x119da, 0x119e1}, {0x119e3, 0x119e4}, {0x11a00, 0x11a3e}, {0x11a47, 0x11a47}, {0x11a50, 0x11a99}, - {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c36}, {0x11c38, 0x11c40}, {0x11c50, 0x11c59}, {0x11c72, 0x11c8f}, {0x11c92, 0x11ca7}, - {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d36}, {0x11d3a, 0x11d3a}, {0x11d3c, 0x11d3d}, {0x11d3f, 0x11d47}, {0x11d50, 0x11d59}, - {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e}, {0x11d90, 0x11d91}, {0x11d93, 0x11d98}, {0x11da0, 0x11da9}, {0x11ee0, 0x11ef6}, {0x11fb0, 0x11fb0}, - {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342e}, {0x14400, 0x14646}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, - {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16af0, 0x16af4}, {0x16b00, 0x16b36}, {0x16b40, 0x16b43}, {0x16b50, 0x16b59}, - {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87}, {0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe4}, - {0x16ff0, 0x16ff1}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18d00, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, - {0x1b150, 0x1b152}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1bc9d, 0x1bc9e}, - {0x1cf00, 0x1cf2d}, {0x1cf30, 0x1cf46}, {0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, {0x1d242, 0x1d244}, - {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, - {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, - {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, - {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, {0x1da00, 0x1da36}, - {0x1da3b, 0x1da6c}, {0x1da75, 0x1da75}, {0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, {0x1df00, 0x1df1e}, {0x1e000, 0x1e006}, {0x1e008, 0x1e018}, - {0x1e01b, 0x1e021}, {0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e100, 0x1e12c}, {0x1e130, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ae}, - {0x1e2c0, 0x1e2f9}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e8d0, 0x1e8d6}, {0x1e900, 0x1e94b}, - {0x1e950, 0x1e959}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, - {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, - {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, - {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, - {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x1fbf0, 0x1fbf9}, {0x20000, 0x2a6df}, {0x2a700, 0x2b738}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, - {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0xe0100, 0xe01ef}, + {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11bf0, 0x11bf9}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c36}, {0x11c38, 0x11c40}, {0x11c50, 0x11c59}, + {0x11c72, 0x11c8f}, {0x11c92, 0x11ca7}, {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d36}, {0x11d3a, 0x11d3a}, {0x11d3c, 0x11d3d}, + {0x11d3f, 0x11d47}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e}, {0x11d90, 0x11d91}, {0x11d93, 0x11d98}, {0x11da0, 0x11da9}, + {0x11ee0, 0x11ef6}, {0x11f00, 0x11f10}, {0x11f12, 0x11f3a}, {0x11f3e, 0x11f42}, {0x11f50, 0x11f5a}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, + {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13440, 0x13455}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x16139}, {0x16800, 0x16a38}, + {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16af0, 0x16af4}, {0x16b00, 0x16b36}, {0x16b40, 0x16b43}, + {0x16b50, 0x16b59}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16d70, 0x16d79}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87}, + {0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe4}, {0x16ff0, 0x16ff1}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3}, + {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, + {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1bc9d, 0x1bc9e}, {0x1ccf0, 0x1ccf9}, {0x1cf00, 0x1cf2d}, {0x1cf30, 0x1cf46}, + {0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, {0x1d242, 0x1d244}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, + {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, + {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, + {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, + {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, {0x1da00, 0x1da36}, {0x1da3b, 0x1da6c}, {0x1da75, 0x1da75}, + {0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e000, 0x1e006}, {0x1e008, 0x1e018}, {0x1e01b, 0x1e021}, + {0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e030, 0x1e06d}, {0x1e08f, 0x1e08f}, {0x1e100, 0x1e12c}, {0x1e130, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e}, + {0x1e290, 0x1e2ae}, {0x1e2c0, 0x1e2f9}, {0x1e4d0, 0x1e4f9}, {0x1e5d0, 0x1e5fa}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, + {0x1e800, 0x1e8c4}, {0x1e8d0, 0x1e8d6}, {0x1e900, 0x1e94b}, {0x1e950, 0x1e959}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, + {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, + {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, + {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, + {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x1fbf0, 0x1fbf9}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, + {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, {0xe0100, 0xe01ef}, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -5465,7 +5466,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(52); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(141); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 1: if (lookahead == '\n') ADVANCE(169); @@ -5520,7 +5521,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(4); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(141); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 5: if (lookahead == '\r') SKIP(5); @@ -5558,7 +5559,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(5); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(141); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 6: if (lookahead == '\r') SKIP(6); @@ -5591,7 +5592,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(6); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(141); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 7: if (lookahead == '\r') SKIP(7); @@ -5625,7 +5626,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(7); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 8: if (lookahead == '\r') SKIP(8); @@ -5658,7 +5659,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(8); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 9: if (lookahead == '\r') SKIP(9); @@ -5673,7 +5674,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(9); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 10: if (lookahead == '\r') ADVANCE(1); @@ -5713,7 +5714,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(11); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(141); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 12: if (lookahead == '\r') SKIP(12); @@ -5751,7 +5752,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(12); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(141); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 13: if (lookahead == '\r') SKIP(13); @@ -5785,7 +5786,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(13); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 14: if (lookahead == '\r') SKIP(14); @@ -5819,7 +5820,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(14); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 15: if (lookahead == '.') ADVANCE(16); @@ -5958,7 +5959,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'f')) ADVANCE(48); END_STATE(); case 50: - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 51: if (lookahead != 0 && @@ -6002,7 +6003,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(52); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(141); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 53: if (eof) ADVANCE(56); @@ -6037,7 +6038,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(53); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(141); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 54: if (eof) ADVANCE(56); @@ -6062,7 +6063,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(54); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(141); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 55: if (eof) ADVANCE(56); @@ -6087,7 +6088,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(55); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(141); - if (set_contains(sym_identifier_character_set_2, 656, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_2, 685, lookahead)) ADVANCE(167); END_STATE(); case 56: ACCEPT_TOKEN(ts_builtin_sym_end); @@ -6149,11 +6150,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 72: ACCEPT_TOKEN(anon_sym_except); if (lookahead == '*') ADVANCE(74); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 73: ACCEPT_TOKEN(anon_sym_except); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 74: ACCEPT_TOKEN(anon_sym_except_STAR); @@ -6535,86 +6536,86 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 151: ACCEPT_TOKEN(sym_identifier); if (lookahead == '*') ADVANCE(74); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 152: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'c') ADVANCE(155); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 153: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'c') ADVANCE(156); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 154: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'c') ADVANCE(157); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 155: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') ADVANCE(158); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 156: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') ADVANCE(159); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 157: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') ADVANCE(160); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 158: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'p') ADVANCE(161); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 159: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'p') ADVANCE(162); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 160: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'p') ADVANCE(163); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 161: ACCEPT_TOKEN(sym_identifier); if (lookahead == 't') ADVANCE(72); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 162: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(73); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (lookahead == 't') ADVANCE(151); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 163: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(151); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (lookahead == 't') ADVANCE(73); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 164: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'x') ADVANCE(152); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 165: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'x') ADVANCE(153); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 166: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'x') ADVANCE(154); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 167: ACCEPT_TOKEN(sym_identifier); - if (set_contains(sym_identifier_character_set_3, 763, lookahead)) ADVANCE(167); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(167); END_STATE(); case 168: ACCEPT_TOKEN(sym_comment); @@ -7221,13 +7222,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [59] = {.lex_state = 53, .external_lex_state = 3}, [60] = {.lex_state = 53, .external_lex_state = 3}, [61] = {.lex_state = 53, .external_lex_state = 3}, - [62] = {.lex_state = 53, .external_lex_state = 2}, + [62] = {.lex_state = 53, .external_lex_state = 3}, [63] = {.lex_state = 53, .external_lex_state = 3}, - [64] = {.lex_state = 53, .external_lex_state = 3}, + [64] = {.lex_state = 53, .external_lex_state = 2}, [65] = {.lex_state = 53, .external_lex_state = 3}, - [66] = {.lex_state = 53, .external_lex_state = 3}, + [66] = {.lex_state = 53, .external_lex_state = 2}, [67] = {.lex_state = 53, .external_lex_state = 3}, - [68] = {.lex_state = 53, .external_lex_state = 2}, + [68] = {.lex_state = 53, .external_lex_state = 3}, [69] = {.lex_state = 53, .external_lex_state = 3}, [70] = {.lex_state = 53, .external_lex_state = 3}, [71] = {.lex_state = 53, .external_lex_state = 3}, @@ -7320,29 +7321,29 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [158] = {.lex_state = 12, .external_lex_state = 4}, [159] = {.lex_state = 5, .external_lex_state = 6}, [160] = {.lex_state = 12, .external_lex_state = 6}, - [161] = {.lex_state = 5, .external_lex_state = 6}, - [162] = {.lex_state = 12, .external_lex_state = 4}, - [163] = {.lex_state = 5, .external_lex_state = 6}, - [164] = {.lex_state = 5, .external_lex_state = 7}, + [161] = {.lex_state = 12, .external_lex_state = 4}, + [162] = {.lex_state = 5, .external_lex_state = 6}, + [163] = {.lex_state = 5, .external_lex_state = 7}, + [164] = {.lex_state = 5, .external_lex_state = 2}, [165] = {.lex_state = 5, .external_lex_state = 6}, - [166] = {.lex_state = 5, .external_lex_state = 2}, + [166] = {.lex_state = 5, .external_lex_state = 8}, [167] = {.lex_state = 5, .external_lex_state = 8}, [168] = {.lex_state = 5, .external_lex_state = 7}, [169] = {.lex_state = 12, .external_lex_state = 6}, [170] = {.lex_state = 12, .external_lex_state = 8}, - [171] = {.lex_state = 5, .external_lex_state = 8}, - [172] = {.lex_state = 5, .external_lex_state = 7}, - [173] = {.lex_state = 12, .external_lex_state = 2}, - [174] = {.lex_state = 12, .external_lex_state = 2}, - [175] = {.lex_state = 12, .external_lex_state = 7}, + [171] = {.lex_state = 5, .external_lex_state = 6}, + [172] = {.lex_state = 12, .external_lex_state = 7}, + [173] = {.lex_state = 11, .external_lex_state = 4}, + [174] = {.lex_state = 5, .external_lex_state = 7}, + [175] = {.lex_state = 12, .external_lex_state = 8}, [176] = {.lex_state = 5, .external_lex_state = 8}, - [177] = {.lex_state = 5, .external_lex_state = 8}, - [178] = {.lex_state = 12, .external_lex_state = 7}, - [179] = {.lex_state = 5, .external_lex_state = 7}, - [180] = {.lex_state = 12, .external_lex_state = 8}, - [181] = {.lex_state = 12, .external_lex_state = 6}, - [182] = {.lex_state = 11, .external_lex_state = 4}, - [183] = {.lex_state = 5, .external_lex_state = 8}, + [177] = {.lex_state = 12, .external_lex_state = 2}, + [178] = {.lex_state = 5, .external_lex_state = 8}, + [179] = {.lex_state = 12, .external_lex_state = 2}, + [180] = {.lex_state = 5, .external_lex_state = 7}, + [181] = {.lex_state = 5, .external_lex_state = 8}, + [182] = {.lex_state = 12, .external_lex_state = 7}, + [183] = {.lex_state = 12, .external_lex_state = 6}, [184] = {.lex_state = 5, .external_lex_state = 8}, [185] = {.lex_state = 5, .external_lex_state = 8}, [186] = {.lex_state = 12, .external_lex_state = 7}, @@ -7350,38 +7351,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [188] = {.lex_state = 11, .external_lex_state = 2}, [189] = {.lex_state = 5, .external_lex_state = 7}, [190] = {.lex_state = 5, .external_lex_state = 6}, - [191] = {.lex_state = 53, .external_lex_state = 2}, - [192] = {.lex_state = 53, .external_lex_state = 2}, - [193] = {.lex_state = 53, .external_lex_state = 2}, - [194] = {.lex_state = 5, .external_lex_state = 6}, - [195] = {.lex_state = 53, .external_lex_state = 8}, - [196] = {.lex_state = 53, .external_lex_state = 7}, - [197] = {.lex_state = 5, .external_lex_state = 6}, - [198] = {.lex_state = 53, .external_lex_state = 8}, - [199] = {.lex_state = 53, .external_lex_state = 7}, - [200] = {.lex_state = 5, .external_lex_state = 6}, - [201] = {.lex_state = 53, .external_lex_state = 8}, - [202] = {.lex_state = 53, .external_lex_state = 7}, - [203] = {.lex_state = 53, .external_lex_state = 8}, - [204] = {.lex_state = 53, .external_lex_state = 7}, - [205] = {.lex_state = 53, .external_lex_state = 8}, - [206] = {.lex_state = 53, .external_lex_state = 7}, - [207] = {.lex_state = 5, .external_lex_state = 6}, + [191] = {.lex_state = 53, .external_lex_state = 7}, + [192] = {.lex_state = 53, .external_lex_state = 7}, + [193] = {.lex_state = 5, .external_lex_state = 6}, + [194] = {.lex_state = 53, .external_lex_state = 8}, + [195] = {.lex_state = 53, .external_lex_state = 2}, + [196] = {.lex_state = 53, .external_lex_state = 2}, + [197] = {.lex_state = 53, .external_lex_state = 2}, + [198] = {.lex_state = 53, .external_lex_state = 7}, + [199] = {.lex_state = 53, .external_lex_state = 8}, + [200] = {.lex_state = 53, .external_lex_state = 7}, + [201] = {.lex_state = 5, .external_lex_state = 6}, + [202] = {.lex_state = 53, .external_lex_state = 8}, + [203] = {.lex_state = 53, .external_lex_state = 7}, + [204] = {.lex_state = 5, .external_lex_state = 6}, + [205] = {.lex_state = 53, .external_lex_state = 7}, + [206] = {.lex_state = 5, .external_lex_state = 6}, + [207] = {.lex_state = 53, .external_lex_state = 8}, [208] = {.lex_state = 53, .external_lex_state = 7}, [209] = {.lex_state = 5, .external_lex_state = 6}, - [210] = {.lex_state = 53, .external_lex_state = 8}, + [210] = {.lex_state = 5, .external_lex_state = 6}, [211] = {.lex_state = 53, .external_lex_state = 8}, [212] = {.lex_state = 53, .external_lex_state = 8}, [213] = {.lex_state = 53, .external_lex_state = 7}, - [214] = {.lex_state = 5, .external_lex_state = 6}, - [215] = {.lex_state = 53, .external_lex_state = 8}, - [216] = {.lex_state = 53, .external_lex_state = 7}, - [217] = {.lex_state = 5, .external_lex_state = 6}, + [214] = {.lex_state = 53, .external_lex_state = 8}, + [215] = {.lex_state = 53, .external_lex_state = 7}, + [216] = {.lex_state = 5, .external_lex_state = 6}, + [217] = {.lex_state = 53, .external_lex_state = 8}, [218] = {.lex_state = 53, .external_lex_state = 8}, - [219] = {.lex_state = 53, .external_lex_state = 8}, + [219] = {.lex_state = 53, .external_lex_state = 7}, [220] = {.lex_state = 53, .external_lex_state = 7}, - [221] = {.lex_state = 53, .external_lex_state = 7}, - [222] = {.lex_state = 53, .external_lex_state = 7}, + [221] = {.lex_state = 53, .external_lex_state = 8}, + [222] = {.lex_state = 53, .external_lex_state = 8}, [223] = {.lex_state = 6, .external_lex_state = 4}, [224] = {.lex_state = 6, .external_lex_state = 4}, [225] = {.lex_state = 5, .external_lex_state = 7}, @@ -7394,31 +7395,31 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [232] = {.lex_state = 5, .external_lex_state = 7}, [233] = {.lex_state = 5, .external_lex_state = 7}, [234] = {.lex_state = 53, .external_lex_state = 2}, - [235] = {.lex_state = 6, .external_lex_state = 2}, + [235] = {.lex_state = 5, .external_lex_state = 2}, [236] = {.lex_state = 5, .external_lex_state = 2}, [237] = {.lex_state = 5, .external_lex_state = 2}, [238] = {.lex_state = 5, .external_lex_state = 8}, [239] = {.lex_state = 5, .external_lex_state = 2}, [240] = {.lex_state = 5, .external_lex_state = 2}, - [241] = {.lex_state = 5, .external_lex_state = 2}, - [242] = {.lex_state = 5, .external_lex_state = 8}, - [243] = {.lex_state = 5, .external_lex_state = 2}, - [244] = {.lex_state = 53, .external_lex_state = 6}, - [245] = {.lex_state = 5, .external_lex_state = 2}, + [241] = {.lex_state = 5, .external_lex_state = 8}, + [242] = {.lex_state = 5, .external_lex_state = 2}, + [243] = {.lex_state = 5, .external_lex_state = 8}, + [244] = {.lex_state = 5, .external_lex_state = 8}, + [245] = {.lex_state = 5, .external_lex_state = 8}, [246] = {.lex_state = 5, .external_lex_state = 8}, - [247] = {.lex_state = 5, .external_lex_state = 8}, - [248] = {.lex_state = 5, .external_lex_state = 8}, - [249] = {.lex_state = 5, .external_lex_state = 2}, + [247] = {.lex_state = 53, .external_lex_state = 6}, + [248] = {.lex_state = 6, .external_lex_state = 2}, + [249] = {.lex_state = 53, .external_lex_state = 8}, [250] = {.lex_state = 5, .external_lex_state = 2}, - [251] = {.lex_state = 5, .external_lex_state = 2}, + [251] = {.lex_state = 5, .external_lex_state = 8}, [252] = {.lex_state = 5, .external_lex_state = 2}, - [253] = {.lex_state = 5, .external_lex_state = 8}, - [254] = {.lex_state = 53, .external_lex_state = 8}, - [255] = {.lex_state = 5, .external_lex_state = 2}, - [256] = {.lex_state = 5, .external_lex_state = 8}, - [257] = {.lex_state = 6, .external_lex_state = 2}, - [258] = {.lex_state = 5, .external_lex_state = 8}, - [259] = {.lex_state = 5, .external_lex_state = 2}, + [253] = {.lex_state = 5, .external_lex_state = 2}, + [254] = {.lex_state = 5, .external_lex_state = 2}, + [255] = {.lex_state = 5, .external_lex_state = 8}, + [256] = {.lex_state = 5, .external_lex_state = 2}, + [257] = {.lex_state = 5, .external_lex_state = 2}, + [258] = {.lex_state = 6, .external_lex_state = 2}, + [259] = {.lex_state = 5, .external_lex_state = 8}, [260] = {.lex_state = 5, .external_lex_state = 2}, [261] = {.lex_state = 5, .external_lex_state = 2}, [262] = {.lex_state = 5, .external_lex_state = 2}, @@ -7431,84 +7432,84 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [269] = {.lex_state = 5, .external_lex_state = 2}, [270] = {.lex_state = 5, .external_lex_state = 2}, [271] = {.lex_state = 5, .external_lex_state = 2}, - [272] = {.lex_state = 5, .external_lex_state = 8}, + [272] = {.lex_state = 5, .external_lex_state = 2}, [273] = {.lex_state = 5, .external_lex_state = 8}, [274] = {.lex_state = 5, .external_lex_state = 8}, - [275] = {.lex_state = 53, .external_lex_state = 8}, - [276] = {.lex_state = 53, .external_lex_state = 7}, - [277] = {.lex_state = 53, .external_lex_state = 8}, + [275] = {.lex_state = 5, .external_lex_state = 8}, + [276] = {.lex_state = 5, .external_lex_state = 8}, + [277] = {.lex_state = 5, .external_lex_state = 8}, [278] = {.lex_state = 5, .external_lex_state = 8}, [279] = {.lex_state = 5, .external_lex_state = 8}, - [280] = {.lex_state = 5, .external_lex_state = 8}, - [281] = {.lex_state = 53, .external_lex_state = 8}, - [282] = {.lex_state = 53, .external_lex_state = 7}, - [283] = {.lex_state = 53, .external_lex_state = 8}, - [284] = {.lex_state = 53, .external_lex_state = 7}, + [280] = {.lex_state = 53, .external_lex_state = 8}, + [281] = {.lex_state = 5, .external_lex_state = 8}, + [282] = {.lex_state = 53, .external_lex_state = 8}, + [283] = {.lex_state = 53, .external_lex_state = 7}, + [284] = {.lex_state = 53, .external_lex_state = 8}, [285] = {.lex_state = 53, .external_lex_state = 8}, - [286] = {.lex_state = 5, .external_lex_state = 8}, - [287] = {.lex_state = 5, .external_lex_state = 8}, - [288] = {.lex_state = 53, .external_lex_state = 8}, - [289] = {.lex_state = 5, .external_lex_state = 8}, + [286] = {.lex_state = 53, .external_lex_state = 7}, + [287] = {.lex_state = 53, .external_lex_state = 8}, + [288] = {.lex_state = 53, .external_lex_state = 7}, + [289] = {.lex_state = 53, .external_lex_state = 8}, [290] = {.lex_state = 53, .external_lex_state = 8}, - [291] = {.lex_state = 5, .external_lex_state = 8}, - [292] = {.lex_state = 5, .external_lex_state = 8}, - [293] = {.lex_state = 53, .external_lex_state = 8}, - [294] = {.lex_state = 53, .external_lex_state = 7}, - [295] = {.lex_state = 53, .external_lex_state = 8}, + [291] = {.lex_state = 53, .external_lex_state = 8}, + [292] = {.lex_state = 53, .external_lex_state = 7}, + [293] = {.lex_state = 5, .external_lex_state = 8}, + [294] = {.lex_state = 5, .external_lex_state = 8}, + [295] = {.lex_state = 5, .external_lex_state = 8}, [296] = {.lex_state = 5, .external_lex_state = 8}, - [297] = {.lex_state = 5, .external_lex_state = 8}, - [298] = {.lex_state = 53, .external_lex_state = 8}, - [299] = {.lex_state = 53, .external_lex_state = 7}, + [297] = {.lex_state = 53, .external_lex_state = 8}, + [298] = {.lex_state = 53, .external_lex_state = 7}, + [299] = {.lex_state = 5, .external_lex_state = 8}, [300] = {.lex_state = 53, .external_lex_state = 8}, - [301] = {.lex_state = 5, .external_lex_state = 8}, + [301] = {.lex_state = 53, .external_lex_state = 7}, [302] = {.lex_state = 53, .external_lex_state = 8}, [303] = {.lex_state = 53, .external_lex_state = 7}, - [304] = {.lex_state = 5, .external_lex_state = 8}, + [304] = {.lex_state = 53, .external_lex_state = 8}, [305] = {.lex_state = 5, .external_lex_state = 8}, - [306] = {.lex_state = 53, .external_lex_state = 8}, - [307] = {.lex_state = 53, .external_lex_state = 7}, - [308] = {.lex_state = 53, .external_lex_state = 8}, - [309] = {.lex_state = 5, .external_lex_state = 8}, - [310] = {.lex_state = 53, .external_lex_state = 7}, - [311] = {.lex_state = 53, .external_lex_state = 7}, - [312] = {.lex_state = 5, .external_lex_state = 2}, + [306] = {.lex_state = 5, .external_lex_state = 8}, + [307] = {.lex_state = 53, .external_lex_state = 8}, + [308] = {.lex_state = 53, .external_lex_state = 7}, + [309] = {.lex_state = 53, .external_lex_state = 8}, + [310] = {.lex_state = 5, .external_lex_state = 8}, + [311] = {.lex_state = 12, .external_lex_state = 6}, + [312] = {.lex_state = 53, .external_lex_state = 6}, [313] = {.lex_state = 53, .external_lex_state = 8}, - [314] = {.lex_state = 53, .external_lex_state = 6}, - [315] = {.lex_state = 53, .external_lex_state = 6}, - [316] = {.lex_state = 53, .external_lex_state = 6}, - [317] = {.lex_state = 53, .external_lex_state = 6}, - [318] = {.lex_state = 53, .external_lex_state = 8}, + [314] = {.lex_state = 53, .external_lex_state = 8}, + [315] = {.lex_state = 5, .external_lex_state = 2}, + [316] = {.lex_state = 53, .external_lex_state = 7}, + [317] = {.lex_state = 53, .external_lex_state = 7}, + [318] = {.lex_state = 53, .external_lex_state = 6}, [319] = {.lex_state = 53, .external_lex_state = 6}, [320] = {.lex_state = 53, .external_lex_state = 8}, - [321] = {.lex_state = 12, .external_lex_state = 6}, - [322] = {.lex_state = 53, .external_lex_state = 8}, - [323] = {.lex_state = 53, .external_lex_state = 7}, + [321] = {.lex_state = 53, .external_lex_state = 8}, + [322] = {.lex_state = 53, .external_lex_state = 6}, + [323] = {.lex_state = 53, .external_lex_state = 8}, [324] = {.lex_state = 53, .external_lex_state = 7}, [325] = {.lex_state = 53, .external_lex_state = 7}, - [326] = {.lex_state = 53, .external_lex_state = 8}, - [327] = {.lex_state = 53, .external_lex_state = 8}, + [326] = {.lex_state = 53, .external_lex_state = 7}, + [327] = {.lex_state = 53, .external_lex_state = 6}, [328] = {.lex_state = 53, .external_lex_state = 6}, [329] = {.lex_state = 53, .external_lex_state = 7}, [330] = {.lex_state = 53, .external_lex_state = 6}, - [331] = {.lex_state = 53, .external_lex_state = 7}, - [332] = {.lex_state = 53, .external_lex_state = 6}, - [333] = {.lex_state = 53, .external_lex_state = 4}, - [334] = {.lex_state = 53, .external_lex_state = 2}, + [331] = {.lex_state = 53, .external_lex_state = 6}, + [332] = {.lex_state = 53, .external_lex_state = 8}, + [333] = {.lex_state = 5, .external_lex_state = 6}, + [334] = {.lex_state = 5, .external_lex_state = 6}, [335] = {.lex_state = 5, .external_lex_state = 6}, [336] = {.lex_state = 53, .external_lex_state = 2}, [337] = {.lex_state = 5, .external_lex_state = 6}, [338] = {.lex_state = 5, .external_lex_state = 6}, - [339] = {.lex_state = 5, .external_lex_state = 6}, - [340] = {.lex_state = 5, .external_lex_state = 6}, + [339] = {.lex_state = 53, .external_lex_state = 2}, + [340] = {.lex_state = 53, .external_lex_state = 2}, [341] = {.lex_state = 5, .external_lex_state = 6}, - [342] = {.lex_state = 5, .external_lex_state = 6}, - [343] = {.lex_state = 5, .external_lex_state = 6}, - [344] = {.lex_state = 53, .external_lex_state = 7}, - [345] = {.lex_state = 5, .external_lex_state = 6}, + [342] = {.lex_state = 53, .external_lex_state = 4}, + [343] = {.lex_state = 53, .external_lex_state = 4}, + [344] = {.lex_state = 5, .external_lex_state = 6}, + [345] = {.lex_state = 53, .external_lex_state = 7}, [346] = {.lex_state = 5, .external_lex_state = 6}, - [347] = {.lex_state = 53, .external_lex_state = 2}, - [348] = {.lex_state = 53, .external_lex_state = 8}, - [349] = {.lex_state = 53, .external_lex_state = 4}, + [347] = {.lex_state = 53, .external_lex_state = 8}, + [348] = {.lex_state = 5, .external_lex_state = 6}, + [349] = {.lex_state = 5, .external_lex_state = 6}, [350] = {.lex_state = 5, .external_lex_state = 6}, [351] = {.lex_state = 5, .external_lex_state = 6}, [352] = {.lex_state = 5, .external_lex_state = 6}, @@ -7516,26 +7517,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [354] = {.lex_state = 5, .external_lex_state = 6}, [355] = {.lex_state = 5, .external_lex_state = 6}, [356] = {.lex_state = 53, .external_lex_state = 7}, - [357] = {.lex_state = 53, .external_lex_state = 7}, + [357] = {.lex_state = 5, .external_lex_state = 2}, [358] = {.lex_state = 53, .external_lex_state = 7}, [359] = {.lex_state = 53, .external_lex_state = 7}, - [360] = {.lex_state = 53, .external_lex_state = 7}, - [361] = {.lex_state = 53, .external_lex_state = 7}, + [360] = {.lex_state = 53, .external_lex_state = 4}, + [361] = {.lex_state = 12, .external_lex_state = 8}, [362] = {.lex_state = 53, .external_lex_state = 7}, - [363] = {.lex_state = 53, .external_lex_state = 7}, + [363] = {.lex_state = 53, .external_lex_state = 4}, [364] = {.lex_state = 53, .external_lex_state = 7}, [365] = {.lex_state = 53, .external_lex_state = 7}, [366] = {.lex_state = 53, .external_lex_state = 7}, - [367] = {.lex_state = 53, .external_lex_state = 7}, + [367] = {.lex_state = 53, .external_lex_state = 4}, [368] = {.lex_state = 53, .external_lex_state = 7}, [369] = {.lex_state = 53, .external_lex_state = 7}, [370] = {.lex_state = 53, .external_lex_state = 7}, [371] = {.lex_state = 53, .external_lex_state = 7}, - [372] = {.lex_state = 53, .external_lex_state = 4}, - [373] = {.lex_state = 53, .external_lex_state = 7}, + [372] = {.lex_state = 53, .external_lex_state = 7}, + [373] = {.lex_state = 12, .external_lex_state = 8}, [374] = {.lex_state = 53, .external_lex_state = 7}, [375] = {.lex_state = 53, .external_lex_state = 7}, - [376] = {.lex_state = 53, .external_lex_state = 4}, + [376] = {.lex_state = 53, .external_lex_state = 7}, [377] = {.lex_state = 53, .external_lex_state = 7}, [378] = {.lex_state = 53, .external_lex_state = 7}, [379] = {.lex_state = 53, .external_lex_state = 7}, @@ -7547,64 +7548,64 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [385] = {.lex_state = 53, .external_lex_state = 7}, [386] = {.lex_state = 53, .external_lex_state = 7}, [387] = {.lex_state = 53, .external_lex_state = 7}, - [388] = {.lex_state = 53, .external_lex_state = 4}, + [388] = {.lex_state = 53, .external_lex_state = 7}, [389] = {.lex_state = 53, .external_lex_state = 7}, - [390] = {.lex_state = 5, .external_lex_state = 2}, - [391] = {.lex_state = 12, .external_lex_state = 8}, - [392] = {.lex_state = 12, .external_lex_state = 8}, + [390] = {.lex_state = 53, .external_lex_state = 7}, + [391] = {.lex_state = 53, .external_lex_state = 7}, + [392] = {.lex_state = 53, .external_lex_state = 7}, [393] = {.lex_state = 53, .external_lex_state = 7}, [394] = {.lex_state = 53, .external_lex_state = 2}, - [395] = {.lex_state = 53, .external_lex_state = 4}, - [396] = {.lex_state = 53, .external_lex_state = 8}, + [395] = {.lex_state = 53, .external_lex_state = 2}, + [396] = {.lex_state = 12, .external_lex_state = 2}, [397] = {.lex_state = 53, .external_lex_state = 2}, - [398] = {.lex_state = 53, .external_lex_state = 7}, + [398] = {.lex_state = 53, .external_lex_state = 2}, [399] = {.lex_state = 53, .external_lex_state = 2}, - [400] = {.lex_state = 53, .external_lex_state = 2}, - [401] = {.lex_state = 53, .external_lex_state = 4}, - [402] = {.lex_state = 53, .external_lex_state = 4}, - [403] = {.lex_state = 53, .external_lex_state = 2}, - [404] = {.lex_state = 53, .external_lex_state = 7}, + [400] = {.lex_state = 53, .external_lex_state = 8}, + [401] = {.lex_state = 53, .external_lex_state = 2}, + [402] = {.lex_state = 53, .external_lex_state = 2}, + [403] = {.lex_state = 53, .external_lex_state = 4}, + [404] = {.lex_state = 5, .external_lex_state = 8}, [405] = {.lex_state = 53, .external_lex_state = 2}, [406] = {.lex_state = 53, .external_lex_state = 2}, [407] = {.lex_state = 53, .external_lex_state = 2}, [408] = {.lex_state = 53, .external_lex_state = 2}, [409] = {.lex_state = 53, .external_lex_state = 2}, [410] = {.lex_state = 53, .external_lex_state = 2}, - [411] = {.lex_state = 12, .external_lex_state = 2}, - [412] = {.lex_state = 53, .external_lex_state = 2}, + [411] = {.lex_state = 53, .external_lex_state = 7}, + [412] = {.lex_state = 5, .external_lex_state = 7}, [413] = {.lex_state = 53, .external_lex_state = 2}, [414] = {.lex_state = 53, .external_lex_state = 2}, [415] = {.lex_state = 53, .external_lex_state = 2}, [416] = {.lex_state = 53, .external_lex_state = 2}, [417] = {.lex_state = 53, .external_lex_state = 2}, - [418] = {.lex_state = 53, .external_lex_state = 2}, - [419] = {.lex_state = 53, .external_lex_state = 4}, + [418] = {.lex_state = 53, .external_lex_state = 8}, + [419] = {.lex_state = 12, .external_lex_state = 2}, [420] = {.lex_state = 53, .external_lex_state = 7}, - [421] = {.lex_state = 53, .external_lex_state = 8}, - [422] = {.lex_state = 53, .external_lex_state = 8}, + [421] = {.lex_state = 53, .external_lex_state = 2}, + [422] = {.lex_state = 53, .external_lex_state = 2}, [423] = {.lex_state = 53, .external_lex_state = 4}, - [424] = {.lex_state = 53, .external_lex_state = 4}, - [425] = {.lex_state = 12, .external_lex_state = 2}, - [426] = {.lex_state = 5, .external_lex_state = 7}, - [427] = {.lex_state = 5, .external_lex_state = 2}, - [428] = {.lex_state = 53, .external_lex_state = 2}, + [424] = {.lex_state = 53, .external_lex_state = 2}, + [425] = {.lex_state = 53, .external_lex_state = 7}, + [426] = {.lex_state = 53, .external_lex_state = 7}, + [427] = {.lex_state = 53, .external_lex_state = 7}, + [428] = {.lex_state = 53, .external_lex_state = 4}, [429] = {.lex_state = 53, .external_lex_state = 2}, - [430] = {.lex_state = 53, .external_lex_state = 7}, - [431] = {.lex_state = 53, .external_lex_state = 7}, - [432] = {.lex_state = 53, .external_lex_state = 8}, - [433] = {.lex_state = 5, .external_lex_state = 8}, - [434] = {.lex_state = 53, .external_lex_state = 2}, + [430] = {.lex_state = 53, .external_lex_state = 4}, + [431] = {.lex_state = 53, .external_lex_state = 4}, + [432] = {.lex_state = 53, .external_lex_state = 4}, + [433] = {.lex_state = 53, .external_lex_state = 2}, + [434] = {.lex_state = 53, .external_lex_state = 8}, [435] = {.lex_state = 53, .external_lex_state = 2}, [436] = {.lex_state = 53, .external_lex_state = 2}, [437] = {.lex_state = 53, .external_lex_state = 2}, - [438] = {.lex_state = 53, .external_lex_state = 2}, + [438] = {.lex_state = 53, .external_lex_state = 8}, [439] = {.lex_state = 53, .external_lex_state = 2}, [440] = {.lex_state = 53, .external_lex_state = 2}, [441] = {.lex_state = 53, .external_lex_state = 2}, [442] = {.lex_state = 53, .external_lex_state = 2}, [443] = {.lex_state = 53, .external_lex_state = 2}, [444] = {.lex_state = 53, .external_lex_state = 2}, - [445] = {.lex_state = 53, .external_lex_state = 2}, + [445] = {.lex_state = 5, .external_lex_state = 2}, [446] = {.lex_state = 53, .external_lex_state = 2}, [447] = {.lex_state = 53, .external_lex_state = 2}, [448] = {.lex_state = 53, .external_lex_state = 2}, @@ -7624,7 +7625,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [462] = {.lex_state = 53, .external_lex_state = 2}, [463] = {.lex_state = 53, .external_lex_state = 2}, [464] = {.lex_state = 53, .external_lex_state = 2}, - [465] = {.lex_state = 53, .external_lex_state = 2}, + [465] = {.lex_state = 7, .external_lex_state = 9}, [466] = {.lex_state = 53, .external_lex_state = 2}, [467] = {.lex_state = 53, .external_lex_state = 2}, [468] = {.lex_state = 53, .external_lex_state = 2}, @@ -7660,7 +7661,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [498] = {.lex_state = 53, .external_lex_state = 2}, [499] = {.lex_state = 53, .external_lex_state = 2}, [500] = {.lex_state = 53, .external_lex_state = 2}, - [501] = {.lex_state = 53, .external_lex_state = 2}, + [501] = {.lex_state = 7, .external_lex_state = 4}, [502] = {.lex_state = 53, .external_lex_state = 2}, [503] = {.lex_state = 53, .external_lex_state = 2}, [504] = {.lex_state = 53, .external_lex_state = 2}, @@ -7698,7 +7699,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [536] = {.lex_state = 53, .external_lex_state = 2}, [537] = {.lex_state = 53, .external_lex_state = 2}, [538] = {.lex_state = 53, .external_lex_state = 2}, - [539] = {.lex_state = 7, .external_lex_state = 4}, + [539] = {.lex_state = 53, .external_lex_state = 2}, [540] = {.lex_state = 53, .external_lex_state = 2}, [541] = {.lex_state = 53, .external_lex_state = 2}, [542] = {.lex_state = 53, .external_lex_state = 2}, @@ -7728,7 +7729,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [566] = {.lex_state = 53, .external_lex_state = 2}, [567] = {.lex_state = 53, .external_lex_state = 2}, [568] = {.lex_state = 53, .external_lex_state = 2}, - [569] = {.lex_state = 7, .external_lex_state = 9}, + [569] = {.lex_state = 53, .external_lex_state = 2}, [570] = {.lex_state = 53, .external_lex_state = 2}, [571] = {.lex_state = 53, .external_lex_state = 2}, [572] = {.lex_state = 53, .external_lex_state = 2}, @@ -7745,143 +7746,143 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [583] = {.lex_state = 53, .external_lex_state = 2}, [584] = {.lex_state = 7, .external_lex_state = 9}, [585] = {.lex_state = 53, .external_lex_state = 2}, - [586] = {.lex_state = 54, .external_lex_state = 10}, - [587] = {.lex_state = 55, .external_lex_state = 3}, - [588] = {.lex_state = 54, .external_lex_state = 11}, - [589] = {.lex_state = 55, .external_lex_state = 3}, - [590] = {.lex_state = 54, .external_lex_state = 11}, - [591] = {.lex_state = 54, .external_lex_state = 10}, - [592] = {.lex_state = 55, .external_lex_state = 2}, - [593] = {.lex_state = 55, .external_lex_state = 2}, + [586] = {.lex_state = 54, .external_lex_state = 3}, + [587] = {.lex_state = 54, .external_lex_state = 2}, + [588] = {.lex_state = 55, .external_lex_state = 10}, + [589] = {.lex_state = 55, .external_lex_state = 10}, + [590] = {.lex_state = 54, .external_lex_state = 3}, + [591] = {.lex_state = 54, .external_lex_state = 2}, + [592] = {.lex_state = 55, .external_lex_state = 11}, + [593] = {.lex_state = 55, .external_lex_state = 11}, [594] = {.lex_state = 7, .external_lex_state = 9}, - [595] = {.lex_state = 53, .external_lex_state = 2}, + [595] = {.lex_state = 7, .external_lex_state = 9}, [596] = {.lex_state = 7, .external_lex_state = 9}, - [597] = {.lex_state = 55, .external_lex_state = 2}, - [598] = {.lex_state = 53, .external_lex_state = 2}, - [599] = {.lex_state = 53, .external_lex_state = 2}, - [600] = {.lex_state = 7, .external_lex_state = 9}, - [601] = {.lex_state = 7, .external_lex_state = 9}, - [602] = {.lex_state = 7, .external_lex_state = 9}, - [603] = {.lex_state = 53, .external_lex_state = 3}, - [604] = {.lex_state = 54, .external_lex_state = 10}, - [605] = {.lex_state = 53, .external_lex_state = 3}, - [606] = {.lex_state = 53, .external_lex_state = 2}, - [607] = {.lex_state = 53, .external_lex_state = 3}, - [608] = {.lex_state = 53, .external_lex_state = 3}, - [609] = {.lex_state = 54, .external_lex_state = 11}, - [610] = {.lex_state = 55, .external_lex_state = 3}, + [597] = {.lex_state = 53, .external_lex_state = 3}, + [598] = {.lex_state = 7, .external_lex_state = 9}, + [599] = {.lex_state = 53, .external_lex_state = 3}, + [600] = {.lex_state = 53, .external_lex_state = 3}, + [601] = {.lex_state = 55, .external_lex_state = 10}, + [602] = {.lex_state = 54, .external_lex_state = 3}, + [603] = {.lex_state = 53, .external_lex_state = 2}, + [604] = {.lex_state = 53, .external_lex_state = 3}, + [605] = {.lex_state = 55, .external_lex_state = 11}, + [606] = {.lex_state = 54, .external_lex_state = 2}, + [607] = {.lex_state = 7, .external_lex_state = 9}, + [608] = {.lex_state = 53, .external_lex_state = 2}, + [609] = {.lex_state = 53, .external_lex_state = 2}, + [610] = {.lex_state = 53, .external_lex_state = 2}, [611] = {.lex_state = 8, .external_lex_state = 9}, [612] = {.lex_state = 8, .external_lex_state = 9}, [613] = {.lex_state = 8, .external_lex_state = 9}, - [614] = {.lex_state = 53, .external_lex_state = 3}, + [614] = {.lex_state = 8, .external_lex_state = 9}, [615] = {.lex_state = 8, .external_lex_state = 9}, - [616] = {.lex_state = 8, .external_lex_state = 9}, + [616] = {.lex_state = 53, .external_lex_state = 3}, [617] = {.lex_state = 8, .external_lex_state = 9}, - [618] = {.lex_state = 53, .external_lex_state = 2}, + [618] = {.lex_state = 8, .external_lex_state = 9}, [619] = {.lex_state = 8, .external_lex_state = 9}, - [620] = {.lex_state = 8, .external_lex_state = 9}, + [620] = {.lex_state = 53, .external_lex_state = 2}, [621] = {.lex_state = 8, .external_lex_state = 9}, [622] = {.lex_state = 8, .external_lex_state = 9}, - [623] = {.lex_state = 8, .external_lex_state = 9}, + [623] = {.lex_state = 53, .external_lex_state = 6}, [624] = {.lex_state = 8, .external_lex_state = 9}, [625] = {.lex_state = 53, .external_lex_state = 6}, [626] = {.lex_state = 8, .external_lex_state = 9}, [627] = {.lex_state = 8, .external_lex_state = 9}, - [628] = {.lex_state = 53, .external_lex_state = 6}, + [628] = {.lex_state = 8, .external_lex_state = 9}, [629] = {.lex_state = 8, .external_lex_state = 9}, [630] = {.lex_state = 8, .external_lex_state = 9}, - [631] = {.lex_state = 53, .external_lex_state = 2}, - [632] = {.lex_state = 54, .external_lex_state = 10}, - [633] = {.lex_state = 55, .external_lex_state = 2}, - [634] = {.lex_state = 55, .external_lex_state = 3}, - [635] = {.lex_state = 53, .external_lex_state = 2}, - [636] = {.lex_state = 55, .external_lex_state = 3}, - [637] = {.lex_state = 54, .external_lex_state = 10}, - [638] = {.lex_state = 54, .external_lex_state = 11}, - [639] = {.lex_state = 55, .external_lex_state = 2}, - [640] = {.lex_state = 54, .external_lex_state = 10}, - [641] = {.lex_state = 55, .external_lex_state = 2}, - [642] = {.lex_state = 55, .external_lex_state = 3}, - [643] = {.lex_state = 54, .external_lex_state = 11}, - [644] = {.lex_state = 54, .external_lex_state = 11}, - [645] = {.lex_state = 55, .external_lex_state = 2}, - [646] = {.lex_state = 55, .external_lex_state = 3}, - [647] = {.lex_state = 54, .external_lex_state = 11}, - [648] = {.lex_state = 53, .external_lex_state = 2}, - [649] = {.lex_state = 53, .external_lex_state = 3}, - [650] = {.lex_state = 55, .external_lex_state = 2}, - [651] = {.lex_state = 54, .external_lex_state = 11}, - [652] = {.lex_state = 53, .external_lex_state = 3}, - [653] = {.lex_state = 53, .external_lex_state = 2}, - [654] = {.lex_state = 54, .external_lex_state = 11}, - [655] = {.lex_state = 54, .external_lex_state = 11}, - [656] = {.lex_state = 53, .external_lex_state = 2}, - [657] = {.lex_state = 54, .external_lex_state = 10}, - [658] = {.lex_state = 53, .external_lex_state = 3}, - [659] = {.lex_state = 54, .external_lex_state = 10}, - [660] = {.lex_state = 55, .external_lex_state = 2}, - [661] = {.lex_state = 54, .external_lex_state = 11}, - [662] = {.lex_state = 54, .external_lex_state = 10}, - [663] = {.lex_state = 55, .external_lex_state = 3}, - [664] = {.lex_state = 54, .external_lex_state = 10}, - [665] = {.lex_state = 55, .external_lex_state = 2}, - [666] = {.lex_state = 53, .external_lex_state = 3}, - [667] = {.lex_state = 54, .external_lex_state = 10}, - [668] = {.lex_state = 54, .external_lex_state = 10}, - [669] = {.lex_state = 55, .external_lex_state = 2}, - [670] = {.lex_state = 54, .external_lex_state = 11}, - [671] = {.lex_state = 55, .external_lex_state = 3}, - [672] = {.lex_state = 54, .external_lex_state = 10}, - [673] = {.lex_state = 54, .external_lex_state = 11}, - [674] = {.lex_state = 54, .external_lex_state = 10}, - [675] = {.lex_state = 54, .external_lex_state = 11}, - [676] = {.lex_state = 53, .external_lex_state = 3}, - [677] = {.lex_state = 55, .external_lex_state = 3}, - [678] = {.lex_state = 55, .external_lex_state = 3}, - [679] = {.lex_state = 55, .external_lex_state = 3}, - [680] = {.lex_state = 55, .external_lex_state = 2}, - [681] = {.lex_state = 53, .external_lex_state = 2}, + [631] = {.lex_state = 54, .external_lex_state = 3}, + [632] = {.lex_state = 53, .external_lex_state = 3}, + [633] = {.lex_state = 55, .external_lex_state = 10}, + [634] = {.lex_state = 55, .external_lex_state = 10}, + [635] = {.lex_state = 55, .external_lex_state = 10}, + [636] = {.lex_state = 55, .external_lex_state = 10}, + [637] = {.lex_state = 54, .external_lex_state = 3}, + [638] = {.lex_state = 55, .external_lex_state = 11}, + [639] = {.lex_state = 55, .external_lex_state = 11}, + [640] = {.lex_state = 55, .external_lex_state = 10}, + [641] = {.lex_state = 54, .external_lex_state = 3}, + [642] = {.lex_state = 54, .external_lex_state = 2}, + [643] = {.lex_state = 53, .external_lex_state = 3}, + [644] = {.lex_state = 55, .external_lex_state = 10}, + [645] = {.lex_state = 55, .external_lex_state = 10}, + [646] = {.lex_state = 54, .external_lex_state = 3}, + [647] = {.lex_state = 55, .external_lex_state = 10}, + [648] = {.lex_state = 54, .external_lex_state = 3}, + [649] = {.lex_state = 55, .external_lex_state = 11}, + [650] = {.lex_state = 53, .external_lex_state = 2}, + [651] = {.lex_state = 53, .external_lex_state = 3}, + [652] = {.lex_state = 53, .external_lex_state = 2}, + [653] = {.lex_state = 53, .external_lex_state = 3}, + [654] = {.lex_state = 54, .external_lex_state = 2}, + [655] = {.lex_state = 54, .external_lex_state = 2}, + [656] = {.lex_state = 55, .external_lex_state = 11}, + [657] = {.lex_state = 55, .external_lex_state = 11}, + [658] = {.lex_state = 54, .external_lex_state = 2}, + [659] = {.lex_state = 54, .external_lex_state = 3}, + [660] = {.lex_state = 53, .external_lex_state = 2}, + [661] = {.lex_state = 55, .external_lex_state = 11}, + [662] = {.lex_state = 54, .external_lex_state = 3}, + [663] = {.lex_state = 54, .external_lex_state = 2}, + [664] = {.lex_state = 54, .external_lex_state = 3}, + [665] = {.lex_state = 54, .external_lex_state = 3}, + [666] = {.lex_state = 54, .external_lex_state = 2}, + [667] = {.lex_state = 55, .external_lex_state = 11}, + [668] = {.lex_state = 53, .external_lex_state = 3}, + [669] = {.lex_state = 54, .external_lex_state = 2}, + [670] = {.lex_state = 53, .external_lex_state = 2}, + [671] = {.lex_state = 54, .external_lex_state = 2}, + [672] = {.lex_state = 55, .external_lex_state = 10}, + [673] = {.lex_state = 55, .external_lex_state = 11}, + [674] = {.lex_state = 55, .external_lex_state = 11}, + [675] = {.lex_state = 54, .external_lex_state = 2}, + [676] = {.lex_state = 53, .external_lex_state = 2}, + [677] = {.lex_state = 55, .external_lex_state = 11}, + [678] = {.lex_state = 55, .external_lex_state = 10}, + [679] = {.lex_state = 55, .external_lex_state = 11}, + [680] = {.lex_state = 55, .external_lex_state = 10}, + [681] = {.lex_state = 53, .external_lex_state = 3}, [682] = {.lex_state = 53, .external_lex_state = 2}, - [683] = {.lex_state = 53, .external_lex_state = 2}, - [684] = {.lex_state = 53, .external_lex_state = 3}, - [685] = {.lex_state = 53, .external_lex_state = 2}, - [686] = {.lex_state = 53, .external_lex_state = 3}, - [687] = {.lex_state = 53, .external_lex_state = 8}, - [688] = {.lex_state = 53, .external_lex_state = 3}, - [689] = {.lex_state = 53, .external_lex_state = 8}, - [690] = {.lex_state = 53, .external_lex_state = 2}, + [683] = {.lex_state = 53, .external_lex_state = 3}, + [684] = {.lex_state = 53, .external_lex_state = 8}, + [685] = {.lex_state = 53, .external_lex_state = 3}, + [686] = {.lex_state = 53, .external_lex_state = 2}, + [687] = {.lex_state = 53, .external_lex_state = 3}, + [688] = {.lex_state = 53, .external_lex_state = 2}, + [689] = {.lex_state = 53, .external_lex_state = 2}, + [690] = {.lex_state = 53, .external_lex_state = 3}, [691] = {.lex_state = 53, .external_lex_state = 2}, - [692] = {.lex_state = 53, .external_lex_state = 3}, + [692] = {.lex_state = 53, .external_lex_state = 2}, [693] = {.lex_state = 53, .external_lex_state = 3}, - [694] = {.lex_state = 53, .external_lex_state = 2}, - [695] = {.lex_state = 53, .external_lex_state = 3}, - [696] = {.lex_state = 53, .external_lex_state = 2}, - [697] = {.lex_state = 53, .external_lex_state = 2}, + [694] = {.lex_state = 53, .external_lex_state = 3}, + [695] = {.lex_state = 53, .external_lex_state = 2}, + [696] = {.lex_state = 53, .external_lex_state = 3}, + [697] = {.lex_state = 53, .external_lex_state = 8}, [698] = {.lex_state = 53, .external_lex_state = 3}, - [699] = {.lex_state = 53, .external_lex_state = 3}, + [699] = {.lex_state = 53, .external_lex_state = 2}, [700] = {.lex_state = 53, .external_lex_state = 2}, [701] = {.lex_state = 53, .external_lex_state = 3}, - [702] = {.lex_state = 53, .external_lex_state = 3}, + [702] = {.lex_state = 53, .external_lex_state = 2}, [703] = {.lex_state = 53, .external_lex_state = 3}, [704] = {.lex_state = 53, .external_lex_state = 2}, [705] = {.lex_state = 53, .external_lex_state = 2}, [706] = {.lex_state = 53, .external_lex_state = 2}, - [707] = {.lex_state = 53, .external_lex_state = 2}, - [708] = {.lex_state = 53, .external_lex_state = 2}, - [709] = {.lex_state = 53, .external_lex_state = 8}, + [707] = {.lex_state = 53, .external_lex_state = 3}, + [708] = {.lex_state = 53, .external_lex_state = 8}, + [709] = {.lex_state = 53, .external_lex_state = 2}, [710] = {.lex_state = 53, .external_lex_state = 2}, [711] = {.lex_state = 53, .external_lex_state = 2}, - [712] = {.lex_state = 53, .external_lex_state = 2}, + [712] = {.lex_state = 53, .external_lex_state = 8}, [713] = {.lex_state = 53, .external_lex_state = 2}, - [714] = {.lex_state = 53, .external_lex_state = 7}, + [714] = {.lex_state = 53, .external_lex_state = 2}, [715] = {.lex_state = 53, .external_lex_state = 2}, - [716] = {.lex_state = 53, .external_lex_state = 2}, - [717] = {.lex_state = 53, .external_lex_state = 7}, - [718] = {.lex_state = 53, .external_lex_state = 3}, - [719] = {.lex_state = 53, .external_lex_state = 3}, - [720] = {.lex_state = 53, .external_lex_state = 8}, + [716] = {.lex_state = 53, .external_lex_state = 7}, + [717] = {.lex_state = 53, .external_lex_state = 2}, + [718] = {.lex_state = 53, .external_lex_state = 2}, + [719] = {.lex_state = 53, .external_lex_state = 7}, + [720] = {.lex_state = 53, .external_lex_state = 2}, [721] = {.lex_state = 53, .external_lex_state = 2}, - [722] = {.lex_state = 53, .external_lex_state = 2}, + [722] = {.lex_state = 53, .external_lex_state = 3}, [723] = {.lex_state = 53, .external_lex_state = 2}, [724] = {.lex_state = 53, .external_lex_state = 2}, [725] = {.lex_state = 53, .external_lex_state = 2}, @@ -7906,58 +7907,58 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [744] = {.lex_state = 53, .external_lex_state = 2}, [745] = {.lex_state = 53, .external_lex_state = 2}, [746] = {.lex_state = 53, .external_lex_state = 2}, - [747] = {.lex_state = 53, .external_lex_state = 3}, + [747] = {.lex_state = 53, .external_lex_state = 2}, [748] = {.lex_state = 53, .external_lex_state = 2}, [749] = {.lex_state = 53, .external_lex_state = 2}, [750] = {.lex_state = 53, .external_lex_state = 2}, - [751] = {.lex_state = 53, .external_lex_state = 2}, + [751] = {.lex_state = 53, .external_lex_state = 3}, [752] = {.lex_state = 53, .external_lex_state = 2}, - [753] = {.lex_state = 53, .external_lex_state = 3}, + [753] = {.lex_state = 53, .external_lex_state = 2}, [754] = {.lex_state = 53, .external_lex_state = 2}, [755] = {.lex_state = 53, .external_lex_state = 2}, - [756] = {.lex_state = 53, .external_lex_state = 2}, + [756] = {.lex_state = 53, .external_lex_state = 3}, [757] = {.lex_state = 53, .external_lex_state = 2}, - [758] = {.lex_state = 53, .external_lex_state = 2}, - [759] = {.lex_state = 53, .external_lex_state = 2}, + [758] = {.lex_state = 53, .external_lex_state = 3}, + [759] = {.lex_state = 53, .external_lex_state = 3}, [760] = {.lex_state = 53, .external_lex_state = 2}, - [761] = {.lex_state = 53, .external_lex_state = 3}, + [761] = {.lex_state = 53, .external_lex_state = 2}, [762] = {.lex_state = 53, .external_lex_state = 3}, - [763] = {.lex_state = 53, .external_lex_state = 2}, + [763] = {.lex_state = 53, .external_lex_state = 3}, [764] = {.lex_state = 53, .external_lex_state = 3}, - [765] = {.lex_state = 53, .external_lex_state = 3}, + [765] = {.lex_state = 53, .external_lex_state = 2}, [766] = {.lex_state = 53, .external_lex_state = 3}, - [767] = {.lex_state = 53, .external_lex_state = 2}, - [768] = {.lex_state = 53, .external_lex_state = 2}, + [767] = {.lex_state = 53, .external_lex_state = 3}, + [768] = {.lex_state = 53, .external_lex_state = 3}, [769] = {.lex_state = 53, .external_lex_state = 3}, [770] = {.lex_state = 53, .external_lex_state = 3}, [771] = {.lex_state = 53, .external_lex_state = 3}, - [772] = {.lex_state = 53, .external_lex_state = 3}, - [773] = {.lex_state = 53, .external_lex_state = 3}, + [772] = {.lex_state = 53, .external_lex_state = 2}, + [773] = {.lex_state = 53, .external_lex_state = 2}, [774] = {.lex_state = 53, .external_lex_state = 3}, - [775] = {.lex_state = 53, .external_lex_state = 3}, + [775] = {.lex_state = 53, .external_lex_state = 2}, [776] = {.lex_state = 53, .external_lex_state = 3}, - [777] = {.lex_state = 53, .external_lex_state = 3}, - [778] = {.lex_state = 53, .external_lex_state = 3}, + [777] = {.lex_state = 53, .external_lex_state = 2}, + [778] = {.lex_state = 53, .external_lex_state = 2}, [779] = {.lex_state = 53, .external_lex_state = 3}, [780] = {.lex_state = 53, .external_lex_state = 3}, [781] = {.lex_state = 53, .external_lex_state = 2}, - [782] = {.lex_state = 53, .external_lex_state = 2}, + [782] = {.lex_state = 53, .external_lex_state = 3}, [783] = {.lex_state = 53, .external_lex_state = 3}, [784] = {.lex_state = 53, .external_lex_state = 3}, [785] = {.lex_state = 53, .external_lex_state = 3}, [786] = {.lex_state = 53, .external_lex_state = 3}, [787] = {.lex_state = 53, .external_lex_state = 3}, [788] = {.lex_state = 53, .external_lex_state = 3}, - [789] = {.lex_state = 53, .external_lex_state = 2}, + [789] = {.lex_state = 53, .external_lex_state = 3}, [790] = {.lex_state = 53, .external_lex_state = 2}, [791] = {.lex_state = 53, .external_lex_state = 3}, - [792] = {.lex_state = 53, .external_lex_state = 3}, + [792] = {.lex_state = 53, .external_lex_state = 2}, [793] = {.lex_state = 53, .external_lex_state = 3}, [794] = {.lex_state = 53, .external_lex_state = 3}, - [795] = {.lex_state = 53, .external_lex_state = 3}, + [795] = {.lex_state = 53, .external_lex_state = 2}, [796] = {.lex_state = 53, .external_lex_state = 3}, - [797] = {.lex_state = 53, .external_lex_state = 2}, - [798] = {.lex_state = 53, .external_lex_state = 3}, + [797] = {.lex_state = 53, .external_lex_state = 3}, + [798] = {.lex_state = 53, .external_lex_state = 2}, [799] = {.lex_state = 53, .external_lex_state = 3}, [800] = {.lex_state = 53, .external_lex_state = 3}, [801] = {.lex_state = 53, .external_lex_state = 3}, @@ -7967,31 +7968,31 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [805] = {.lex_state = 53, .external_lex_state = 2}, [806] = {.lex_state = 53, .external_lex_state = 3}, [807] = {.lex_state = 53, .external_lex_state = 3}, - [808] = {.lex_state = 53, .external_lex_state = 3}, + [808] = {.lex_state = 53, .external_lex_state = 2}, [809] = {.lex_state = 53, .external_lex_state = 3}, [810] = {.lex_state = 53, .external_lex_state = 3}, [811] = {.lex_state = 53, .external_lex_state = 2}, [812] = {.lex_state = 53, .external_lex_state = 3}, - [813] = {.lex_state = 53, .external_lex_state = 2}, + [813] = {.lex_state = 53, .external_lex_state = 3}, [814] = {.lex_state = 53, .external_lex_state = 3}, - [815] = {.lex_state = 53, .external_lex_state = 3}, - [816] = {.lex_state = 53, .external_lex_state = 2}, - [817] = {.lex_state = 53, .external_lex_state = 3}, - [818] = {.lex_state = 53, .external_lex_state = 2}, + [815] = {.lex_state = 53, .external_lex_state = 2}, + [816] = {.lex_state = 53, .external_lex_state = 3}, + [817] = {.lex_state = 53, .external_lex_state = 2}, + [818] = {.lex_state = 53, .external_lex_state = 3}, [819] = {.lex_state = 53, .external_lex_state = 3}, - [820] = {.lex_state = 53, .external_lex_state = 3}, + [820] = {.lex_state = 53, .external_lex_state = 2}, [821] = {.lex_state = 53, .external_lex_state = 3}, - [822] = {.lex_state = 53, .external_lex_state = 3}, + [822] = {.lex_state = 53, .external_lex_state = 2}, [823] = {.lex_state = 53, .external_lex_state = 3}, - [824] = {.lex_state = 53, .external_lex_state = 2}, - [825] = {.lex_state = 53, .external_lex_state = 3}, + [824] = {.lex_state = 53, .external_lex_state = 3}, + [825] = {.lex_state = 53, .external_lex_state = 2}, [826] = {.lex_state = 53, .external_lex_state = 3}, - [827] = {.lex_state = 53, .external_lex_state = 2}, - [828] = {.lex_state = 53, .external_lex_state = 2}, + [827] = {.lex_state = 53, .external_lex_state = 3}, + [828] = {.lex_state = 53, .external_lex_state = 3}, [829] = {.lex_state = 53, .external_lex_state = 2}, [830] = {.lex_state = 53, .external_lex_state = 2}, - [831] = {.lex_state = 53, .external_lex_state = 2}, - [832] = {.lex_state = 53, .external_lex_state = 2}, + [831] = {.lex_state = 53, .external_lex_state = 3}, + [832] = {.lex_state = 53, .external_lex_state = 3}, [833] = {.lex_state = 53, .external_lex_state = 2}, [834] = {.lex_state = 53, .external_lex_state = 2}, [835] = {.lex_state = 53, .external_lex_state = 2}, @@ -8087,7 +8088,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [925] = {.lex_state = 53, .external_lex_state = 2}, [926] = {.lex_state = 53, .external_lex_state = 2}, [927] = {.lex_state = 53, .external_lex_state = 2}, - [928] = {.lex_state = 13, .external_lex_state = 9}, + [928] = {.lex_state = 53, .external_lex_state = 2}, [929] = {.lex_state = 53, .external_lex_state = 2}, [930] = {.lex_state = 53, .external_lex_state = 2}, [931] = {.lex_state = 53, .external_lex_state = 2}, @@ -8095,7 +8096,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [933] = {.lex_state = 53, .external_lex_state = 2}, [934] = {.lex_state = 53, .external_lex_state = 2}, [935] = {.lex_state = 53, .external_lex_state = 2}, - [936] = {.lex_state = 53, .external_lex_state = 2}, + [936] = {.lex_state = 13, .external_lex_state = 9}, [937] = {.lex_state = 53, .external_lex_state = 2}, [938] = {.lex_state = 53, .external_lex_state = 2}, [939] = {.lex_state = 53, .external_lex_state = 2}, @@ -8108,184 +8109,184 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [946] = {.lex_state = 13, .external_lex_state = 13}, [947] = {.lex_state = 13, .external_lex_state = 4}, [948] = {.lex_state = 13, .external_lex_state = 14}, - [949] = {.lex_state = 13, .external_lex_state = 15}, - [950] = {.lex_state = 13, .external_lex_state = 4}, + [949] = {.lex_state = 13, .external_lex_state = 4}, + [950] = {.lex_state = 13, .external_lex_state = 15}, [951] = {.lex_state = 13, .external_lex_state = 4}, - [952] = {.lex_state = 13, .external_lex_state = 15}, - [953] = {.lex_state = 13, .external_lex_state = 9}, + [952] = {.lex_state = 13, .external_lex_state = 9}, + [953] = {.lex_state = 13, .external_lex_state = 15}, [954] = {.lex_state = 13, .external_lex_state = 9}, - [955] = {.lex_state = 13, .external_lex_state = 6}, - [956] = {.lex_state = 13, .external_lex_state = 6}, - [957] = {.lex_state = 13, .external_lex_state = 6}, + [955] = {.lex_state = 13, .external_lex_state = 9}, + [956] = {.lex_state = 13, .external_lex_state = 9}, + [957] = {.lex_state = 13, .external_lex_state = 9}, [958] = {.lex_state = 13, .external_lex_state = 9}, [959] = {.lex_state = 13, .external_lex_state = 9}, - [960] = {.lex_state = 13, .external_lex_state = 9}, + [960] = {.lex_state = 13, .external_lex_state = 7}, [961] = {.lex_state = 13, .external_lex_state = 6}, - [962] = {.lex_state = 13, .external_lex_state = 9}, - [963] = {.lex_state = 13, .external_lex_state = 13}, - [964] = {.lex_state = 13, .external_lex_state = 7}, - [965] = {.lex_state = 13, .external_lex_state = 7}, - [966] = {.lex_state = 13, .external_lex_state = 7}, - [967] = {.lex_state = 13, .external_lex_state = 9}, + [962] = {.lex_state = 13, .external_lex_state = 7}, + [963] = {.lex_state = 13, .external_lex_state = 6}, + [964] = {.lex_state = 13, .external_lex_state = 9}, + [965] = {.lex_state = 13, .external_lex_state = 6}, + [966] = {.lex_state = 13, .external_lex_state = 6}, + [967] = {.lex_state = 13, .external_lex_state = 6}, [968] = {.lex_state = 13, .external_lex_state = 9}, - [969] = {.lex_state = 13, .external_lex_state = 6}, + [969] = {.lex_state = 13, .external_lex_state = 13}, [970] = {.lex_state = 13, .external_lex_state = 6}, [971] = {.lex_state = 13, .external_lex_state = 9}, [972] = {.lex_state = 13, .external_lex_state = 9}, - [973] = {.lex_state = 13, .external_lex_state = 9}, - [974] = {.lex_state = 13, .external_lex_state = 12}, - [975] = {.lex_state = 13, .external_lex_state = 12}, + [973] = {.lex_state = 13, .external_lex_state = 7}, + [974] = {.lex_state = 13, .external_lex_state = 4}, + [975] = {.lex_state = 13, .external_lex_state = 8}, [976] = {.lex_state = 13, .external_lex_state = 8}, - [977] = {.lex_state = 14, .external_lex_state = 13}, - [978] = {.lex_state = 13, .external_lex_state = 12}, - [979] = {.lex_state = 13, .external_lex_state = 4}, - [980] = {.lex_state = 14, .external_lex_state = 9}, - [981] = {.lex_state = 13, .external_lex_state = 8}, + [977] = {.lex_state = 13, .external_lex_state = 13}, + [978] = {.lex_state = 13, .external_lex_state = 8}, + [979] = {.lex_state = 13, .external_lex_state = 13}, + [980] = {.lex_state = 13, .external_lex_state = 12}, + [981] = {.lex_state = 14, .external_lex_state = 13}, [982] = {.lex_state = 13, .external_lex_state = 12}, - [983] = {.lex_state = 13, .external_lex_state = 8}, - [984] = {.lex_state = 13, .external_lex_state = 12}, - [985] = {.lex_state = 13, .external_lex_state = 12}, - [986] = {.lex_state = 13, .external_lex_state = 12}, - [987] = {.lex_state = 13, .external_lex_state = 12}, + [983] = {.lex_state = 14, .external_lex_state = 9}, + [984] = {.lex_state = 13, .external_lex_state = 8}, + [985] = {.lex_state = 13, .external_lex_state = 13}, + [986] = {.lex_state = 13, .external_lex_state = 8}, + [987] = {.lex_state = 14, .external_lex_state = 9}, [988] = {.lex_state = 13, .external_lex_state = 12}, [989] = {.lex_state = 13, .external_lex_state = 12}, [990] = {.lex_state = 13, .external_lex_state = 12}, - [991] = {.lex_state = 13, .external_lex_state = 4}, - [992] = {.lex_state = 13, .external_lex_state = 13}, + [991] = {.lex_state = 13, .external_lex_state = 12}, + [992] = {.lex_state = 13, .external_lex_state = 12}, [993] = {.lex_state = 13, .external_lex_state = 12}, - [994] = {.lex_state = 14, .external_lex_state = 9}, + [994] = {.lex_state = 13, .external_lex_state = 12}, [995] = {.lex_state = 13, .external_lex_state = 12}, - [996] = {.lex_state = 13, .external_lex_state = 2}, - [997] = {.lex_state = 13, .external_lex_state = 13}, - [998] = {.lex_state = 13, .external_lex_state = 12}, - [999] = {.lex_state = 13, .external_lex_state = 12}, - [1000] = {.lex_state = 13, .external_lex_state = 8}, - [1001] = {.lex_state = 13, .external_lex_state = 12}, - [1002] = {.lex_state = 13, .external_lex_state = 13}, - [1003] = {.lex_state = 13, .external_lex_state = 13}, - [1004] = {.lex_state = 13, .external_lex_state = 13}, + [996] = {.lex_state = 13, .external_lex_state = 12}, + [997] = {.lex_state = 13, .external_lex_state = 12}, + [998] = {.lex_state = 13, .external_lex_state = 13}, + [999] = {.lex_state = 13, .external_lex_state = 13}, + [1000] = {.lex_state = 13, .external_lex_state = 13}, + [1001] = {.lex_state = 13, .external_lex_state = 13}, + [1002] = {.lex_state = 13, .external_lex_state = 12}, + [1003] = {.lex_state = 13, .external_lex_state = 12}, + [1004] = {.lex_state = 13, .external_lex_state = 12}, [1005] = {.lex_state = 13, .external_lex_state = 12}, - [1006] = {.lex_state = 13, .external_lex_state = 2}, - [1007] = {.lex_state = 13, .external_lex_state = 13}, - [1008] = {.lex_state = 13, .external_lex_state = 13}, - [1009] = {.lex_state = 13, .external_lex_state = 13}, + [1006] = {.lex_state = 13, .external_lex_state = 12}, + [1007] = {.lex_state = 13, .external_lex_state = 12}, + [1008] = {.lex_state = 13, .external_lex_state = 12}, + [1009] = {.lex_state = 13, .external_lex_state = 12}, [1010] = {.lex_state = 13, .external_lex_state = 12}, - [1011] = {.lex_state = 13, .external_lex_state = 12}, - [1012] = {.lex_state = 13, .external_lex_state = 12}, - [1013] = {.lex_state = 13, .external_lex_state = 12}, + [1011] = {.lex_state = 13, .external_lex_state = 13}, + [1012] = {.lex_state = 13, .external_lex_state = 2}, + [1013] = {.lex_state = 13, .external_lex_state = 13}, [1014] = {.lex_state = 13, .external_lex_state = 12}, [1015] = {.lex_state = 13, .external_lex_state = 12}, - [1016] = {.lex_state = 13, .external_lex_state = 8}, - [1017] = {.lex_state = 13, .external_lex_state = 13}, - [1018] = {.lex_state = 13, .external_lex_state = 13}, - [1019] = {.lex_state = 13, .external_lex_state = 15}, - [1020] = {.lex_state = 13, .external_lex_state = 12}, - [1021] = {.lex_state = 13, .external_lex_state = 2}, - [1022] = {.lex_state = 13, .external_lex_state = 12}, + [1016] = {.lex_state = 13, .external_lex_state = 12}, + [1017] = {.lex_state = 13, .external_lex_state = 12}, + [1018] = {.lex_state = 13, .external_lex_state = 12}, + [1019] = {.lex_state = 13, .external_lex_state = 12}, + [1020] = {.lex_state = 13, .external_lex_state = 15}, + [1021] = {.lex_state = 13, .external_lex_state = 8}, + [1022] = {.lex_state = 13, .external_lex_state = 2}, [1023] = {.lex_state = 13, .external_lex_state = 12}, - [1024] = {.lex_state = 13, .external_lex_state = 8}, - [1025] = {.lex_state = 13, .external_lex_state = 13}, - [1026] = {.lex_state = 13, .external_lex_state = 12}, - [1027] = {.lex_state = 13, .external_lex_state = 12}, - [1028] = {.lex_state = 14, .external_lex_state = 13}, - [1029] = {.lex_state = 13, .external_lex_state = 14}, - [1030] = {.lex_state = 14, .external_lex_state = 15}, - [1031] = {.lex_state = 14, .external_lex_state = 13}, - [1032] = {.lex_state = 13, .external_lex_state = 9}, - [1033] = {.lex_state = 13, .external_lex_state = 6}, - [1034] = {.lex_state = 14, .external_lex_state = 12}, - [1035] = {.lex_state = 14, .external_lex_state = 13}, - [1036] = {.lex_state = 14, .external_lex_state = 13}, + [1024] = {.lex_state = 13, .external_lex_state = 13}, + [1025] = {.lex_state = 13, .external_lex_state = 2}, + [1026] = {.lex_state = 13, .external_lex_state = 13}, + [1027] = {.lex_state = 13, .external_lex_state = 4}, + [1028] = {.lex_state = 13, .external_lex_state = 7}, + [1029] = {.lex_state = 13, .external_lex_state = 7}, + [1030] = {.lex_state = 13, .external_lex_state = 7}, + [1031] = {.lex_state = 13, .external_lex_state = 15}, + [1032] = {.lex_state = 14, .external_lex_state = 9}, + [1033] = {.lex_state = 13, .external_lex_state = 9}, + [1034] = {.lex_state = 13, .external_lex_state = 7}, + [1035] = {.lex_state = 13, .external_lex_state = 15}, + [1036] = {.lex_state = 13, .external_lex_state = 9}, [1037] = {.lex_state = 13, .external_lex_state = 9}, - [1038] = {.lex_state = 13, .external_lex_state = 15}, - [1039] = {.lex_state = 13, .external_lex_state = 9}, + [1038] = {.lex_state = 14, .external_lex_state = 15}, + [1039] = {.lex_state = 14, .external_lex_state = 15}, [1040] = {.lex_state = 13, .external_lex_state = 9}, [1041] = {.lex_state = 13, .external_lex_state = 9}, - [1042] = {.lex_state = 13, .external_lex_state = 7}, - [1043] = {.lex_state = 13, .external_lex_state = 9}, - [1044] = {.lex_state = 14, .external_lex_state = 12}, - [1045] = {.lex_state = 14, .external_lex_state = 12}, - [1046] = {.lex_state = 13, .external_lex_state = 14}, + [1042] = {.lex_state = 14, .external_lex_state = 13}, + [1043] = {.lex_state = 14, .external_lex_state = 15}, + [1044] = {.lex_state = 14, .external_lex_state = 13}, + [1045] = {.lex_state = 13, .external_lex_state = 6}, + [1046] = {.lex_state = 13, .external_lex_state = 9}, [1047] = {.lex_state = 13, .external_lex_state = 9}, - [1048] = {.lex_state = 13, .external_lex_state = 14}, + [1048] = {.lex_state = 13, .external_lex_state = 9}, [1049] = {.lex_state = 13, .external_lex_state = 9}, [1050] = {.lex_state = 13, .external_lex_state = 9}, [1051] = {.lex_state = 13, .external_lex_state = 9}, [1052] = {.lex_state = 13, .external_lex_state = 9}, - [1053] = {.lex_state = 13, .external_lex_state = 15}, - [1054] = {.lex_state = 13, .external_lex_state = 9}, - [1055] = {.lex_state = 14, .external_lex_state = 13}, + [1053] = {.lex_state = 13, .external_lex_state = 9}, + [1054] = {.lex_state = 13, .external_lex_state = 15}, + [1055] = {.lex_state = 13, .external_lex_state = 15}, [1056] = {.lex_state = 13, .external_lex_state = 15}, - [1057] = {.lex_state = 13, .external_lex_state = 14}, + [1057] = {.lex_state = 13, .external_lex_state = 15}, [1058] = {.lex_state = 13, .external_lex_state = 15}, - [1059] = {.lex_state = 13, .external_lex_state = 9}, - [1060] = {.lex_state = 13, .external_lex_state = 9}, - [1061] = {.lex_state = 13, .external_lex_state = 14}, - [1062] = {.lex_state = 13, .external_lex_state = 15}, + [1059] = {.lex_state = 13, .external_lex_state = 15}, + [1060] = {.lex_state = 13, .external_lex_state = 15}, + [1061] = {.lex_state = 13, .external_lex_state = 15}, + [1062] = {.lex_state = 14, .external_lex_state = 12}, [1063] = {.lex_state = 13, .external_lex_state = 9}, [1064] = {.lex_state = 13, .external_lex_state = 15}, - [1065] = {.lex_state = 13, .external_lex_state = 9}, - [1066] = {.lex_state = 13, .external_lex_state = 15}, - [1067] = {.lex_state = 14, .external_lex_state = 12}, - [1068] = {.lex_state = 14, .external_lex_state = 15}, + [1065] = {.lex_state = 13, .external_lex_state = 15}, + [1066] = {.lex_state = 13, .external_lex_state = 9}, + [1067] = {.lex_state = 13, .external_lex_state = 9}, + [1068] = {.lex_state = 13, .external_lex_state = 9}, [1069] = {.lex_state = 13, .external_lex_state = 9}, - [1070] = {.lex_state = 13, .external_lex_state = 15}, - [1071] = {.lex_state = 14, .external_lex_state = 12}, + [1070] = {.lex_state = 13, .external_lex_state = 9}, + [1071] = {.lex_state = 13, .external_lex_state = 6}, [1072] = {.lex_state = 13, .external_lex_state = 9}, - [1073] = {.lex_state = 13, .external_lex_state = 6}, - [1074] = {.lex_state = 14, .external_lex_state = 12}, - [1075] = {.lex_state = 13, .external_lex_state = 9}, - [1076] = {.lex_state = 13, .external_lex_state = 14}, - [1077] = {.lex_state = 13, .external_lex_state = 15}, - [1078] = {.lex_state = 13, .external_lex_state = 9}, - [1079] = {.lex_state = 13, .external_lex_state = 14}, - [1080] = {.lex_state = 13, .external_lex_state = 7}, - [1081] = {.lex_state = 13, .external_lex_state = 9}, + [1073] = {.lex_state = 14, .external_lex_state = 13}, + [1074] = {.lex_state = 13, .external_lex_state = 15}, + [1075] = {.lex_state = 13, .external_lex_state = 15}, + [1076] = {.lex_state = 13, .external_lex_state = 15}, + [1077] = {.lex_state = 13, .external_lex_state = 9}, + [1078] = {.lex_state = 13, .external_lex_state = 15}, + [1079] = {.lex_state = 13, .external_lex_state = 15}, + [1080] = {.lex_state = 13, .external_lex_state = 6}, + [1081] = {.lex_state = 13, .external_lex_state = 15}, [1082] = {.lex_state = 13, .external_lex_state = 9}, - [1083] = {.lex_state = 13, .external_lex_state = 15}, - [1084] = {.lex_state = 13, .external_lex_state = 15}, + [1083] = {.lex_state = 13, .external_lex_state = 9}, + [1084] = {.lex_state = 13, .external_lex_state = 9}, [1085] = {.lex_state = 13, .external_lex_state = 9}, - [1086] = {.lex_state = 13, .external_lex_state = 15}, - [1087] = {.lex_state = 13, .external_lex_state = 15}, - [1088] = {.lex_state = 13, .external_lex_state = 7}, - [1089] = {.lex_state = 13, .external_lex_state = 15}, - [1090] = {.lex_state = 13, .external_lex_state = 15}, - [1091] = {.lex_state = 13, .external_lex_state = 15}, - [1092] = {.lex_state = 13, .external_lex_state = 15}, + [1086] = {.lex_state = 13, .external_lex_state = 9}, + [1087] = {.lex_state = 14, .external_lex_state = 12}, + [1088] = {.lex_state = 13, .external_lex_state = 9}, + [1089] = {.lex_state = 14, .external_lex_state = 12}, + [1090] = {.lex_state = 14, .external_lex_state = 12}, + [1091] = {.lex_state = 13, .external_lex_state = 9}, + [1092] = {.lex_state = 13, .external_lex_state = 14}, [1093] = {.lex_state = 13, .external_lex_state = 14}, - [1094] = {.lex_state = 13, .external_lex_state = 7}, + [1094] = {.lex_state = 13, .external_lex_state = 6}, [1095] = {.lex_state = 13, .external_lex_state = 7}, - [1096] = {.lex_state = 13, .external_lex_state = 6}, - [1097] = {.lex_state = 13, .external_lex_state = 9}, + [1096] = {.lex_state = 14, .external_lex_state = 12}, + [1097] = {.lex_state = 14, .external_lex_state = 12}, [1098] = {.lex_state = 13, .external_lex_state = 9}, - [1099] = {.lex_state = 14, .external_lex_state = 12}, - [1100] = {.lex_state = 13, .external_lex_state = 15}, - [1101] = {.lex_state = 14, .external_lex_state = 12}, - [1102] = {.lex_state = 13, .external_lex_state = 14}, - [1103] = {.lex_state = 14, .external_lex_state = 9}, - [1104] = {.lex_state = 13, .external_lex_state = 6}, - [1105] = {.lex_state = 13, .external_lex_state = 9}, - [1106] = {.lex_state = 13, .external_lex_state = 9}, - [1107] = {.lex_state = 13, .external_lex_state = 9}, - [1108] = {.lex_state = 13, .external_lex_state = 9}, - [1109] = {.lex_state = 14, .external_lex_state = 15}, - [1110] = {.lex_state = 13, .external_lex_state = 15}, - [1111] = {.lex_state = 13, .external_lex_state = 15}, - [1112] = {.lex_state = 13, .external_lex_state = 9}, - [1113] = {.lex_state = 13, .external_lex_state = 9}, - [1114] = {.lex_state = 13, .external_lex_state = 14}, - [1115] = {.lex_state = 13, .external_lex_state = 13}, - [1116] = {.lex_state = 13, .external_lex_state = 13}, - [1117] = {.lex_state = 13, .external_lex_state = 13}, - [1118] = {.lex_state = 13, .external_lex_state = 13}, - [1119] = {.lex_state = 13, .external_lex_state = 12}, + [1099] = {.lex_state = 13, .external_lex_state = 15}, + [1100] = {.lex_state = 13, .external_lex_state = 9}, + [1101] = {.lex_state = 13, .external_lex_state = 15}, + [1102] = {.lex_state = 13, .external_lex_state = 9}, + [1103] = {.lex_state = 13, .external_lex_state = 14}, + [1104] = {.lex_state = 13, .external_lex_state = 14}, + [1105] = {.lex_state = 13, .external_lex_state = 14}, + [1106] = {.lex_state = 13, .external_lex_state = 14}, + [1107] = {.lex_state = 13, .external_lex_state = 14}, + [1108] = {.lex_state = 13, .external_lex_state = 14}, + [1109] = {.lex_state = 13, .external_lex_state = 14}, + [1110] = {.lex_state = 13, .external_lex_state = 14}, + [1111] = {.lex_state = 14, .external_lex_state = 12}, + [1112] = {.lex_state = 14, .external_lex_state = 13}, + [1113] = {.lex_state = 14, .external_lex_state = 12}, + [1114] = {.lex_state = 14, .external_lex_state = 13}, + [1115] = {.lex_state = 13, .external_lex_state = 12}, + [1116] = {.lex_state = 13, .external_lex_state = 8}, + [1117] = {.lex_state = 13, .external_lex_state = 12}, + [1118] = {.lex_state = 13, .external_lex_state = 12}, + [1119] = {.lex_state = 13, .external_lex_state = 13}, [1120] = {.lex_state = 13, .external_lex_state = 13}, - [1121] = {.lex_state = 13, .external_lex_state = 12}, + [1121] = {.lex_state = 13, .external_lex_state = 8}, [1122] = {.lex_state = 13, .external_lex_state = 12}, - [1123] = {.lex_state = 13, .external_lex_state = 8}, - [1124] = {.lex_state = 13, .external_lex_state = 12}, - [1125] = {.lex_state = 13, .external_lex_state = 12}, - [1126] = {.lex_state = 13, .external_lex_state = 13}, + [1123] = {.lex_state = 13, .external_lex_state = 12}, + [1124] = {.lex_state = 13, .external_lex_state = 13}, + [1125] = {.lex_state = 13, .external_lex_state = 13}, + [1126] = {.lex_state = 13, .external_lex_state = 15}, [1127] = {.lex_state = 13, .external_lex_state = 13}, [1128] = {.lex_state = 13, .external_lex_state = 13}, [1129] = {.lex_state = 13, .external_lex_state = 13}, @@ -8293,116 +8294,116 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1131] = {.lex_state = 13, .external_lex_state = 13}, [1132] = {.lex_state = 13, .external_lex_state = 13}, [1133] = {.lex_state = 13, .external_lex_state = 13}, - [1134] = {.lex_state = 13, .external_lex_state = 12}, - [1135] = {.lex_state = 13, .external_lex_state = 12}, + [1134] = {.lex_state = 13, .external_lex_state = 13}, + [1135] = {.lex_state = 13, .external_lex_state = 13}, [1136] = {.lex_state = 13, .external_lex_state = 12}, - [1137] = {.lex_state = 13, .external_lex_state = 12}, - [1138] = {.lex_state = 13, .external_lex_state = 13}, + [1137] = {.lex_state = 14, .external_lex_state = 14}, + [1138] = {.lex_state = 13, .external_lex_state = 12}, [1139] = {.lex_state = 13, .external_lex_state = 12}, - [1140] = {.lex_state = 14, .external_lex_state = 15}, - [1141] = {.lex_state = 13, .external_lex_state = 13}, - [1142] = {.lex_state = 13, .external_lex_state = 8}, + [1140] = {.lex_state = 13, .external_lex_state = 15}, + [1141] = {.lex_state = 13, .external_lex_state = 12}, + [1142] = {.lex_state = 13, .external_lex_state = 12}, [1143] = {.lex_state = 13, .external_lex_state = 12}, - [1144] = {.lex_state = 14, .external_lex_state = 13}, - [1145] = {.lex_state = 14, .external_lex_state = 14}, - [1146] = {.lex_state = 14, .external_lex_state = 14}, - [1147] = {.lex_state = 13, .external_lex_state = 13}, - [1148] = {.lex_state = 13, .external_lex_state = 13}, - [1149] = {.lex_state = 13, .external_lex_state = 13}, + [1144] = {.lex_state = 13, .external_lex_state = 13}, + [1145] = {.lex_state = 13, .external_lex_state = 12}, + [1146] = {.lex_state = 13, .external_lex_state = 12}, + [1147] = {.lex_state = 14, .external_lex_state = 15}, + [1148] = {.lex_state = 14, .external_lex_state = 14}, + [1149] = {.lex_state = 13, .external_lex_state = 12}, [1150] = {.lex_state = 13, .external_lex_state = 12}, [1151] = {.lex_state = 13, .external_lex_state = 12}, [1152] = {.lex_state = 13, .external_lex_state = 12}, [1153] = {.lex_state = 13, .external_lex_state = 12}, [1154] = {.lex_state = 13, .external_lex_state = 12}, - [1155] = {.lex_state = 13, .external_lex_state = 12}, - [1156] = {.lex_state = 13, .external_lex_state = 13}, - [1157] = {.lex_state = 13, .external_lex_state = 12}, - [1158] = {.lex_state = 13, .external_lex_state = 12}, - [1159] = {.lex_state = 13, .external_lex_state = 13}, - [1160] = {.lex_state = 13, .external_lex_state = 13}, - [1161] = {.lex_state = 13, .external_lex_state = 8}, + [1155] = {.lex_state = 13, .external_lex_state = 13}, + [1156] = {.lex_state = 13, .external_lex_state = 15}, + [1157] = {.lex_state = 13, .external_lex_state = 15}, + [1158] = {.lex_state = 13, .external_lex_state = 15}, + [1159] = {.lex_state = 13, .external_lex_state = 12}, + [1160] = {.lex_state = 13, .external_lex_state = 12}, + [1161] = {.lex_state = 13, .external_lex_state = 13}, [1162] = {.lex_state = 13, .external_lex_state = 13}, - [1163] = {.lex_state = 13, .external_lex_state = 12}, - [1164] = {.lex_state = 13, .external_lex_state = 13}, + [1163] = {.lex_state = 13, .external_lex_state = 13}, + [1164] = {.lex_state = 13, .external_lex_state = 12}, [1165] = {.lex_state = 13, .external_lex_state = 13}, - [1166] = {.lex_state = 13, .external_lex_state = 12}, + [1166] = {.lex_state = 13, .external_lex_state = 13}, [1167] = {.lex_state = 13, .external_lex_state = 12}, - [1168] = {.lex_state = 13, .external_lex_state = 15}, - [1169] = {.lex_state = 13, .external_lex_state = 12}, - [1170] = {.lex_state = 13, .external_lex_state = 13}, - [1171] = {.lex_state = 13, .external_lex_state = 12}, - [1172] = {.lex_state = 14, .external_lex_state = 15}, - [1173] = {.lex_state = 14, .external_lex_state = 15}, - [1174] = {.lex_state = 13, .external_lex_state = 13}, + [1168] = {.lex_state = 13, .external_lex_state = 12}, + [1169] = {.lex_state = 13, .external_lex_state = 13}, + [1170] = {.lex_state = 13, .external_lex_state = 12}, + [1171] = {.lex_state = 13, .external_lex_state = 13}, + [1172] = {.lex_state = 13, .external_lex_state = 12}, + [1173] = {.lex_state = 13, .external_lex_state = 15}, + [1174] = {.lex_state = 13, .external_lex_state = 15}, [1175] = {.lex_state = 13, .external_lex_state = 12}, [1176] = {.lex_state = 14, .external_lex_state = 15}, - [1177] = {.lex_state = 14, .external_lex_state = 15}, + [1177] = {.lex_state = 13, .external_lex_state = 13}, [1178] = {.lex_state = 13, .external_lex_state = 13}, [1179] = {.lex_state = 13, .external_lex_state = 13}, - [1180] = {.lex_state = 13, .external_lex_state = 13}, + [1180] = {.lex_state = 14, .external_lex_state = 15}, [1181] = {.lex_state = 13, .external_lex_state = 13}, [1182] = {.lex_state = 13, .external_lex_state = 13}, [1183] = {.lex_state = 13, .external_lex_state = 13}, - [1184] = {.lex_state = 13, .external_lex_state = 12}, + [1184] = {.lex_state = 13, .external_lex_state = 13}, [1185] = {.lex_state = 13, .external_lex_state = 12}, [1186] = {.lex_state = 13, .external_lex_state = 12}, - [1187] = {.lex_state = 13, .external_lex_state = 13}, - [1188] = {.lex_state = 13, .external_lex_state = 13}, - [1189] = {.lex_state = 13, .external_lex_state = 12}, - [1190] = {.lex_state = 13, .external_lex_state = 12}, + [1187] = {.lex_state = 13, .external_lex_state = 12}, + [1188] = {.lex_state = 13, .external_lex_state = 12}, + [1189] = {.lex_state = 13, .external_lex_state = 13}, + [1190] = {.lex_state = 13, .external_lex_state = 13}, [1191] = {.lex_state = 13, .external_lex_state = 12}, - [1192] = {.lex_state = 13, .external_lex_state = 13}, + [1192] = {.lex_state = 13, .external_lex_state = 12}, [1193] = {.lex_state = 13, .external_lex_state = 12}, - [1194] = {.lex_state = 13, .external_lex_state = 13}, - [1195] = {.lex_state = 13, .external_lex_state = 15}, - [1196] = {.lex_state = 13, .external_lex_state = 15}, - [1197] = {.lex_state = 13, .external_lex_state = 15}, - [1198] = {.lex_state = 13, .external_lex_state = 13}, - [1199] = {.lex_state = 13, .external_lex_state = 13}, + [1194] = {.lex_state = 13, .external_lex_state = 12}, + [1195] = {.lex_state = 13, .external_lex_state = 12}, + [1196] = {.lex_state = 13, .external_lex_state = 13}, + [1197] = {.lex_state = 13, .external_lex_state = 12}, + [1198] = {.lex_state = 13, .external_lex_state = 12}, + [1199] = {.lex_state = 13, .external_lex_state = 12}, [1200] = {.lex_state = 13, .external_lex_state = 12}, - [1201] = {.lex_state = 13, .external_lex_state = 12}, + [1201] = {.lex_state = 13, .external_lex_state = 13}, [1202] = {.lex_state = 13, .external_lex_state = 12}, - [1203] = {.lex_state = 13, .external_lex_state = 12}, + [1203] = {.lex_state = 14, .external_lex_state = 13}, [1204] = {.lex_state = 13, .external_lex_state = 12}, - [1205] = {.lex_state = 13, .external_lex_state = 12}, - [1206] = {.lex_state = 13, .external_lex_state = 12}, - [1207] = {.lex_state = 13, .external_lex_state = 12}, - [1208] = {.lex_state = 13, .external_lex_state = 13}, - [1209] = {.lex_state = 13, .external_lex_state = 12}, - [1210] = {.lex_state = 13, .external_lex_state = 12}, - [1211] = {.lex_state = 13, .external_lex_state = 15}, - [1212] = {.lex_state = 13, .external_lex_state = 15}, + [1205] = {.lex_state = 13, .external_lex_state = 2}, + [1206] = {.lex_state = 13, .external_lex_state = 13}, + [1207] = {.lex_state = 13, .external_lex_state = 13}, + [1208] = {.lex_state = 13, .external_lex_state = 12}, + [1209] = {.lex_state = 13, .external_lex_state = 8}, + [1210] = {.lex_state = 14, .external_lex_state = 13}, + [1211] = {.lex_state = 13, .external_lex_state = 12}, + [1212] = {.lex_state = 13, .external_lex_state = 12}, [1213] = {.lex_state = 13, .external_lex_state = 12}, [1214] = {.lex_state = 13, .external_lex_state = 12}, [1215] = {.lex_state = 13, .external_lex_state = 12}, [1216] = {.lex_state = 13, .external_lex_state = 12}, - [1217] = {.lex_state = 14, .external_lex_state = 15}, - [1218] = {.lex_state = 13, .external_lex_state = 13}, - [1219] = {.lex_state = 14, .external_lex_state = 15}, - [1220] = {.lex_state = 14, .external_lex_state = 15}, - [1221] = {.lex_state = 13, .external_lex_state = 12}, + [1217] = {.lex_state = 13, .external_lex_state = 12}, + [1218] = {.lex_state = 13, .external_lex_state = 12}, + [1219] = {.lex_state = 13, .external_lex_state = 12}, + [1220] = {.lex_state = 13, .external_lex_state = 12}, + [1221] = {.lex_state = 14, .external_lex_state = 15}, [1222] = {.lex_state = 14, .external_lex_state = 13}, - [1223] = {.lex_state = 13, .external_lex_state = 2}, - [1224] = {.lex_state = 13, .external_lex_state = 12}, - [1225] = {.lex_state = 13, .external_lex_state = 12}, - [1226] = {.lex_state = 13, .external_lex_state = 12}, - [1227] = {.lex_state = 14, .external_lex_state = 13}, - [1228] = {.lex_state = 13, .external_lex_state = 13}, - [1229] = {.lex_state = 14, .external_lex_state = 14}, - [1230] = {.lex_state = 13, .external_lex_state = 13}, - [1231] = {.lex_state = 13, .external_lex_state = 12}, - [1232] = {.lex_state = 13, .external_lex_state = 12}, + [1223] = {.lex_state = 13, .external_lex_state = 12}, + [1224] = {.lex_state = 13, .external_lex_state = 2}, + [1225] = {.lex_state = 13, .external_lex_state = 13}, + [1226] = {.lex_state = 13, .external_lex_state = 8}, + [1227] = {.lex_state = 13, .external_lex_state = 13}, + [1228] = {.lex_state = 13, .external_lex_state = 12}, + [1229] = {.lex_state = 14, .external_lex_state = 15}, + [1230] = {.lex_state = 14, .external_lex_state = 15}, + [1231] = {.lex_state = 14, .external_lex_state = 14}, + [1232] = {.lex_state = 14, .external_lex_state = 15}, [1233] = {.lex_state = 13, .external_lex_state = 12}, - [1234] = {.lex_state = 13, .external_lex_state = 12}, - [1235] = {.lex_state = 13, .external_lex_state = 2}, - [1236] = {.lex_state = 13, .external_lex_state = 12}, + [1234] = {.lex_state = 13, .external_lex_state = 13}, + [1235] = {.lex_state = 13, .external_lex_state = 13}, + [1236] = {.lex_state = 13, .external_lex_state = 13}, [1237] = {.lex_state = 13, .external_lex_state = 12}, - [1238] = {.lex_state = 13, .external_lex_state = 12}, + [1238] = {.lex_state = 13, .external_lex_state = 13}, [1239] = {.lex_state = 13, .external_lex_state = 12}, - [1240] = {.lex_state = 13, .external_lex_state = 8}, - [1241] = {.lex_state = 13, .external_lex_state = 12}, - [1242] = {.lex_state = 13, .external_lex_state = 15}, - [1243] = {.lex_state = 13, .external_lex_state = 15}, + [1240] = {.lex_state = 13, .external_lex_state = 12}, + [1241] = {.lex_state = 13, .external_lex_state = 13}, + [1242] = {.lex_state = 14, .external_lex_state = 15}, + [1243] = {.lex_state = 13, .external_lex_state = 14}, [1244] = {.lex_state = 13, .external_lex_state = 15}, [1245] = {.lex_state = 13, .external_lex_state = 15}, [1246] = {.lex_state = 13, .external_lex_state = 15}, @@ -8411,112 +8412,112 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1249] = {.lex_state = 13, .external_lex_state = 14}, [1250] = {.lex_state = 13, .external_lex_state = 14}, [1251] = {.lex_state = 13, .external_lex_state = 15}, - [1252] = {.lex_state = 13, .external_lex_state = 15}, + [1252] = {.lex_state = 8, .external_lex_state = 9}, [1253] = {.lex_state = 13, .external_lex_state = 15}, - [1254] = {.lex_state = 13, .external_lex_state = 9}, - [1255] = {.lex_state = 13, .external_lex_state = 15}, + [1254] = {.lex_state = 13, .external_lex_state = 15}, + [1255] = {.lex_state = 13, .external_lex_state = 14}, [1256] = {.lex_state = 13, .external_lex_state = 15}, [1257] = {.lex_state = 13, .external_lex_state = 15}, [1258] = {.lex_state = 13, .external_lex_state = 15}, - [1259] = {.lex_state = 13, .external_lex_state = 14}, + [1259] = {.lex_state = 13, .external_lex_state = 15}, [1260] = {.lex_state = 13, .external_lex_state = 15}, - [1261] = {.lex_state = 14, .external_lex_state = 15}, - [1262] = {.lex_state = 14, .external_lex_state = 15}, + [1261] = {.lex_state = 13, .external_lex_state = 9}, + [1262] = {.lex_state = 13, .external_lex_state = 15}, [1263] = {.lex_state = 13, .external_lex_state = 15}, - [1264] = {.lex_state = 13, .external_lex_state = 14}, - [1265] = {.lex_state = 8, .external_lex_state = 9}, - [1266] = {.lex_state = 13, .external_lex_state = 15}, + [1264] = {.lex_state = 13, .external_lex_state = 15}, + [1265] = {.lex_state = 13, .external_lex_state = 15}, + [1266] = {.lex_state = 14, .external_lex_state = 15}, [1267] = {.lex_state = 13, .external_lex_state = 15}, [1268] = {.lex_state = 13, .external_lex_state = 15}, [1269] = {.lex_state = 13, .external_lex_state = 15}, [1270] = {.lex_state = 13, .external_lex_state = 14}, - [1271] = {.lex_state = 13, .external_lex_state = 15}, + [1271] = {.lex_state = 13, .external_lex_state = 14}, [1272] = {.lex_state = 13, .external_lex_state = 14}, [1273] = {.lex_state = 13, .external_lex_state = 15}, [1274] = {.lex_state = 13, .external_lex_state = 15}, [1275] = {.lex_state = 13, .external_lex_state = 15}, [1276] = {.lex_state = 13, .external_lex_state = 15}, - [1277] = {.lex_state = 13, .external_lex_state = 15}, - [1278] = {.lex_state = 13, .external_lex_state = 14}, - [1279] = {.lex_state = 13, .external_lex_state = 13}, - [1280] = {.lex_state = 13, .external_lex_state = 15}, - [1281] = {.lex_state = 13, .external_lex_state = 7}, - [1282] = {.lex_state = 13, .external_lex_state = 15}, - [1283] = {.lex_state = 13, .external_lex_state = 7}, - [1284] = {.lex_state = 13, .external_lex_state = 14}, + [1277] = {.lex_state = 13, .external_lex_state = 13}, + [1278] = {.lex_state = 13, .external_lex_state = 15}, + [1279] = {.lex_state = 13, .external_lex_state = 14}, + [1280] = {.lex_state = 13, .external_lex_state = 14}, + [1281] = {.lex_state = 14, .external_lex_state = 15}, + [1282] = {.lex_state = 13, .external_lex_state = 13}, + [1283] = {.lex_state = 13, .external_lex_state = 15}, + [1284] = {.lex_state = 13, .external_lex_state = 15}, [1285] = {.lex_state = 13, .external_lex_state = 14}, - [1286] = {.lex_state = 13, .external_lex_state = 14}, + [1286] = {.lex_state = 13, .external_lex_state = 15}, [1287] = {.lex_state = 13, .external_lex_state = 15}, - [1288] = {.lex_state = 8, .external_lex_state = 9}, + [1288] = {.lex_state = 13, .external_lex_state = 15}, [1289] = {.lex_state = 13, .external_lex_state = 15}, - [1290] = {.lex_state = 8, .external_lex_state = 9}, - [1291] = {.lex_state = 13, .external_lex_state = 15}, - [1292] = {.lex_state = 8, .external_lex_state = 9}, + [1290] = {.lex_state = 13, .external_lex_state = 15}, + [1291] = {.lex_state = 13, .external_lex_state = 14}, + [1292] = {.lex_state = 13, .external_lex_state = 15}, [1293] = {.lex_state = 13, .external_lex_state = 14}, - [1294] = {.lex_state = 13, .external_lex_state = 14}, - [1295] = {.lex_state = 13, .external_lex_state = 14}, - [1296] = {.lex_state = 13, .external_lex_state = 14}, + [1294] = {.lex_state = 13, .external_lex_state = 15}, + [1295] = {.lex_state = 13, .external_lex_state = 7}, + [1296] = {.lex_state = 13, .external_lex_state = 15}, [1297] = {.lex_state = 13, .external_lex_state = 14}, - [1298] = {.lex_state = 13, .external_lex_state = 13}, + [1298] = {.lex_state = 13, .external_lex_state = 15}, [1299] = {.lex_state = 13, .external_lex_state = 13}, - [1300] = {.lex_state = 13, .external_lex_state = 15}, + [1300] = {.lex_state = 8, .external_lex_state = 9}, [1301] = {.lex_state = 13, .external_lex_state = 15}, [1302] = {.lex_state = 13, .external_lex_state = 15}, - [1303] = {.lex_state = 13, .external_lex_state = 14}, + [1303] = {.lex_state = 13, .external_lex_state = 15}, [1304] = {.lex_state = 13, .external_lex_state = 15}, - [1305] = {.lex_state = 14, .external_lex_state = 13}, - [1306] = {.lex_state = 14, .external_lex_state = 13}, - [1307] = {.lex_state = 13, .external_lex_state = 15}, + [1305] = {.lex_state = 13, .external_lex_state = 15}, + [1306] = {.lex_state = 13, .external_lex_state = 15}, + [1307] = {.lex_state = 13, .external_lex_state = 14}, [1308] = {.lex_state = 13, .external_lex_state = 15}, - [1309] = {.lex_state = 13, .external_lex_state = 15}, + [1309] = {.lex_state = 13, .external_lex_state = 7}, [1310] = {.lex_state = 13, .external_lex_state = 15}, - [1311] = {.lex_state = 13, .external_lex_state = 14}, - [1312] = {.lex_state = 13, .external_lex_state = 15}, - [1313] = {.lex_state = 13, .external_lex_state = 14}, - [1314] = {.lex_state = 13, .external_lex_state = 15}, - [1315] = {.lex_state = 13, .external_lex_state = 15}, + [1311] = {.lex_state = 13, .external_lex_state = 15}, + [1312] = {.lex_state = 14, .external_lex_state = 13}, + [1313] = {.lex_state = 14, .external_lex_state = 13}, + [1314] = {.lex_state = 8, .external_lex_state = 9}, + [1315] = {.lex_state = 13, .external_lex_state = 14}, [1316] = {.lex_state = 13, .external_lex_state = 14}, [1317] = {.lex_state = 13, .external_lex_state = 14}, [1318] = {.lex_state = 13, .external_lex_state = 15}, [1319] = {.lex_state = 13, .external_lex_state = 15}, - [1320] = {.lex_state = 13, .external_lex_state = 15}, - [1321] = {.lex_state = 13, .external_lex_state = 15}, + [1320] = {.lex_state = 13, .external_lex_state = 14}, + [1321] = {.lex_state = 13, .external_lex_state = 14}, [1322] = {.lex_state = 13, .external_lex_state = 14}, - [1323] = {.lex_state = 13, .external_lex_state = 15}, - [1324] = {.lex_state = 13, .external_lex_state = 14}, + [1323] = {.lex_state = 13, .external_lex_state = 14}, + [1324] = {.lex_state = 13, .external_lex_state = 15}, [1325] = {.lex_state = 13, .external_lex_state = 14}, [1326] = {.lex_state = 13, .external_lex_state = 15}, - [1327] = {.lex_state = 13, .external_lex_state = 14}, + [1327] = {.lex_state = 13, .external_lex_state = 15}, [1328] = {.lex_state = 13, .external_lex_state = 14}, [1329] = {.lex_state = 13, .external_lex_state = 15}, - [1330] = {.lex_state = 13, .external_lex_state = 15}, + [1330] = {.lex_state = 13, .external_lex_state = 14}, [1331] = {.lex_state = 13, .external_lex_state = 15}, - [1332] = {.lex_state = 13, .external_lex_state = 15}, + [1332] = {.lex_state = 13, .external_lex_state = 14}, [1333] = {.lex_state = 13, .external_lex_state = 15}, [1334] = {.lex_state = 13, .external_lex_state = 15}, - [1335] = {.lex_state = 13, .external_lex_state = 15}, + [1335] = {.lex_state = 13, .external_lex_state = 14}, [1336] = {.lex_state = 13, .external_lex_state = 15}, - [1337] = {.lex_state = 13, .external_lex_state = 14}, - [1338] = {.lex_state = 13, .external_lex_state = 14}, + [1337] = {.lex_state = 8, .external_lex_state = 9}, + [1338] = {.lex_state = 13, .external_lex_state = 15}, [1339] = {.lex_state = 13, .external_lex_state = 15}, [1340] = {.lex_state = 13, .external_lex_state = 15}, - [1341] = {.lex_state = 13, .external_lex_state = 14}, + [1341] = {.lex_state = 13, .external_lex_state = 15}, [1342] = {.lex_state = 13, .external_lex_state = 14}, [1343] = {.lex_state = 13, .external_lex_state = 14}, - [1344] = {.lex_state = 13, .external_lex_state = 15}, + [1344] = {.lex_state = 13, .external_lex_state = 14}, [1345] = {.lex_state = 13, .external_lex_state = 14}, - [1346] = {.lex_state = 13, .external_lex_state = 15}, + [1346] = {.lex_state = 13, .external_lex_state = 14}, [1347] = {.lex_state = 13, .external_lex_state = 15}, [1348] = {.lex_state = 13, .external_lex_state = 13}, [1349] = {.lex_state = 13, .external_lex_state = 13}, [1350] = {.lex_state = 13, .external_lex_state = 13}, [1351] = {.lex_state = 13, .external_lex_state = 13}, - [1352] = {.lex_state = 13, .external_lex_state = 13}, - [1353] = {.lex_state = 14, .external_lex_state = 15}, - [1354] = {.lex_state = 14, .external_lex_state = 15}, + [1352] = {.lex_state = 14, .external_lex_state = 13}, + [1353] = {.lex_state = 13, .external_lex_state = 13}, + [1354] = {.lex_state = 14, .external_lex_state = 12}, [1355] = {.lex_state = 13, .external_lex_state = 13}, [1356] = {.lex_state = 14, .external_lex_state = 12}, - [1357] = {.lex_state = 14, .external_lex_state = 12}, + [1357] = {.lex_state = 14, .external_lex_state = 13}, [1358] = {.lex_state = 13, .external_lex_state = 13}, [1359] = {.lex_state = 13, .external_lex_state = 13}, [1360] = {.lex_state = 13, .external_lex_state = 13}, @@ -8528,15 +8529,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1366] = {.lex_state = 13, .external_lex_state = 13}, [1367] = {.lex_state = 13, .external_lex_state = 13}, [1368] = {.lex_state = 13, .external_lex_state = 13}, - [1369] = {.lex_state = 14, .external_lex_state = 13}, - [1370] = {.lex_state = 13, .external_lex_state = 14}, + [1369] = {.lex_state = 13, .external_lex_state = 13}, + [1370] = {.lex_state = 13, .external_lex_state = 13}, [1371] = {.lex_state = 13, .external_lex_state = 13}, [1372] = {.lex_state = 13, .external_lex_state = 13}, [1373] = {.lex_state = 13, .external_lex_state = 13}, - [1374] = {.lex_state = 13, .external_lex_state = 13}, - [1375] = {.lex_state = 13, .external_lex_state = 13}, - [1376] = {.lex_state = 14, .external_lex_state = 13}, - [1377] = {.lex_state = 13, .external_lex_state = 13}, + [1374] = {.lex_state = 13, .external_lex_state = 14}, + [1375] = {.lex_state = 14, .external_lex_state = 15}, + [1376] = {.lex_state = 13, .external_lex_state = 13}, + [1377] = {.lex_state = 14, .external_lex_state = 15}, [1378] = {.lex_state = 13, .external_lex_state = 13}, [1379] = {.lex_state = 13, .external_lex_state = 13}, [1380] = {.lex_state = 13, .external_lex_state = 13}, @@ -8548,58 +8549,58 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1386] = {.lex_state = 13, .external_lex_state = 13}, [1387] = {.lex_state = 8, .external_lex_state = 14}, [1388] = {.lex_state = 8, .external_lex_state = 14}, - [1389] = {.lex_state = 8, .external_lex_state = 14}, + [1389] = {.lex_state = 13, .external_lex_state = 12}, [1390] = {.lex_state = 8, .external_lex_state = 14}, [1391] = {.lex_state = 8, .external_lex_state = 14}, [1392] = {.lex_state = 8, .external_lex_state = 14}, - [1393] = {.lex_state = 8, .external_lex_state = 14}, + [1393] = {.lex_state = 13, .external_lex_state = 15}, [1394] = {.lex_state = 8, .external_lex_state = 14}, [1395] = {.lex_state = 8, .external_lex_state = 14}, - [1396] = {.lex_state = 8, .external_lex_state = 14}, + [1396] = {.lex_state = 13, .external_lex_state = 13}, [1397] = {.lex_state = 8, .external_lex_state = 14}, - [1398] = {.lex_state = 13, .external_lex_state = 12}, + [1398] = {.lex_state = 8, .external_lex_state = 14}, [1399] = {.lex_state = 8, .external_lex_state = 14}, [1400] = {.lex_state = 8, .external_lex_state = 14}, - [1401] = {.lex_state = 13, .external_lex_state = 15}, - [1402] = {.lex_state = 13, .external_lex_state = 13}, + [1401] = {.lex_state = 8, .external_lex_state = 14}, + [1402] = {.lex_state = 8, .external_lex_state = 14}, [1403] = {.lex_state = 12, .external_lex_state = 2}, [1404] = {.lex_state = 12, .external_lex_state = 2}, - [1405] = {.lex_state = 5, .external_lex_state = 7}, - [1406] = {.lex_state = 5, .external_lex_state = 8}, - [1407] = {.lex_state = 5, .external_lex_state = 7}, + [1405] = {.lex_state = 5, .external_lex_state = 8}, + [1406] = {.lex_state = 5, .external_lex_state = 7}, + [1407] = {.lex_state = 5, .external_lex_state = 8}, [1408] = {.lex_state = 5, .external_lex_state = 8}, - [1409] = {.lex_state = 5, .external_lex_state = 8}, + [1409] = {.lex_state = 5, .external_lex_state = 7}, [1410] = {.lex_state = 5, .external_lex_state = 7}, [1411] = {.lex_state = 5, .external_lex_state = 8}, - [1412] = {.lex_state = 5, .external_lex_state = 7}, - [1413] = {.lex_state = 5, .external_lex_state = 8}, + [1412] = {.lex_state = 5, .external_lex_state = 8}, + [1413] = {.lex_state = 5, .external_lex_state = 7}, [1414] = {.lex_state = 5, .external_lex_state = 8}, [1415] = {.lex_state = 5, .external_lex_state = 7}, [1416] = {.lex_state = 5, .external_lex_state = 8}, - [1417] = {.lex_state = 5, .external_lex_state = 8}, - [1418] = {.lex_state = 5, .external_lex_state = 7}, + [1417] = {.lex_state = 5, .external_lex_state = 7}, + [1418] = {.lex_state = 5, .external_lex_state = 8}, [1419] = {.lex_state = 5, .external_lex_state = 8}, [1420] = {.lex_state = 5, .external_lex_state = 8}, [1421] = {.lex_state = 5, .external_lex_state = 8}, - [1422] = {.lex_state = 5, .external_lex_state = 7}, - [1423] = {.lex_state = 5, .external_lex_state = 7}, + [1422] = {.lex_state = 5, .external_lex_state = 8}, + [1423] = {.lex_state = 5, .external_lex_state = 8}, [1424] = {.lex_state = 5, .external_lex_state = 8}, - [1425] = {.lex_state = 5, .external_lex_state = 7}, + [1425] = {.lex_state = 5, .external_lex_state = 8}, [1426] = {.lex_state = 5, .external_lex_state = 8}, - [1427] = {.lex_state = 5, .external_lex_state = 7}, - [1428] = {.lex_state = 5, .external_lex_state = 8}, - [1429] = {.lex_state = 5, .external_lex_state = 8}, + [1427] = {.lex_state = 5, .external_lex_state = 8}, + [1428] = {.lex_state = 5, .external_lex_state = 7}, + [1429] = {.lex_state = 5, .external_lex_state = 7}, [1430] = {.lex_state = 5, .external_lex_state = 8}, [1431] = {.lex_state = 5, .external_lex_state = 8}, - [1432] = {.lex_state = 5, .external_lex_state = 8}, + [1432] = {.lex_state = 5, .external_lex_state = 7}, [1433] = {.lex_state = 5, .external_lex_state = 8}, - [1434] = {.lex_state = 5, .external_lex_state = 7}, - [1435] = {.lex_state = 5, .external_lex_state = 8}, + [1434] = {.lex_state = 5, .external_lex_state = 8}, + [1435] = {.lex_state = 5, .external_lex_state = 7}, [1436] = {.lex_state = 5, .external_lex_state = 8}, - [1437] = {.lex_state = 5, .external_lex_state = 7}, + [1437] = {.lex_state = 5, .external_lex_state = 8}, [1438] = {.lex_state = 5, .external_lex_state = 8}, - [1439] = {.lex_state = 5, .external_lex_state = 8}, - [1440] = {.lex_state = 5, .external_lex_state = 8}, + [1439] = {.lex_state = 5, .external_lex_state = 7}, + [1440] = {.lex_state = 5, .external_lex_state = 7}, [1441] = {.lex_state = 5, .external_lex_state = 2}, [1442] = {.lex_state = 5, .external_lex_state = 2}, [1443] = {.lex_state = 5, .external_lex_state = 2}, @@ -8622,1201 +8623,1200 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1460] = {.lex_state = 5, .external_lex_state = 2}, [1461] = {.lex_state = 5, .external_lex_state = 2}, [1462] = {.lex_state = 5, .external_lex_state = 2}, - [1463] = {.lex_state = 8, .external_lex_state = 9}, + [1463] = {.lex_state = 5, .external_lex_state = 2}, [1464] = {.lex_state = 5, .external_lex_state = 2}, [1465] = {.lex_state = 5, .external_lex_state = 2}, [1466] = {.lex_state = 5, .external_lex_state = 2}, [1467] = {.lex_state = 5, .external_lex_state = 2}, - [1468] = {.lex_state = 5, .external_lex_state = 2}, + [1468] = {.lex_state = 8, .external_lex_state = 9}, [1469] = {.lex_state = 8, .external_lex_state = 13}, [1470] = {.lex_state = 8, .external_lex_state = 13}, - [1471] = {.lex_state = 8, .external_lex_state = 15}, + [1471] = {.lex_state = 8, .external_lex_state = 14}, [1472] = {.lex_state = 8, .external_lex_state = 15}, - [1473] = {.lex_state = 8, .external_lex_state = 14}, + [1473] = {.lex_state = 8, .external_lex_state = 15}, [1474] = {.lex_state = 8, .external_lex_state = 14}, - [1475] = {.lex_state = 53, .external_lex_state = 12}, + [1475] = {.lex_state = 8, .external_lex_state = 13}, [1476] = {.lex_state = 53, .external_lex_state = 12}, [1477] = {.lex_state = 53, .external_lex_state = 12}, - [1478] = {.lex_state = 8, .external_lex_state = 13}, - [1479] = {.lex_state = 8, .external_lex_state = 13}, - [1480] = {.lex_state = 53, .external_lex_state = 12}, - [1481] = {.lex_state = 53, .external_lex_state = 2}, + [1478] = {.lex_state = 53, .external_lex_state = 12}, + [1479] = {.lex_state = 53, .external_lex_state = 12}, + [1480] = {.lex_state = 8, .external_lex_state = 13}, + [1481] = {.lex_state = 13, .external_lex_state = 12}, [1482] = {.lex_state = 53, .external_lex_state = 15}, [1483] = {.lex_state = 13, .external_lex_state = 12}, - [1484] = {.lex_state = 13, .external_lex_state = 12}, - [1485] = {.lex_state = 53, .external_lex_state = 2}, - [1486] = {.lex_state = 13, .external_lex_state = 12}, - [1487] = {.lex_state = 53, .external_lex_state = 15}, + [1484] = {.lex_state = 53, .external_lex_state = 2}, + [1485] = {.lex_state = 53, .external_lex_state = 15}, + [1486] = {.lex_state = 53, .external_lex_state = 2}, + [1487] = {.lex_state = 13, .external_lex_state = 12}, [1488] = {.lex_state = 13, .external_lex_state = 12}, - [1489] = {.lex_state = 13, .external_lex_state = 15}, + [1489] = {.lex_state = 11, .external_lex_state = 9}, [1490] = {.lex_state = 13, .external_lex_state = 15}, [1491] = {.lex_state = 13, .external_lex_state = 15}, [1492] = {.lex_state = 11, .external_lex_state = 9}, - [1493] = {.lex_state = 11, .external_lex_state = 9}, + [1493] = {.lex_state = 13, .external_lex_state = 15}, [1494] = {.lex_state = 13, .external_lex_state = 15}, - [1495] = {.lex_state = 13, .external_lex_state = 14}, - [1496] = {.lex_state = 13, .external_lex_state = 15}, - [1497] = {.lex_state = 11, .external_lex_state = 9}, - [1498] = {.lex_state = 11, .external_lex_state = 9}, - [1499] = {.lex_state = 13, .external_lex_state = 15}, + [1495] = {.lex_state = 11, .external_lex_state = 9}, + [1496] = {.lex_state = 13, .external_lex_state = 14}, + [1497] = {.lex_state = 13, .external_lex_state = 15}, + [1498] = {.lex_state = 13, .external_lex_state = 13}, + [1499] = {.lex_state = 13, .external_lex_state = 14}, [1500] = {.lex_state = 13, .external_lex_state = 14}, [1501] = {.lex_state = 13, .external_lex_state = 14}, [1502] = {.lex_state = 13, .external_lex_state = 14}, - [1503] = {.lex_state = 13, .external_lex_state = 14}, - [1504] = {.lex_state = 13, .external_lex_state = 14}, - [1505] = {.lex_state = 13, .external_lex_state = 15}, - [1506] = {.lex_state = 13, .external_lex_state = 14}, + [1503] = {.lex_state = 11, .external_lex_state = 9}, + [1504] = {.lex_state = 13, .external_lex_state = 13}, + [1505] = {.lex_state = 13, .external_lex_state = 14}, + [1506] = {.lex_state = 13, .external_lex_state = 13}, [1507] = {.lex_state = 13, .external_lex_state = 14}, - [1508] = {.lex_state = 11, .external_lex_state = 9}, - [1509] = {.lex_state = 13, .external_lex_state = 14}, + [1508] = {.lex_state = 13, .external_lex_state = 14}, + [1509] = {.lex_state = 13, .external_lex_state = 13}, [1510] = {.lex_state = 13, .external_lex_state = 14}, [1511] = {.lex_state = 13, .external_lex_state = 14}, - [1512] = {.lex_state = 13, .external_lex_state = 13}, + [1512] = {.lex_state = 13, .external_lex_state = 14}, [1513] = {.lex_state = 13, .external_lex_state = 14}, - [1514] = {.lex_state = 13, .external_lex_state = 14}, + [1514] = {.lex_state = 11, .external_lex_state = 9}, [1515] = {.lex_state = 13, .external_lex_state = 14}, [1516] = {.lex_state = 13, .external_lex_state = 14}, [1517] = {.lex_state = 13, .external_lex_state = 14}, - [1518] = {.lex_state = 11, .external_lex_state = 9}, - [1519] = {.lex_state = 13, .external_lex_state = 14}, + [1518] = {.lex_state = 13, .external_lex_state = 15}, + [1519] = {.lex_state = 13, .external_lex_state = 15}, [1520] = {.lex_state = 13, .external_lex_state = 14}, - [1521] = {.lex_state = 13, .external_lex_state = 15}, - [1522] = {.lex_state = 13, .external_lex_state = 13}, - [1523] = {.lex_state = 13, .external_lex_state = 13}, - [1524] = {.lex_state = 13, .external_lex_state = 13}, - [1525] = {.lex_state = 12, .external_lex_state = 14}, - [1526] = {.lex_state = 12, .external_lex_state = 14}, + [1521] = {.lex_state = 13, .external_lex_state = 14}, + [1522] = {.lex_state = 13, .external_lex_state = 14}, + [1523] = {.lex_state = 13, .external_lex_state = 15}, + [1524] = {.lex_state = 11, .external_lex_state = 9}, + [1525] = {.lex_state = 11, .external_lex_state = 14}, + [1526] = {.lex_state = 11, .external_lex_state = 14}, [1527] = {.lex_state = 12, .external_lex_state = 14}, - [1528] = {.lex_state = 12, .external_lex_state = 14}, - [1529] = {.lex_state = 11, .external_lex_state = 14}, + [1528] = {.lex_state = 11, .external_lex_state = 14}, + [1529] = {.lex_state = 12, .external_lex_state = 14}, [1530] = {.lex_state = 11, .external_lex_state = 14}, - [1531] = {.lex_state = 11, .external_lex_state = 9}, + [1531] = {.lex_state = 12, .external_lex_state = 14}, [1532] = {.lex_state = 12, .external_lex_state = 14}, - [1533] = {.lex_state = 11, .external_lex_state = 14}, - [1534] = {.lex_state = 11, .external_lex_state = 14}, + [1533] = {.lex_state = 12, .external_lex_state = 14}, + [1534] = {.lex_state = 12, .external_lex_state = 14}, [1535] = {.lex_state = 12, .external_lex_state = 14}, [1536] = {.lex_state = 12, .external_lex_state = 14}, [1537] = {.lex_state = 11, .external_lex_state = 14}, [1538] = {.lex_state = 12, .external_lex_state = 14}, [1539] = {.lex_state = 11, .external_lex_state = 14}, [1540] = {.lex_state = 12, .external_lex_state = 14}, - [1541] = {.lex_state = 11, .external_lex_state = 14}, - [1542] = {.lex_state = 12, .external_lex_state = 14}, - [1543] = {.lex_state = 12, .external_lex_state = 14}, + [1541] = {.lex_state = 12, .external_lex_state = 14}, + [1542] = {.lex_state = 11, .external_lex_state = 9}, + [1543] = {.lex_state = 11, .external_lex_state = 14}, [1544] = {.lex_state = 11, .external_lex_state = 14}, [1545] = {.lex_state = 5, .external_lex_state = 15}, [1546] = {.lex_state = 5, .external_lex_state = 15}, [1547] = {.lex_state = 12, .external_lex_state = 14}, - [1548] = {.lex_state = 5, .external_lex_state = 15}, - [1549] = {.lex_state = 11, .external_lex_state = 14}, - [1550] = {.lex_state = 12, .external_lex_state = 14}, - [1551] = {.lex_state = 5, .external_lex_state = 14}, + [1548] = {.lex_state = 12, .external_lex_state = 14}, + [1549] = {.lex_state = 5, .external_lex_state = 15}, + [1550] = {.lex_state = 11, .external_lex_state = 14}, + [1551] = {.lex_state = 8, .external_lex_state = 13}, [1552] = {.lex_state = 5, .external_lex_state = 14}, - [1553] = {.lex_state = 8, .external_lex_state = 13}, - [1554] = {.lex_state = 8, .external_lex_state = 9}, + [1553] = {.lex_state = 5, .external_lex_state = 14}, + [1554] = {.lex_state = 53, .external_lex_state = 12}, [1555] = {.lex_state = 8, .external_lex_state = 9}, - [1556] = {.lex_state = 53, .external_lex_state = 12}, - [1557] = {.lex_state = 8, .external_lex_state = 9}, - [1558] = {.lex_state = 53, .external_lex_state = 12}, + [1556] = {.lex_state = 8, .external_lex_state = 9}, + [1557] = {.lex_state = 53, .external_lex_state = 12}, + [1558] = {.lex_state = 8, .external_lex_state = 9}, [1559] = {.lex_state = 53, .external_lex_state = 12}, - [1560] = {.lex_state = 53, .external_lex_state = 12}, - [1561] = {.lex_state = 8, .external_lex_state = 9}, + [1560] = {.lex_state = 8, .external_lex_state = 9}, + [1561] = {.lex_state = 53, .external_lex_state = 12}, [1562] = {.lex_state = 8, .external_lex_state = 9}, [1563] = {.lex_state = 53, .external_lex_state = 12}, - [1564] = {.lex_state = 53, .external_lex_state = 12}, + [1564] = {.lex_state = 8, .external_lex_state = 9}, [1565] = {.lex_state = 8, .external_lex_state = 9}, - [1566] = {.lex_state = 8, .external_lex_state = 9}, - [1567] = {.lex_state = 8, .external_lex_state = 9}, - [1568] = {.lex_state = 53, .external_lex_state = 12}, - [1569] = {.lex_state = 8, .external_lex_state = 9}, - [1570] = {.lex_state = 53, .external_lex_state = 12}, - [1571] = {.lex_state = 8, .external_lex_state = 13}, + [1566] = {.lex_state = 53, .external_lex_state = 12}, + [1567] = {.lex_state = 53, .external_lex_state = 12}, + [1568] = {.lex_state = 8, .external_lex_state = 9}, + [1569] = {.lex_state = 53, .external_lex_state = 12}, + [1570] = {.lex_state = 8, .external_lex_state = 9}, + [1571] = {.lex_state = 53, .external_lex_state = 15}, [1572] = {.lex_state = 53, .external_lex_state = 15}, - [1573] = {.lex_state = 53, .external_lex_state = 13}, - [1574] = {.lex_state = 53, .external_lex_state = 13}, - [1575] = {.lex_state = 8, .external_lex_state = 13}, - [1576] = {.lex_state = 53, .external_lex_state = 13}, - [1577] = {.lex_state = 8, .external_lex_state = 13}, + [1573] = {.lex_state = 53, .external_lex_state = 15}, + [1574] = {.lex_state = 53, .external_lex_state = 15}, + [1575] = {.lex_state = 8, .external_lex_state = 9}, + [1576] = {.lex_state = 53, .external_lex_state = 15}, + [1577] = {.lex_state = 53, .external_lex_state = 15}, [1578] = {.lex_state = 53, .external_lex_state = 15}, [1579] = {.lex_state = 53, .external_lex_state = 15}, - [1580] = {.lex_state = 53, .external_lex_state = 13}, + [1580] = {.lex_state = 8, .external_lex_state = 13}, [1581] = {.lex_state = 53, .external_lex_state = 15}, [1582] = {.lex_state = 53, .external_lex_state = 15}, - [1583] = {.lex_state = 53, .external_lex_state = 15}, - [1584] = {.lex_state = 53, .external_lex_state = 15}, + [1583] = {.lex_state = 8, .external_lex_state = 13}, + [1584] = {.lex_state = 53, .external_lex_state = 13}, [1585] = {.lex_state = 53, .external_lex_state = 15}, [1586] = {.lex_state = 8, .external_lex_state = 13}, - [1587] = {.lex_state = 53, .external_lex_state = 15}, + [1587] = {.lex_state = 53, .external_lex_state = 13}, [1588] = {.lex_state = 8, .external_lex_state = 13}, [1589] = {.lex_state = 8, .external_lex_state = 13}, - [1590] = {.lex_state = 53, .external_lex_state = 13}, - [1591] = {.lex_state = 53, .external_lex_state = 13}, - [1592] = {.lex_state = 8, .external_lex_state = 13}, + [1590] = {.lex_state = 53, .external_lex_state = 15}, + [1591] = {.lex_state = 8, .external_lex_state = 13}, + [1592] = {.lex_state = 53, .external_lex_state = 15}, [1593] = {.lex_state = 53, .external_lex_state = 15}, - [1594] = {.lex_state = 53, .external_lex_state = 13}, + [1594] = {.lex_state = 8, .external_lex_state = 13}, [1595] = {.lex_state = 53, .external_lex_state = 15}, [1596] = {.lex_state = 8, .external_lex_state = 13}, [1597] = {.lex_state = 53, .external_lex_state = 15}, - [1598] = {.lex_state = 8, .external_lex_state = 13}, + [1598] = {.lex_state = 53, .external_lex_state = 15}, [1599] = {.lex_state = 53, .external_lex_state = 13}, - [1600] = {.lex_state = 53, .external_lex_state = 15}, - [1601] = {.lex_state = 53, .external_lex_state = 15}, - [1602] = {.lex_state = 53, .external_lex_state = 15}, - [1603] = {.lex_state = 8, .external_lex_state = 9}, - [1604] = {.lex_state = 53, .external_lex_state = 15}, - [1605] = {.lex_state = 53, .external_lex_state = 15}, - [1606] = {.lex_state = 0, .external_lex_state = 16}, - [1607] = {.lex_state = 0, .external_lex_state = 16}, - [1608] = {.lex_state = 8, .external_lex_state = 15}, - [1609] = {.lex_state = 8, .external_lex_state = 15}, - [1610] = {.lex_state = 8, .external_lex_state = 15}, + [1600] = {.lex_state = 53, .external_lex_state = 13}, + [1601] = {.lex_state = 53, .external_lex_state = 13}, + [1602] = {.lex_state = 53, .external_lex_state = 13}, + [1603] = {.lex_state = 53, .external_lex_state = 13}, + [1604] = {.lex_state = 53, .external_lex_state = 13}, + [1605] = {.lex_state = 8, .external_lex_state = 13}, + [1606] = {.lex_state = 53, .external_lex_state = 12}, + [1607] = {.lex_state = 8, .external_lex_state = 15}, + [1608] = {.lex_state = 0, .external_lex_state = 16}, + [1609] = {.lex_state = 0, .external_lex_state = 16}, + [1610] = {.lex_state = 0, .external_lex_state = 16}, [1611] = {.lex_state = 8, .external_lex_state = 15}, [1612] = {.lex_state = 8, .external_lex_state = 15}, [1613] = {.lex_state = 8, .external_lex_state = 15}, [1614] = {.lex_state = 8, .external_lex_state = 15}, - [1615] = {.lex_state = 8, .external_lex_state = 15}, + [1615] = {.lex_state = 0, .external_lex_state = 16}, [1616] = {.lex_state = 0, .external_lex_state = 16}, - [1617] = {.lex_state = 8, .external_lex_state = 15}, + [1617] = {.lex_state = 0, .external_lex_state = 16}, [1618] = {.lex_state = 8, .external_lex_state = 14}, - [1619] = {.lex_state = 8, .external_lex_state = 14}, - [1620] = {.lex_state = 53, .external_lex_state = 12}, + [1619] = {.lex_state = 0, .external_lex_state = 16}, + [1620] = {.lex_state = 8, .external_lex_state = 14}, [1621] = {.lex_state = 0, .external_lex_state = 16}, [1622] = {.lex_state = 0, .external_lex_state = 16}, - [1623] = {.lex_state = 8, .external_lex_state = 14}, - [1624] = {.lex_state = 8, .external_lex_state = 14}, - [1625] = {.lex_state = 0, .external_lex_state = 16}, - [1626] = {.lex_state = 0, .external_lex_state = 16}, - [1627] = {.lex_state = 8, .external_lex_state = 14}, - [1628] = {.lex_state = 8, .external_lex_state = 14}, + [1623] = {.lex_state = 8, .external_lex_state = 15}, + [1624] = {.lex_state = 0, .external_lex_state = 16}, + [1625] = {.lex_state = 8, .external_lex_state = 15}, + [1626] = {.lex_state = 8, .external_lex_state = 15}, + [1627] = {.lex_state = 0, .external_lex_state = 16}, + [1628] = {.lex_state = 0, .external_lex_state = 16}, [1629] = {.lex_state = 8, .external_lex_state = 14}, [1630] = {.lex_state = 8, .external_lex_state = 14}, - [1631] = {.lex_state = 0, .external_lex_state = 16}, + [1631] = {.lex_state = 8, .external_lex_state = 14}, [1632] = {.lex_state = 0, .external_lex_state = 16}, - [1633] = {.lex_state = 8, .external_lex_state = 15}, + [1633] = {.lex_state = 8, .external_lex_state = 14}, [1634] = {.lex_state = 0, .external_lex_state = 16}, - [1635] = {.lex_state = 53, .external_lex_state = 12}, - [1636] = {.lex_state = 0, .external_lex_state = 16}, - [1637] = {.lex_state = 0, .external_lex_state = 16}, + [1635] = {.lex_state = 8, .external_lex_state = 14}, + [1636] = {.lex_state = 8, .external_lex_state = 14}, + [1637] = {.lex_state = 8, .external_lex_state = 9}, [1638] = {.lex_state = 0, .external_lex_state = 16}, [1639] = {.lex_state = 0, .external_lex_state = 16}, - [1640] = {.lex_state = 8, .external_lex_state = 9}, - [1641] = {.lex_state = 0, .external_lex_state = 16}, + [1640] = {.lex_state = 53, .external_lex_state = 12}, + [1641] = {.lex_state = 8, .external_lex_state = 14}, [1642] = {.lex_state = 0, .external_lex_state = 16}, [1643] = {.lex_state = 0, .external_lex_state = 16}, [1644] = {.lex_state = 0, .external_lex_state = 16}, - [1645] = {.lex_state = 0, .external_lex_state = 16}, - [1646] = {.lex_state = 8, .external_lex_state = 14}, + [1645] = {.lex_state = 8, .external_lex_state = 15}, + [1646] = {.lex_state = 8, .external_lex_state = 15}, [1647] = {.lex_state = 53, .external_lex_state = 12}, - [1648] = {.lex_state = 53, .external_lex_state = 12}, + [1648] = {.lex_state = 8, .external_lex_state = 13}, [1649] = {.lex_state = 8, .external_lex_state = 13}, - [1650] = {.lex_state = 8, .external_lex_state = 14}, - [1651] = {.lex_state = 8, .external_lex_state = 13}, - [1652] = {.lex_state = 53, .external_lex_state = 12}, - [1653] = {.lex_state = 8, .external_lex_state = 13}, - [1654] = {.lex_state = 8, .external_lex_state = 13}, - [1655] = {.lex_state = 8, .external_lex_state = 13}, - [1656] = {.lex_state = 8, .external_lex_state = 13}, - [1657] = {.lex_state = 8, .external_lex_state = 13}, + [1650] = {.lex_state = 53, .external_lex_state = 12}, + [1651] = {.lex_state = 8, .external_lex_state = 14}, + [1652] = {.lex_state = 8, .external_lex_state = 14}, + [1653] = {.lex_state = 53, .external_lex_state = 12}, + [1654] = {.lex_state = 53, .external_lex_state = 12}, + [1655] = {.lex_state = 53, .external_lex_state = 12}, + [1656] = {.lex_state = 53, .external_lex_state = 12}, + [1657] = {.lex_state = 53, .external_lex_state = 12}, [1658] = {.lex_state = 53, .external_lex_state = 12}, - [1659] = {.lex_state = 8, .external_lex_state = 13}, - [1660] = {.lex_state = 8, .external_lex_state = 13}, - [1661] = {.lex_state = 8, .external_lex_state = 13}, + [1659] = {.lex_state = 53, .external_lex_state = 12}, + [1660] = {.lex_state = 53, .external_lex_state = 12}, + [1661] = {.lex_state = 53, .external_lex_state = 12}, [1662] = {.lex_state = 53, .external_lex_state = 12}, [1663] = {.lex_state = 53, .external_lex_state = 12}, - [1664] = {.lex_state = 53, .external_lex_state = 12}, + [1664] = {.lex_state = 53, .external_lex_state = 9}, [1665] = {.lex_state = 53, .external_lex_state = 12}, [1666] = {.lex_state = 53, .external_lex_state = 12}, [1667] = {.lex_state = 53, .external_lex_state = 12}, - [1668] = {.lex_state = 53, .external_lex_state = 9}, + [1668] = {.lex_state = 8, .external_lex_state = 14}, [1669] = {.lex_state = 53, .external_lex_state = 12}, [1670] = {.lex_state = 8, .external_lex_state = 14}, - [1671] = {.lex_state = 8, .external_lex_state = 14}, - [1672] = {.lex_state = 8, .external_lex_state = 14}, - [1673] = {.lex_state = 53, .external_lex_state = 12}, + [1671] = {.lex_state = 8, .external_lex_state = 13}, + [1672] = {.lex_state = 8, .external_lex_state = 13}, + [1673] = {.lex_state = 8, .external_lex_state = 13}, [1674] = {.lex_state = 53, .external_lex_state = 12}, - [1675] = {.lex_state = 53, .external_lex_state = 12}, - [1676] = {.lex_state = 8, .external_lex_state = 14}, - [1677] = {.lex_state = 53, .external_lex_state = 12}, - [1678] = {.lex_state = 53, .external_lex_state = 12}, - [1679] = {.lex_state = 53, .external_lex_state = 12}, + [1675] = {.lex_state = 8, .external_lex_state = 13}, + [1676] = {.lex_state = 8, .external_lex_state = 13}, + [1677] = {.lex_state = 8, .external_lex_state = 13}, + [1678] = {.lex_state = 8, .external_lex_state = 13}, + [1679] = {.lex_state = 8, .external_lex_state = 13}, [1680] = {.lex_state = 53, .external_lex_state = 12}, - [1681] = {.lex_state = 53, .external_lex_state = 12}, + [1681] = {.lex_state = 8, .external_lex_state = 14}, [1682] = {.lex_state = 53, .external_lex_state = 12}, - [1683] = {.lex_state = 53, .external_lex_state = 9}, - [1684] = {.lex_state = 53, .external_lex_state = 13}, - [1685] = {.lex_state = 53, .external_lex_state = 14}, + [1683] = {.lex_state = 9, .external_lex_state = 17}, + [1684] = {.lex_state = 53, .external_lex_state = 12}, + [1685] = {.lex_state = 7, .external_lex_state = 13}, [1686] = {.lex_state = 53, .external_lex_state = 9}, - [1687] = {.lex_state = 53, .external_lex_state = 9}, - [1688] = {.lex_state = 9, .external_lex_state = 17}, - [1689] = {.lex_state = 53, .external_lex_state = 9}, - [1690] = {.lex_state = 53, .external_lex_state = 15}, - [1691] = {.lex_state = 53, .external_lex_state = 13}, - [1692] = {.lex_state = 9, .external_lex_state = 17}, - [1693] = {.lex_state = 53, .external_lex_state = 15}, - [1694] = {.lex_state = 53, .external_lex_state = 12}, - [1695] = {.lex_state = 7, .external_lex_state = 13}, - [1696] = {.lex_state = 53, .external_lex_state = 15}, - [1697] = {.lex_state = 9, .external_lex_state = 17}, - [1698] = {.lex_state = 53, .external_lex_state = 12}, - [1699] = {.lex_state = 53, .external_lex_state = 15}, - [1700] = {.lex_state = 53, .external_lex_state = 9}, - [1701] = {.lex_state = 53, .external_lex_state = 12}, - [1702] = {.lex_state = 53, .external_lex_state = 13}, - [1703] = {.lex_state = 53, .external_lex_state = 13}, - [1704] = {.lex_state = 8, .external_lex_state = 14}, - [1705] = {.lex_state = 53, .external_lex_state = 15}, - [1706] = {.lex_state = 7, .external_lex_state = 15}, - [1707] = {.lex_state = 53, .external_lex_state = 13}, + [1687] = {.lex_state = 53, .external_lex_state = 12}, + [1688] = {.lex_state = 53, .external_lex_state = 9}, + [1689] = {.lex_state = 53, .external_lex_state = 13}, + [1690] = {.lex_state = 53, .external_lex_state = 12}, + [1691] = {.lex_state = 53, .external_lex_state = 15}, + [1692] = {.lex_state = 53, .external_lex_state = 14}, + [1693] = {.lex_state = 9, .external_lex_state = 17}, + [1694] = {.lex_state = 53, .external_lex_state = 15}, + [1695] = {.lex_state = 53, .external_lex_state = 15}, + [1696] = {.lex_state = 53, .external_lex_state = 13}, + [1697] = {.lex_state = 7, .external_lex_state = 15}, + [1698] = {.lex_state = 53, .external_lex_state = 13}, + [1699] = {.lex_state = 53, .external_lex_state = 9}, + [1700] = {.lex_state = 53, .external_lex_state = 15}, + [1701] = {.lex_state = 53, .external_lex_state = 13}, + [1702] = {.lex_state = 53, .external_lex_state = 15}, + [1703] = {.lex_state = 53, .external_lex_state = 15}, + [1704] = {.lex_state = 53, .external_lex_state = 9}, + [1705] = {.lex_state = 53, .external_lex_state = 2}, + [1706] = {.lex_state = 53, .external_lex_state = 9}, + [1707] = {.lex_state = 53, .external_lex_state = 15}, [1708] = {.lex_state = 53, .external_lex_state = 12}, - [1709] = {.lex_state = 53, .external_lex_state = 15}, + [1709] = {.lex_state = 53, .external_lex_state = 9}, [1710] = {.lex_state = 53, .external_lex_state = 13}, - [1711] = {.lex_state = 53, .external_lex_state = 2}, - [1712] = {.lex_state = 53, .external_lex_state = 13}, - [1713] = {.lex_state = 53, .external_lex_state = 9}, - [1714] = {.lex_state = 53, .external_lex_state = 15}, - [1715] = {.lex_state = 7, .external_lex_state = 12}, - [1716] = {.lex_state = 53, .external_lex_state = 14}, - [1717] = {.lex_state = 53, .external_lex_state = 13}, - [1718] = {.lex_state = 53, .external_lex_state = 13}, - [1719] = {.lex_state = 53, .external_lex_state = 9}, - [1720] = {.lex_state = 53, .external_lex_state = 13}, - [1721] = {.lex_state = 53, .external_lex_state = 13}, + [1711] = {.lex_state = 53, .external_lex_state = 15}, + [1712] = {.lex_state = 53, .external_lex_state = 9}, + [1713] = {.lex_state = 53, .external_lex_state = 15}, + [1714] = {.lex_state = 53, .external_lex_state = 13}, + [1715] = {.lex_state = 53, .external_lex_state = 9}, + [1716] = {.lex_state = 53, .external_lex_state = 13}, + [1717] = {.lex_state = 53, .external_lex_state = 9}, + [1718] = {.lex_state = 53, .external_lex_state = 15}, + [1719] = {.lex_state = 53, .external_lex_state = 13}, + [1720] = {.lex_state = 7, .external_lex_state = 12}, + [1721] = {.lex_state = 53, .external_lex_state = 14}, [1722] = {.lex_state = 53, .external_lex_state = 13}, - [1723] = {.lex_state = 53, .external_lex_state = 9}, - [1724] = {.lex_state = 9, .external_lex_state = 17}, - [1725] = {.lex_state = 53, .external_lex_state = 15}, - [1726] = {.lex_state = 53, .external_lex_state = 9}, + [1723] = {.lex_state = 53, .external_lex_state = 13}, + [1724] = {.lex_state = 53, .external_lex_state = 15}, + [1725] = {.lex_state = 53, .external_lex_state = 13}, + [1726] = {.lex_state = 53, .external_lex_state = 13}, [1727] = {.lex_state = 53, .external_lex_state = 13}, - [1728] = {.lex_state = 53, .external_lex_state = 15}, - [1729] = {.lex_state = 53, .external_lex_state = 15}, + [1728] = {.lex_state = 8, .external_lex_state = 14}, + [1729] = {.lex_state = 9, .external_lex_state = 17}, [1730] = {.lex_state = 53, .external_lex_state = 15}, - [1731] = {.lex_state = 53, .external_lex_state = 15}, - [1732] = {.lex_state = 53, .external_lex_state = 15}, - [1733] = {.lex_state = 0, .external_lex_state = 16}, - [1734] = {.lex_state = 53, .external_lex_state = 12}, + [1731] = {.lex_state = 9, .external_lex_state = 17}, + [1732] = {.lex_state = 53, .external_lex_state = 14}, + [1733] = {.lex_state = 53, .external_lex_state = 12}, + [1734] = {.lex_state = 53, .external_lex_state = 14}, [1735] = {.lex_state = 53, .external_lex_state = 13}, - [1736] = {.lex_state = 53, .external_lex_state = 14}, - [1737] = {.lex_state = 7, .external_lex_state = 13}, - [1738] = {.lex_state = 53, .external_lex_state = 13}, - [1739] = {.lex_state = 0, .external_lex_state = 16}, - [1740] = {.lex_state = 53, .external_lex_state = 12}, - [1741] = {.lex_state = 7, .external_lex_state = 15}, + [1736] = {.lex_state = 53, .external_lex_state = 13}, + [1737] = {.lex_state = 53, .external_lex_state = 8}, + [1738] = {.lex_state = 7, .external_lex_state = 13}, + [1739] = {.lex_state = 53, .external_lex_state = 13}, + [1740] = {.lex_state = 53, .external_lex_state = 14}, + [1741] = {.lex_state = 7, .external_lex_state = 14}, [1742] = {.lex_state = 53, .external_lex_state = 12}, - [1743] = {.lex_state = 7, .external_lex_state = 14}, - [1744] = {.lex_state = 53, .external_lex_state = 12}, + [1743] = {.lex_state = 53, .external_lex_state = 15}, + [1744] = {.lex_state = 53, .external_lex_state = 15}, [1745] = {.lex_state = 53, .external_lex_state = 12}, - [1746] = {.lex_state = 53, .external_lex_state = 14}, - [1747] = {.lex_state = 53, .external_lex_state = 12}, - [1748] = {.lex_state = 53, .external_lex_state = 6}, - [1749] = {.lex_state = 53, .external_lex_state = 12}, - [1750] = {.lex_state = 7, .external_lex_state = 13}, - [1751] = {.lex_state = 53, .external_lex_state = 14}, - [1752] = {.lex_state = 53, .external_lex_state = 12}, - [1753] = {.lex_state = 53, .external_lex_state = 13}, - [1754] = {.lex_state = 53, .external_lex_state = 13}, - [1755] = {.lex_state = 53, .external_lex_state = 9}, - [1756] = {.lex_state = 53, .external_lex_state = 14}, - [1757] = {.lex_state = 53, .external_lex_state = 13}, - [1758] = {.lex_state = 53, .external_lex_state = 15}, - [1759] = {.lex_state = 53, .external_lex_state = 13}, - [1760] = {.lex_state = 7, .external_lex_state = 12}, - [1761] = {.lex_state = 53, .external_lex_state = 15}, - [1762] = {.lex_state = 53, .external_lex_state = 15}, - [1763] = {.lex_state = 53, .external_lex_state = 14}, + [1746] = {.lex_state = 0, .external_lex_state = 16}, + [1747] = {.lex_state = 53, .external_lex_state = 9}, + [1748] = {.lex_state = 7, .external_lex_state = 13}, + [1749] = {.lex_state = 53, .external_lex_state = 14}, + [1750] = {.lex_state = 53, .external_lex_state = 13}, + [1751] = {.lex_state = 7, .external_lex_state = 12}, + [1752] = {.lex_state = 7, .external_lex_state = 15}, + [1753] = {.lex_state = 53, .external_lex_state = 12}, + [1754] = {.lex_state = 53, .external_lex_state = 12}, + [1755] = {.lex_state = 53, .external_lex_state = 13}, + [1756] = {.lex_state = 53, .external_lex_state = 12}, + [1757] = {.lex_state = 53, .external_lex_state = 6}, + [1758] = {.lex_state = 53, .external_lex_state = 12}, + [1759] = {.lex_state = 53, .external_lex_state = 7}, + [1760] = {.lex_state = 0, .external_lex_state = 16}, + [1761] = {.lex_state = 7, .external_lex_state = 13}, + [1762] = {.lex_state = 53, .external_lex_state = 9}, + [1763] = {.lex_state = 53, .external_lex_state = 13}, [1764] = {.lex_state = 53, .external_lex_state = 14}, - [1765] = {.lex_state = 53, .external_lex_state = 14}, + [1765] = {.lex_state = 53, .external_lex_state = 13}, [1766] = {.lex_state = 53, .external_lex_state = 14}, - [1767] = {.lex_state = 53, .external_lex_state = 12}, - [1768] = {.lex_state = 53, .external_lex_state = 15}, - [1769] = {.lex_state = 53, .external_lex_state = 13}, - [1770] = {.lex_state = 7, .external_lex_state = 12}, + [1767] = {.lex_state = 53, .external_lex_state = 14}, + [1768] = {.lex_state = 53, .external_lex_state = 13}, + [1769] = {.lex_state = 7, .external_lex_state = 12}, + [1770] = {.lex_state = 53, .external_lex_state = 12}, [1771] = {.lex_state = 53, .external_lex_state = 12}, - [1772] = {.lex_state = 53, .external_lex_state = 9}, - [1773] = {.lex_state = 53, .external_lex_state = 7}, - [1774] = {.lex_state = 7, .external_lex_state = 13}, - [1775] = {.lex_state = 53, .external_lex_state = 12}, - [1776] = {.lex_state = 53, .external_lex_state = 14}, - [1777] = {.lex_state = 7, .external_lex_state = 15}, - [1778] = {.lex_state = 53, .external_lex_state = 15}, - [1779] = {.lex_state = 53, .external_lex_state = 8}, - [1780] = {.lex_state = 53, .external_lex_state = 12}, - [1781] = {.lex_state = 7, .external_lex_state = 12}, - [1782] = {.lex_state = 7, .external_lex_state = 15}, - [1783] = {.lex_state = 53, .external_lex_state = 13}, - [1784] = {.lex_state = 53, .external_lex_state = 15}, - [1785] = {.lex_state = 53, .external_lex_state = 15}, - [1786] = {.lex_state = 53, .external_lex_state = 14}, - [1787] = {.lex_state = 53, .external_lex_state = 14}, - [1788] = {.lex_state = 53, .external_lex_state = 14}, - [1789] = {.lex_state = 53, .external_lex_state = 14}, - [1790] = {.lex_state = 53, .external_lex_state = 14}, - [1791] = {.lex_state = 53, .external_lex_state = 13}, + [1772] = {.lex_state = 7, .external_lex_state = 12}, + [1773] = {.lex_state = 53, .external_lex_state = 15}, + [1774] = {.lex_state = 7, .external_lex_state = 15}, + [1775] = {.lex_state = 53, .external_lex_state = 15}, + [1776] = {.lex_state = 7, .external_lex_state = 15}, + [1777] = {.lex_state = 53, .external_lex_state = 12}, + [1778] = {.lex_state = 53, .external_lex_state = 14}, + [1779] = {.lex_state = 53, .external_lex_state = 15}, + [1780] = {.lex_state = 53, .external_lex_state = 15}, + [1781] = {.lex_state = 53, .external_lex_state = 14}, + [1782] = {.lex_state = 53, .external_lex_state = 12}, + [1783] = {.lex_state = 53, .external_lex_state = 12}, + [1784] = {.lex_state = 8, .external_lex_state = 15}, + [1785] = {.lex_state = 8, .external_lex_state = 9}, + [1786] = {.lex_state = 8, .external_lex_state = 9}, + [1787] = {.lex_state = 8, .external_lex_state = 9}, + [1788] = {.lex_state = 53, .external_lex_state = 12}, + [1789] = {.lex_state = 8, .external_lex_state = 9}, + [1790] = {.lex_state = 53, .external_lex_state = 13}, + [1791] = {.lex_state = 53, .external_lex_state = 15}, [1792] = {.lex_state = 53, .external_lex_state = 15}, [1793] = {.lex_state = 53, .external_lex_state = 12}, - [1794] = {.lex_state = 8, .external_lex_state = 9}, - [1795] = {.lex_state = 53, .external_lex_state = 15}, - [1796] = {.lex_state = 8, .external_lex_state = 13}, + [1794] = {.lex_state = 53, .external_lex_state = 15}, + [1795] = {.lex_state = 53, .external_lex_state = 12}, + [1796] = {.lex_state = 53, .external_lex_state = 9}, [1797] = {.lex_state = 53, .external_lex_state = 15}, - [1798] = {.lex_state = 53, .external_lex_state = 15}, - [1799] = {.lex_state = 53, .external_lex_state = 14}, - [1800] = {.lex_state = 53, .external_lex_state = 13}, - [1801] = {.lex_state = 0, .external_lex_state = 16}, - [1802] = {.lex_state = 0, .external_lex_state = 16}, - [1803] = {.lex_state = 53, .external_lex_state = 12}, - [1804] = {.lex_state = 53, .external_lex_state = 15}, - [1805] = {.lex_state = 0, .external_lex_state = 16}, - [1806] = {.lex_state = 53, .external_lex_state = 9}, - [1807] = {.lex_state = 53, .external_lex_state = 13}, - [1808] = {.lex_state = 53, .external_lex_state = 13}, - [1809] = {.lex_state = 8, .external_lex_state = 13}, - [1810] = {.lex_state = 53, .external_lex_state = 13}, + [1798] = {.lex_state = 53, .external_lex_state = 14}, + [1799] = {.lex_state = 8, .external_lex_state = 9}, + [1800] = {.lex_state = 53, .external_lex_state = 14}, + [1801] = {.lex_state = 53, .external_lex_state = 14}, + [1802] = {.lex_state = 8, .external_lex_state = 13}, + [1803] = {.lex_state = 8, .external_lex_state = 13}, + [1804] = {.lex_state = 53, .external_lex_state = 13}, + [1805] = {.lex_state = 53, .external_lex_state = 14}, + [1806] = {.lex_state = 53, .external_lex_state = 15}, + [1807] = {.lex_state = 7, .external_lex_state = 12}, + [1808] = {.lex_state = 53, .external_lex_state = 14}, + [1809] = {.lex_state = 7, .external_lex_state = 15}, + [1810] = {.lex_state = 53, .external_lex_state = 12}, [1811] = {.lex_state = 53, .external_lex_state = 14}, - [1812] = {.lex_state = 7, .external_lex_state = 15}, - [1813] = {.lex_state = 8, .external_lex_state = 9}, - [1814] = {.lex_state = 53, .external_lex_state = 12}, - [1815] = {.lex_state = 53, .external_lex_state = 9}, - [1816] = {.lex_state = 7, .external_lex_state = 9}, + [1812] = {.lex_state = 53, .external_lex_state = 15}, + [1813] = {.lex_state = 53, .external_lex_state = 12}, + [1814] = {.lex_state = 53, .external_lex_state = 13}, + [1815] = {.lex_state = 53, .external_lex_state = 13}, + [1816] = {.lex_state = 53, .external_lex_state = 14}, [1817] = {.lex_state = 53, .external_lex_state = 14}, - [1818] = {.lex_state = 53, .external_lex_state = 14}, - [1819] = {.lex_state = 53, .external_lex_state = 15}, - [1820] = {.lex_state = 53, .external_lex_state = 12}, + [1818] = {.lex_state = 53, .external_lex_state = 9}, + [1819] = {.lex_state = 53, .external_lex_state = 12}, + [1820] = {.lex_state = 53, .external_lex_state = 15}, [1821] = {.lex_state = 53, .external_lex_state = 13}, - [1822] = {.lex_state = 8, .external_lex_state = 15}, - [1823] = {.lex_state = 53, .external_lex_state = 15}, - [1824] = {.lex_state = 53, .external_lex_state = 15}, - [1825] = {.lex_state = 53, .external_lex_state = 12}, + [1822] = {.lex_state = 8, .external_lex_state = 9}, + [1823] = {.lex_state = 8, .external_lex_state = 9}, + [1824] = {.lex_state = 53, .external_lex_state = 12}, + [1825] = {.lex_state = 53, .external_lex_state = 15}, [1826] = {.lex_state = 53, .external_lex_state = 12}, [1827] = {.lex_state = 53, .external_lex_state = 13}, - [1828] = {.lex_state = 7, .external_lex_state = 9}, - [1829] = {.lex_state = 53, .external_lex_state = 12}, + [1828] = {.lex_state = 53, .external_lex_state = 15}, + [1829] = {.lex_state = 7, .external_lex_state = 9}, [1830] = {.lex_state = 53, .external_lex_state = 12}, - [1831] = {.lex_state = 53, .external_lex_state = 13}, - [1832] = {.lex_state = 8, .external_lex_state = 9}, + [1831] = {.lex_state = 53, .external_lex_state = 12}, + [1832] = {.lex_state = 53, .external_lex_state = 13}, [1833] = {.lex_state = 8, .external_lex_state = 13}, - [1834] = {.lex_state = 8, .external_lex_state = 14}, - [1835] = {.lex_state = 53, .external_lex_state = 15}, - [1836] = {.lex_state = 53, .external_lex_state = 13}, - [1837] = {.lex_state = 8, .external_lex_state = 15}, - [1838] = {.lex_state = 53, .external_lex_state = 14}, - [1839] = {.lex_state = 8, .external_lex_state = 13}, + [1834] = {.lex_state = 53, .external_lex_state = 14}, + [1835] = {.lex_state = 53, .external_lex_state = 13}, + [1836] = {.lex_state = 8, .external_lex_state = 9}, + [1837] = {.lex_state = 53, .external_lex_state = 13}, + [1838] = {.lex_state = 8, .external_lex_state = 15}, + [1839] = {.lex_state = 53, .external_lex_state = 14}, [1840] = {.lex_state = 53, .external_lex_state = 15}, - [1841] = {.lex_state = 8, .external_lex_state = 15}, + [1841] = {.lex_state = 53, .external_lex_state = 15}, [1842] = {.lex_state = 53, .external_lex_state = 14}, - [1843] = {.lex_state = 53, .external_lex_state = 13}, - [1844] = {.lex_state = 53, .external_lex_state = 13}, - [1845] = {.lex_state = 53, .external_lex_state = 12}, - [1846] = {.lex_state = 53, .external_lex_state = 13}, - [1847] = {.lex_state = 53, .external_lex_state = 14}, - [1848] = {.lex_state = 7, .external_lex_state = 13}, - [1849] = {.lex_state = 0, .external_lex_state = 16}, + [1843] = {.lex_state = 8, .external_lex_state = 15}, + [1844] = {.lex_state = 8, .external_lex_state = 15}, + [1845] = {.lex_state = 53, .external_lex_state = 13}, + [1846] = {.lex_state = 0, .external_lex_state = 16}, + [1847] = {.lex_state = 53, .external_lex_state = 12}, + [1848] = {.lex_state = 53, .external_lex_state = 13}, + [1849] = {.lex_state = 7, .external_lex_state = 9}, [1850] = {.lex_state = 0, .external_lex_state = 16}, - [1851] = {.lex_state = 8, .external_lex_state = 15}, - [1852] = {.lex_state = 8, .external_lex_state = 15}, - [1853] = {.lex_state = 8, .external_lex_state = 15}, - [1854] = {.lex_state = 53, .external_lex_state = 13}, - [1855] = {.lex_state = 53, .external_lex_state = 15}, - [1856] = {.lex_state = 8, .external_lex_state = 9}, - [1857] = {.lex_state = 0, .external_lex_state = 16}, + [1851] = {.lex_state = 0, .external_lex_state = 16}, + [1852] = {.lex_state = 53, .external_lex_state = 15}, + [1853] = {.lex_state = 53, .external_lex_state = 15}, + [1854] = {.lex_state = 53, .external_lex_state = 14}, + [1855] = {.lex_state = 7, .external_lex_state = 13}, + [1856] = {.lex_state = 0, .external_lex_state = 16}, + [1857] = {.lex_state = 8, .external_lex_state = 15}, [1858] = {.lex_state = 8, .external_lex_state = 15}, - [1859] = {.lex_state = 53, .external_lex_state = 15}, - [1860] = {.lex_state = 0, .external_lex_state = 16}, - [1861] = {.lex_state = 0, .external_lex_state = 16}, - [1862] = {.lex_state = 8, .external_lex_state = 15}, - [1863] = {.lex_state = 53, .external_lex_state = 12}, - [1864] = {.lex_state = 53, .external_lex_state = 15}, + [1859] = {.lex_state = 8, .external_lex_state = 15}, + [1860] = {.lex_state = 53, .external_lex_state = 15}, + [1861] = {.lex_state = 53, .external_lex_state = 15}, + [1862] = {.lex_state = 0, .external_lex_state = 16}, + [1863] = {.lex_state = 8, .external_lex_state = 15}, + [1864] = {.lex_state = 53, .external_lex_state = 9}, [1865] = {.lex_state = 8, .external_lex_state = 15}, [1866] = {.lex_state = 7, .external_lex_state = 9}, - [1867] = {.lex_state = 53, .external_lex_state = 12}, + [1867] = {.lex_state = 53, .external_lex_state = 13}, [1868] = {.lex_state = 53, .external_lex_state = 12}, - [1869] = {.lex_state = 8, .external_lex_state = 9}, - [1870] = {.lex_state = 53, .external_lex_state = 12}, + [1869] = {.lex_state = 53, .external_lex_state = 12}, + [1870] = {.lex_state = 8, .external_lex_state = 14}, [1871] = {.lex_state = 8, .external_lex_state = 14}, - [1872] = {.lex_state = 8, .external_lex_state = 14}, - [1873] = {.lex_state = 8, .external_lex_state = 9}, - [1874] = {.lex_state = 53, .external_lex_state = 14}, - [1875] = {.lex_state = 53, .external_lex_state = 12}, - [1876] = {.lex_state = 53, .external_lex_state = 13}, - [1877] = {.lex_state = 53, .external_lex_state = 9}, - [1878] = {.lex_state = 8, .external_lex_state = 9}, - [1879] = {.lex_state = 8, .external_lex_state = 9}, - [1880] = {.lex_state = 8, .external_lex_state = 9}, - [1881] = {.lex_state = 53, .external_lex_state = 12}, - [1882] = {.lex_state = 53, .external_lex_state = 15}, - [1883] = {.lex_state = 53, .external_lex_state = 14}, + [1872] = {.lex_state = 53, .external_lex_state = 14}, + [1873] = {.lex_state = 8, .external_lex_state = 15}, + [1874] = {.lex_state = 53, .external_lex_state = 12}, + [1875] = {.lex_state = 53, .external_lex_state = 13}, + [1876] = {.lex_state = 8, .external_lex_state = 9}, + [1877] = {.lex_state = 53, .external_lex_state = 14}, + [1878] = {.lex_state = 53, .external_lex_state = 15}, + [1879] = {.lex_state = 0, .external_lex_state = 16}, + [1880] = {.lex_state = 53, .external_lex_state = 14}, + [1881] = {.lex_state = 0, .external_lex_state = 16}, + [1882] = {.lex_state = 0, .external_lex_state = 16}, + [1883] = {.lex_state = 53, .external_lex_state = 12}, [1884] = {.lex_state = 53, .external_lex_state = 14}, - [1885] = {.lex_state = 8, .external_lex_state = 9}, - [1886] = {.lex_state = 53, .external_lex_state = 15}, - [1887] = {.lex_state = 7, .external_lex_state = 12}, - [1888] = {.lex_state = 53, .external_lex_state = 14}, - [1889] = {.lex_state = 8, .external_lex_state = 15}, - [1890] = {.lex_state = 53, .external_lex_state = 15}, - [1891] = {.lex_state = 53, .external_lex_state = 15}, + [1885] = {.lex_state = 53, .external_lex_state = 15}, + [1886] = {.lex_state = 8, .external_lex_state = 9}, + [1887] = {.lex_state = 8, .external_lex_state = 14}, + [1888] = {.lex_state = 53, .external_lex_state = 13}, + [1889] = {.lex_state = 8, .external_lex_state = 13}, + [1890] = {.lex_state = 53, .external_lex_state = 12}, + [1891] = {.lex_state = 53, .external_lex_state = 12}, [1892] = {.lex_state = 53, .external_lex_state = 14}, - [1893] = {.lex_state = 53, .external_lex_state = 13}, - [1894] = {.lex_state = 53, .external_lex_state = 15}, - [1895] = {.lex_state = 53, .external_lex_state = 12}, - [1896] = {.lex_state = 53, .external_lex_state = 12}, - [1897] = {.lex_state = 53, .external_lex_state = 13}, - [1898] = {.lex_state = 53, .external_lex_state = 13}, - [1899] = {.lex_state = 53, .external_lex_state = 13}, - [1900] = {.lex_state = 53, .external_lex_state = 12}, + [1893] = {.lex_state = 53, .external_lex_state = 9}, + [1894] = {.lex_state = 8, .external_lex_state = 15}, + [1895] = {.lex_state = 53, .external_lex_state = 15}, + [1896] = {.lex_state = 53, .external_lex_state = 13}, + [1897] = {.lex_state = 53, .external_lex_state = 14}, + [1898] = {.lex_state = 53, .external_lex_state = 9}, + [1899] = {.lex_state = 53, .external_lex_state = 14}, + [1900] = {.lex_state = 53, .external_lex_state = 14}, [1901] = {.lex_state = 53, .external_lex_state = 13}, - [1902] = {.lex_state = 8, .external_lex_state = 15}, - [1903] = {.lex_state = 53, .external_lex_state = 14}, - [1904] = {.lex_state = 53, .external_lex_state = 14}, - [1905] = {.lex_state = 53, .external_lex_state = 13}, - [1906] = {.lex_state = 53, .external_lex_state = 14}, - [1907] = {.lex_state = 53, .external_lex_state = 14}, + [1902] = {.lex_state = 53, .external_lex_state = 13}, + [1903] = {.lex_state = 53, .external_lex_state = 15}, + [1904] = {.lex_state = 53, .external_lex_state = 12}, + [1905] = {.lex_state = 53, .external_lex_state = 14}, + [1906] = {.lex_state = 53, .external_lex_state = 12}, + [1907] = {.lex_state = 53, .external_lex_state = 12}, [1908] = {.lex_state = 53, .external_lex_state = 14}, [1909] = {.lex_state = 53, .external_lex_state = 14}, [1910] = {.lex_state = 53, .external_lex_state = 14}, - [1911] = {.lex_state = 53, .external_lex_state = 12}, - [1912] = {.lex_state = 53, .external_lex_state = 14}, - [1913] = {.lex_state = 53, .external_lex_state = 15}, + [1911] = {.lex_state = 53, .external_lex_state = 14}, + [1912] = {.lex_state = 53, .external_lex_state = 13}, + [1913] = {.lex_state = 53, .external_lex_state = 14}, [1914] = {.lex_state = 53, .external_lex_state = 14}, - [1915] = {.lex_state = 53, .external_lex_state = 12}, - [1916] = {.lex_state = 53, .external_lex_state = 9}, - [1917] = {.lex_state = 8, .external_lex_state = 14}, - [1918] = {.lex_state = 8, .external_lex_state = 14}, - [1919] = {.lex_state = 53, .external_lex_state = 12}, + [1915] = {.lex_state = 53, .external_lex_state = 15}, + [1916] = {.lex_state = 53, .external_lex_state = 14}, + [1917] = {.lex_state = 53, .external_lex_state = 13}, + [1918] = {.lex_state = 53, .external_lex_state = 15}, + [1919] = {.lex_state = 53, .external_lex_state = 14}, [1920] = {.lex_state = 53, .external_lex_state = 14}, [1921] = {.lex_state = 53, .external_lex_state = 14}, - [1922] = {.lex_state = 53, .external_lex_state = 14}, - [1923] = {.lex_state = 53, .external_lex_state = 14}, - [1924] = {.lex_state = 53, .external_lex_state = 14}, + [1922] = {.lex_state = 8, .external_lex_state = 13}, + [1923] = {.lex_state = 53, .external_lex_state = 12}, + [1924] = {.lex_state = 53, .external_lex_state = 12}, [1925] = {.lex_state = 53, .external_lex_state = 14}, [1926] = {.lex_state = 53, .external_lex_state = 14}, [1927] = {.lex_state = 53, .external_lex_state = 14}, [1928] = {.lex_state = 53, .external_lex_state = 15}, - [1929] = {.lex_state = 53, .external_lex_state = 12}, - [1930] = {.lex_state = 53, .external_lex_state = 14}, - [1931] = {.lex_state = 53, .external_lex_state = 12}, + [1929] = {.lex_state = 53, .external_lex_state = 14}, + [1930] = {.lex_state = 8, .external_lex_state = 13}, + [1931] = {.lex_state = 53, .external_lex_state = 15}, [1932] = {.lex_state = 53, .external_lex_state = 14}, - [1933] = {.lex_state = 8, .external_lex_state = 14}, - [1934] = {.lex_state = 53, .external_lex_state = 12}, - [1935] = {.lex_state = 8, .external_lex_state = 14}, - [1936] = {.lex_state = 53, .external_lex_state = 14}, - [1937] = {.lex_state = 53, .external_lex_state = 15}, - [1938] = {.lex_state = 53, .external_lex_state = 15}, - [1939] = {.lex_state = 8, .external_lex_state = 13}, - [1940] = {.lex_state = 53, .external_lex_state = 12}, - [1941] = {.lex_state = 8, .external_lex_state = 13}, - [1942] = {.lex_state = 8, .external_lex_state = 13}, - [1943] = {.lex_state = 8, .external_lex_state = 9}, - [1944] = {.lex_state = 53, .external_lex_state = 14}, - [1945] = {.lex_state = 3, .external_lex_state = 12}, + [1933] = {.lex_state = 53, .external_lex_state = 12}, + [1934] = {.lex_state = 53, .external_lex_state = 15}, + [1935] = {.lex_state = 53, .external_lex_state = 9}, + [1936] = {.lex_state = 8, .external_lex_state = 13}, + [1937] = {.lex_state = 53, .external_lex_state = 14}, + [1938] = {.lex_state = 53, .external_lex_state = 14}, + [1939] = {.lex_state = 53, .external_lex_state = 12}, + [1940] = {.lex_state = 53, .external_lex_state = 14}, + [1941] = {.lex_state = 3, .external_lex_state = 12}, + [1942] = {.lex_state = 53, .external_lex_state = 13}, + [1943] = {.lex_state = 53, .external_lex_state = 12}, + [1944] = {.lex_state = 53, .external_lex_state = 15}, + [1945] = {.lex_state = 8, .external_lex_state = 13}, [1946] = {.lex_state = 8, .external_lex_state = 13}, - [1947] = {.lex_state = 8, .external_lex_state = 13}, - [1948] = {.lex_state = 8, .external_lex_state = 13}, - [1949] = {.lex_state = 53, .external_lex_state = 13}, - [1950] = {.lex_state = 8, .external_lex_state = 13}, - [1951] = {.lex_state = 53, .external_lex_state = 14}, + [1947] = {.lex_state = 53, .external_lex_state = 15}, + [1948] = {.lex_state = 8, .external_lex_state = 14}, + [1949] = {.lex_state = 53, .external_lex_state = 14}, + [1950] = {.lex_state = 53, .external_lex_state = 14}, + [1951] = {.lex_state = 53, .external_lex_state = 12}, [1952] = {.lex_state = 53, .external_lex_state = 12}, - [1953] = {.lex_state = 53, .external_lex_state = 14}, - [1954] = {.lex_state = 53, .external_lex_state = 14}, - [1955] = {.lex_state = 8, .external_lex_state = 14}, - [1956] = {.lex_state = 53, .external_lex_state = 9}, - [1957] = {.lex_state = 53, .external_lex_state = 14}, - [1958] = {.lex_state = 53, .external_lex_state = 12}, + [1953] = {.lex_state = 3, .external_lex_state = 12}, + [1954] = {.lex_state = 8, .external_lex_state = 14}, + [1955] = {.lex_state = 53, .external_lex_state = 14}, + [1956] = {.lex_state = 53, .external_lex_state = 14}, + [1957] = {.lex_state = 53, .external_lex_state = 15}, + [1958] = {.lex_state = 53, .external_lex_state = 14}, [1959] = {.lex_state = 53, .external_lex_state = 12}, - [1960] = {.lex_state = 8, .external_lex_state = 13}, - [1961] = {.lex_state = 7, .external_lex_state = 9}, - [1962] = {.lex_state = 53, .external_lex_state = 14}, - [1963] = {.lex_state = 53, .external_lex_state = 12}, - [1964] = {.lex_state = 53, .external_lex_state = 12}, - [1965] = {.lex_state = 53, .external_lex_state = 12}, + [1960] = {.lex_state = 7, .external_lex_state = 9}, + [1961] = {.lex_state = 8, .external_lex_state = 13}, + [1962] = {.lex_state = 8, .external_lex_state = 14}, + [1963] = {.lex_state = 53, .external_lex_state = 14}, + [1964] = {.lex_state = 53, .external_lex_state = 13}, + [1965] = {.lex_state = 53, .external_lex_state = 13}, [1966] = {.lex_state = 53, .external_lex_state = 12}, [1967] = {.lex_state = 53, .external_lex_state = 12}, [1968] = {.lex_state = 53, .external_lex_state = 14}, - [1969] = {.lex_state = 53, .external_lex_state = 13}, - [1970] = {.lex_state = 53, .external_lex_state = 14}, + [1969] = {.lex_state = 53, .external_lex_state = 14}, + [1970] = {.lex_state = 53, .external_lex_state = 9}, [1971] = {.lex_state = 53, .external_lex_state = 14}, - [1972] = {.lex_state = 3, .external_lex_state = 12}, - [1973] = {.lex_state = 53, .external_lex_state = 9}, - [1974] = {.lex_state = 8, .external_lex_state = 14}, - [1975] = {.lex_state = 53, .external_lex_state = 15}, - [1976] = {.lex_state = 53, .external_lex_state = 14}, - [1977] = {.lex_state = 53, .external_lex_state = 14}, - [1978] = {.lex_state = 53, .external_lex_state = 14}, - [1979] = {.lex_state = 53, .external_lex_state = 14}, - [1980] = {.lex_state = 8, .external_lex_state = 14}, - [1981] = {.lex_state = 53, .external_lex_state = 12}, - [1982] = {.lex_state = 8, .external_lex_state = 13}, - [1983] = {.lex_state = 53, .external_lex_state = 14}, - [1984] = {.lex_state = 53, .external_lex_state = 14}, + [1972] = {.lex_state = 53, .external_lex_state = 12}, + [1973] = {.lex_state = 53, .external_lex_state = 14}, + [1974] = {.lex_state = 53, .external_lex_state = 12}, + [1975] = {.lex_state = 53, .external_lex_state = 14}, + [1976] = {.lex_state = 53, .external_lex_state = 12}, + [1977] = {.lex_state = 53, .external_lex_state = 12}, + [1978] = {.lex_state = 53, .external_lex_state = 12}, + [1979] = {.lex_state = 53, .external_lex_state = 12}, + [1980] = {.lex_state = 53, .external_lex_state = 14}, + [1981] = {.lex_state = 53, .external_lex_state = 14}, + [1982] = {.lex_state = 53, .external_lex_state = 14}, + [1983] = {.lex_state = 53, .external_lex_state = 9}, + [1984] = {.lex_state = 53, .external_lex_state = 9}, [1985] = {.lex_state = 53, .external_lex_state = 14}, - [1986] = {.lex_state = 53, .external_lex_state = 9}, + [1986] = {.lex_state = 53, .external_lex_state = 14}, [1987] = {.lex_state = 53, .external_lex_state = 14}, [1988] = {.lex_state = 53, .external_lex_state = 14}, - [1989] = {.lex_state = 53, .external_lex_state = 9}, - [1990] = {.lex_state = 53, .external_lex_state = 13}, - [1991] = {.lex_state = 53, .external_lex_state = 13}, + [1989] = {.lex_state = 8, .external_lex_state = 13}, + [1990] = {.lex_state = 8, .external_lex_state = 13}, + [1991] = {.lex_state = 3, .external_lex_state = 12}, [1992] = {.lex_state = 53, .external_lex_state = 14}, - [1993] = {.lex_state = 53, .external_lex_state = 15}, - [1994] = {.lex_state = 53, .external_lex_state = 12}, - [1995] = {.lex_state = 53, .external_lex_state = 14}, - [1996] = {.lex_state = 53, .external_lex_state = 15}, + [1993] = {.lex_state = 53, .external_lex_state = 9}, + [1994] = {.lex_state = 53, .external_lex_state = 13}, + [1995] = {.lex_state = 8, .external_lex_state = 13}, + [1996] = {.lex_state = 8, .external_lex_state = 9}, [1997] = {.lex_state = 53, .external_lex_state = 14}, [1998] = {.lex_state = 53, .external_lex_state = 12}, - [1999] = {.lex_state = 53, .external_lex_state = 14}, - [2000] = {.lex_state = 53, .external_lex_state = 9}, - [2001] = {.lex_state = 53, .external_lex_state = 12}, - [2002] = {.lex_state = 53, .external_lex_state = 9}, - [2003] = {.lex_state = 53, .external_lex_state = 14}, - [2004] = {.lex_state = 53, .external_lex_state = 14}, - [2005] = {.lex_state = 8, .external_lex_state = 13}, - [2006] = {.lex_state = 3, .external_lex_state = 12}, - [2007] = {.lex_state = 53, .external_lex_state = 14}, - [2008] = {.lex_state = 53, .external_lex_state = 18}, - [2009] = {.lex_state = 53, .external_lex_state = 15}, - [2010] = {.lex_state = 53, .external_lex_state = 9}, - [2011] = {.lex_state = 53, .external_lex_state = 13}, - [2012] = {.lex_state = 53, .external_lex_state = 14}, + [1999] = {.lex_state = 8, .external_lex_state = 14}, + [2000] = {.lex_state = 53, .external_lex_state = 13}, + [2001] = {.lex_state = 53, .external_lex_state = 14}, + [2002] = {.lex_state = 8, .external_lex_state = 14}, + [2003] = {.lex_state = 8, .external_lex_state = 14}, + [2004] = {.lex_state = 8, .external_lex_state = 14}, + [2005] = {.lex_state = 53, .external_lex_state = 14}, + [2006] = {.lex_state = 8, .external_lex_state = 13}, + [2007] = {.lex_state = 53, .external_lex_state = 15}, + [2008] = {.lex_state = 53, .external_lex_state = 15}, + [2009] = {.lex_state = 53, .external_lex_state = 13}, + [2010] = {.lex_state = 7, .external_lex_state = 14}, + [2011] = {.lex_state = 53, .external_lex_state = 15}, + [2012] = {.lex_state = 53, .external_lex_state = 15}, [2013] = {.lex_state = 53, .external_lex_state = 15}, - [2014] = {.lex_state = 53, .external_lex_state = 13}, + [2014] = {.lex_state = 53, .external_lex_state = 15}, [2015] = {.lex_state = 53, .external_lex_state = 15}, - [2016] = {.lex_state = 53, .external_lex_state = 13}, - [2017] = {.lex_state = 53, .external_lex_state = 18}, + [2016] = {.lex_state = 53, .external_lex_state = 15}, + [2017] = {.lex_state = 53, .external_lex_state = 9}, [2018] = {.lex_state = 53, .external_lex_state = 15}, [2019] = {.lex_state = 53, .external_lex_state = 15}, [2020] = {.lex_state = 53, .external_lex_state = 15}, - [2021] = {.lex_state = 53, .external_lex_state = 15}, - [2022] = {.lex_state = 53, .external_lex_state = 12}, + [2021] = {.lex_state = 53, .external_lex_state = 12}, + [2022] = {.lex_state = 53, .external_lex_state = 13}, [2023] = {.lex_state = 53, .external_lex_state = 13}, - [2024] = {.lex_state = 53, .external_lex_state = 15}, + [2024] = {.lex_state = 53, .external_lex_state = 14}, [2025] = {.lex_state = 53, .external_lex_state = 15}, - [2026] = {.lex_state = 53, .external_lex_state = 13}, - [2027] = {.lex_state = 53, .external_lex_state = 15}, - [2028] = {.lex_state = 53, .external_lex_state = 13}, - [2029] = {.lex_state = 53, .external_lex_state = 13}, - [2030] = {.lex_state = 53, .external_lex_state = 15}, - [2031] = {.lex_state = 53, .external_lex_state = 15}, + [2026] = {.lex_state = 53, .external_lex_state = 9}, + [2027] = {.lex_state = 53, .external_lex_state = 9}, + [2028] = {.lex_state = 53, .external_lex_state = 9}, + [2029] = {.lex_state = 53, .external_lex_state = 15}, + [2030] = {.lex_state = 53, .external_lex_state = 13}, + [2031] = {.lex_state = 53, .external_lex_state = 13}, [2032] = {.lex_state = 53, .external_lex_state = 15}, - [2033] = {.lex_state = 53, .external_lex_state = 9}, - [2034] = {.lex_state = 53, .external_lex_state = 12}, - [2035] = {.lex_state = 53, .external_lex_state = 13}, - [2036] = {.lex_state = 53, .external_lex_state = 12}, + [2033] = {.lex_state = 53, .external_lex_state = 12}, + [2034] = {.lex_state = 53, .external_lex_state = 9}, + [2035] = {.lex_state = 53, .external_lex_state = 9}, + [2036] = {.lex_state = 53, .external_lex_state = 15}, [2037] = {.lex_state = 53, .external_lex_state = 9}, - [2038] = {.lex_state = 53, .external_lex_state = 12}, - [2039] = {.lex_state = 53, .external_lex_state = 9}, + [2038] = {.lex_state = 53, .external_lex_state = 13}, + [2039] = {.lex_state = 53, .external_lex_state = 15}, [2040] = {.lex_state = 53, .external_lex_state = 13}, - [2041] = {.lex_state = 53, .external_lex_state = 12}, - [2042] = {.lex_state = 53, .external_lex_state = 12}, - [2043] = {.lex_state = 53, .external_lex_state = 12}, - [2044] = {.lex_state = 53, .external_lex_state = 12}, - [2045] = {.lex_state = 53, .external_lex_state = 15}, - [2046] = {.lex_state = 53, .external_lex_state = 12}, - [2047] = {.lex_state = 53, .external_lex_state = 9}, - [2048] = {.lex_state = 53, .external_lex_state = 15}, + [2041] = {.lex_state = 53, .external_lex_state = 15}, + [2042] = {.lex_state = 53, .external_lex_state = 15}, + [2043] = {.lex_state = 53, .external_lex_state = 9}, + [2044] = {.lex_state = 53, .external_lex_state = 9}, + [2045] = {.lex_state = 53, .external_lex_state = 13}, + [2046] = {.lex_state = 53, .external_lex_state = 15}, + [2047] = {.lex_state = 53, .external_lex_state = 12}, + [2048] = {.lex_state = 53, .external_lex_state = 13}, [2049] = {.lex_state = 53, .external_lex_state = 15}, - [2050] = {.lex_state = 53, .external_lex_state = 15}, - [2051] = {.lex_state = 53, .external_lex_state = 12}, + [2050] = {.lex_state = 53, .external_lex_state = 12}, + [2051] = {.lex_state = 53, .external_lex_state = 15}, [2052] = {.lex_state = 53, .external_lex_state = 12}, - [2053] = {.lex_state = 53, .external_lex_state = 12}, - [2054] = {.lex_state = 53, .external_lex_state = 12}, - [2055] = {.lex_state = 53, .external_lex_state = 13}, - [2056] = {.lex_state = 53, .external_lex_state = 12}, - [2057] = {.lex_state = 53, .external_lex_state = 15}, + [2053] = {.lex_state = 53, .external_lex_state = 13}, + [2054] = {.lex_state = 53, .external_lex_state = 18}, + [2055] = {.lex_state = 53, .external_lex_state = 14}, + [2056] = {.lex_state = 53, .external_lex_state = 14}, + [2057] = {.lex_state = 53, .external_lex_state = 9}, [2058] = {.lex_state = 53, .external_lex_state = 12}, [2059] = {.lex_state = 53, .external_lex_state = 12}, - [2060] = {.lex_state = 53, .external_lex_state = 12}, - [2061] = {.lex_state = 53, .external_lex_state = 12}, + [2060] = {.lex_state = 53, .external_lex_state = 13}, + [2061] = {.lex_state = 53, .external_lex_state = 15}, [2062] = {.lex_state = 53, .external_lex_state = 12}, - [2063] = {.lex_state = 53, .external_lex_state = 13}, - [2064] = {.lex_state = 53, .external_lex_state = 14}, - [2065] = {.lex_state = 53, .external_lex_state = 9}, - [2066] = {.lex_state = 53, .external_lex_state = 15}, - [2067] = {.lex_state = 53, .external_lex_state = 13}, - [2068] = {.lex_state = 53, .external_lex_state = 15}, - [2069] = {.lex_state = 7, .external_lex_state = 14}, - [2070] = {.lex_state = 53, .external_lex_state = 15}, - [2071] = {.lex_state = 53, .external_lex_state = 15}, - [2072] = {.lex_state = 53, .external_lex_state = 9}, - [2073] = {.lex_state = 53, .external_lex_state = 15}, + [2063] = {.lex_state = 53, .external_lex_state = 12}, + [2064] = {.lex_state = 53, .external_lex_state = 12}, + [2065] = {.lex_state = 53, .external_lex_state = 12}, + [2066] = {.lex_state = 53, .external_lex_state = 13}, + [2067] = {.lex_state = 53, .external_lex_state = 15}, + [2068] = {.lex_state = 53, .external_lex_state = 9}, + [2069] = {.lex_state = 53, .external_lex_state = 15}, + [2070] = {.lex_state = 53, .external_lex_state = 12}, + [2071] = {.lex_state = 53, .external_lex_state = 12}, + [2072] = {.lex_state = 53, .external_lex_state = 14}, + [2073] = {.lex_state = 53, .external_lex_state = 13}, [2074] = {.lex_state = 53, .external_lex_state = 12}, - [2075] = {.lex_state = 53, .external_lex_state = 9}, - [2076] = {.lex_state = 53, .external_lex_state = 13}, - [2077] = {.lex_state = 53, .external_lex_state = 9}, - [2078] = {.lex_state = 53, .external_lex_state = 14}, + [2075] = {.lex_state = 53, .external_lex_state = 12}, + [2076] = {.lex_state = 53, .external_lex_state = 12}, + [2077] = {.lex_state = 53, .external_lex_state = 12}, + [2078] = {.lex_state = 53, .external_lex_state = 12}, [2079] = {.lex_state = 53, .external_lex_state = 12}, - [2080] = {.lex_state = 8, .external_lex_state = 14}, - [2081] = {.lex_state = 53, .external_lex_state = 9}, - [2082] = {.lex_state = 53, .external_lex_state = 15}, - [2083] = {.lex_state = 53, .external_lex_state = 12}, - [2084] = {.lex_state = 53, .external_lex_state = 15}, - [2085] = {.lex_state = 53, .external_lex_state = 13}, - [2086] = {.lex_state = 53, .external_lex_state = 15}, + [2080] = {.lex_state = 53, .external_lex_state = 9}, + [2081] = {.lex_state = 53, .external_lex_state = 12}, + [2082] = {.lex_state = 53, .external_lex_state = 13}, + [2083] = {.lex_state = 53, .external_lex_state = 9}, + [2084] = {.lex_state = 53, .external_lex_state = 14}, + [2085] = {.lex_state = 53, .external_lex_state = 12}, + [2086] = {.lex_state = 53, .external_lex_state = 9}, [2087] = {.lex_state = 53, .external_lex_state = 13}, - [2088] = {.lex_state = 53, .external_lex_state = 13}, - [2089] = {.lex_state = 53, .external_lex_state = 14}, - [2090] = {.lex_state = 53, .external_lex_state = 15}, - [2091] = {.lex_state = 53, .external_lex_state = 9}, - [2092] = {.lex_state = 53, .external_lex_state = 15}, - [2093] = {.lex_state = 53, .external_lex_state = 9}, - [2094] = {.lex_state = 53, .external_lex_state = 18}, - [2095] = {.lex_state = 53, .external_lex_state = 18}, + [2088] = {.lex_state = 53, .external_lex_state = 12}, + [2089] = {.lex_state = 53, .external_lex_state = 18}, + [2090] = {.lex_state = 53, .external_lex_state = 13}, + [2091] = {.lex_state = 53, .external_lex_state = 14}, + [2092] = {.lex_state = 53, .external_lex_state = 18}, + [2093] = {.lex_state = 53, .external_lex_state = 13}, + [2094] = {.lex_state = 7, .external_lex_state = 14}, + [2095] = {.lex_state = 53, .external_lex_state = 13}, [2096] = {.lex_state = 53, .external_lex_state = 13}, - [2097] = {.lex_state = 53, .external_lex_state = 14}, + [2097] = {.lex_state = 53, .external_lex_state = 15}, [2098] = {.lex_state = 53, .external_lex_state = 13}, - [2099] = {.lex_state = 53, .external_lex_state = 9}, - [2100] = {.lex_state = 53, .external_lex_state = 13}, - [2101] = {.lex_state = 53, .external_lex_state = 15}, - [2102] = {.lex_state = 53, .external_lex_state = 12}, - [2103] = {.lex_state = 53, .external_lex_state = 13}, - [2104] = {.lex_state = 53, .external_lex_state = 15}, - [2105] = {.lex_state = 53, .external_lex_state = 9}, - [2106] = {.lex_state = 53, .external_lex_state = 9}, - [2107] = {.lex_state = 53, .external_lex_state = 9}, - [2108] = {.lex_state = 53, .external_lex_state = 14}, - [2109] = {.lex_state = 53, .external_lex_state = 15}, + [2099] = {.lex_state = 53, .external_lex_state = 13}, + [2100] = {.lex_state = 53, .external_lex_state = 14}, + [2101] = {.lex_state = 53, .external_lex_state = 14}, + [2102] = {.lex_state = 53, .external_lex_state = 15}, + [2103] = {.lex_state = 53, .external_lex_state = 12}, + [2104] = {.lex_state = 53, .external_lex_state = 13}, + [2105] = {.lex_state = 53, .external_lex_state = 15}, + [2106] = {.lex_state = 53, .external_lex_state = 15}, + [2107] = {.lex_state = 53, .external_lex_state = 15}, + [2108] = {.lex_state = 53, .external_lex_state = 18}, + [2109] = {.lex_state = 53, .external_lex_state = 9}, [2110] = {.lex_state = 8, .external_lex_state = 14}, - [2111] = {.lex_state = 7, .external_lex_state = 14}, - [2112] = {.lex_state = 53, .external_lex_state = 18}, - [2113] = {.lex_state = 53, .external_lex_state = 14}, - [2114] = {.lex_state = 53, .external_lex_state = 13}, - [2115] = {.lex_state = 53, .external_lex_state = 14}, - [2116] = {.lex_state = 53, .external_lex_state = 14}, - [2117] = {.lex_state = 53, .external_lex_state = 9}, - [2118] = {.lex_state = 53, .external_lex_state = 13}, + [2111] = {.lex_state = 53, .external_lex_state = 14}, + [2112] = {.lex_state = 53, .external_lex_state = 14}, + [2113] = {.lex_state = 53, .external_lex_state = 9}, + [2114] = {.lex_state = 53, .external_lex_state = 14}, + [2115] = {.lex_state = 53, .external_lex_state = 9}, + [2116] = {.lex_state = 53, .external_lex_state = 15}, + [2117] = {.lex_state = 53, .external_lex_state = 15}, + [2118] = {.lex_state = 53, .external_lex_state = 15}, [2119] = {.lex_state = 53, .external_lex_state = 13}, [2120] = {.lex_state = 53, .external_lex_state = 14}, - [2121] = {.lex_state = 53, .external_lex_state = 14}, - [2122] = {.lex_state = 53, .external_lex_state = 13}, - [2123] = {.lex_state = 53, .external_lex_state = 15}, - [2124] = {.lex_state = 53, .external_lex_state = 15}, - [2125] = {.lex_state = 53, .external_lex_state = 14}, - [2126] = {.lex_state = 53, .external_lex_state = 9}, - [2127] = {.lex_state = 53, .external_lex_state = 12}, - [2128] = {.lex_state = 53, .external_lex_state = 9}, - [2129] = {.lex_state = 8, .external_lex_state = 14}, + [2121] = {.lex_state = 53, .external_lex_state = 15}, + [2122] = {.lex_state = 53, .external_lex_state = 18}, + [2123] = {.lex_state = 8, .external_lex_state = 14}, + [2124] = {.lex_state = 53, .external_lex_state = 13}, + [2125] = {.lex_state = 53, .external_lex_state = 13}, + [2126] = {.lex_state = 53, .external_lex_state = 13}, + [2127] = {.lex_state = 53, .external_lex_state = 15}, + [2128] = {.lex_state = 53, .external_lex_state = 12}, + [2129] = {.lex_state = 53, .external_lex_state = 9}, [2130] = {.lex_state = 53, .external_lex_state = 9}, [2131] = {.lex_state = 53, .external_lex_state = 15}, - [2132] = {.lex_state = 53, .external_lex_state = 15}, - [2133] = {.lex_state = 53, .external_lex_state = 12}, - [2134] = {.lex_state = 53, .external_lex_state = 12}, - [2135] = {.lex_state = 53, .external_lex_state = 15}, + [2132] = {.lex_state = 53, .external_lex_state = 12}, + [2133] = {.lex_state = 53, .external_lex_state = 13}, + [2134] = {.lex_state = 53, .external_lex_state = 15}, + [2135] = {.lex_state = 53, .external_lex_state = 13}, [2136] = {.lex_state = 53, .external_lex_state = 13}, - [2137] = {.lex_state = 53, .external_lex_state = 14}, - [2138] = {.lex_state = 53, .external_lex_state = 15}, - [2139] = {.lex_state = 53, .external_lex_state = 15}, - [2140] = {.lex_state = 53, .external_lex_state = 13}, - [2141] = {.lex_state = 53, .external_lex_state = 15}, + [2137] = {.lex_state = 53, .external_lex_state = 12}, + [2138] = {.lex_state = 53, .external_lex_state = 13}, + [2139] = {.lex_state = 53, .external_lex_state = 14}, + [2140] = {.lex_state = 53, .external_lex_state = 15}, + [2141] = {.lex_state = 53, .external_lex_state = 13}, [2142] = {.lex_state = 53, .external_lex_state = 13}, [2143] = {.lex_state = 53, .external_lex_state = 13}, [2144] = {.lex_state = 53, .external_lex_state = 15}, - [2145] = {.lex_state = 3, .external_lex_state = 12}, - [2146] = {.lex_state = 53, .external_lex_state = 12}, - [2147] = {.lex_state = 53, .external_lex_state = 13}, - [2148] = {.lex_state = 53, .external_lex_state = 9}, - [2149] = {.lex_state = 53, .external_lex_state = 9}, - [2150] = {.lex_state = 3, .external_lex_state = 12}, - [2151] = {.lex_state = 53, .external_lex_state = 12}, - [2152] = {.lex_state = 3, .external_lex_state = 12}, - [2153] = {.lex_state = 53, .external_lex_state = 14}, - [2154] = {.lex_state = 53, .external_lex_state = 15}, - [2155] = {.lex_state = 53, .external_lex_state = 19}, - [2156] = {.lex_state = 53, .external_lex_state = 12}, + [2145] = {.lex_state = 9, .external_lex_state = 17}, + [2146] = {.lex_state = 53, .external_lex_state = 15}, + [2147] = {.lex_state = 3, .external_lex_state = 12}, + [2148] = {.lex_state = 53, .external_lex_state = 14}, + [2149] = {.lex_state = 53, .external_lex_state = 12}, + [2150] = {.lex_state = 53, .external_lex_state = 9}, + [2151] = {.lex_state = 53, .external_lex_state = 15}, + [2152] = {.lex_state = 53, .external_lex_state = 13}, + [2153] = {.lex_state = 9, .external_lex_state = 17}, + [2154] = {.lex_state = 53, .external_lex_state = 12}, + [2155] = {.lex_state = 53, .external_lex_state = 15}, + [2156] = {.lex_state = 9, .external_lex_state = 17}, [2157] = {.lex_state = 53, .external_lex_state = 15}, - [2158] = {.lex_state = 53, .external_lex_state = 14}, - [2159] = {.lex_state = 53, .external_lex_state = 15}, - [2160] = {.lex_state = 53, .external_lex_state = 13}, + [2158] = {.lex_state = 53, .external_lex_state = 9}, + [2159] = {.lex_state = 53, .external_lex_state = 9}, + [2160] = {.lex_state = 53, .external_lex_state = 15}, [2161] = {.lex_state = 53, .external_lex_state = 12}, - [2162] = {.lex_state = 53, .external_lex_state = 15}, - [2163] = {.lex_state = 53, .external_lex_state = 15}, - [2164] = {.lex_state = 53, .external_lex_state = 14}, + [2162] = {.lex_state = 53, .external_lex_state = 12}, + [2163] = {.lex_state = 53, .external_lex_state = 9}, + [2164] = {.lex_state = 53, .external_lex_state = 12}, [2165] = {.lex_state = 53, .external_lex_state = 15}, [2166] = {.lex_state = 53, .external_lex_state = 15}, - [2167] = {.lex_state = 53, .external_lex_state = 9}, - [2168] = {.lex_state = 53, .external_lex_state = 15}, + [2167] = {.lex_state = 53, .external_lex_state = 15}, + [2168] = {.lex_state = 53, .external_lex_state = 12}, [2169] = {.lex_state = 53, .external_lex_state = 9}, - [2170] = {.lex_state = 53, .external_lex_state = 14}, - [2171] = {.lex_state = 53, .external_lex_state = 9}, - [2172] = {.lex_state = 53, .external_lex_state = 15}, - [2173] = {.lex_state = 53, .external_lex_state = 15}, + [2170] = {.lex_state = 53, .external_lex_state = 15}, + [2171] = {.lex_state = 3, .external_lex_state = 12}, + [2172] = {.lex_state = 53, .external_lex_state = 12}, + [2173] = {.lex_state = 3, .external_lex_state = 12}, [2174] = {.lex_state = 53, .external_lex_state = 15}, - [2175] = {.lex_state = 53, .external_lex_state = 15}, - [2176] = {.lex_state = 53, .external_lex_state = 12}, - [2177] = {.lex_state = 53, .external_lex_state = 12}, - [2178] = {.lex_state = 53, .external_lex_state = 9}, - [2179] = {.lex_state = 53, .external_lex_state = 12}, - [2180] = {.lex_state = 53, .external_lex_state = 15}, + [2175] = {.lex_state = 53, .external_lex_state = 13}, + [2176] = {.lex_state = 3, .external_lex_state = 12}, + [2177] = {.lex_state = 53, .external_lex_state = 15}, + [2178] = {.lex_state = 53, .external_lex_state = 12}, + [2179] = {.lex_state = 53, .external_lex_state = 13}, + [2180] = {.lex_state = 53, .external_lex_state = 13}, [2181] = {.lex_state = 53, .external_lex_state = 13}, [2182] = {.lex_state = 53, .external_lex_state = 15}, - [2183] = {.lex_state = 53, .external_lex_state = 15}, - [2184] = {.lex_state = 53, .external_lex_state = 9}, - [2185] = {.lex_state = 53, .external_lex_state = 13}, - [2186] = {.lex_state = 53, .external_lex_state = 13}, + [2183] = {.lex_state = 53, .external_lex_state = 14}, + [2184] = {.lex_state = 53, .external_lex_state = 14}, + [2185] = {.lex_state = 53, .external_lex_state = 9}, + [2186] = {.lex_state = 53, .external_lex_state = 12}, [2187] = {.lex_state = 53, .external_lex_state = 9}, - [2188] = {.lex_state = 53, .external_lex_state = 13}, - [2189] = {.lex_state = 53, .external_lex_state = 12}, - [2190] = {.lex_state = 53, .external_lex_state = 14}, + [2188] = {.lex_state = 53, .external_lex_state = 15}, + [2189] = {.lex_state = 53, .external_lex_state = 13}, + [2190] = {.lex_state = 53, .external_lex_state = 9}, [2191] = {.lex_state = 53, .external_lex_state = 12}, - [2192] = {.lex_state = 53, .external_lex_state = 15}, + [2192] = {.lex_state = 53, .external_lex_state = 14}, [2193] = {.lex_state = 53, .external_lex_state = 15}, - [2194] = {.lex_state = 53, .external_lex_state = 13}, - [2195] = {.lex_state = 53, .external_lex_state = 19}, - [2196] = {.lex_state = 53, .external_lex_state = 12}, - [2197] = {.lex_state = 53, .external_lex_state = 14}, - [2198] = {.lex_state = 53, .external_lex_state = 13}, + [2194] = {.lex_state = 53, .external_lex_state = 15}, + [2195] = {.lex_state = 53, .external_lex_state = 9}, + [2196] = {.lex_state = 53, .external_lex_state = 19}, + [2197] = {.lex_state = 53, .external_lex_state = 9}, + [2198] = {.lex_state = 53, .external_lex_state = 14}, [2199] = {.lex_state = 53, .external_lex_state = 15}, - [2200] = {.lex_state = 53, .external_lex_state = 13}, - [2201] = {.lex_state = 53, .external_lex_state = 14}, - [2202] = {.lex_state = 53, .external_lex_state = 14}, - [2203] = {.lex_state = 53, .external_lex_state = 15}, - [2204] = {.lex_state = 53, .external_lex_state = 9}, + [2200] = {.lex_state = 53, .external_lex_state = 15}, + [2201] = {.lex_state = 53, .external_lex_state = 12}, + [2202] = {.lex_state = 53, .external_lex_state = 15}, + [2203] = {.lex_state = 53, .external_lex_state = 9}, + [2204] = {.lex_state = 3, .external_lex_state = 12}, [2205] = {.lex_state = 53, .external_lex_state = 12}, - [2206] = {.lex_state = 9, .external_lex_state = 17}, + [2206] = {.lex_state = 53, .external_lex_state = 15}, [2207] = {.lex_state = 53, .external_lex_state = 15}, [2208] = {.lex_state = 53, .external_lex_state = 12}, - [2209] = {.lex_state = 53, .external_lex_state = 15}, - [2210] = {.lex_state = 53, .external_lex_state = 14}, - [2211] = {.lex_state = 53, .external_lex_state = 9}, - [2212] = {.lex_state = 53, .external_lex_state = 15}, + [2209] = {.lex_state = 53, .external_lex_state = 13}, + [2210] = {.lex_state = 53, .external_lex_state = 13}, + [2211] = {.lex_state = 53, .external_lex_state = 15}, + [2212] = {.lex_state = 53, .external_lex_state = 13}, [2213] = {.lex_state = 53, .external_lex_state = 13}, - [2214] = {.lex_state = 53, .external_lex_state = 12}, - [2215] = {.lex_state = 53, .external_lex_state = 15}, + [2214] = {.lex_state = 53, .external_lex_state = 14}, + [2215] = {.lex_state = 53, .external_lex_state = 14}, [2216] = {.lex_state = 53, .external_lex_state = 15}, - [2217] = {.lex_state = 53, .external_lex_state = 13}, - [2218] = {.lex_state = 53, .external_lex_state = 13}, - [2219] = {.lex_state = 53, .external_lex_state = 12}, - [2220] = {.lex_state = 53, .external_lex_state = 15}, - [2221] = {.lex_state = 53, .external_lex_state = 13}, - [2222] = {.lex_state = 53, .external_lex_state = 15}, - [2223] = {.lex_state = 53, .external_lex_state = 12}, - [2224] = {.lex_state = 53, .external_lex_state = 13}, - [2225] = {.lex_state = 53, .external_lex_state = 13}, - [2226] = {.lex_state = 53, .external_lex_state = 13}, - [2227] = {.lex_state = 53, .external_lex_state = 13}, - [2228] = {.lex_state = 53, .external_lex_state = 15}, - [2229] = {.lex_state = 53, .external_lex_state = 14}, + [2217] = {.lex_state = 53, .external_lex_state = 15}, + [2218] = {.lex_state = 53, .external_lex_state = 15}, + [2219] = {.lex_state = 53, .external_lex_state = 9}, + [2220] = {.lex_state = 53, .external_lex_state = 13}, + [2221] = {.lex_state = 53, .external_lex_state = 15}, + [2222] = {.lex_state = 53, .external_lex_state = 9}, + [2223] = {.lex_state = 53, .external_lex_state = 13}, + [2224] = {.lex_state = 53, .external_lex_state = 12}, + [2225] = {.lex_state = 53, .external_lex_state = 12}, + [2226] = {.lex_state = 53, .external_lex_state = 12}, + [2227] = {.lex_state = 53, .external_lex_state = 9}, + [2228] = {.lex_state = 53, .external_lex_state = 14}, + [2229] = {.lex_state = 53, .external_lex_state = 12}, [2230] = {.lex_state = 53, .external_lex_state = 19}, - [2231] = {.lex_state = 53, .external_lex_state = 19}, - [2232] = {.lex_state = 53, .external_lex_state = 9}, - [2233] = {.lex_state = 53, .external_lex_state = 15}, - [2234] = {.lex_state = 53, .external_lex_state = 12}, - [2235] = {.lex_state = 53, .external_lex_state = 13}, + [2231] = {.lex_state = 53, .external_lex_state = 15}, + [2232] = {.lex_state = 53, .external_lex_state = 19}, + [2233] = {.lex_state = 53, .external_lex_state = 13}, + [2234] = {.lex_state = 53, .external_lex_state = 19}, + [2235] = {.lex_state = 53, .external_lex_state = 15}, [2236] = {.lex_state = 53, .external_lex_state = 13}, - [2237] = {.lex_state = 53, .external_lex_state = 12}, - [2238] = {.lex_state = 8, .external_lex_state = 14}, - [2239] = {.lex_state = 3, .external_lex_state = 12}, - [2240] = {.lex_state = 53, .external_lex_state = 9}, - [2241] = {.lex_state = 53, .external_lex_state = 12}, - [2242] = {.lex_state = 53, .external_lex_state = 13}, - [2243] = {.lex_state = 53, .external_lex_state = 15}, - [2244] = {.lex_state = 53, .external_lex_state = 14}, - [2245] = {.lex_state = 53, .external_lex_state = 9}, - [2246] = {.lex_state = 53, .external_lex_state = 13}, - [2247] = {.lex_state = 53, .external_lex_state = 12}, - [2248] = {.lex_state = 53, .external_lex_state = 15}, - [2249] = {.lex_state = 53, .external_lex_state = 13}, - [2250] = {.lex_state = 53, .external_lex_state = 13}, - [2251] = {.lex_state = 53, .external_lex_state = 15}, - [2252] = {.lex_state = 53, .external_lex_state = 13}, + [2237] = {.lex_state = 53, .external_lex_state = 13}, + [2238] = {.lex_state = 53, .external_lex_state = 14}, + [2239] = {.lex_state = 53, .external_lex_state = 15}, + [2240] = {.lex_state = 53, .external_lex_state = 14}, + [2241] = {.lex_state = 53, .external_lex_state = 13}, + [2242] = {.lex_state = 8, .external_lex_state = 14}, + [2243] = {.lex_state = 53, .external_lex_state = 9}, + [2244] = {.lex_state = 53, .external_lex_state = 13}, + [2245] = {.lex_state = 53, .external_lex_state = 15}, + [2246] = {.lex_state = 53, .external_lex_state = 15}, + [2247] = {.lex_state = 53, .external_lex_state = 15}, + [2248] = {.lex_state = 53, .external_lex_state = 12}, + [2249] = {.lex_state = 53, .external_lex_state = 14}, + [2250] = {.lex_state = 53, .external_lex_state = 15}, + [2251] = {.lex_state = 53, .external_lex_state = 9}, + [2252] = {.lex_state = 53, .external_lex_state = 19}, [2253] = {.lex_state = 53, .external_lex_state = 13}, - [2254] = {.lex_state = 53, .external_lex_state = 14}, - [2255] = {.lex_state = 53, .external_lex_state = 12}, - [2256] = {.lex_state = 8, .external_lex_state = 14}, - [2257] = {.lex_state = 53, .external_lex_state = 12}, - [2258] = {.lex_state = 53, .external_lex_state = 15}, - [2259] = {.lex_state = 3, .external_lex_state = 12}, - [2260] = {.lex_state = 53, .external_lex_state = 12}, - [2261] = {.lex_state = 53, .external_lex_state = 12}, - [2262] = {.lex_state = 53, .external_lex_state = 13}, - [2263] = {.lex_state = 53, .external_lex_state = 9}, - [2264] = {.lex_state = 3, .external_lex_state = 12}, - [2265] = {.lex_state = 53, .external_lex_state = 12}, + [2254] = {.lex_state = 53, .external_lex_state = 12}, + [2255] = {.lex_state = 53, .external_lex_state = 13}, + [2256] = {.lex_state = 53, .external_lex_state = 13}, + [2257] = {.lex_state = 53, .external_lex_state = 15}, + [2258] = {.lex_state = 53, .external_lex_state = 12}, + [2259] = {.lex_state = 53, .external_lex_state = 13}, + [2260] = {.lex_state = 53, .external_lex_state = 13}, + [2261] = {.lex_state = 53, .external_lex_state = 14}, + [2262] = {.lex_state = 53, .external_lex_state = 15}, + [2263] = {.lex_state = 53, .external_lex_state = 13}, + [2264] = {.lex_state = 53, .external_lex_state = 13}, + [2265] = {.lex_state = 53, .external_lex_state = 15}, [2266] = {.lex_state = 53, .external_lex_state = 15}, - [2267] = {.lex_state = 53, .external_lex_state = 15}, - [2268] = {.lex_state = 3, .external_lex_state = 12}, - [2269] = {.lex_state = 53, .external_lex_state = 14}, + [2267] = {.lex_state = 53, .external_lex_state = 13}, + [2268] = {.lex_state = 53, .external_lex_state = 14}, + [2269] = {.lex_state = 53, .external_lex_state = 15}, [2270] = {.lex_state = 53, .external_lex_state = 13}, - [2271] = {.lex_state = 9, .external_lex_state = 17}, - [2272] = {.lex_state = 53, .external_lex_state = 15}, - [2273] = {.lex_state = 3, .external_lex_state = 12}, - [2274] = {.lex_state = 53, .external_lex_state = 13}, - [2275] = {.lex_state = 53, .external_lex_state = 13}, + [2271] = {.lex_state = 53, .external_lex_state = 15}, + [2272] = {.lex_state = 53, .external_lex_state = 19}, + [2273] = {.lex_state = 53, .external_lex_state = 9}, + [2274] = {.lex_state = 53, .external_lex_state = 15}, + [2275] = {.lex_state = 53, .external_lex_state = 15}, [2276] = {.lex_state = 53, .external_lex_state = 15}, - [2277] = {.lex_state = 53, .external_lex_state = 15}, - [2278] = {.lex_state = 53, .external_lex_state = 14}, - [2279] = {.lex_state = 8, .external_lex_state = 14}, + [2277] = {.lex_state = 53, .external_lex_state = 12}, + [2278] = {.lex_state = 53, .external_lex_state = 12}, + [2279] = {.lex_state = 9, .external_lex_state = 17}, [2280] = {.lex_state = 53, .external_lex_state = 9}, - [2281] = {.lex_state = 53, .external_lex_state = 13}, - [2282] = {.lex_state = 53, .external_lex_state = 19}, - [2283] = {.lex_state = 53, .external_lex_state = 9}, - [2284] = {.lex_state = 53, .external_lex_state = 12}, + [2281] = {.lex_state = 53, .external_lex_state = 12}, + [2282] = {.lex_state = 53, .external_lex_state = 12}, + [2283] = {.lex_state = 53, .external_lex_state = 13}, + [2284] = {.lex_state = 53, .external_lex_state = 15}, [2285] = {.lex_state = 53, .external_lex_state = 12}, - [2286] = {.lex_state = 53, .external_lex_state = 15}, - [2287] = {.lex_state = 53, .external_lex_state = 14}, - [2288] = {.lex_state = 53, .external_lex_state = 12}, - [2289] = {.lex_state = 53, .external_lex_state = 9}, - [2290] = {.lex_state = 53, .external_lex_state = 12}, - [2291] = {.lex_state = 3, .external_lex_state = 12}, - [2292] = {.lex_state = 53, .external_lex_state = 19}, - [2293] = {.lex_state = 53, .external_lex_state = 15}, + [2286] = {.lex_state = 53, .external_lex_state = 13}, + [2287] = {.lex_state = 53, .external_lex_state = 15}, + [2288] = {.lex_state = 53, .external_lex_state = 13}, + [2289] = {.lex_state = 53, .external_lex_state = 13}, + [2290] = {.lex_state = 53, .external_lex_state = 14}, + [2291] = {.lex_state = 53, .external_lex_state = 15}, + [2292] = {.lex_state = 53, .external_lex_state = 13}, + [2293] = {.lex_state = 53, .external_lex_state = 13}, [2294] = {.lex_state = 53, .external_lex_state = 13}, - [2295] = {.lex_state = 53, .external_lex_state = 9}, - [2296] = {.lex_state = 53, .external_lex_state = 14}, - [2297] = {.lex_state = 53, .external_lex_state = 15}, - [2298] = {.lex_state = 53, .external_lex_state = 12}, + [2295] = {.lex_state = 53, .external_lex_state = 14}, + [2296] = {.lex_state = 8, .external_lex_state = 14}, + [2297] = {.lex_state = 53, .external_lex_state = 13}, + [2298] = {.lex_state = 53, .external_lex_state = 13}, [2299] = {.lex_state = 53, .external_lex_state = 13}, - [2300] = {.lex_state = 53, .external_lex_state = 13}, + [2300] = {.lex_state = 8, .external_lex_state = 14}, [2301] = {.lex_state = 53, .external_lex_state = 12}, - [2302] = {.lex_state = 53, .external_lex_state = 15}, - [2303] = {.lex_state = 53, .external_lex_state = 13}, - [2304] = {.lex_state = 53, .external_lex_state = 13}, - [2305] = {.lex_state = 9, .external_lex_state = 17}, - [2306] = {.lex_state = 53, .external_lex_state = 13}, - [2307] = {.lex_state = 53, .external_lex_state = 13}, - [2308] = {.lex_state = 53, .external_lex_state = 14}, - [2309] = {.lex_state = 53, .external_lex_state = 12}, - [2310] = {.lex_state = 53, .external_lex_state = 13}, - [2311] = {.lex_state = 53, .external_lex_state = 13}, - [2312] = {.lex_state = 53, .external_lex_state = 13}, - [2313] = {.lex_state = 9, .external_lex_state = 17}, - [2314] = {.lex_state = 53, .external_lex_state = 14}, - [2315] = {.lex_state = 53, .external_lex_state = 14}, - [2316] = {.lex_state = 53, .external_lex_state = 14}, - [2317] = {.lex_state = 53, .external_lex_state = 15}, + [2302] = {.lex_state = 53, .external_lex_state = 9}, + [2303] = {.lex_state = 3, .external_lex_state = 12}, + [2304] = {.lex_state = 53, .external_lex_state = 12}, + [2305] = {.lex_state = 3, .external_lex_state = 12}, + [2306] = {.lex_state = 53, .external_lex_state = 19}, + [2307] = {.lex_state = 53, .external_lex_state = 14}, + [2308] = {.lex_state = 3, .external_lex_state = 12}, + [2309] = {.lex_state = 53, .external_lex_state = 15}, + [2310] = {.lex_state = 53, .external_lex_state = 14}, + [2311] = {.lex_state = 53, .external_lex_state = 14}, + [2312] = {.lex_state = 53, .external_lex_state = 14}, + [2313] = {.lex_state = 53, .external_lex_state = 14}, + [2314] = {.lex_state = 53, .external_lex_state = 9}, + [2315] = {.lex_state = 53, .external_lex_state = 15}, + [2316] = {.lex_state = 8, .external_lex_state = 14}, + [2317] = {.lex_state = 53, .external_lex_state = 14}, [2318] = {.lex_state = 8, .external_lex_state = 14}, [2319] = {.lex_state = 53, .external_lex_state = 13}, [2320] = {.lex_state = 8, .external_lex_state = 14}, - [2321] = {.lex_state = 53, .external_lex_state = 13}, - [2322] = {.lex_state = 8, .external_lex_state = 14}, - [2323] = {.lex_state = 8, .external_lex_state = 14}, - [2324] = {.lex_state = 53, .external_lex_state = 12}, - [2325] = {.lex_state = 53, .external_lex_state = 15}, - [2326] = {.lex_state = 53, .external_lex_state = 15}, - [2327] = {.lex_state = 53, .external_lex_state = 19}, + [2321] = {.lex_state = 8, .external_lex_state = 14}, + [2322] = {.lex_state = 53, .external_lex_state = 13}, + [2323] = {.lex_state = 53, .external_lex_state = 12}, + [2324] = {.lex_state = 53, .external_lex_state = 13}, + [2325] = {.lex_state = 53, .external_lex_state = 19}, + [2326] = {.lex_state = 53, .external_lex_state = 13}, + [2327] = {.lex_state = 53, .external_lex_state = 12}, [2328] = {.lex_state = 53, .external_lex_state = 14}, [2329] = {.lex_state = 53, .external_lex_state = 14}, - [2330] = {.lex_state = 53, .external_lex_state = 15}, - [2331] = {.lex_state = 53, .external_lex_state = 13}, + [2330] = {.lex_state = 53, .external_lex_state = 12}, + [2331] = {.lex_state = 8, .external_lex_state = 14}, [2332] = {.lex_state = 53, .external_lex_state = 15}, - [2333] = {.lex_state = 53, .external_lex_state = 19}, - [2334] = {.lex_state = 53, .external_lex_state = 13}, - [2335] = {.lex_state = 53, .external_lex_state = 9}, + [2333] = {.lex_state = 53, .external_lex_state = 15}, + [2334] = {.lex_state = 53, .external_lex_state = 15}, + [2335] = {.lex_state = 53, .external_lex_state = 15}, [2336] = {.lex_state = 53, .external_lex_state = 15}, [2337] = {.lex_state = 53, .external_lex_state = 15}, - [2338] = {.lex_state = 53, .external_lex_state = 15}, - [2339] = {.lex_state = 53, .external_lex_state = 15}, - [2340] = {.lex_state = 53, .external_lex_state = 14}, - [2341] = {.lex_state = 53, .external_lex_state = 12}, + [2338] = {.lex_state = 9, .external_lex_state = 17}, + [2339] = {.lex_state = 53, .external_lex_state = 13}, + [2340] = {.lex_state = 53, .external_lex_state = 9}, + [2341] = {.lex_state = 53, .external_lex_state = 14}, [2342] = {.lex_state = 53, .external_lex_state = 14}, - [2343] = {.lex_state = 53, .external_lex_state = 15}, - [2344] = {.lex_state = 53, .external_lex_state = 15}, - [2345] = {.lex_state = 53, .external_lex_state = 15}, - [2346] = {.lex_state = 53, .external_lex_state = 14}, - [2347] = {.lex_state = 53, .external_lex_state = 14}, - [2348] = {.lex_state = 53, .external_lex_state = 13}, - [2349] = {.lex_state = 53, .external_lex_state = 13}, - [2350] = {.lex_state = 53, .external_lex_state = 13}, - [2351] = {.lex_state = 53, .external_lex_state = 9}, - [2352] = {.lex_state = 53, .external_lex_state = 14}, - [2353] = {.lex_state = 53, .external_lex_state = 14}, - [2354] = {.lex_state = 53, .external_lex_state = 15}, - [2355] = {.lex_state = 9, .external_lex_state = 17}, + [2343] = {.lex_state = 53, .external_lex_state = 14}, + [2344] = {.lex_state = 53, .external_lex_state = 14}, + [2345] = {.lex_state = 53, .external_lex_state = 12}, + [2346] = {.lex_state = 53, .external_lex_state = 15}, + [2347] = {.lex_state = 53, .external_lex_state = 12}, + [2348] = {.lex_state = 53, .external_lex_state = 14}, + [2349] = {.lex_state = 53, .external_lex_state = 9}, + [2350] = {.lex_state = 53, .external_lex_state = 12}, + [2351] = {.lex_state = 53, .external_lex_state = 15}, + [2352] = {.lex_state = 53, .external_lex_state = 15}, + [2353] = {.lex_state = 53, .external_lex_state = 15}, + [2354] = {.lex_state = 53, .external_lex_state = 13}, + [2355] = {.lex_state = 53, .external_lex_state = 13}, [2356] = {.lex_state = 53, .external_lex_state = 15}, - [2357] = {.lex_state = 53, .external_lex_state = 13}, - [2358] = {.lex_state = 53, .external_lex_state = 15}, + [2357] = {.lex_state = 53, .external_lex_state = 15}, + [2358] = {.lex_state = 53, .external_lex_state = 14}, [2359] = {.lex_state = 53, .external_lex_state = 14}, [2360] = {.lex_state = 53, .external_lex_state = 14}, - [2361] = {.lex_state = 53, .external_lex_state = 9}, - [2362] = {.lex_state = 53, .external_lex_state = 18}, - [2363] = {.lex_state = 53, .external_lex_state = 14}, - [2364] = {.lex_state = 53, .external_lex_state = 14}, - [2365] = {.lex_state = 53, .external_lex_state = 14}, - [2366] = {.lex_state = 53, .external_lex_state = 13}, - [2367] = {.lex_state = 53, .external_lex_state = 18}, - [2368] = {.lex_state = 53, .external_lex_state = 9}, - [2369] = {.lex_state = 53, .external_lex_state = 9}, - [2370] = {.lex_state = 53, .external_lex_state = 12}, - [2371] = {.lex_state = 53, .external_lex_state = 15}, - [2372] = {.lex_state = 53, .external_lex_state = 14}, - [2373] = {.lex_state = 53, .external_lex_state = 12}, + [2361] = {.lex_state = 53, .external_lex_state = 14}, + [2362] = {.lex_state = 53, .external_lex_state = 15}, + [2363] = {.lex_state = 53, .external_lex_state = 18}, + [2364] = {.lex_state = 53, .external_lex_state = 9}, + [2365] = {.lex_state = 53, .external_lex_state = 18}, + [2366] = {.lex_state = 53, .external_lex_state = 9}, + [2367] = {.lex_state = 53, .external_lex_state = 15}, + [2368] = {.lex_state = 53, .external_lex_state = 13}, + [2369] = {.lex_state = 53, .external_lex_state = 13}, + [2370] = {.lex_state = 53, .external_lex_state = 15}, + [2371] = {.lex_state = 53, .external_lex_state = 14}, + [2372] = {.lex_state = 53, .external_lex_state = 15}, + [2373] = {.lex_state = 53, .external_lex_state = 14}, [2374] = {.lex_state = 53, .external_lex_state = 14}, - [2375] = {.lex_state = 53, .external_lex_state = 12}, - [2376] = {.lex_state = 53, .external_lex_state = 18}, - [2377] = {.lex_state = 53, .external_lex_state = 14}, + [2375] = {.lex_state = 53, .external_lex_state = 13}, + [2376] = {.lex_state = 53, .external_lex_state = 15}, + [2377] = {.lex_state = 53, .external_lex_state = 18}, [2378] = {.lex_state = 53, .external_lex_state = 15}, - [2379] = {.lex_state = 53, .external_lex_state = 18}, + [2379] = {.lex_state = 53, .external_lex_state = 14}, [2380] = {.lex_state = 53, .external_lex_state = 9}, [2381] = {.lex_state = 53, .external_lex_state = 18}, [2382] = {.lex_state = 53, .external_lex_state = 14}, - [2383] = {.lex_state = 53, .external_lex_state = 15}, - [2384] = {.lex_state = 9, .external_lex_state = 14}, - [2385] = {.lex_state = 9, .external_lex_state = 14}, - [2386] = {.lex_state = 53, .external_lex_state = 9}, - [2387] = {.lex_state = 53, .external_lex_state = 14}, - [2388] = {.lex_state = 53, .external_lex_state = 18}, + [2383] = {.lex_state = 53, .external_lex_state = 14}, + [2384] = {.lex_state = 53, .external_lex_state = 9}, + [2385] = {.lex_state = 53, .external_lex_state = 14}, + [2386] = {.lex_state = 53, .external_lex_state = 15}, + [2387] = {.lex_state = 9, .external_lex_state = 14}, + [2388] = {.lex_state = 53, .external_lex_state = 14}, [2389] = {.lex_state = 53, .external_lex_state = 14}, - [2390] = {.lex_state = 53, .external_lex_state = 9}, - [2391] = {.lex_state = 53, .external_lex_state = 9}, - [2392] = {.lex_state = 53, .external_lex_state = 9}, - [2393] = {.lex_state = 9, .external_lex_state = 14}, - [2394] = {.lex_state = 9, .external_lex_state = 14}, + [2390] = {.lex_state = 53, .external_lex_state = 14}, + [2391] = {.lex_state = 53, .external_lex_state = 14}, + [2392] = {.lex_state = 9, .external_lex_state = 14}, + [2393] = {.lex_state = 53, .external_lex_state = 9}, + [2394] = {.lex_state = 53, .external_lex_state = 14}, [2395] = {.lex_state = 53, .external_lex_state = 13}, - [2396] = {.lex_state = 53, .external_lex_state = 12}, - [2397] = {.lex_state = 9, .external_lex_state = 14}, - [2398] = {.lex_state = 53, .external_lex_state = 9}, - [2399] = {.lex_state = 9, .external_lex_state = 14}, + [2396] = {.lex_state = 53, .external_lex_state = 14}, + [2397] = {.lex_state = 53, .external_lex_state = 12}, + [2398] = {.lex_state = 53, .external_lex_state = 12}, + [2399] = {.lex_state = 53, .external_lex_state = 9}, [2400] = {.lex_state = 53, .external_lex_state = 14}, - [2401] = {.lex_state = 53, .external_lex_state = 15}, + [2401] = {.lex_state = 53, .external_lex_state = 9}, [2402] = {.lex_state = 9, .external_lex_state = 14}, - [2403] = {.lex_state = 53, .external_lex_state = 13}, - [2404] = {.lex_state = 53, .external_lex_state = 15}, - [2405] = {.lex_state = 53, .external_lex_state = 14}, - [2406] = {.lex_state = 53, .external_lex_state = 9}, - [2407] = {.lex_state = 53, .external_lex_state = 18}, + [2403] = {.lex_state = 53, .external_lex_state = 9}, + [2404] = {.lex_state = 53, .external_lex_state = 14}, + [2405] = {.lex_state = 53, .external_lex_state = 18}, + [2406] = {.lex_state = 53, .external_lex_state = 14}, + [2407] = {.lex_state = 53, .external_lex_state = 9}, [2408] = {.lex_state = 53, .external_lex_state = 13}, [2409] = {.lex_state = 53, .external_lex_state = 14}, - [2410] = {.lex_state = 53, .external_lex_state = 15}, + [2410] = {.lex_state = 53, .external_lex_state = 18}, [2411] = {.lex_state = 53, .external_lex_state = 14}, - [2412] = {.lex_state = 53, .external_lex_state = 18}, + [2412] = {.lex_state = 53, .external_lex_state = 14}, [2413] = {.lex_state = 53, .external_lex_state = 14}, - [2414] = {.lex_state = 53, .external_lex_state = 13}, - [2415] = {.lex_state = 53, .external_lex_state = 9}, - [2416] = {.lex_state = 53, .external_lex_state = 14}, - [2417] = {.lex_state = 53, .external_lex_state = 14}, - [2418] = {.lex_state = 53, .external_lex_state = 18}, - [2419] = {.lex_state = 53, .external_lex_state = 18}, + [2414] = {.lex_state = 53, .external_lex_state = 18}, + [2415] = {.lex_state = 53, .external_lex_state = 14}, + [2416] = {.lex_state = 53, .external_lex_state = 9}, + [2417] = {.lex_state = 53, .external_lex_state = 9}, + [2418] = {.lex_state = 53, .external_lex_state = 14}, + [2419] = {.lex_state = 53, .external_lex_state = 15}, [2420] = {.lex_state = 53, .external_lex_state = 18}, - [2421] = {.lex_state = 53, .external_lex_state = 14}, - [2422] = {.lex_state = 53, .external_lex_state = 9}, - [2423] = {.lex_state = 53, .external_lex_state = 14}, - [2424] = {.lex_state = 53, .external_lex_state = 18}, - [2425] = {.lex_state = 9, .external_lex_state = 14}, - [2426] = {.lex_state = 53, .external_lex_state = 14}, - [2427] = {.lex_state = 53, .external_lex_state = 18}, + [2421] = {.lex_state = 53, .external_lex_state = 18}, + [2422] = {.lex_state = 53, .external_lex_state = 18}, + [2423] = {.lex_state = 53, .external_lex_state = 9}, + [2424] = {.lex_state = 53, .external_lex_state = 9}, + [2425] = {.lex_state = 53, .external_lex_state = 9}, + [2426] = {.lex_state = 53, .external_lex_state = 18}, + [2427] = {.lex_state = 53, .external_lex_state = 15}, [2428] = {.lex_state = 53, .external_lex_state = 14}, [2429] = {.lex_state = 53, .external_lex_state = 14}, - [2430] = {.lex_state = 53, .external_lex_state = 9}, - [2431] = {.lex_state = 53, .external_lex_state = 14}, - [2432] = {.lex_state = 53, .external_lex_state = 14}, - [2433] = {.lex_state = 53, .external_lex_state = 15}, - [2434] = {.lex_state = 53, .external_lex_state = 13}, + [2430] = {.lex_state = 53, .external_lex_state = 18}, + [2431] = {.lex_state = 9, .external_lex_state = 14}, + [2432] = {.lex_state = 9, .external_lex_state = 14}, + [2433] = {.lex_state = 9, .external_lex_state = 14}, + [2434] = {.lex_state = 9, .external_lex_state = 14}, [2435] = {.lex_state = 53, .external_lex_state = 9}, - [2436] = {.lex_state = 53, .external_lex_state = 15}, + [2436] = {.lex_state = 53, .external_lex_state = 14}, [2437] = {.lex_state = 53, .external_lex_state = 14}, - [2438] = {.lex_state = 53, .external_lex_state = 9}, - [2439] = {.lex_state = 53, .external_lex_state = 9}, - [2440] = {.lex_state = 53, .external_lex_state = 18}, - [2441] = {.lex_state = 53, .external_lex_state = 9}, + [2438] = {.lex_state = 53, .external_lex_state = 14}, + [2439] = {.lex_state = 53, .external_lex_state = 13}, + [2440] = {.lex_state = 53, .external_lex_state = 15}, + [2441] = {.lex_state = 53, .external_lex_state = 12}, [2442] = {.lex_state = 53, .external_lex_state = 15}, - [2443] = {.lex_state = 53, .external_lex_state = 15}, - [2444] = {.lex_state = 53, .external_lex_state = 9}, - [2445] = {.lex_state = 53, .external_lex_state = 18}, - [2446] = {.lex_state = 53, .external_lex_state = 13}, - [2447] = {.lex_state = 53, .external_lex_state = 14}, + [2443] = {.lex_state = 53, .external_lex_state = 9}, + [2444] = {.lex_state = 53, .external_lex_state = 15}, + [2445] = {.lex_state = 53, .external_lex_state = 13}, + [2446] = {.lex_state = 9, .external_lex_state = 14}, + [2447] = {.lex_state = 53, .external_lex_state = 12}, [2448] = {.lex_state = 53, .external_lex_state = 13}, - [2449] = {.lex_state = 53, .external_lex_state = 9}, - [2450] = {.lex_state = 53, .external_lex_state = 14}, - [2451] = {.lex_state = 53, .external_lex_state = 15}, + [2449] = {.lex_state = 53, .external_lex_state = 18}, + [2450] = {.lex_state = 53, .external_lex_state = 18}, + [2451] = {.lex_state = 53, .external_lex_state = 14}, [2452] = {.lex_state = 53, .external_lex_state = 14}, - [2453] = {.lex_state = 53, .external_lex_state = 14}, - [2454] = {.lex_state = 53, .external_lex_state = 18}, + [2453] = {.lex_state = 53, .external_lex_state = 18}, + [2454] = {.lex_state = 53, .external_lex_state = 9}, [2455] = {.lex_state = 53, .external_lex_state = 14}, - [2456] = {.lex_state = 53, .external_lex_state = 14}, - [2457] = {.lex_state = 9, .external_lex_state = 14}, - [2458] = {.lex_state = 53, .external_lex_state = 14}, - [2459] = {.lex_state = 53, .external_lex_state = 15}, - [2460] = {.lex_state = 53, .external_lex_state = 15}, - [2461] = {.lex_state = 53, .external_lex_state = 14}, - [2462] = {.lex_state = 53, .external_lex_state = 14}, + [2456] = {.lex_state = 53, .external_lex_state = 9}, + [2457] = {.lex_state = 53, .external_lex_state = 14}, + [2458] = {.lex_state = 9, .external_lex_state = 14}, + [2459] = {.lex_state = 53, .external_lex_state = 14}, + [2460] = {.lex_state = 9, .external_lex_state = 14}, + [2461] = {.lex_state = 53, .external_lex_state = 15}, + [2462] = {.lex_state = 53, .external_lex_state = 18}, [2463] = {.lex_state = 53, .external_lex_state = 14}, - [2464] = {.lex_state = 53, .external_lex_state = 18}, - [2465] = {.lex_state = 53, .external_lex_state = 14}, + [2464] = {.lex_state = 53, .external_lex_state = 14}, + [2465] = {.lex_state = 53, .external_lex_state = 18}, [2466] = {.lex_state = 53, .external_lex_state = 18}, - [2467] = {.lex_state = 9, .external_lex_state = 14}, - [2468] = {.lex_state = 53, .external_lex_state = 14}, + [2467] = {.lex_state = 53, .external_lex_state = 14}, + [2468] = {.lex_state = 53, .external_lex_state = 15}, [2469] = {.lex_state = 53, .external_lex_state = 14}, - [2470] = {.lex_state = 53, .external_lex_state = 14}, - [2471] = {.lex_state = 53, .external_lex_state = 12}, - [2472] = {.lex_state = 53, .external_lex_state = 14}, - [2473] = {.lex_state = 53, .external_lex_state = 13}, - [2474] = {.lex_state = 53, .external_lex_state = 13}, - [2475] = {.lex_state = 53, .external_lex_state = 14}, - [2476] = {.lex_state = 53, .external_lex_state = 14}, - [2477] = {.lex_state = 53, .external_lex_state = 15}, - [2478] = {.lex_state = 53, .external_lex_state = 13}, - [2479] = {.lex_state = 53, .external_lex_state = 15}, + [2470] = {.lex_state = 53, .external_lex_state = 12}, + [2471] = {.lex_state = 53, .external_lex_state = 14}, + [2472] = {.lex_state = 53, .external_lex_state = 12}, + [2473] = {.lex_state = 53, .external_lex_state = 14}, + [2474] = {.lex_state = 53, .external_lex_state = 14}, + [2475] = {.lex_state = 53, .external_lex_state = 12}, + [2476] = {.lex_state = 53, .external_lex_state = 15}, + [2477] = {.lex_state = 53, .external_lex_state = 13}, + [2478] = {.lex_state = 53, .external_lex_state = 15}, + [2479] = {.lex_state = 53, .external_lex_state = 14}, [2480] = {.lex_state = 53, .external_lex_state = 12}, [2481] = {.lex_state = 53, .external_lex_state = 12}, - [2482] = {.lex_state = 53, .external_lex_state = 12}, - [2483] = {.lex_state = 4, .external_lex_state = 14}, - [2484] = {.lex_state = 53, .external_lex_state = 14}, - [2485] = {.lex_state = 53, .external_lex_state = 15}, + [2482] = {.lex_state = 53, .external_lex_state = 14}, + [2483] = {.lex_state = 53, .external_lex_state = 13}, + [2484] = {.lex_state = 53, .external_lex_state = 15}, + [2485] = {.lex_state = 53, .external_lex_state = 14}, [2486] = {.lex_state = 53, .external_lex_state = 14}, - [2487] = {.lex_state = 53, .external_lex_state = 14}, + [2487] = {.lex_state = 53, .external_lex_state = 15}, [2488] = {.lex_state = 53, .external_lex_state = 15}, [2489] = {.lex_state = 53, .external_lex_state = 14}, [2490] = {.lex_state = 53, .external_lex_state = 12}, [2491] = {.lex_state = 53, .external_lex_state = 14}, - [2492] = {.lex_state = 53, .external_lex_state = 15}, - [2493] = {.lex_state = 53, .external_lex_state = 12}, + [2492] = {.lex_state = 53, .external_lex_state = 13}, + [2493] = {.lex_state = 53, .external_lex_state = 15}, [2494] = {.lex_state = 53, .external_lex_state = 12}, - [2495] = {.lex_state = 53, .external_lex_state = 13}, - [2496] = {.lex_state = 53, .external_lex_state = 14}, - [2497] = {.lex_state = 53, .external_lex_state = 12}, - [2498] = {.lex_state = 53, .external_lex_state = 12}, - [2499] = {.lex_state = 53, .external_lex_state = 15}, - [2500] = {.lex_state = 53, .external_lex_state = 14}, - [2501] = {.lex_state = 53, .external_lex_state = 14}, - [2502] = {.lex_state = 53, .external_lex_state = 12}, - [2503] = {.lex_state = 53, .external_lex_state = 15}, - [2504] = {.lex_state = 53, .external_lex_state = 14}, - [2505] = {.lex_state = 53, .external_lex_state = 14}, + [2495] = {.lex_state = 53, .external_lex_state = 14}, + [2496] = {.lex_state = 53, .external_lex_state = 13}, + [2497] = {.lex_state = 53, .external_lex_state = 14}, + [2498] = {.lex_state = 53, .external_lex_state = 14}, + [2499] = {.lex_state = 53, .external_lex_state = 13}, + [2500] = {.lex_state = 4, .external_lex_state = 14}, + [2501] = {.lex_state = 53, .external_lex_state = 12}, + [2502] = {.lex_state = 53, .external_lex_state = 14}, + [2503] = {.lex_state = 53, .external_lex_state = 14}, + [2504] = {.lex_state = 53, .external_lex_state = 12}, + [2505] = {.lex_state = 53, .external_lex_state = 15}, [2506] = {.lex_state = 53, .external_lex_state = 14}, [2507] = {.lex_state = 53, .external_lex_state = 15}, - [2508] = {.lex_state = 53, .external_lex_state = 12}, - [2509] = {.lex_state = 53, .external_lex_state = 12}, - [2510] = {.lex_state = 53, .external_lex_state = 15}, - [2511] = {.lex_state = 53, .external_lex_state = 15}, - [2512] = {.lex_state = 53, .external_lex_state = 13}, + [2508] = {.lex_state = 53, .external_lex_state = 13}, + [2509] = {.lex_state = 53, .external_lex_state = 14}, + [2510] = {.lex_state = 53, .external_lex_state = 13}, + [2511] = {.lex_state = 53, .external_lex_state = 14}, + [2512] = {.lex_state = 53, .external_lex_state = 12}, [2513] = {.lex_state = 53, .external_lex_state = 12}, - [2514] = {.lex_state = 53, .external_lex_state = 14}, - [2515] = {.lex_state = 53, .external_lex_state = 12}, - [2516] = {.lex_state = 53, .external_lex_state = 12}, - [2517] = {.lex_state = 53, .external_lex_state = 15}, + [2514] = {.lex_state = 53, .external_lex_state = 15}, + [2515] = {.lex_state = 53, .external_lex_state = 14}, + [2516] = {.lex_state = 4, .external_lex_state = 14}, + [2517] = {.lex_state = 53, .external_lex_state = 12}, [2518] = {.lex_state = 53, .external_lex_state = 14}, - [2519] = {.lex_state = 53, .external_lex_state = 14}, - [2520] = {.lex_state = 53, .external_lex_state = 15}, + [2519] = {.lex_state = 53, .external_lex_state = 15}, + [2520] = {.lex_state = 53, .external_lex_state = 14}, [2521] = {.lex_state = 53, .external_lex_state = 14}, - [2522] = {.lex_state = 53, .external_lex_state = 14}, + [2522] = {.lex_state = 53, .external_lex_state = 13}, [2523] = {.lex_state = 53, .external_lex_state = 14}, - [2524] = {.lex_state = 53, .external_lex_state = 14}, - [2525] = {.lex_state = 53, .external_lex_state = 14}, + [2524] = {.lex_state = 53, .external_lex_state = 12}, + [2525] = {.lex_state = 53, .external_lex_state = 15}, [2526] = {.lex_state = 53, .external_lex_state = 13}, - [2527] = {.lex_state = 53, .external_lex_state = 14}, + [2527] = {.lex_state = 4, .external_lex_state = 14}, [2528] = {.lex_state = 53, .external_lex_state = 12}, - [2529] = {.lex_state = 53, .external_lex_state = 14}, + [2529] = {.lex_state = 53, .external_lex_state = 13}, [2530] = {.lex_state = 53, .external_lex_state = 14}, - [2531] = {.lex_state = 53, .external_lex_state = 14}, - [2532] = {.lex_state = 53, .external_lex_state = 15}, - [2533] = {.lex_state = 53, .external_lex_state = 12}, - [2534] = {.lex_state = 53, .external_lex_state = 13}, + [2531] = {.lex_state = 53, .external_lex_state = 12}, + [2532] = {.lex_state = 53, .external_lex_state = 14}, + [2533] = {.lex_state = 53, .external_lex_state = 14}, + [2534] = {.lex_state = 53, .external_lex_state = 14}, [2535] = {.lex_state = 53, .external_lex_state = 14}, - [2536] = {.lex_state = 53, .external_lex_state = 13}, + [2536] = {.lex_state = 53, .external_lex_state = 14}, [2537] = {.lex_state = 53, .external_lex_state = 14}, - [2538] = {.lex_state = 53, .external_lex_state = 14}, - [2539] = {.lex_state = 53, .external_lex_state = 12}, - [2540] = {.lex_state = 53, .external_lex_state = 13}, - [2541] = {.lex_state = 53, .external_lex_state = 13}, - [2542] = {.lex_state = 4, .external_lex_state = 14}, + [2538] = {.lex_state = 53, .external_lex_state = 12}, + [2539] = {.lex_state = 53, .external_lex_state = 14}, + [2540] = {.lex_state = 53, .external_lex_state = 12}, + [2541] = {.lex_state = 53, .external_lex_state = 15}, + [2542] = {.lex_state = 53, .external_lex_state = 14}, [2543] = {.lex_state = 53, .external_lex_state = 14}, - [2544] = {.lex_state = 53, .external_lex_state = 15}, + [2544] = {.lex_state = 53, .external_lex_state = 14}, [2545] = {.lex_state = 53, .external_lex_state = 14}, - [2546] = {.lex_state = 53, .external_lex_state = 15}, + [2546] = {.lex_state = 53, .external_lex_state = 14}, [2547] = {.lex_state = 53, .external_lex_state = 14}, [2548] = {.lex_state = 53, .external_lex_state = 14}, - [2549] = {.lex_state = 53, .external_lex_state = 12}, - [2550] = {.lex_state = 53, .external_lex_state = 14}, - [2551] = {.lex_state = 53, .external_lex_state = 15}, - [2552] = {.lex_state = 53, .external_lex_state = 14}, - [2553] = {.lex_state = 53, .external_lex_state = 12}, + [2549] = {.lex_state = 53, .external_lex_state = 14}, + [2550] = {.lex_state = 53, .external_lex_state = 12}, + [2551] = {.lex_state = 53, .external_lex_state = 14}, + [2552] = {.lex_state = 53, .external_lex_state = 13}, + [2553] = {.lex_state = 53, .external_lex_state = 14}, [2554] = {.lex_state = 53, .external_lex_state = 14}, - [2555] = {.lex_state = 53, .external_lex_state = 14}, - [2556] = {.lex_state = 53, .external_lex_state = 13}, - [2557] = {.lex_state = 53, .external_lex_state = 12}, + [2555] = {.lex_state = 53, .external_lex_state = 13}, + [2556] = {.lex_state = 53, .external_lex_state = 15}, + [2557] = {.lex_state = 53, .external_lex_state = 14}, [2558] = {.lex_state = 53, .external_lex_state = 14}, - [2559] = {.lex_state = 53, .external_lex_state = 14}, - [2560] = {.lex_state = 53, .external_lex_state = 15}, - [2561] = {.lex_state = 53, .external_lex_state = 12}, - [2562] = {.lex_state = 53, .external_lex_state = 12}, + [2559] = {.lex_state = 53, .external_lex_state = 15}, + [2560] = {.lex_state = 53, .external_lex_state = 12}, + [2561] = {.lex_state = 53, .external_lex_state = 14}, + [2562] = {.lex_state = 53, .external_lex_state = 13}, [2563] = {.lex_state = 53, .external_lex_state = 12}, - [2564] = {.lex_state = 53, .external_lex_state = 13}, - [2565] = {.lex_state = 53, .external_lex_state = 13}, - [2566] = {.lex_state = 53, .external_lex_state = 14}, - [2567] = {.lex_state = 4, .external_lex_state = 14}, - [2568] = {.lex_state = 53, .external_lex_state = 13}, - [2569] = {.lex_state = 53, .external_lex_state = 14}, - [2570] = {.lex_state = 53, .external_lex_state = 14}, - [2571] = {.lex_state = 53, .external_lex_state = 12}, - [2572] = {.lex_state = 53, .external_lex_state = 15}, - [2573] = {.lex_state = 53, .external_lex_state = 12}, - [2574] = {.lex_state = 53, .external_lex_state = 15}, - [2575] = {.lex_state = 53, .external_lex_state = 13}, - [2576] = {.lex_state = 53, .external_lex_state = 12}, + [2564] = {.lex_state = 53, .external_lex_state = 14}, + [2565] = {.lex_state = 53, .external_lex_state = 14}, + [2566] = {.lex_state = 53, .external_lex_state = 12}, + [2567] = {.lex_state = 53, .external_lex_state = 15}, + [2568] = {.lex_state = 53, .external_lex_state = 15}, + [2569] = {.lex_state = 53, .external_lex_state = 12}, + [2570] = {.lex_state = 53, .external_lex_state = 13}, + [2571] = {.lex_state = 53, .external_lex_state = 15}, + [2572] = {.lex_state = 53, .external_lex_state = 14}, + [2573] = {.lex_state = 53, .external_lex_state = 15}, + [2574] = {.lex_state = 53, .external_lex_state = 13}, + [2575] = {.lex_state = 53, .external_lex_state = 12}, + [2576] = {.lex_state = 53, .external_lex_state = 15}, [2577] = {.lex_state = 53, .external_lex_state = 14}, - [2578] = {.lex_state = 53, .external_lex_state = 12}, - [2579] = {.lex_state = 53, .external_lex_state = 14}, - [2580] = {.lex_state = 53, .external_lex_state = 12}, - [2581] = {.lex_state = 53, .external_lex_state = 14}, + [2578] = {.lex_state = 53, .external_lex_state = 14}, + [2579] = {.lex_state = 4, .external_lex_state = 14}, + [2580] = {.lex_state = 53, .external_lex_state = 14}, + [2581] = {.lex_state = 53, .external_lex_state = 12}, [2582] = {.lex_state = 53, .external_lex_state = 14}, - [2583] = {.lex_state = 53, .external_lex_state = 14}, + [2583] = {.lex_state = 53, .external_lex_state = 12}, [2584] = {.lex_state = 53, .external_lex_state = 14}, - [2585] = {.lex_state = 53, .external_lex_state = 14}, - [2586] = {.lex_state = 53, .external_lex_state = 12}, - [2587] = {.lex_state = 53, .external_lex_state = 14}, - [2588] = {.lex_state = 53, .external_lex_state = 15}, + [2585] = {.lex_state = 53, .external_lex_state = 13}, + [2586] = {.lex_state = 53, .external_lex_state = 13}, + [2587] = {.lex_state = 53, .external_lex_state = 12}, + [2588] = {.lex_state = 53, .external_lex_state = 14}, [2589] = {.lex_state = 53, .external_lex_state = 13}, - [2590] = {.lex_state = 53, .external_lex_state = 14}, - [2591] = {.lex_state = 53, .external_lex_state = 15}, - [2592] = {.lex_state = 53, .external_lex_state = 14}, - [2593] = {.lex_state = 53, .external_lex_state = 14}, + [2590] = {.lex_state = 53, .external_lex_state = 15}, + [2591] = {.lex_state = 53, .external_lex_state = 12}, + [2592] = {.lex_state = 53, .external_lex_state = 12}, + [2593] = {.lex_state = 53, .external_lex_state = 12}, [2594] = {.lex_state = 53, .external_lex_state = 14}, - [2595] = {.lex_state = 53, .external_lex_state = 12}, - [2596] = {.lex_state = 53, .external_lex_state = 12}, - [2597] = {.lex_state = 53, .external_lex_state = 14}, + [2595] = {.lex_state = 53, .external_lex_state = 14}, + [2596] = {.lex_state = 53, .external_lex_state = 14}, + [2597] = {.lex_state = 53, .external_lex_state = 12}, [2598] = {.lex_state = 53, .external_lex_state = 12}, - [2599] = {.lex_state = 53, .external_lex_state = 15}, - [2600] = {.lex_state = 53, .external_lex_state = 15}, - [2601] = {.lex_state = 53, .external_lex_state = 14}, + [2599] = {.lex_state = 53, .external_lex_state = 12}, + [2600] = {.lex_state = 53, .external_lex_state = 14}, + [2601] = {.lex_state = 53, .external_lex_state = 15}, [2602] = {.lex_state = 53, .external_lex_state = 15}, - [2603] = {.lex_state = 53, .external_lex_state = 13}, + [2603] = {.lex_state = 53, .external_lex_state = 15}, [2604] = {.lex_state = 53, .external_lex_state = 15}, - [2605] = {.lex_state = 53, .external_lex_state = 14}, - [2606] = {.lex_state = 53, .external_lex_state = 12}, + [2605] = {.lex_state = 53, .external_lex_state = 12}, + [2606] = {.lex_state = 53, .external_lex_state = 15}, [2607] = {.lex_state = 53, .external_lex_state = 14}, - [2608] = {.lex_state = 53, .external_lex_state = 12}, + [2608] = {.lex_state = 53, .external_lex_state = 14}, [2609] = {.lex_state = 53, .external_lex_state = 14}, - [2610] = {.lex_state = 53, .external_lex_state = 15}, - [2611] = {.lex_state = 53, .external_lex_state = 13}, - [2612] = {.lex_state = 53, .external_lex_state = 15}, + [2610] = {.lex_state = 53, .external_lex_state = 14}, + [2611] = {.lex_state = 53, .external_lex_state = 12}, + [2612] = {.lex_state = 53, .external_lex_state = 14}, [2613] = {.lex_state = 53, .external_lex_state = 14}, - [2614] = {.lex_state = 53, .external_lex_state = 14}, + [2614] = {.lex_state = 53, .external_lex_state = 13}, [2615] = {.lex_state = 53, .external_lex_state = 14}, - [2616] = {.lex_state = 4, .external_lex_state = 14}, + [2616] = {.lex_state = 53, .external_lex_state = 14}, [2617] = {.lex_state = 53, .external_lex_state = 14}, [2618] = {.lex_state = 53, .external_lex_state = 14}, [2619] = {.lex_state = 53, .external_lex_state = 14}, - [2620] = {.lex_state = 53, .external_lex_state = 13}, - [2621] = {.lex_state = 53, .external_lex_state = 14}, - [2622] = {.lex_state = 4, .external_lex_state = 14}, - [2623] = {.lex_state = 53, .external_lex_state = 15}, + [2620] = {.lex_state = 53, .external_lex_state = 14}, + [2621] = {.lex_state = 53, .external_lex_state = 12}, + [2622] = {.lex_state = 53, .external_lex_state = 12}, + [2623] = {.lex_state = 53, .external_lex_state = 14}, [2624] = {.lex_state = 53, .external_lex_state = 14}, - [2625] = {.lex_state = 53, .external_lex_state = 14}, - [2626] = {.lex_state = 53, .external_lex_state = 12}, - [2627] = {.lex_state = 53, .external_lex_state = 14}, - [2628] = {.lex_state = 53, .external_lex_state = 12}, - [2629] = {.lex_state = 4, .external_lex_state = 14}, - [2630] = {.lex_state = 53, .external_lex_state = 14}, - [2631] = {.lex_state = 53, .external_lex_state = 13}, - [2632] = {.lex_state = 4, .external_lex_state = 14}, - [2633] = {.lex_state = 53, .external_lex_state = 15}, - [2634] = {.lex_state = 4, .external_lex_state = 14}, - [2635] = {.lex_state = 53, .external_lex_state = 14}, - [2636] = {.lex_state = 53, .external_lex_state = 12}, - [2637] = {.lex_state = 53, .external_lex_state = 12}, + [2625] = {.lex_state = 4, .external_lex_state = 14}, + [2626] = {.lex_state = 4, .external_lex_state = 14}, + [2627] = {.lex_state = 53, .external_lex_state = 12}, + [2628] = {.lex_state = 53, .external_lex_state = 14}, + [2629] = {.lex_state = 53, .external_lex_state = 14}, + [2630] = {.lex_state = 53, .external_lex_state = 15}, + [2631] = {.lex_state = 4, .external_lex_state = 14}, + [2632] = {.lex_state = 53, .external_lex_state = 15}, + [2633] = {.lex_state = 53, .external_lex_state = 14}, + [2634] = {.lex_state = 53, .external_lex_state = 12}, + [2635] = {.lex_state = 53, .external_lex_state = 15}, + [2636] = {.lex_state = 53, .external_lex_state = 15}, + [2637] = {.lex_state = 53, .external_lex_state = 14}, [2638] = {.lex_state = 53, .external_lex_state = 15}, - [2639] = {.lex_state = 53, .external_lex_state = 15}, - [2640] = {.lex_state = 53, .external_lex_state = 14}, + [2639] = {.lex_state = 53, .external_lex_state = 12}, + [2640] = {.lex_state = 53, .external_lex_state = 15}, [2641] = {.lex_state = 53, .external_lex_state = 14}, [2642] = {.lex_state = 53, .external_lex_state = 14}, - [2643] = {.lex_state = 53, .external_lex_state = 14}, + [2643] = {.lex_state = 53, .external_lex_state = 13}, [2644] = {.lex_state = 53, .external_lex_state = 14}, [2645] = {.lex_state = 53, .external_lex_state = 14}, [2646] = {.lex_state = 53, .external_lex_state = 14}, - [2647] = {.lex_state = 53, .external_lex_state = 14}, - [2648] = {.lex_state = 53, .external_lex_state = 13}, + [2647] = {.lex_state = 4, .external_lex_state = 14}, + [2648] = {.lex_state = 53, .external_lex_state = 14}, [2649] = {.lex_state = 53, .external_lex_state = 14}, - [2650] = {.lex_state = 53, .external_lex_state = 14}, - [2651] = {.lex_state = 53, .external_lex_state = 15}, - [2652] = {.lex_state = 53, .external_lex_state = 12}, - [2653] = {.lex_state = 53, .external_lex_state = 14}, + [2650] = {.lex_state = 53, .external_lex_state = 12}, + [2651] = {.lex_state = 53, .external_lex_state = 13}, + [2652] = {.lex_state = 53, .external_lex_state = 14}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { - [0] = { + [STATE(0)] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), @@ -9925,74 +9925,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_escape_interpolation] = ACTIONS(1), [sym_string_end] = ACTIONS(1), }, - [1] = { - [sym_module] = STATE(2522), - [sym_statement] = STATE(68), - [sym_simple_statements] = STATE(738), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_if_statement] = STATE(738), - [sym_match_statement] = STATE(738), - [sym_for_statement] = STATE(738), - [sym_while_statement] = STATE(738), - [sym_try_statement] = STATE(738), - [sym_with_statement] = STATE(738), - [sym_function_definition] = STATE(738), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_class_definition] = STATE(738), - [sym_decorated_definition] = STATE(738), - [sym_decorator] = STATE(1716), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(1)] = { + [sym_module] = STATE(2558), + [sym_statement] = STATE(66), + [sym_simple_statements] = STATE(792), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_if_statement] = STATE(792), + [sym_match_statement] = STATE(792), + [sym_for_statement] = STATE(792), + [sym_while_statement] = STATE(792), + [sym_try_statement] = STATE(792), + [sym_with_statement] = STATE(792), + [sym_function_definition] = STATE(792), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_class_definition] = STATE(792), + [sym_decorated_definition] = STATE(792), + [sym_decorator] = STATE(1721), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(68), - [aux_sym_decorated_definition_repeat1] = STATE(1716), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1721), [ts_builtin_sym_end] = ACTIONS(7), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), @@ -10040,74 +10040,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(83), }, - [2] = { + [STATE(2)] = { [sym_statement] = STATE(70), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(665), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(2420), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [aux_sym_module_repeat1] = STATE(70), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -10155,74 +10155,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(103), [sym_string_start] = ACTIONS(83), }, - [3] = { - [sym_statement] = STATE(63), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(1692), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(3)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(702), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -10270,74 +10270,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [4] = { - [sym_statement] = STATE(63), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(1697), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(4)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(750), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -10385,74 +10385,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [5] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(599), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(5)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(753), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -10497,77 +10497,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [6] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(694), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(6)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(760), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -10612,77 +10612,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [7] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(754), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(7)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(820), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -10727,77 +10727,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [8] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(758), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(8)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(825), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -10842,77 +10842,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [9] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(789), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(9)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(830), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -10957,77 +10957,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [10] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(832), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(10)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(835), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11072,77 +11072,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [11] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(834), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(11)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(682), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11187,77 +11187,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [12] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(837), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(12)] = { + [sym_statement] = STATE(69), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(656), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11305,74 +11305,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(107), [sym_string_start] = ACTIONS(83), }, - [13] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(816), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(13)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(781), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11417,77 +11417,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [14] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(682), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(14)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(728), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11532,77 +11532,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [15] = { - [sym_statement] = STATE(65), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(672), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(15)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(730), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11647,77 +11647,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(109), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [16] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(827), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(16)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(704), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11762,77 +11762,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [17] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(839), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(17)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(733), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11877,77 +11877,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [18] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(726), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(18)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(710), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11992,77 +11992,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [19] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(700), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(19)] = { + [sym_statement] = STATE(69), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(673), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12110,74 +12110,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(107), [sym_string_start] = ACTIONS(83), }, - [20] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(729), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(20)] = { + [sym_statement] = STATE(68), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(675), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(68), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12222,77 +12222,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(109), [sym_string_start] = ACTIONS(83), }, - [21] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(711), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(21)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(736), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12337,77 +12337,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [22] = { - [sym_statement] = STATE(65), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(668), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(22)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(741), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12452,77 +12452,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(109), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [23] = { + [STATE(23)] = { [sym_statement] = STATE(70), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(669), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(2377), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [aux_sym_module_repeat1] = STATE(70), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12570,74 +12570,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(103), [sym_string_start] = ACTIONS(83), }, - [24] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(733), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(24)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(688), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12682,77 +12682,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [25] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(736), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(25)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(746), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12797,77 +12797,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [26] = { - [sym_statement] = STATE(72), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(2440), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(26)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(747), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(72), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12912,77 +12912,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(111), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [27] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(683), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(27)] = { + [sym_statement] = STATE(63), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(1729), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13027,77 +13027,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(83), }, - [28] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(741), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(28)] = { + [sym_statement] = STATE(70), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(2426), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(70), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13142,77 +13142,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(107), + [sym_dedent] = ACTIONS(103), [sym_string_start] = ACTIONS(83), }, - [29] = { - [sym_statement] = STATE(71), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(742), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(29)] = { + [sym_statement] = STATE(69), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(639), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13260,74 +13260,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(107), [sym_string_start] = ACTIONS(83), }, - [30] = { - [sym_statement] = STATE(72), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(2418), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(30)] = { + [sym_statement] = STATE(63), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(1693), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(72), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13375,74 +13375,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(83), }, - [31] = { - [sym_statement] = STATE(72), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(2376), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(31)] = { + [sym_statement] = STATE(70), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(2449), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(72), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(70), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13487,77 +13487,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(111), + [sym_dedent] = ACTIONS(103), [sym_string_start] = ACTIONS(83), }, - [32] = { - [sym_statement] = STATE(65), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(662), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(32)] = { + [sym_statement] = STATE(70), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(2450), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(70), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13602,77 +13602,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(109), + [sym_dedent] = ACTIONS(103), [sym_string_start] = ACTIONS(83), }, - [33] = { - [sym_statement] = STATE(72), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(2362), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(33)] = { + [sym_statement] = STATE(70), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(2462), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(72), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(70), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13717,77 +13717,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(111), + [sym_dedent] = ACTIONS(103), [sym_string_start] = ACTIONS(83), }, - [34] = { - [sym_statement] = STATE(72), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(2420), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(34)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(600), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(72), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13832,77 +13832,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(111), + [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [35] = { - [sym_statement] = STATE(72), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(2445), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(35)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(690), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(72), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13947,77 +13947,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(111), + [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [36] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(684), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(36)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(779), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14065,74 +14065,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [37] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(777), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(37)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(840), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14180,74 +14180,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [38] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(779), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(38)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(784), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14295,74 +14295,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [39] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(783), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(39)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(797), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14410,74 +14410,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [40] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(795), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(40)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(800), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14525,74 +14525,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [41] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(798), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(41)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(802), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14640,74 +14640,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [42] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(800), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(42)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(803), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14755,74 +14755,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [43] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(801), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(43)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(681), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14870,74 +14870,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [44] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(692), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(44)] = { + [sym_statement] = STATE(71), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(635), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(71), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14982,77 +14982,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(113), + [sym_dedent] = ACTIONS(115), [sym_string_start] = ACTIONS(83), }, - [45] = { + [STATE(45)] = { [sym_statement] = STATE(67), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(673), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(809), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15097,77 +15097,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(115), + [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [46] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(806), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(46)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(813), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15215,74 +15215,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [47] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(809), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(47)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(814), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15330,74 +15330,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [48] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(810), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(48)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(698), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15445,74 +15445,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [49] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(698), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(49)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(819), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15560,74 +15560,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [50] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(815), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(50)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(707), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15675,74 +15675,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [51] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(719), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(51)] = { + [sym_statement] = STATE(71), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(640), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(71), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15787,77 +15787,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(113), + [sym_dedent] = ACTIONS(115), [sym_string_start] = ACTIONS(83), }, - [52] = { - [sym_statement] = STATE(67), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(675), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(52)] = { + [sym_statement] = STATE(72), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(641), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(72), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15902,77 +15902,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(115), + [sym_dedent] = ACTIONS(117), [sym_string_start] = ACTIONS(83), }, - [53] = { - [sym_statement] = STATE(66), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(636), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(53)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(823), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(66), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16017,77 +16017,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(117), + [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [54] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(819), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(54)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(827), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16135,74 +16135,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [55] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(822), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(55)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(687), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16250,74 +16250,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [56] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(702), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(56)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(831), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16365,74 +16365,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [57] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(825), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(57)] = { + [sym_statement] = STATE(67), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(832), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16480,74 +16480,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(83), }, - [58] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(826), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(58)] = { + [sym_statement] = STATE(71), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(647), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(71), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16592,77 +16592,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(113), + [sym_dedent] = ACTIONS(115), [sym_string_start] = ACTIONS(83), }, - [59] = { - [sym_statement] = STATE(67), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(647), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(59)] = { + [sym_statement] = STATE(72), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(648), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(72), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16707,77 +16707,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(115), + [sym_dedent] = ACTIONS(117), [sym_string_start] = ACTIONS(83), }, - [60] = { - [sym_statement] = STATE(66), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(679), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(60)] = { + [sym_statement] = STATE(62), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(603), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(66), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16822,77 +16822,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(117), + [sym_dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(83), }, - [61] = { - [sym_statement] = STATE(69), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_block] = STATE(608), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(61)] = { + [sym_statement] = STATE(68), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_block] = STATE(642), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(68), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16937,190 +16937,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(113), + [sym_dedent] = ACTIONS(109), [sym_string_start] = ACTIONS(83), }, - [62] = { - [sym_statement] = STATE(62), - [sym_simple_statements] = STATE(738), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_if_statement] = STATE(738), - [sym_match_statement] = STATE(738), - [sym_for_statement] = STATE(738), - [sym_while_statement] = STATE(738), - [sym_try_statement] = STATE(738), - [sym_with_statement] = STATE(738), - [sym_function_definition] = STATE(738), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_class_definition] = STATE(738), - [sym_decorated_definition] = STATE(738), - [sym_decorator] = STATE(1716), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), - [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), - [sym_attribute] = STATE(627), - [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), - [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(1716), - [ts_builtin_sym_end] = ACTIONS(119), - [sym_identifier] = ACTIONS(121), - [anon_sym_import] = ACTIONS(124), - [anon_sym_from] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(130), - [anon_sym_STAR] = ACTIONS(133), - [anon_sym_print] = ACTIONS(136), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_exec] = ACTIONS(142), - [anon_sym_async] = ACTIONS(145), - [anon_sym_await] = ACTIONS(148), - [anon_sym_type] = ACTIONS(151), - [anon_sym_match] = ACTIONS(154), - [anon_sym_return] = ACTIONS(157), - [anon_sym_del] = ACTIONS(160), - [anon_sym_raise] = ACTIONS(163), - [anon_sym_pass] = ACTIONS(166), - [anon_sym_break] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(172), - [anon_sym_if] = ACTIONS(175), - [anon_sym_for] = ACTIONS(178), - [anon_sym_while] = ACTIONS(181), - [anon_sym_try] = ACTIONS(184), - [anon_sym_with] = ACTIONS(187), - [anon_sym_def] = ACTIONS(190), - [anon_sym_global] = ACTIONS(193), - [anon_sym_nonlocal] = ACTIONS(196), - [anon_sym_class] = ACTIONS(199), - [anon_sym_LBRACK] = ACTIONS(202), - [anon_sym_AT] = ACTIONS(205), - [anon_sym_DASH] = ACTIONS(208), - [anon_sym_LBRACE] = ACTIONS(211), - [anon_sym_PLUS] = ACTIONS(208), - [anon_sym_not] = ACTIONS(214), - [anon_sym_TILDE] = ACTIONS(208), - [anon_sym_lambda] = ACTIONS(217), - [anon_sym_yield] = ACTIONS(220), - [anon_sym_DOT_DOT_DOT] = ACTIONS(223), - [sym_integer] = ACTIONS(226), - [sym_float] = ACTIONS(229), - [sym_true] = ACTIONS(226), - [sym_false] = ACTIONS(226), - [sym_none] = ACTIONS(226), - [sym_comment] = ACTIONS(3), - [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(232), - }, - [63] = { - [sym_statement] = STATE(64), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(62)] = { + [sym_statement] = STATE(65), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(64), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -17165,190 +17051,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(235), - [sym_string_start] = ACTIONS(83), - }, - [64] = { - [sym_statement] = STATE(64), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), - [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), - [sym_attribute] = STATE(627), - [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), - [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(64), - [aux_sym_decorated_definition_repeat1] = STATE(1685), - [sym_identifier] = ACTIONS(121), - [anon_sym_import] = ACTIONS(124), - [anon_sym_from] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(130), - [anon_sym_STAR] = ACTIONS(133), - [anon_sym_print] = ACTIONS(136), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_exec] = ACTIONS(142), - [anon_sym_async] = ACTIONS(237), - [anon_sym_await] = ACTIONS(148), - [anon_sym_type] = ACTIONS(151), - [anon_sym_match] = ACTIONS(240), - [anon_sym_return] = ACTIONS(157), - [anon_sym_del] = ACTIONS(160), - [anon_sym_raise] = ACTIONS(163), - [anon_sym_pass] = ACTIONS(166), - [anon_sym_break] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(172), - [anon_sym_if] = ACTIONS(243), - [anon_sym_for] = ACTIONS(246), - [anon_sym_while] = ACTIONS(249), - [anon_sym_try] = ACTIONS(252), - [anon_sym_with] = ACTIONS(255), - [anon_sym_def] = ACTIONS(258), - [anon_sym_global] = ACTIONS(193), - [anon_sym_nonlocal] = ACTIONS(196), - [anon_sym_class] = ACTIONS(261), - [anon_sym_LBRACK] = ACTIONS(202), - [anon_sym_AT] = ACTIONS(205), - [anon_sym_DASH] = ACTIONS(208), - [anon_sym_LBRACE] = ACTIONS(211), - [anon_sym_PLUS] = ACTIONS(208), - [anon_sym_not] = ACTIONS(214), - [anon_sym_TILDE] = ACTIONS(208), - [anon_sym_lambda] = ACTIONS(217), - [anon_sym_yield] = ACTIONS(220), - [anon_sym_DOT_DOT_DOT] = ACTIONS(223), - [sym_integer] = ACTIONS(226), - [sym_float] = ACTIONS(229), - [sym_true] = ACTIONS(226), - [sym_false] = ACTIONS(226), - [sym_none] = ACTIONS(226), - [sym_comment] = ACTIONS(3), - [sym_line_continuation] = ACTIONS(3), [sym_dedent] = ACTIONS(119), - [sym_string_start] = ACTIONS(232), + [sym_string_start] = ACTIONS(83), }, - [65] = { - [sym_statement] = STATE(64), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(63)] = { + [sym_statement] = STATE(65), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(64), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -17393,76 +17165,305 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(264), + [sym_dedent] = ACTIONS(121), [sym_string_start] = ACTIONS(83), }, - [66] = { + [STATE(64)] = { [sym_statement] = STATE(64), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [sym_simple_statements] = STATE(792), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_if_statement] = STATE(792), + [sym_match_statement] = STATE(792), + [sym_for_statement] = STATE(792), + [sym_while_statement] = STATE(792), + [sym_try_statement] = STATE(792), + [sym_with_statement] = STATE(792), + [sym_function_definition] = STATE(792), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_class_definition] = STATE(792), + [sym_decorated_definition] = STATE(792), + [sym_decorator] = STATE(1721), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [aux_sym_module_repeat1] = STATE(64), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [aux_sym_decorated_definition_repeat1] = STATE(1721), + [ts_builtin_sym_end] = ACTIONS(123), + [sym_identifier] = ACTIONS(125), + [anon_sym_import] = ACTIONS(128), + [anon_sym_from] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(134), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_print] = ACTIONS(140), + [anon_sym_assert] = ACTIONS(143), + [anon_sym_exec] = ACTIONS(146), + [anon_sym_async] = ACTIONS(149), + [anon_sym_await] = ACTIONS(152), + [anon_sym_type] = ACTIONS(155), + [anon_sym_match] = ACTIONS(158), + [anon_sym_return] = ACTIONS(161), + [anon_sym_del] = ACTIONS(164), + [anon_sym_raise] = ACTIONS(167), + [anon_sym_pass] = ACTIONS(170), + [anon_sym_break] = ACTIONS(173), + [anon_sym_continue] = ACTIONS(176), + [anon_sym_if] = ACTIONS(179), + [anon_sym_for] = ACTIONS(182), + [anon_sym_while] = ACTIONS(185), + [anon_sym_try] = ACTIONS(188), + [anon_sym_with] = ACTIONS(191), + [anon_sym_def] = ACTIONS(194), + [anon_sym_global] = ACTIONS(197), + [anon_sym_nonlocal] = ACTIONS(200), + [anon_sym_class] = ACTIONS(203), + [anon_sym_LBRACK] = ACTIONS(206), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_DASH] = ACTIONS(212), + [anon_sym_LBRACE] = ACTIONS(215), + [anon_sym_PLUS] = ACTIONS(212), + [anon_sym_not] = ACTIONS(218), + [anon_sym_TILDE] = ACTIONS(212), + [anon_sym_lambda] = ACTIONS(221), + [anon_sym_yield] = ACTIONS(224), + [anon_sym_DOT_DOT_DOT] = ACTIONS(227), + [sym_integer] = ACTIONS(230), + [sym_float] = ACTIONS(233), + [sym_true] = ACTIONS(230), + [sym_false] = ACTIONS(230), + [sym_none] = ACTIONS(230), + [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), + [sym_string_start] = ACTIONS(236), + }, + [STATE(65)] = { + [sym_statement] = STATE(65), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), + [sym_list_splat_pattern] = STATE(627), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), + [sym_attribute] = STATE(627), + [sym_subscript] = STATE(627), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(951), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1692), + [sym_identifier] = ACTIONS(125), + [anon_sym_import] = ACTIONS(128), + [anon_sym_from] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(134), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_print] = ACTIONS(140), + [anon_sym_assert] = ACTIONS(143), + [anon_sym_exec] = ACTIONS(146), + [anon_sym_async] = ACTIONS(239), + [anon_sym_await] = ACTIONS(152), + [anon_sym_type] = ACTIONS(155), + [anon_sym_match] = ACTIONS(242), + [anon_sym_return] = ACTIONS(161), + [anon_sym_del] = ACTIONS(164), + [anon_sym_raise] = ACTIONS(167), + [anon_sym_pass] = ACTIONS(170), + [anon_sym_break] = ACTIONS(173), + [anon_sym_continue] = ACTIONS(176), + [anon_sym_if] = ACTIONS(245), + [anon_sym_for] = ACTIONS(248), + [anon_sym_while] = ACTIONS(251), + [anon_sym_try] = ACTIONS(254), + [anon_sym_with] = ACTIONS(257), + [anon_sym_def] = ACTIONS(260), + [anon_sym_global] = ACTIONS(197), + [anon_sym_nonlocal] = ACTIONS(200), + [anon_sym_class] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(206), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_DASH] = ACTIONS(212), + [anon_sym_LBRACE] = ACTIONS(215), + [anon_sym_PLUS] = ACTIONS(212), + [anon_sym_not] = ACTIONS(218), + [anon_sym_TILDE] = ACTIONS(212), + [anon_sym_lambda] = ACTIONS(221), + [anon_sym_yield] = ACTIONS(224), + [anon_sym_DOT_DOT_DOT] = ACTIONS(227), + [sym_integer] = ACTIONS(230), + [sym_float] = ACTIONS(233), + [sym_true] = ACTIONS(230), + [sym_false] = ACTIONS(230), + [sym_none] = ACTIONS(230), + [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), + [sym_dedent] = ACTIONS(123), + [sym_string_start] = ACTIONS(236), + }, + [STATE(66)] = { + [sym_statement] = STATE(64), + [sym_simple_statements] = STATE(792), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_if_statement] = STATE(792), + [sym_match_statement] = STATE(792), + [sym_for_statement] = STATE(792), + [sym_while_statement] = STATE(792), + [sym_try_statement] = STATE(792), + [sym_with_statement] = STATE(792), + [sym_function_definition] = STATE(792), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_class_definition] = STATE(792), + [sym_decorated_definition] = STATE(792), + [sym_decorator] = STATE(1721), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), + [sym_list_splat_pattern] = STATE(627), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), + [sym_attribute] = STATE(627), + [sym_subscript] = STATE(627), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(951), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(64), + [aux_sym_decorated_definition_repeat1] = STATE(1721), + [ts_builtin_sym_end] = ACTIONS(266), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -17471,25 +17472,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_exec] = ACTIONS(23), - [anon_sym_async] = ACTIONS(85), + [anon_sym_async] = ACTIONS(25), [anon_sym_await] = ACTIONS(27), [anon_sym_type] = ACTIONS(29), - [anon_sym_match] = ACTIONS(87), + [anon_sym_match] = ACTIONS(31), [anon_sym_return] = ACTIONS(33), [anon_sym_del] = ACTIONS(35), [anon_sym_raise] = ACTIONS(37), [anon_sym_pass] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), [anon_sym_continue] = ACTIONS(43), - [anon_sym_if] = ACTIONS(89), - [anon_sym_for] = ACTIONS(91), - [anon_sym_while] = ACTIONS(93), - [anon_sym_try] = ACTIONS(95), - [anon_sym_with] = ACTIONS(97), - [anon_sym_def] = ACTIONS(99), + [anon_sym_if] = ACTIONS(45), + [anon_sym_for] = ACTIONS(47), + [anon_sym_while] = ACTIONS(49), + [anon_sym_try] = ACTIONS(51), + [anon_sym_with] = ACTIONS(53), + [anon_sym_def] = ACTIONS(55), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_class] = ACTIONS(101), + [anon_sym_class] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_AT] = ACTIONS(65), [anon_sym_DASH] = ACTIONS(67), @@ -17507,76 +17508,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_dedent] = ACTIONS(266), [sym_string_start] = ACTIONS(83), }, - [67] = { - [sym_statement] = STATE(64), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(67)] = { + [sym_statement] = STATE(65), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(64), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -17624,74 +17624,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(268), [sym_string_start] = ACTIONS(83), }, - [68] = { - [sym_statement] = STATE(62), - [sym_simple_statements] = STATE(738), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_if_statement] = STATE(738), - [sym_match_statement] = STATE(738), - [sym_for_statement] = STATE(738), - [sym_while_statement] = STATE(738), - [sym_try_statement] = STATE(738), - [sym_with_statement] = STATE(738), - [sym_function_definition] = STATE(738), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_class_definition] = STATE(738), - [sym_decorated_definition] = STATE(738), - [sym_decorator] = STATE(1716), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(68)] = { + [sym_statement] = STATE(65), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(1716), - [ts_builtin_sym_end] = ACTIONS(270), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -17700,25 +17699,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_exec] = ACTIONS(23), - [anon_sym_async] = ACTIONS(25), + [anon_sym_async] = ACTIONS(85), [anon_sym_await] = ACTIONS(27), [anon_sym_type] = ACTIONS(29), - [anon_sym_match] = ACTIONS(31), + [anon_sym_match] = ACTIONS(87), [anon_sym_return] = ACTIONS(33), [anon_sym_del] = ACTIONS(35), [anon_sym_raise] = ACTIONS(37), [anon_sym_pass] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), [anon_sym_continue] = ACTIONS(43), - [anon_sym_if] = ACTIONS(45), - [anon_sym_for] = ACTIONS(47), - [anon_sym_while] = ACTIONS(49), - [anon_sym_try] = ACTIONS(51), - [anon_sym_with] = ACTIONS(53), - [anon_sym_def] = ACTIONS(55), + [anon_sym_if] = ACTIONS(89), + [anon_sym_for] = ACTIONS(91), + [anon_sym_while] = ACTIONS(93), + [anon_sym_try] = ACTIONS(95), + [anon_sym_with] = ACTIONS(97), + [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), + [anon_sym_class] = ACTIONS(101), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_AT] = ACTIONS(65), [anon_sym_DASH] = ACTIONS(67), @@ -17736,75 +17735,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), + [sym_dedent] = ACTIONS(270), [sym_string_start] = ACTIONS(83), }, - [69] = { - [sym_statement] = STATE(64), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(69)] = { + [sym_statement] = STATE(65), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(64), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -17852,73 +17852,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(272), [sym_string_start] = ACTIONS(83), }, - [70] = { - [sym_statement] = STATE(64), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(70)] = { + [sym_statement] = STATE(65), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(64), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -17966,73 +17966,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(274), [sym_string_start] = ACTIONS(83), }, - [71] = { - [sym_statement] = STATE(64), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(71)] = { + [sym_statement] = STATE(65), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(64), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -18080,73 +18080,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(276), [sym_string_start] = ACTIONS(83), }, - [72] = { - [sym_statement] = STATE(64), - [sym_simple_statements] = STATE(747), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_if_statement] = STATE(747), - [sym_match_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_with_statement] = STATE(747), - [sym_function_definition] = STATE(747), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_class_definition] = STATE(747), - [sym_decorated_definition] = STATE(747), - [sym_decorator] = STATE(1685), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(72)] = { + [sym_statement] = STATE(65), + [sym_simple_statements] = STATE(751), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_if_statement] = STATE(751), + [sym_match_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_function_definition] = STATE(751), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_class_definition] = STATE(751), + [sym_decorated_definition] = STATE(751), + [sym_decorator] = STATE(1692), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), - [aux_sym_module_repeat1] = STATE(64), - [aux_sym_decorated_definition_repeat1] = STATE(1685), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1692), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -18194,43 +18194,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_dedent] = ACTIONS(278), [sym_string_start] = ACTIONS(83), }, - [73] = { + [STATE(73)] = { [sym_named_expression] = STATE(1618), - [sym_named_expression_lhs] = STATE(2632), - [sym_type_parameter] = STATE(1974), - [sym_list_splat_pattern] = STATE(1317), + [sym_named_expression_lhs] = STATE(2625), + [sym_type_parameter] = STATE(2002), + [sym_list_splat_pattern] = STATE(1272), [sym_as_pattern_] = STATE(1618), - [sym_expression] = STATE(1650), + [sym_expression] = STATE(1651), [sym_primary_expression] = STATE(948), [sym_not_operator] = STATE(1618), [sym_boolean_operator] = STATE(1618), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), [sym_comparison_operator] = STATE(1618), [sym_lambda] = STATE(1618), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), [sym_type] = STATE(2110), - [sym_splat_type] = STATE(1918), - [sym_generic_type] = STATE(1918), - [sym_union_type] = STATE(1918), - [sym_constrained_type] = STATE(1918), - [sym_member_type] = STATE(1918), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), + [sym_splat_type] = STATE(2003), + [sym_generic_type] = STATE(2003), + [sym_union_type] = STATE(2003), + [sym_constrained_type] = STATE(2003), + [sym_member_type] = STATE(2003), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), [sym_conditional_expression] = STATE(1618), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), [sym_identifier] = ACTIONS(280), [anon_sym_SEMI] = ACTIONS(282), [anon_sym_DOT] = ACTIONS(284), @@ -18300,42 +18300,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(282), [sym_string_start] = ACTIONS(333), }, - [74] = { + [STATE(74)] = { [sym_named_expression] = STATE(1618), - [sym_named_expression_lhs] = STATE(2632), - [sym_list_splat_pattern] = STATE(1317), + [sym_named_expression_lhs] = STATE(2625), + [sym_list_splat_pattern] = STATE(1272), [sym_as_pattern_] = STATE(1618), - [sym_expression] = STATE(1650), + [sym_expression] = STATE(1651), [sym_primary_expression] = STATE(948), [sym_not_operator] = STATE(1618), [sym_boolean_operator] = STATE(1618), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), [sym_comparison_operator] = STATE(1618), [sym_lambda] = STATE(1618), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), [sym_type] = STATE(2110), - [sym_splat_type] = STATE(1918), - [sym_generic_type] = STATE(1918), - [sym_union_type] = STATE(1918), - [sym_constrained_type] = STATE(1918), - [sym_member_type] = STATE(1918), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), + [sym_splat_type] = STATE(2003), + [sym_generic_type] = STATE(2003), + [sym_union_type] = STATE(2003), + [sym_constrained_type] = STATE(2003), + [sym_member_type] = STATE(2003), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), [sym_conditional_expression] = STATE(1618), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), [sym_identifier] = ACTIONS(280), [anon_sym_SEMI] = ACTIONS(282), [anon_sym_DOT] = ACTIONS(284), @@ -18405,66 +18405,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(282), [sym_string_start] = ACTIONS(333), }, - [75] = { - [sym_simple_statements] = STATE(830), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), - [sym_list_splat_pattern] = STATE(612), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1603), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), - [sym_attribute] = STATE(612), - [sym_subscript] = STATE(612), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_type] = STATE(1935), - [sym_splat_type] = STATE(1918), - [sym_generic_type] = STATE(1918), - [sym_union_type] = STATE(1918), - [sym_constrained_type] = STATE(1918), - [sym_member_type] = STATE(1918), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [STATE(75)] = { + [sym_simple_statements] = STATE(727), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), + [sym_list_splat_pattern] = STATE(619), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1575), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), + [sym_attribute] = STATE(619), + [sym_subscript] = STATE(619), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_type] = STATE(1962), + [sym_splat_type] = STATE(2003), + [sym_generic_type] = STATE(2003), + [sym_union_type] = STATE(2003), + [sym_constrained_type] = STATE(2003), + [sym_member_type] = STATE(2003), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(338), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -18506,66 +18506,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(362), [sym_string_start] = ACTIONS(83), }, - [76] = { - [sym_simple_statements] = STATE(737), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), - [sym_list_splat_pattern] = STATE(612), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1603), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), - [sym_attribute] = STATE(612), - [sym_subscript] = STATE(612), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_type] = STATE(1935), - [sym_splat_type] = STATE(1918), - [sym_generic_type] = STATE(1918), - [sym_union_type] = STATE(1918), - [sym_constrained_type] = STATE(1918), - [sym_member_type] = STATE(1918), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [STATE(76)] = { + [sym_simple_statements] = STATE(732), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), + [sym_list_splat_pattern] = STATE(619), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1575), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), + [sym_attribute] = STATE(619), + [sym_subscript] = STATE(619), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_type] = STATE(1962), + [sym_splat_type] = STATE(2003), + [sym_generic_type] = STATE(2003), + [sym_union_type] = STATE(2003), + [sym_constrained_type] = STATE(2003), + [sym_member_type] = STATE(2003), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(338), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -18607,66 +18607,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(366), [sym_string_start] = ACTIONS(83), }, - [77] = { - [sym_simple_statements] = STATE(820), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), - [sym_list_splat_pattern] = STATE(612), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1603), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), - [sym_attribute] = STATE(612), - [sym_subscript] = STATE(612), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_type] = STATE(1935), - [sym_splat_type] = STATE(1918), - [sym_generic_type] = STATE(1918), - [sym_union_type] = STATE(1918), - [sym_constrained_type] = STATE(1918), - [sym_member_type] = STATE(1918), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [STATE(77)] = { + [sym_simple_statements] = STATE(812), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), + [sym_list_splat_pattern] = STATE(619), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1575), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), + [sym_attribute] = STATE(619), + [sym_subscript] = STATE(619), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_type] = STATE(1962), + [sym_splat_type] = STATE(2003), + [sym_generic_type] = STATE(2003), + [sym_union_type] = STATE(2003), + [sym_constrained_type] = STATE(2003), + [sym_member_type] = STATE(2003), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(338), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -18708,66 +18708,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(370), [sym_string_start] = ACTIONS(83), }, - [78] = { - [sym_simple_statements] = STATE(814), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), - [sym_list_splat_pattern] = STATE(612), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1603), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), - [sym_attribute] = STATE(612), - [sym_subscript] = STATE(612), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_type] = STATE(1935), - [sym_splat_type] = STATE(1918), - [sym_generic_type] = STATE(1918), - [sym_union_type] = STATE(1918), - [sym_constrained_type] = STATE(1918), - [sym_member_type] = STATE(1918), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [STATE(78)] = { + [sym_simple_statements] = STATE(742), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), + [sym_list_splat_pattern] = STATE(619), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1575), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), + [sym_attribute] = STATE(619), + [sym_subscript] = STATE(619), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_type] = STATE(1962), + [sym_splat_type] = STATE(2003), + [sym_generic_type] = STATE(2003), + [sym_union_type] = STATE(2003), + [sym_constrained_type] = STATE(2003), + [sym_member_type] = STATE(2003), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(338), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -18809,66 +18809,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(374), [sym_string_start] = ACTIONS(83), }, - [79] = { - [sym_simple_statements] = STATE(734), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), - [sym_list_splat_pattern] = STATE(612), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1603), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), - [sym_attribute] = STATE(612), - [sym_subscript] = STATE(612), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_type] = STATE(1935), - [sym_splat_type] = STATE(1918), - [sym_generic_type] = STATE(1918), - [sym_union_type] = STATE(1918), - [sym_constrained_type] = STATE(1918), - [sym_member_type] = STATE(1918), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [STATE(79)] = { + [sym_simple_statements] = STATE(737), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), + [sym_list_splat_pattern] = STATE(619), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1575), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), + [sym_attribute] = STATE(619), + [sym_subscript] = STATE(619), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_type] = STATE(1962), + [sym_splat_type] = STATE(2003), + [sym_generic_type] = STATE(2003), + [sym_union_type] = STATE(2003), + [sym_constrained_type] = STATE(2003), + [sym_member_type] = STATE(2003), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(338), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -18910,66 +18910,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(378), [sym_string_start] = ACTIONS(83), }, - [80] = { - [sym_simple_statements] = STATE(823), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), - [sym_list_splat_pattern] = STATE(612), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1603), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), - [sym_attribute] = STATE(612), - [sym_subscript] = STATE(612), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_type] = STATE(1935), - [sym_splat_type] = STATE(1918), - [sym_generic_type] = STATE(1918), - [sym_union_type] = STATE(1918), - [sym_constrained_type] = STATE(1918), - [sym_member_type] = STATE(1918), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [STATE(80)] = { + [sym_simple_statements] = STATE(828), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), + [sym_list_splat_pattern] = STATE(619), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1575), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), + [sym_attribute] = STATE(619), + [sym_subscript] = STATE(619), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_type] = STATE(1962), + [sym_splat_type] = STATE(2003), + [sym_generic_type] = STATE(2003), + [sym_union_type] = STATE(2003), + [sym_constrained_type] = STATE(2003), + [sym_member_type] = STATE(2003), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(338), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -19011,66 +19011,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(382), [sym_string_start] = ACTIONS(83), }, - [81] = { - [sym_simple_statements] = STATE(728), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), - [sym_list_splat_pattern] = STATE(612), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1603), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), - [sym_attribute] = STATE(612), - [sym_subscript] = STATE(612), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_type] = STATE(1935), - [sym_splat_type] = STATE(1918), - [sym_generic_type] = STATE(1918), - [sym_union_type] = STATE(1918), - [sym_constrained_type] = STATE(1918), - [sym_member_type] = STATE(1918), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [STATE(81)] = { + [sym_simple_statements] = STATE(818), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), + [sym_list_splat_pattern] = STATE(619), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1575), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), + [sym_attribute] = STATE(619), + [sym_subscript] = STATE(619), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_type] = STATE(1962), + [sym_splat_type] = STATE(2003), + [sym_generic_type] = STATE(2003), + [sym_union_type] = STATE(2003), + [sym_constrained_type] = STATE(2003), + [sym_member_type] = STATE(2003), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(338), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -19112,66 +19112,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(386), [sym_string_start] = ACTIONS(83), }, - [82] = { - [sym_simple_statements] = STATE(808), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), - [sym_list_splat_pattern] = STATE(612), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1603), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), - [sym_attribute] = STATE(612), - [sym_subscript] = STATE(612), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_type] = STATE(1935), - [sym_splat_type] = STATE(1918), - [sym_generic_type] = STATE(1918), - [sym_union_type] = STATE(1918), - [sym_constrained_type] = STATE(1918), - [sym_member_type] = STATE(1918), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [STATE(82)] = { + [sym_simple_statements] = STATE(824), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), + [sym_list_splat_pattern] = STATE(619), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1575), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), + [sym_attribute] = STATE(619), + [sym_subscript] = STATE(619), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_type] = STATE(1962), + [sym_splat_type] = STATE(2003), + [sym_generic_type] = STATE(2003), + [sym_union_type] = STATE(2003), + [sym_constrained_type] = STATE(2003), + [sym_member_type] = STATE(2003), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(338), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -19213,37 +19213,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(390), [sym_string_start] = ACTIONS(83), }, - [83] = { - [sym_chevron] = STATE(2093), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_list_splat_pattern] = STATE(1082), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1719), - [sym_primary_expression] = STATE(928), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_attribute] = STATE(1082), - [sym_subscript] = STATE(1082), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [STATE(83)] = { + [sym_chevron] = STATE(2057), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_list_splat_pattern] = STATE(1069), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1715), + [sym_primary_expression] = STATE(936), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_attribute] = STATE(1069), + [sym_subscript] = STATE(1069), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(392), [anon_sym_SEMI] = ACTIONS(282), [anon_sym_DOT] = ACTIONS(284), @@ -19260,7 +19260,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_type] = ACTIONS(392), [anon_sym_match] = ACTIONS(392), [anon_sym_if] = ACTIONS(284), - [anon_sym_COLON] = ACTIONS(303), + [anon_sym_COLON] = ACTIONS(309), [anon_sym_in] = ACTIONS(284), [anon_sym_STAR_STAR] = ACTIONS(284), [anon_sym_EQ] = ACTIONS(309), @@ -19313,37 +19313,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(282), [sym_string_start] = ACTIONS(83), }, - [84] = { - [sym_chevron] = STATE(2093), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_list_splat_pattern] = STATE(1082), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1719), - [sym_primary_expression] = STATE(928), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_attribute] = STATE(1082), - [sym_subscript] = STATE(1082), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [STATE(84)] = { + [sym_chevron] = STATE(2057), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_list_splat_pattern] = STATE(1069), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1715), + [sym_primary_expression] = STATE(936), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_attribute] = STATE(1069), + [sym_subscript] = STATE(1069), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(392), [anon_sym_SEMI] = ACTIONS(282), [anon_sym_DOT] = ACTIONS(284), @@ -19360,7 +19360,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_type] = ACTIONS(392), [anon_sym_match] = ACTIONS(392), [anon_sym_if] = ACTIONS(284), - [anon_sym_COLON] = ACTIONS(309), + [anon_sym_COLON] = ACTIONS(303), [anon_sym_in] = ACTIONS(284), [anon_sym_STAR_STAR] = ACTIONS(284), [anon_sym_EQ] = ACTIONS(309), @@ -19413,36 +19413,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(282), [sym_string_start] = ACTIONS(83), }, - [85] = { + [STATE(85)] = { [sym_named_expression] = STATE(1618), - [sym_named_expression_lhs] = STATE(2632), - [sym_list_splat_pattern] = STATE(1317), + [sym_named_expression_lhs] = STATE(2625), + [sym_list_splat_pattern] = STATE(1272), [sym_as_pattern_] = STATE(1618), - [sym_expression] = STATE(1736), + [sym_expression] = STATE(1764), [sym_primary_expression] = STATE(948), [sym_not_operator] = STATE(1618), [sym_boolean_operator] = STATE(1618), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), [sym_comparison_operator] = STATE(1618), [sym_lambda] = STATE(1618), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), [sym_conditional_expression] = STATE(1618), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), [sym_identifier] = ACTIONS(301), [anon_sym_SEMI] = ACTIONS(282), [anon_sym_DOT] = ACTIONS(284), @@ -19512,36 +19512,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(282), [sym_string_start] = ACTIONS(333), }, - [86] = { + [STATE(86)] = { [sym_named_expression] = STATE(1618), - [sym_named_expression_lhs] = STATE(2632), - [sym_list_splat_pattern] = STATE(1317), + [sym_named_expression_lhs] = STATE(2625), + [sym_list_splat_pattern] = STATE(1272), [sym_as_pattern_] = STATE(1618), - [sym_expression] = STATE(1763), + [sym_expression] = STATE(1732), [sym_primary_expression] = STATE(948), [sym_not_operator] = STATE(1618), [sym_boolean_operator] = STATE(1618), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), [sym_comparison_operator] = STATE(1618), [sym_lambda] = STATE(1618), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), [sym_conditional_expression] = STATE(1618), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), [sym_identifier] = ACTIONS(301), [anon_sym_SEMI] = ACTIONS(282), [anon_sym_DOT] = ACTIONS(284), @@ -19611,60 +19611,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(282), [sym_string_start] = ACTIONS(333), }, - [87] = { - [sym_simple_statements] = STATE(607), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(87)] = { + [sym_simple_statements] = STATE(689), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -19705,60 +19705,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(422), [sym_string_start] = ACTIONS(83), }, - [88] = { - [sym_simple_statements] = STATE(2464), - [sym_import_statement] = STATE(2232), - [sym_future_import_statement] = STATE(2232), - [sym_import_from_statement] = STATE(2232), - [sym_print_statement] = STATE(2232), - [sym_assert_statement] = STATE(2232), - [sym_expression_statement] = STATE(2232), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2232), - [sym_delete_statement] = STATE(2232), - [sym_raise_statement] = STATE(2232), - [sym_pass_statement] = STATE(2232), - [sym_break_statement] = STATE(2232), - [sym_continue_statement] = STATE(2232), - [sym_global_statement] = STATE(2232), - [sym_nonlocal_statement] = STATE(2232), - [sym_exec_statement] = STATE(2232), - [sym_type_alias_statement] = STATE(2232), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(88)] = { + [sym_simple_statements] = STATE(785), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -19799,60 +19799,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(426), [sym_string_start] = ACTIONS(83), }, - [89] = { - [sym_simple_statements] = STATE(739), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(89)] = { + [sym_simple_statements] = STATE(694), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -19893,60 +19893,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(430), [sym_string_start] = ACTIONS(83), }, - [90] = { - [sym_simple_statements] = STATE(637), - [sym_import_statement] = STATE(2171), - [sym_future_import_statement] = STATE(2171), - [sym_import_from_statement] = STATE(2171), - [sym_print_statement] = STATE(2171), - [sym_assert_statement] = STATE(2171), - [sym_expression_statement] = STATE(2171), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2171), - [sym_delete_statement] = STATE(2171), - [sym_raise_statement] = STATE(2171), - [sym_pass_statement] = STATE(2171), - [sym_break_statement] = STATE(2171), - [sym_continue_statement] = STATE(2171), - [sym_global_statement] = STATE(2171), - [sym_nonlocal_statement] = STATE(2171), - [sym_exec_statement] = STATE(2171), - [sym_type_alias_statement] = STATE(2171), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(90)] = { + [sym_simple_statements] = STATE(678), + [sym_import_statement] = STATE(2243), + [sym_future_import_statement] = STATE(2243), + [sym_import_from_statement] = STATE(2243), + [sym_print_statement] = STATE(2243), + [sym_assert_statement] = STATE(2243), + [sym_expression_statement] = STATE(2243), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2243), + [sym_delete_statement] = STATE(2243), + [sym_raise_statement] = STATE(2243), + [sym_pass_statement] = STATE(2243), + [sym_break_statement] = STATE(2243), + [sym_continue_statement] = STATE(2243), + [sym_global_statement] = STATE(2243), + [sym_nonlocal_statement] = STATE(2243), + [sym_exec_statement] = STATE(2243), + [sym_type_alias_statement] = STATE(2243), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -19987,60 +19987,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(434), [sym_string_start] = ACTIONS(83), }, - [91] = { - [sym_simple_statements] = STATE(2367), - [sym_import_statement] = STATE(2232), - [sym_future_import_statement] = STATE(2232), - [sym_import_from_statement] = STATE(2232), - [sym_print_statement] = STATE(2232), - [sym_assert_statement] = STATE(2232), - [sym_expression_statement] = STATE(2232), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2232), - [sym_delete_statement] = STATE(2232), - [sym_raise_statement] = STATE(2232), - [sym_pass_statement] = STATE(2232), - [sym_break_statement] = STATE(2232), - [sym_continue_statement] = STATE(2232), - [sym_global_statement] = STATE(2232), - [sym_nonlocal_statement] = STATE(2232), - [sym_exec_statement] = STATE(2232), - [sym_type_alias_statement] = STATE(2232), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(91)] = { + [sym_simple_statements] = STATE(793), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20081,60 +20081,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(438), [sym_string_start] = ACTIONS(83), }, - [92] = { - [sym_simple_statements] = STATE(2381), - [sym_import_statement] = STATE(2232), - [sym_future_import_statement] = STATE(2232), - [sym_import_from_statement] = STATE(2232), - [sym_print_statement] = STATE(2232), - [sym_assert_statement] = STATE(2232), - [sym_expression_statement] = STATE(2232), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2232), - [sym_delete_statement] = STATE(2232), - [sym_raise_statement] = STATE(2232), - [sym_pass_statement] = STATE(2232), - [sym_break_statement] = STATE(2232), - [sym_continue_statement] = STATE(2232), - [sym_global_statement] = STATE(2232), - [sym_nonlocal_statement] = STATE(2232), - [sym_exec_statement] = STATE(2232), - [sym_type_alias_statement] = STATE(2232), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(92)] = { + [sym_simple_statements] = STATE(836), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20175,60 +20175,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(442), [sym_string_start] = ACTIONS(83), }, - [93] = { - [sym_simple_statements] = STATE(757), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(93)] = { + [sym_simple_statements] = STATE(799), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20269,60 +20269,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(446), [sym_string_start] = ACTIONS(83), }, - [94] = { - [sym_simple_statements] = STATE(759), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(94)] = { + [sym_simple_statements] = STATE(754), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20363,60 +20363,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(450), [sym_string_start] = ACTIONS(83), }, - [95] = { - [sym_simple_statements] = STATE(2427), - [sym_import_statement] = STATE(2232), - [sym_future_import_statement] = STATE(2232), - [sym_import_from_statement] = STATE(2232), - [sym_print_statement] = STATE(2232), - [sym_assert_statement] = STATE(2232), - [sym_expression_statement] = STATE(2232), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2232), - [sym_delete_statement] = STATE(2232), - [sym_raise_statement] = STATE(2232), - [sym_pass_statement] = STATE(2232), - [sym_break_statement] = STATE(2232), - [sym_continue_statement] = STATE(2232), - [sym_global_statement] = STATE(2232), - [sym_nonlocal_statement] = STATE(2232), - [sym_exec_statement] = STATE(2232), - [sym_type_alias_statement] = STATE(2232), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(95)] = { + [sym_simple_statements] = STATE(801), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20457,60 +20457,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(454), [sym_string_start] = ACTIONS(83), }, - [96] = { - [sym_simple_statements] = STATE(763), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(96)] = { + [sym_simple_statements] = STATE(706), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20551,60 +20551,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(458), [sym_string_start] = ACTIONS(83), }, - [97] = { - [sym_simple_statements] = STATE(1724), - [sym_import_statement] = STATE(2148), - [sym_future_import_statement] = STATE(2148), - [sym_import_from_statement] = STATE(2148), - [sym_print_statement] = STATE(2148), - [sym_assert_statement] = STATE(2148), - [sym_expression_statement] = STATE(2148), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2148), - [sym_delete_statement] = STATE(2148), - [sym_raise_statement] = STATE(2148), - [sym_pass_statement] = STATE(2148), - [sym_break_statement] = STATE(2148), - [sym_continue_statement] = STATE(2148), - [sym_global_statement] = STATE(2148), - [sym_nonlocal_statement] = STATE(2148), - [sym_exec_statement] = STATE(2148), - [sym_type_alias_statement] = STATE(2148), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(97)] = { + [sym_simple_statements] = STATE(703), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20645,60 +20645,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(462), [sym_string_start] = ACTIONS(83), }, - [98] = { - [sym_simple_statements] = STATE(693), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(98)] = { + [sym_simple_statements] = STATE(755), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20739,60 +20739,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(466), [sym_string_start] = ACTIONS(83), }, - [99] = { - [sym_simple_statements] = STATE(765), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(99)] = { + [sym_simple_statements] = STATE(804), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20833,60 +20833,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(470), [sym_string_start] = ACTIONS(83), }, - [100] = { - [sym_simple_statements] = STATE(766), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(100)] = { + [sym_simple_statements] = STATE(722), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20927,60 +20927,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(474), [sym_string_start] = ACTIONS(83), }, - [101] = { - [sym_simple_statements] = STATE(769), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(101)] = { + [sym_simple_statements] = STATE(2414), + [sym_import_statement] = STATE(2219), + [sym_future_import_statement] = STATE(2219), + [sym_import_from_statement] = STATE(2219), + [sym_print_statement] = STATE(2219), + [sym_assert_statement] = STATE(2219), + [sym_expression_statement] = STATE(2219), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2219), + [sym_delete_statement] = STATE(2219), + [sym_raise_statement] = STATE(2219), + [sym_pass_statement] = STATE(2219), + [sym_break_statement] = STATE(2219), + [sym_continue_statement] = STATE(2219), + [sym_global_statement] = STATE(2219), + [sym_nonlocal_statement] = STATE(2219), + [sym_exec_statement] = STATE(2219), + [sym_type_alias_statement] = STATE(2219), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21021,60 +21021,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(478), [sym_string_start] = ACTIONS(83), }, - [102] = { - [sym_simple_statements] = STATE(790), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(102)] = { + [sym_simple_statements] = STATE(609), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21115,60 +21115,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(482), [sym_string_start] = ACTIONS(83), }, - [103] = { - [sym_simple_statements] = STATE(681), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(103)] = { + [sym_simple_statements] = STATE(636), + [sym_import_statement] = STATE(2243), + [sym_future_import_statement] = STATE(2243), + [sym_import_from_statement] = STATE(2243), + [sym_print_statement] = STATE(2243), + [sym_assert_statement] = STATE(2243), + [sym_expression_statement] = STATE(2243), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2243), + [sym_delete_statement] = STATE(2243), + [sym_raise_statement] = STATE(2243), + [sym_pass_statement] = STATE(2243), + [sym_break_statement] = STATE(2243), + [sym_continue_statement] = STATE(2243), + [sym_global_statement] = STATE(2243), + [sym_nonlocal_statement] = STATE(2243), + [sym_exec_statement] = STATE(2243), + [sym_type_alias_statement] = STATE(2243), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21209,60 +21209,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(486), [sym_string_start] = ACTIONS(83), }, - [104] = { - [sym_simple_statements] = STATE(778), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(104)] = { + [sym_simple_statements] = STATE(637), + [sym_import_statement] = STATE(2273), + [sym_future_import_statement] = STATE(2273), + [sym_import_from_statement] = STATE(2273), + [sym_print_statement] = STATE(2273), + [sym_assert_statement] = STATE(2273), + [sym_expression_statement] = STATE(2273), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2273), + [sym_delete_statement] = STATE(2273), + [sym_raise_statement] = STATE(2273), + [sym_pass_statement] = STATE(2273), + [sym_break_statement] = STATE(2273), + [sym_continue_statement] = STATE(2273), + [sym_global_statement] = STATE(2273), + [sym_nonlocal_statement] = STATE(2273), + [sym_exec_statement] = STATE(2273), + [sym_type_alias_statement] = STATE(2273), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21303,60 +21303,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(490), [sym_string_start] = ACTIONS(83), }, - [105] = { - [sym_simple_statements] = STATE(659), - [sym_import_statement] = STATE(2171), - [sym_future_import_statement] = STATE(2171), - [sym_import_from_statement] = STATE(2171), - [sym_print_statement] = STATE(2171), - [sym_assert_statement] = STATE(2171), - [sym_expression_statement] = STATE(2171), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2171), - [sym_delete_statement] = STATE(2171), - [sym_raise_statement] = STATE(2171), - [sym_pass_statement] = STATE(2171), - [sym_break_statement] = STATE(2171), - [sym_continue_statement] = STATE(2171), - [sym_global_statement] = STATE(2171), - [sym_nonlocal_statement] = STATE(2171), - [sym_exec_statement] = STATE(2171), - [sym_type_alias_statement] = STATE(2171), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(105)] = { + [sym_simple_statements] = STATE(834), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21397,60 +21397,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(494), [sym_string_start] = ACTIONS(83), }, - [106] = { - [sym_simple_statements] = STATE(780), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(106)] = { + [sym_simple_statements] = STATE(597), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21491,60 +21491,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(498), [sym_string_start] = ACTIONS(83), }, - [107] = { - [sym_simple_statements] = STATE(840), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(107)] = { + [sym_simple_statements] = STATE(761), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21585,60 +21585,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(502), [sym_string_start] = ACTIONS(83), }, - [108] = { - [sym_simple_statements] = STATE(828), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(108)] = { + [sym_simple_statements] = STATE(692), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21679,60 +21679,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(506), [sym_string_start] = ACTIONS(83), }, - [109] = { - [sym_simple_statements] = STATE(784), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(109)] = { + [sym_simple_statements] = STATE(674), + [sym_import_statement] = STATE(2163), + [sym_future_import_statement] = STATE(2163), + [sym_import_from_statement] = STATE(2163), + [sym_print_statement] = STATE(2163), + [sym_assert_statement] = STATE(2163), + [sym_expression_statement] = STATE(2163), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2163), + [sym_delete_statement] = STATE(2163), + [sym_raise_statement] = STATE(2163), + [sym_pass_statement] = STATE(2163), + [sym_break_statement] = STATE(2163), + [sym_continue_statement] = STATE(2163), + [sym_global_statement] = STATE(2163), + [sym_nonlocal_statement] = STATE(2163), + [sym_exec_statement] = STATE(2163), + [sym_type_alias_statement] = STATE(2163), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21773,60 +21773,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(510), [sym_string_start] = ACTIONS(83), }, - [110] = { - [sym_simple_statements] = STATE(703), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(110)] = { + [sym_simple_statements] = STATE(693), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21867,60 +21867,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(514), [sym_string_start] = ACTIONS(83), }, - [111] = { - [sym_simple_statements] = STATE(643), - [sym_import_statement] = STATE(2361), - [sym_future_import_statement] = STATE(2361), - [sym_import_from_statement] = STATE(2361), - [sym_print_statement] = STATE(2361), - [sym_assert_statement] = STATE(2361), - [sym_expression_statement] = STATE(2361), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2361), - [sym_delete_statement] = STATE(2361), - [sym_raise_statement] = STATE(2361), - [sym_pass_statement] = STATE(2361), - [sym_break_statement] = STATE(2361), - [sym_continue_statement] = STATE(2361), - [sym_global_statement] = STATE(2361), - [sym_nonlocal_statement] = STATE(2361), - [sym_exec_statement] = STATE(2361), - [sym_type_alias_statement] = STATE(2361), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(111)] = { + [sym_simple_statements] = STATE(699), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21961,60 +21961,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(518), [sym_string_start] = ACTIONS(83), }, - [112] = { - [sym_simple_statements] = STATE(792), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(112)] = { + [sym_simple_statements] = STATE(683), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22055,60 +22055,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(522), [sym_string_start] = ACTIONS(83), }, - [113] = { - [sym_simple_statements] = STATE(796), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(113)] = { + [sym_simple_statements] = STATE(764), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22149,60 +22149,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(526), [sym_string_start] = ACTIONS(83), }, - [114] = { - [sym_simple_statements] = STATE(833), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(114)] = { + [sym_simple_statements] = STATE(808), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22243,60 +22243,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(530), [sym_string_start] = ACTIONS(83), }, - [115] = { - [sym_simple_statements] = STATE(799), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(115)] = { + [sym_simple_statements] = STATE(766), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22337,60 +22337,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(534), [sym_string_start] = ACTIONS(83), }, - [116] = { - [sym_simple_statements] = STATE(686), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(116)] = { + [sym_simple_statements] = STATE(2363), + [sym_import_statement] = STATE(2219), + [sym_future_import_statement] = STATE(2219), + [sym_import_from_statement] = STATE(2219), + [sym_print_statement] = STATE(2219), + [sym_assert_statement] = STATE(2219), + [sym_expression_statement] = STATE(2219), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2219), + [sym_delete_statement] = STATE(2219), + [sym_raise_statement] = STATE(2219), + [sym_pass_statement] = STATE(2219), + [sym_break_statement] = STATE(2219), + [sym_continue_statement] = STATE(2219), + [sym_global_statement] = STATE(2219), + [sym_nonlocal_statement] = STATE(2219), + [sym_exec_statement] = STATE(2219), + [sym_type_alias_statement] = STATE(2219), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22431,60 +22431,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(538), [sym_string_start] = ACTIONS(83), }, - [117] = { - [sym_simple_statements] = STATE(802), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(117)] = { + [sym_simple_statements] = STATE(661), + [sym_import_statement] = STATE(2163), + [sym_future_import_statement] = STATE(2163), + [sym_import_from_statement] = STATE(2163), + [sym_print_statement] = STATE(2163), + [sym_assert_statement] = STATE(2163), + [sym_expression_statement] = STATE(2163), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2163), + [sym_delete_statement] = STATE(2163), + [sym_raise_statement] = STATE(2163), + [sym_pass_statement] = STATE(2163), + [sym_break_statement] = STATE(2163), + [sym_continue_statement] = STATE(2163), + [sym_global_statement] = STATE(2163), + [sym_nonlocal_statement] = STATE(2163), + [sym_exec_statement] = STATE(2163), + [sym_type_alias_statement] = STATE(2163), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22525,60 +22525,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(542), [sym_string_start] = ACTIONS(83), }, - [118] = { - [sym_simple_statements] = STATE(718), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(118)] = { + [sym_simple_statements] = STATE(837), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22619,60 +22619,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(546), [sym_string_start] = ACTIONS(83), }, - [119] = { - [sym_simple_statements] = STATE(835), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(119)] = { + [sym_simple_statements] = STATE(669), + [sym_import_statement] = STATE(2197), + [sym_future_import_statement] = STATE(2197), + [sym_import_from_statement] = STATE(2197), + [sym_print_statement] = STATE(2197), + [sym_assert_statement] = STATE(2197), + [sym_expression_statement] = STATE(2197), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2197), + [sym_delete_statement] = STATE(2197), + [sym_raise_statement] = STATE(2197), + [sym_pass_statement] = STATE(2197), + [sym_break_statement] = STATE(2197), + [sym_continue_statement] = STATE(2197), + [sym_global_statement] = STATE(2197), + [sym_nonlocal_statement] = STATE(2197), + [sym_exec_statement] = STATE(2197), + [sym_type_alias_statement] = STATE(2197), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22713,60 +22713,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(550), [sym_string_start] = ACTIONS(83), }, - [120] = { - [sym_simple_statements] = STATE(638), - [sym_import_statement] = STATE(2361), - [sym_future_import_statement] = STATE(2361), - [sym_import_from_statement] = STATE(2361), - [sym_print_statement] = STATE(2361), - [sym_assert_statement] = STATE(2361), - [sym_expression_statement] = STATE(2361), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2361), - [sym_delete_statement] = STATE(2361), - [sym_raise_statement] = STATE(2361), - [sym_pass_statement] = STATE(2361), - [sym_break_statement] = STATE(2361), - [sym_continue_statement] = STATE(2361), - [sym_global_statement] = STATE(2361), - [sym_nonlocal_statement] = STATE(2361), - [sym_exec_statement] = STATE(2361), - [sym_type_alias_statement] = STATE(2361), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(120)] = { + [sym_simple_statements] = STATE(2381), + [sym_import_statement] = STATE(2219), + [sym_future_import_statement] = STATE(2219), + [sym_import_from_statement] = STATE(2219), + [sym_print_statement] = STATE(2219), + [sym_assert_statement] = STATE(2219), + [sym_expression_statement] = STATE(2219), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2219), + [sym_delete_statement] = STATE(2219), + [sym_raise_statement] = STATE(2219), + [sym_pass_statement] = STATE(2219), + [sym_break_statement] = STATE(2219), + [sym_continue_statement] = STATE(2219), + [sym_global_statement] = STATE(2219), + [sym_nonlocal_statement] = STATE(2219), + [sym_exec_statement] = STATE(2219), + [sym_type_alias_statement] = STATE(2219), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22807,60 +22807,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(554), [sym_string_start] = ACTIONS(83), }, - [121] = { - [sym_simple_statements] = STATE(634), - [sym_import_statement] = STATE(2283), - [sym_future_import_statement] = STATE(2283), - [sym_import_from_statement] = STATE(2283), - [sym_print_statement] = STATE(2283), - [sym_assert_statement] = STATE(2283), - [sym_expression_statement] = STATE(2283), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2283), - [sym_delete_statement] = STATE(2283), - [sym_raise_statement] = STATE(2283), - [sym_pass_statement] = STATE(2283), - [sym_break_statement] = STATE(2283), - [sym_continue_statement] = STATE(2283), - [sym_global_statement] = STATE(2283), - [sym_nonlocal_statement] = STATE(2283), - [sym_exec_statement] = STATE(2283), - [sym_type_alias_statement] = STATE(2283), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(121)] = { + [sym_simple_statements] = STATE(644), + [sym_import_statement] = STATE(2243), + [sym_future_import_statement] = STATE(2243), + [sym_import_from_statement] = STATE(2243), + [sym_print_statement] = STATE(2243), + [sym_assert_statement] = STATE(2243), + [sym_expression_statement] = STATE(2243), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2243), + [sym_delete_statement] = STATE(2243), + [sym_raise_statement] = STATE(2243), + [sym_pass_statement] = STATE(2243), + [sym_break_statement] = STATE(2243), + [sym_continue_statement] = STATE(2243), + [sym_global_statement] = STATE(2243), + [sym_nonlocal_statement] = STATE(2243), + [sym_exec_statement] = STATE(2243), + [sym_type_alias_statement] = STATE(2243), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22901,60 +22901,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(558), [sym_string_start] = ACTIONS(83), }, - [122] = { - [sym_simple_statements] = STATE(704), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(122)] = { + [sym_simple_statements] = STATE(822), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22995,60 +22995,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(562), [sym_string_start] = ACTIONS(83), }, - [123] = { - [sym_simple_statements] = STATE(836), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(123)] = { + [sym_simple_statements] = STATE(638), + [sym_import_statement] = STATE(2163), + [sym_future_import_statement] = STATE(2163), + [sym_import_from_statement] = STATE(2163), + [sym_print_statement] = STATE(2163), + [sym_assert_statement] = STATE(2163), + [sym_expression_statement] = STATE(2163), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2163), + [sym_delete_statement] = STATE(2163), + [sym_raise_statement] = STATE(2163), + [sym_pass_statement] = STATE(2163), + [sym_break_statement] = STATE(2163), + [sym_continue_statement] = STATE(2163), + [sym_global_statement] = STATE(2163), + [sym_nonlocal_statement] = STATE(2163), + [sym_exec_statement] = STATE(2163), + [sym_type_alias_statement] = STATE(2163), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23089,60 +23089,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(566), [sym_string_start] = ACTIONS(83), }, - [124] = { - [sym_simple_statements] = STATE(707), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(124)] = { + [sym_simple_statements] = STATE(734), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23183,60 +23183,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(570), [sym_string_start] = ACTIONS(83), }, - [125] = { - [sym_simple_statements] = STATE(701), - [sym_import_statement] = STATE(2351), - [sym_future_import_statement] = STATE(2351), - [sym_import_from_statement] = STATE(2351), - [sym_print_statement] = STATE(2351), - [sym_assert_statement] = STATE(2351), - [sym_expression_statement] = STATE(2351), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2351), - [sym_delete_statement] = STATE(2351), - [sym_raise_statement] = STATE(2351), - [sym_pass_statement] = STATE(2351), - [sym_break_statement] = STATE(2351), - [sym_continue_statement] = STATE(2351), - [sym_global_statement] = STATE(2351), - [sym_nonlocal_statement] = STATE(2351), - [sym_exec_statement] = STATE(2351), - [sym_type_alias_statement] = STATE(2351), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(125)] = { + [sym_simple_statements] = STATE(829), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23277,60 +23277,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(574), [sym_string_start] = ACTIONS(83), }, - [126] = { - [sym_simple_statements] = STATE(674), - [sym_import_statement] = STATE(2171), - [sym_future_import_statement] = STATE(2171), - [sym_import_from_statement] = STATE(2171), - [sym_print_statement] = STATE(2171), - [sym_assert_statement] = STATE(2171), - [sym_expression_statement] = STATE(2171), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2171), - [sym_delete_statement] = STATE(2171), - [sym_raise_statement] = STATE(2171), - [sym_pass_statement] = STATE(2171), - [sym_break_statement] = STATE(2171), - [sym_continue_statement] = STATE(2171), - [sym_global_statement] = STATE(2171), - [sym_nonlocal_statement] = STATE(2171), - [sym_exec_statement] = STATE(2171), - [sym_type_alias_statement] = STATE(2171), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(126)] = { + [sym_simple_statements] = STATE(2453), + [sym_import_statement] = STATE(2219), + [sym_future_import_statement] = STATE(2219), + [sym_import_from_statement] = STATE(2219), + [sym_print_statement] = STATE(2219), + [sym_assert_statement] = STATE(2219), + [sym_expression_statement] = STATE(2219), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2219), + [sym_delete_statement] = STATE(2219), + [sym_raise_statement] = STATE(2219), + [sym_pass_statement] = STATE(2219), + [sym_break_statement] = STATE(2219), + [sym_continue_statement] = STATE(2219), + [sym_global_statement] = STATE(2219), + [sym_nonlocal_statement] = STATE(2219), + [sym_exec_statement] = STATE(2219), + [sym_type_alias_statement] = STATE(2219), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23371,60 +23371,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(578), [sym_string_start] = ACTIONS(83), }, - [127] = { - [sym_simple_statements] = STATE(639), - [sym_import_statement] = STATE(2204), - [sym_future_import_statement] = STATE(2204), - [sym_import_from_statement] = STATE(2204), - [sym_print_statement] = STATE(2204), - [sym_assert_statement] = STATE(2204), - [sym_expression_statement] = STATE(2204), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2204), - [sym_delete_statement] = STATE(2204), - [sym_raise_statement] = STATE(2204), - [sym_pass_statement] = STATE(2204), - [sym_break_statement] = STATE(2204), - [sym_continue_statement] = STATE(2204), - [sym_global_statement] = STATE(2204), - [sym_nonlocal_statement] = STATE(2204), - [sym_exec_statement] = STATE(2204), - [sym_type_alias_statement] = STATE(2204), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(127)] = { + [sym_simple_statements] = STATE(695), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23465,60 +23465,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(582), [sym_string_start] = ACTIONS(83), }, - [128] = { - [sym_simple_statements] = STATE(661), - [sym_import_statement] = STATE(2361), - [sym_future_import_statement] = STATE(2361), - [sym_import_from_statement] = STATE(2361), - [sym_print_statement] = STATE(2361), - [sym_assert_statement] = STATE(2361), - [sym_expression_statement] = STATE(2361), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2361), - [sym_delete_statement] = STATE(2361), - [sym_raise_statement] = STATE(2361), - [sym_pass_statement] = STATE(2361), - [sym_break_statement] = STATE(2361), - [sym_continue_statement] = STATE(2361), - [sym_global_statement] = STATE(2361), - [sym_nonlocal_statement] = STATE(2361), - [sym_exec_statement] = STATE(2361), - [sym_type_alias_statement] = STATE(2361), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(128)] = { + [sym_simple_statements] = STATE(1683), + [sym_import_statement] = STATE(2159), + [sym_future_import_statement] = STATE(2159), + [sym_import_from_statement] = STATE(2159), + [sym_print_statement] = STATE(2159), + [sym_assert_statement] = STATE(2159), + [sym_expression_statement] = STATE(2159), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2159), + [sym_delete_statement] = STATE(2159), + [sym_raise_statement] = STATE(2159), + [sym_pass_statement] = STATE(2159), + [sym_break_statement] = STATE(2159), + [sym_continue_statement] = STATE(2159), + [sym_global_statement] = STATE(2159), + [sym_nonlocal_statement] = STATE(2159), + [sym_exec_statement] = STATE(2159), + [sym_type_alias_statement] = STATE(2159), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23559,60 +23559,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(586), [sym_string_start] = ACTIONS(83), }, - [129] = { - [sym_simple_statements] = STATE(2424), - [sym_import_statement] = STATE(2232), - [sym_future_import_statement] = STATE(2232), - [sym_import_from_statement] = STATE(2232), - [sym_print_statement] = STATE(2232), - [sym_assert_statement] = STATE(2232), - [sym_expression_statement] = STATE(2232), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2232), - [sym_delete_statement] = STATE(2232), - [sym_raise_statement] = STATE(2232), - [sym_pass_statement] = STATE(2232), - [sym_break_statement] = STATE(2232), - [sym_continue_statement] = STATE(2232), - [sym_global_statement] = STATE(2232), - [sym_nonlocal_statement] = STATE(2232), - [sym_exec_statement] = STATE(2232), - [sym_type_alias_statement] = STATE(2232), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(129)] = { + [sym_simple_statements] = STATE(780), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23653,60 +23653,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(590), [sym_string_start] = ACTIONS(83), }, - [130] = { - [sym_simple_statements] = STATE(691), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(130)] = { + [sym_simple_statements] = STATE(2430), + [sym_import_statement] = STATE(2219), + [sym_future_import_statement] = STATE(2219), + [sym_import_from_statement] = STATE(2219), + [sym_print_statement] = STATE(2219), + [sym_assert_statement] = STATE(2219), + [sym_expression_statement] = STATE(2219), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2219), + [sym_delete_statement] = STATE(2219), + [sym_raise_statement] = STATE(2219), + [sym_pass_statement] = STATE(2219), + [sym_break_statement] = STATE(2219), + [sym_continue_statement] = STATE(2219), + [sym_global_statement] = STATE(2219), + [sym_nonlocal_statement] = STATE(2219), + [sym_exec_statement] = STATE(2219), + [sym_type_alias_statement] = STATE(2219), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23747,60 +23747,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(594), [sym_string_start] = ACTIONS(83), }, - [131] = { - [sym_simple_statements] = STATE(598), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(131)] = { + [sym_simple_statements] = STATE(782), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23841,60 +23841,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(598), [sym_string_start] = ACTIONS(83), }, - [132] = { - [sym_simple_statements] = STATE(690), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(132)] = { + [sym_simple_statements] = STATE(783), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23935,60 +23935,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(602), [sym_string_start] = ACTIONS(83), }, - [133] = { - [sym_simple_statements] = STATE(760), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(133)] = { + [sym_simple_statements] = STATE(1731), + [sym_import_statement] = STATE(2159), + [sym_future_import_statement] = STATE(2159), + [sym_import_from_statement] = STATE(2159), + [sym_print_statement] = STATE(2159), + [sym_assert_statement] = STATE(2159), + [sym_expression_statement] = STATE(2159), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2159), + [sym_delete_statement] = STATE(2159), + [sym_raise_statement] = STATE(2159), + [sym_pass_statement] = STATE(2159), + [sym_break_statement] = STATE(2159), + [sym_continue_statement] = STATE(2159), + [sym_global_statement] = STATE(2159), + [sym_nonlocal_statement] = STATE(2159), + [sym_exec_statement] = STATE(2159), + [sym_type_alias_statement] = STATE(2159), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24029,60 +24029,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(606), [sym_string_start] = ACTIONS(83), }, - [134] = { - [sym_simple_statements] = STATE(838), - [sym_import_statement] = STATE(2335), - [sym_future_import_statement] = STATE(2335), - [sym_import_from_statement] = STATE(2335), - [sym_print_statement] = STATE(2335), - [sym_assert_statement] = STATE(2335), - [sym_expression_statement] = STATE(2335), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2335), - [sym_delete_statement] = STATE(2335), - [sym_raise_statement] = STATE(2335), - [sym_pass_statement] = STATE(2335), - [sym_break_statement] = STATE(2335), - [sym_continue_statement] = STATE(2335), - [sym_global_statement] = STATE(2335), - [sym_nonlocal_statement] = STATE(2335), - [sym_exec_statement] = STATE(2335), - [sym_type_alias_statement] = STATE(2335), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(134)] = { + [sym_simple_statements] = STATE(2422), + [sym_import_statement] = STATE(2219), + [sym_future_import_statement] = STATE(2219), + [sym_import_from_statement] = STATE(2219), + [sym_print_statement] = STATE(2219), + [sym_assert_statement] = STATE(2219), + [sym_expression_statement] = STATE(2219), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2219), + [sym_delete_statement] = STATE(2219), + [sym_raise_statement] = STATE(2219), + [sym_pass_statement] = STATE(2219), + [sym_break_statement] = STATE(2219), + [sym_continue_statement] = STATE(2219), + [sym_global_statement] = STATE(2219), + [sym_nonlocal_statement] = STATE(2219), + [sym_exec_statement] = STATE(2219), + [sym_type_alias_statement] = STATE(2219), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24123,60 +24123,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(610), [sym_string_start] = ACTIONS(83), }, - [135] = { - [sym_simple_statements] = STATE(1688), - [sym_import_statement] = STATE(2148), - [sym_future_import_statement] = STATE(2148), - [sym_import_from_statement] = STATE(2148), - [sym_print_statement] = STATE(2148), - [sym_assert_statement] = STATE(2148), - [sym_expression_statement] = STATE(2148), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2148), - [sym_delete_statement] = STATE(2148), - [sym_raise_statement] = STATE(2148), - [sym_pass_statement] = STATE(2148), - [sym_break_statement] = STATE(2148), - [sym_continue_statement] = STATE(2148), - [sym_global_statement] = STATE(2148), - [sym_nonlocal_statement] = STATE(2148), - [sym_exec_statement] = STATE(2148), - [sym_type_alias_statement] = STATE(2148), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(135)] = { + [sym_simple_statements] = STATE(752), + [sym_import_statement] = STATE(2302), + [sym_future_import_statement] = STATE(2302), + [sym_import_from_statement] = STATE(2302), + [sym_print_statement] = STATE(2302), + [sym_assert_statement] = STATE(2302), + [sym_expression_statement] = STATE(2302), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2302), + [sym_delete_statement] = STATE(2302), + [sym_raise_statement] = STATE(2302), + [sym_pass_statement] = STATE(2302), + [sym_break_statement] = STATE(2302), + [sym_continue_statement] = STATE(2302), + [sym_global_statement] = STATE(2302), + [sym_nonlocal_statement] = STATE(2302), + [sym_exec_statement] = STATE(2302), + [sym_type_alias_statement] = STATE(2302), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24217,60 +24217,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(614), [sym_string_start] = ACTIONS(83), }, - [136] = { - [sym_simple_statements] = STATE(2407), - [sym_import_statement] = STATE(2232), - [sym_future_import_statement] = STATE(2232), - [sym_import_from_statement] = STATE(2232), - [sym_print_statement] = STATE(2232), - [sym_assert_statement] = STATE(2232), - [sym_expression_statement] = STATE(2232), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2232), - [sym_delete_statement] = STATE(2232), - [sym_raise_statement] = STATE(2232), - [sym_pass_statement] = STATE(2232), - [sym_break_statement] = STATE(2232), - [sym_continue_statement] = STATE(2232), - [sym_global_statement] = STATE(2232), - [sym_nonlocal_statement] = STATE(2232), - [sym_exec_statement] = STATE(2232), - [sym_type_alias_statement] = STATE(2232), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(136)] = { + [sym_simple_statements] = STATE(763), + [sym_import_statement] = STATE(2349), + [sym_future_import_statement] = STATE(2349), + [sym_import_from_statement] = STATE(2349), + [sym_print_statement] = STATE(2349), + [sym_assert_statement] = STATE(2349), + [sym_expression_statement] = STATE(2349), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2349), + [sym_delete_statement] = STATE(2349), + [sym_raise_statement] = STATE(2349), + [sym_pass_statement] = STATE(2349), + [sym_break_statement] = STATE(2349), + [sym_continue_statement] = STATE(2349), + [sym_global_statement] = STATE(2349), + [sym_nonlocal_statement] = STATE(2349), + [sym_exec_statement] = STATE(2349), + [sym_type_alias_statement] = STATE(2349), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24311,59 +24311,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_indent] = ACTIONS(618), [sym_string_start] = ACTIONS(83), }, - [137] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(137)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24403,59 +24403,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(620), [sym_string_start] = ACTIONS(83), }, - [138] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(138)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24495,59 +24495,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(622), [sym_string_start] = ACTIONS(83), }, - [139] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(139)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24587,59 +24587,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(624), [sym_string_start] = ACTIONS(83), }, - [140] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(140)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24679,59 +24679,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(626), [sym_string_start] = ACTIONS(83), }, - [141] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(141)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24771,59 +24771,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(628), [sym_string_start] = ACTIONS(83), }, - [142] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(142)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24863,59 +24863,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(630), [sym_string_start] = ACTIONS(83), }, - [143] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(143)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24955,59 +24955,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(632), [sym_string_start] = ACTIONS(83), }, - [144] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(144)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25047,59 +25047,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(634), [sym_string_start] = ACTIONS(83), }, - [145] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(145)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25139,59 +25139,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(636), [sym_string_start] = ACTIONS(83), }, - [146] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(146)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25231,59 +25231,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(638), [sym_string_start] = ACTIONS(83), }, - [147] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(147)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25323,59 +25323,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(640), [sym_string_start] = ACTIONS(83), }, - [148] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(148)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25415,59 +25415,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(642), [sym_string_start] = ACTIONS(83), }, - [149] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(149)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25507,59 +25507,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(644), [sym_string_start] = ACTIONS(83), }, - [150] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(150)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25599,59 +25599,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(646), [sym_string_start] = ACTIONS(83), }, - [151] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(151)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25691,59 +25691,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(648), [sym_string_start] = ACTIONS(83), }, - [152] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(152)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25783,59 +25783,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(650), [sym_string_start] = ACTIONS(83), }, - [153] = { - [sym_import_statement] = STATE(2449), - [sym_future_import_statement] = STATE(2449), - [sym_import_from_statement] = STATE(2449), - [sym_print_statement] = STATE(2449), - [sym_assert_statement] = STATE(2449), - [sym_expression_statement] = STATE(2449), - [sym_named_expression] = STATE(1566), - [sym_named_expression_lhs] = STATE(2629), - [sym_return_statement] = STATE(2449), - [sym_delete_statement] = STATE(2449), - [sym_raise_statement] = STATE(2449), - [sym_pass_statement] = STATE(2449), - [sym_break_statement] = STATE(2449), - [sym_continue_statement] = STATE(2449), - [sym_global_statement] = STATE(2449), - [sym_nonlocal_statement] = STATE(2449), - [sym_exec_statement] = STATE(2449), - [sym_type_alias_statement] = STATE(2449), - [sym_pattern] = STATE(1529), - [sym_tuple_pattern_] = STATE(1544), - [sym_list_pattern_] = STATE(1544), + [STATE(153)] = { + [sym_import_statement] = STATE(2423), + [sym_future_import_statement] = STATE(2423), + [sym_import_from_statement] = STATE(2423), + [sym_print_statement] = STATE(2423), + [sym_assert_statement] = STATE(2423), + [sym_expression_statement] = STATE(2423), + [sym_named_expression] = STATE(1555), + [sym_named_expression_lhs] = STATE(2516), + [sym_return_statement] = STATE(2423), + [sym_delete_statement] = STATE(2423), + [sym_raise_statement] = STATE(2423), + [sym_pass_statement] = STATE(2423), + [sym_break_statement] = STATE(2423), + [sym_continue_statement] = STATE(2423), + [sym_global_statement] = STATE(2423), + [sym_nonlocal_statement] = STATE(2423), + [sym_exec_statement] = STATE(2423), + [sym_type_alias_statement] = STATE(2423), + [sym_pattern] = STATE(1525), + [sym_tuple_pattern_] = STATE(1530), + [sym_list_pattern_] = STATE(1530), [sym_list_splat_pattern] = STATE(627), - [sym_as_pattern_] = STATE(1566), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(953), - [sym_not_operator] = STATE(1566), - [sym_boolean_operator] = STATE(1566), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_comparison_operator] = STATE(1566), - [sym_lambda] = STATE(1566), - [sym_assignment] = STATE(2441), - [sym_augmented_assignment] = STATE(2441), - [sym_pattern_list] = STATE(1549), - [sym_yield] = STATE(2441), + [sym_as_pattern_] = STATE(1555), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(952), + [sym_not_operator] = STATE(1555), + [sym_boolean_operator] = STATE(1555), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1555), + [sym_lambda] = STATE(1555), + [sym_assignment] = STATE(2393), + [sym_augmented_assignment] = STATE(2393), + [sym_pattern_list] = STATE(1550), + [sym_yield] = STATE(2393), [sym_attribute] = STATE(627), [sym_subscript] = STATE(627), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_conditional_expression] = STATE(1566), - [sym_concatenated_string] = STATE(1082), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1555), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25874,27 +25874,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(83), }, - [154] = { - [sym_list_splat_pattern] = STATE(1082), - [sym_primary_expression] = STATE(959), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_attribute] = STATE(1082), - [sym_subscript] = STATE(1082), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_concatenated_string] = STATE(1082), + [STATE(154)] = { + [sym_list_splat_pattern] = STATE(1069), + [sym_primary_expression] = STATE(964), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_attribute] = STATE(1069), + [sym_subscript] = STATE(1069), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(79), [anon_sym_SEMI] = ACTIONS(282), [anon_sym_DOT] = ACTIONS(284), @@ -25911,7 +25911,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_type] = ACTIONS(79), [anon_sym_match] = ACTIONS(79), [anon_sym_if] = ACTIONS(284), - [anon_sym_COLON] = ACTIONS(303), + [anon_sym_COLON] = ACTIONS(309), [anon_sym_in] = ACTIONS(284), [anon_sym_STAR_STAR] = ACTIONS(284), [anon_sym_EQ] = ACTIONS(309), @@ -25963,27 +25963,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(282), [sym_string_start] = ACTIONS(83), }, - [155] = { - [sym_list_splat_pattern] = STATE(1082), - [sym_primary_expression] = STATE(959), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_attribute] = STATE(1082), - [sym_subscript] = STATE(1082), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_concatenated_string] = STATE(1082), + [STATE(155)] = { + [sym_list_splat_pattern] = STATE(1069), + [sym_primary_expression] = STATE(964), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_attribute] = STATE(1069), + [sym_subscript] = STATE(1069), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(79), [anon_sym_SEMI] = ACTIONS(282), [anon_sym_DOT] = ACTIONS(284), @@ -26000,7 +26000,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_type] = ACTIONS(79), [anon_sym_match] = ACTIONS(79), [anon_sym_if] = ACTIONS(284), - [anon_sym_COLON] = ACTIONS(309), + [anon_sym_COLON] = ACTIONS(303), [anon_sym_in] = ACTIONS(284), [anon_sym_STAR_STAR] = ACTIONS(284), [anon_sym_EQ] = ACTIONS(309), @@ -26052,27 +26052,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(282), [sym_string_start] = ACTIONS(83), }, - [156] = { - [sym_list_splat_pattern] = STATE(1317), - [sym_primary_expression] = STATE(1076), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), + [STATE(156)] = { + [sym_list_splat_pattern] = STATE(1272), + [sym_primary_expression] = STATE(1092), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), [sym_identifier] = ACTIONS(329), [anon_sym_SEMI] = ACTIONS(664), [anon_sym_DOT] = ACTIONS(666), @@ -26140,27 +26140,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(664), [sym_string_start] = ACTIONS(333), }, - [157] = { - [sym_list_splat_pattern] = STATE(1082), - [sym_primary_expression] = STATE(959), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_attribute] = STATE(1082), - [sym_subscript] = STATE(1082), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_concatenated_string] = STATE(1082), + [STATE(157)] = { + [sym_list_splat_pattern] = STATE(1069), + [sym_primary_expression] = STATE(964), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_attribute] = STATE(1069), + [sym_subscript] = STATE(1069), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(79), [anon_sym_SEMI] = ACTIONS(282), [anon_sym_DOT] = ACTIONS(284), @@ -26217,27 +26217,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(282), [sym_string_start] = ACTIONS(83), }, - [158] = { - [sym_list_splat_pattern] = STATE(1317), - [sym_primary_expression] = STATE(1076), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), + [STATE(158)] = { + [sym_list_splat_pattern] = STATE(1272), + [sym_primary_expression] = STATE(1092), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), [sym_identifier] = ACTIONS(329), [anon_sym_SEMI] = ACTIONS(664), [anon_sym_DOT] = ACTIONS(666), @@ -26293,27 +26293,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(664), [sym_string_start] = ACTIONS(333), }, - [159] = { - [sym_list_splat_pattern] = STATE(1167), - [sym_primary_expression] = STATE(993), - [sym_binary_operator] = STATE(1167), - [sym_unary_operator] = STATE(1167), - [sym_attribute] = STATE(1167), - [sym_subscript] = STATE(1167), - [sym_ellipsis] = STATE(1167), - [sym_call] = STATE(1167), - [sym_list] = STATE(1167), - [sym_set] = STATE(1167), - [sym_tuple] = STATE(1167), - [sym_dictionary] = STATE(1167), - [sym_list_comprehension] = STATE(1167), - [sym_dictionary_comprehension] = STATE(1167), - [sym_set_comprehension] = STATE(1167), - [sym_generator_expression] = STATE(1167), - [sym_parenthesized_expression] = STATE(1167), - [sym_concatenated_string] = STATE(1167), - [sym_string] = STATE(961), - [sym_await] = STATE(1167), + [STATE(159)] = { + [sym_list_splat_pattern] = STATE(1168), + [sym_primary_expression] = STATE(996), + [sym_binary_operator] = STATE(1168), + [sym_unary_operator] = STATE(1168), + [sym_attribute] = STATE(1168), + [sym_subscript] = STATE(1168), + [sym_ellipsis] = STATE(1168), + [sym_call] = STATE(1168), + [sym_list] = STATE(1168), + [sym_set] = STATE(1168), + [sym_tuple] = STATE(1168), + [sym_dictionary] = STATE(1168), + [sym_list_comprehension] = STATE(1168), + [sym_dictionary_comprehension] = STATE(1168), + [sym_set_comprehension] = STATE(1168), + [sym_generator_expression] = STATE(1168), + [sym_parenthesized_expression] = STATE(1168), + [sym_concatenated_string] = STATE(1168), + [sym_string] = STATE(967), + [sym_await] = STATE(1168), [sym_identifier] = ACTIONS(686), [anon_sym_DOT] = ACTIONS(284), [anon_sym_LPAREN] = ACTIONS(688), @@ -26369,27 +26369,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(706), }, - [160] = { - [sym_list_splat_pattern] = STATE(1317), - [sym_primary_expression] = STATE(1076), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), + [STATE(160)] = { + [sym_list_splat_pattern] = STATE(1272), + [sym_primary_expression] = STATE(1092), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), [sym_identifier] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(666), [anon_sym_LPAREN] = ACTIONS(669), @@ -26445,103 +26445,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(333), }, - [161] = { - [sym_list_splat_pattern] = STATE(1167), - [sym_primary_expression] = STATE(993), - [sym_binary_operator] = STATE(1167), - [sym_unary_operator] = STATE(1167), - [sym_attribute] = STATE(1167), - [sym_subscript] = STATE(1167), - [sym_ellipsis] = STATE(1167), - [sym_call] = STATE(1167), - [sym_list] = STATE(1167), - [sym_set] = STATE(1167), - [sym_tuple] = STATE(1167), - [sym_dictionary] = STATE(1167), - [sym_list_comprehension] = STATE(1167), - [sym_dictionary_comprehension] = STATE(1167), - [sym_set_comprehension] = STATE(1167), - [sym_generator_expression] = STATE(1167), - [sym_parenthesized_expression] = STATE(1167), - [sym_concatenated_string] = STATE(1167), - [sym_string] = STATE(961), - [sym_await] = STATE(1167), - [sym_identifier] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(284), - [anon_sym_LPAREN] = ACTIONS(688), - [anon_sym_COMMA] = ACTIONS(282), - [anon_sym_as] = ACTIONS(284), - [anon_sym_STAR] = ACTIONS(690), - [anon_sym_print] = ACTIONS(692), - [anon_sym_GT_GT] = ACTIONS(282), - [anon_sym_COLON_EQ] = ACTIONS(297), - [anon_sym_exec] = ACTIONS(692), - [anon_sym_async] = ACTIONS(692), - [anon_sym_await] = ACTIONS(694), - [anon_sym_type] = ACTIONS(686), - [anon_sym_match] = ACTIONS(686), - [anon_sym_if] = ACTIONS(284), - [anon_sym_COLON] = ACTIONS(284), - [anon_sym_in] = ACTIONS(284), - [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_EQ] = ACTIONS(284), - [anon_sym_LBRACK] = ACTIONS(696), - [anon_sym_AT] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(698), - [anon_sym_PIPE] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(700), - [anon_sym_RBRACE] = ACTIONS(282), - [anon_sym_PLUS] = ACTIONS(698), - [anon_sym_not] = ACTIONS(284), - [anon_sym_and] = ACTIONS(284), - [anon_sym_or] = ACTIONS(284), - [anon_sym_SLASH] = ACTIONS(284), - [anon_sym_PERCENT] = ACTIONS(282), - [anon_sym_SLASH_SLASH] = ACTIONS(282), - [anon_sym_AMP] = ACTIONS(282), - [anon_sym_CARET] = ACTIONS(282), - [anon_sym_LT_LT] = ACTIONS(282), - [anon_sym_TILDE] = ACTIONS(698), - [anon_sym_is] = ACTIONS(284), - [anon_sym_LT] = ACTIONS(284), - [anon_sym_LT_EQ] = ACTIONS(282), - [anon_sym_EQ_EQ] = ACTIONS(282), - [anon_sym_BANG_EQ] = ACTIONS(282), - [anon_sym_GT_EQ] = ACTIONS(282), - [anon_sym_GT] = ACTIONS(284), - [anon_sym_LT_GT] = ACTIONS(282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(702), - [sym_type_conversion] = ACTIONS(282), - [sym_integer] = ACTIONS(686), - [sym_float] = ACTIONS(704), - [sym_true] = ACTIONS(686), - [sym_false] = ACTIONS(686), - [sym_none] = ACTIONS(686), - [sym_comment] = ACTIONS(3), - [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(706), - }, - [162] = { - [sym_list_splat_pattern] = STATE(1082), - [sym_primary_expression] = STATE(959), - [sym_binary_operator] = STATE(1082), - [sym_unary_operator] = STATE(1082), - [sym_attribute] = STATE(1082), - [sym_subscript] = STATE(1082), - [sym_ellipsis] = STATE(1082), - [sym_call] = STATE(1082), - [sym_list] = STATE(1082), - [sym_set] = STATE(1082), - [sym_tuple] = STATE(1082), - [sym_dictionary] = STATE(1082), - [sym_list_comprehension] = STATE(1082), - [sym_dictionary_comprehension] = STATE(1082), - [sym_set_comprehension] = STATE(1082), - [sym_generator_expression] = STATE(1082), - [sym_parenthesized_expression] = STATE(1082), - [sym_concatenated_string] = STATE(1082), + [STATE(161)] = { + [sym_list_splat_pattern] = STATE(1069), + [sym_primary_expression] = STATE(964), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_attribute] = STATE(1069), + [sym_subscript] = STATE(1069), + [sym_ellipsis] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_concatenated_string] = STATE(1069), [sym_string] = STATE(951), - [sym_await] = STATE(1082), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(79), [anon_sym_SEMI] = ACTIONS(282), [anon_sym_DOT] = ACTIONS(284), @@ -26597,72 +26521,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_newline] = ACTIONS(282), [sym_string_start] = ACTIONS(83), }, - [163] = { - [sym_list_splat_pattern] = STATE(1167), - [sym_primary_expression] = STATE(993), - [sym_binary_operator] = STATE(1167), - [sym_unary_operator] = STATE(1167), - [sym_attribute] = STATE(1167), - [sym_subscript] = STATE(1167), - [sym_ellipsis] = STATE(1167), - [sym_call] = STATE(1167), - [sym_list] = STATE(1167), - [sym_set] = STATE(1167), - [sym_tuple] = STATE(1167), - [sym_dictionary] = STATE(1167), - [sym_list_comprehension] = STATE(1167), - [sym_dictionary_comprehension] = STATE(1167), - [sym_set_comprehension] = STATE(1167), - [sym_generator_expression] = STATE(1167), - [sym_parenthesized_expression] = STATE(1167), - [sym_concatenated_string] = STATE(1167), - [sym_string] = STATE(961), - [sym_await] = STATE(1167), + [STATE(162)] = { + [sym_list_splat_pattern] = STATE(1168), + [sym_primary_expression] = STATE(996), + [sym_binary_operator] = STATE(1168), + [sym_unary_operator] = STATE(1168), + [sym_attribute] = STATE(1168), + [sym_subscript] = STATE(1168), + [sym_ellipsis] = STATE(1168), + [sym_call] = STATE(1168), + [sym_list] = STATE(1168), + [sym_set] = STATE(1168), + [sym_tuple] = STATE(1168), + [sym_dictionary] = STATE(1168), + [sym_list_comprehension] = STATE(1168), + [sym_dictionary_comprehension] = STATE(1168), + [sym_set_comprehension] = STATE(1168), + [sym_generator_expression] = STATE(1168), + [sym_parenthesized_expression] = STATE(1168), + [sym_concatenated_string] = STATE(1168), + [sym_string] = STATE(967), + [sym_await] = STATE(1168), [sym_identifier] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(666), + [anon_sym_DOT] = ACTIONS(284), [anon_sym_LPAREN] = ACTIONS(688), - [anon_sym_COMMA] = ACTIONS(683), - [anon_sym_as] = ACTIONS(666), + [anon_sym_COMMA] = ACTIONS(282), + [anon_sym_as] = ACTIONS(284), [anon_sym_STAR] = ACTIONS(690), [anon_sym_print] = ACTIONS(692), - [anon_sym_GT_GT] = ACTIONS(683), + [anon_sym_GT_GT] = ACTIONS(282), [anon_sym_COLON_EQ] = ACTIONS(297), [anon_sym_exec] = ACTIONS(692), [anon_sym_async] = ACTIONS(692), [anon_sym_await] = ACTIONS(694), [anon_sym_type] = ACTIONS(686), [anon_sym_match] = ACTIONS(686), - [anon_sym_if] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(671), - [anon_sym_for] = ACTIONS(671), - [anon_sym_in] = ACTIONS(666), - [anon_sym_STAR_STAR] = ACTIONS(683), + [anon_sym_if] = ACTIONS(284), + [anon_sym_COLON] = ACTIONS(284), + [anon_sym_in] = ACTIONS(284), + [anon_sym_STAR_STAR] = ACTIONS(282), + [anon_sym_EQ] = ACTIONS(284), [anon_sym_LBRACK] = ACTIONS(696), - [anon_sym_AT] = ACTIONS(683), + [anon_sym_AT] = ACTIONS(282), [anon_sym_DASH] = ACTIONS(698), - [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(282), [anon_sym_LBRACE] = ACTIONS(700), - [anon_sym_RBRACE] = ACTIONS(683), + [anon_sym_RBRACE] = ACTIONS(282), [anon_sym_PLUS] = ACTIONS(698), - [anon_sym_not] = ACTIONS(666), - [anon_sym_and] = ACTIONS(666), - [anon_sym_or] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(683), - [anon_sym_SLASH_SLASH] = ACTIONS(683), - [anon_sym_AMP] = ACTIONS(683), - [anon_sym_CARET] = ACTIONS(683), - [anon_sym_LT_LT] = ACTIONS(683), + [anon_sym_not] = ACTIONS(284), + [anon_sym_and] = ACTIONS(284), + [anon_sym_or] = ACTIONS(284), + [anon_sym_SLASH] = ACTIONS(284), + [anon_sym_PERCENT] = ACTIONS(282), + [anon_sym_SLASH_SLASH] = ACTIONS(282), + [anon_sym_AMP] = ACTIONS(282), + [anon_sym_CARET] = ACTIONS(282), + [anon_sym_LT_LT] = ACTIONS(282), [anon_sym_TILDE] = ACTIONS(698), - [anon_sym_is] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(666), - [anon_sym_LT_EQ] = ACTIONS(683), - [anon_sym_EQ_EQ] = ACTIONS(683), - [anon_sym_BANG_EQ] = ACTIONS(683), - [anon_sym_GT_EQ] = ACTIONS(683), - [anon_sym_GT] = ACTIONS(666), - [anon_sym_LT_GT] = ACTIONS(683), + [anon_sym_is] = ACTIONS(284), + [anon_sym_LT] = ACTIONS(284), + [anon_sym_LT_EQ] = ACTIONS(282), + [anon_sym_EQ_EQ] = ACTIONS(282), + [anon_sym_BANG_EQ] = ACTIONS(282), + [anon_sym_GT_EQ] = ACTIONS(282), + [anon_sym_GT] = ACTIONS(284), + [anon_sym_LT_GT] = ACTIONS(282), [anon_sym_DOT_DOT_DOT] = ACTIONS(702), + [sym_type_conversion] = ACTIONS(282), [sym_integer] = ACTIONS(686), [sym_float] = ACTIONS(704), [sym_true] = ACTIONS(686), @@ -26672,27 +26597,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(706), }, - [164] = { - [sym_list_splat_pattern] = STATE(1382), - [sym_primary_expression] = STATE(1116), - [sym_binary_operator] = STATE(1382), - [sym_unary_operator] = STATE(1382), - [sym_attribute] = STATE(1382), - [sym_subscript] = STATE(1382), - [sym_ellipsis] = STATE(1382), - [sym_call] = STATE(1382), - [sym_list] = STATE(1382), - [sym_set] = STATE(1382), - [sym_tuple] = STATE(1382), - [sym_dictionary] = STATE(1382), - [sym_list_comprehension] = STATE(1382), - [sym_dictionary_comprehension] = STATE(1382), - [sym_set_comprehension] = STATE(1382), - [sym_generator_expression] = STATE(1382), - [sym_parenthesized_expression] = STATE(1382), - [sym_concatenated_string] = STATE(1382), - [sym_string] = STATE(1042), - [sym_await] = STATE(1382), + [STATE(163)] = { + [sym_list_splat_pattern] = STATE(1350), + [sym_primary_expression] = STATE(1120), + [sym_binary_operator] = STATE(1350), + [sym_unary_operator] = STATE(1350), + [sym_attribute] = STATE(1350), + [sym_subscript] = STATE(1350), + [sym_ellipsis] = STATE(1350), + [sym_call] = STATE(1350), + [sym_list] = STATE(1350), + [sym_set] = STATE(1350), + [sym_tuple] = STATE(1350), + [sym_dictionary] = STATE(1350), + [sym_list_comprehension] = STATE(1350), + [sym_dictionary_comprehension] = STATE(1350), + [sym_set_comprehension] = STATE(1350), + [sym_generator_expression] = STATE(1350), + [sym_parenthesized_expression] = STATE(1350), + [sym_concatenated_string] = STATE(1350), + [sym_string] = STATE(1095), + [sym_await] = STATE(1350), [sym_identifier] = ACTIONS(708), [anon_sym_DOT] = ACTIONS(666), [anon_sym_LPAREN] = ACTIONS(710), @@ -26747,53 +26672,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(728), }, - [165] = { - [sym_list_splat_pattern] = STATE(1213), - [sym_primary_expression] = STATE(975), - [sym_binary_operator] = STATE(1213), - [sym_unary_operator] = STATE(1213), - [sym_attribute] = STATE(1213), - [sym_subscript] = STATE(1213), - [sym_ellipsis] = STATE(1213), - [sym_call] = STATE(1213), - [sym_list] = STATE(1213), - [sym_set] = STATE(1213), - [sym_tuple] = STATE(1213), - [sym_dictionary] = STATE(1213), - [sym_list_comprehension] = STATE(1213), - [sym_dictionary_comprehension] = STATE(1213), - [sym_set_comprehension] = STATE(1213), - [sym_generator_expression] = STATE(1213), - [sym_parenthesized_expression] = STATE(1213), - [sym_concatenated_string] = STATE(1213), - [sym_string] = STATE(956), - [sym_await] = STATE(1213), - [sym_identifier] = ACTIONS(730), + [STATE(164)] = { + [sym_list_splat_pattern] = STATE(1272), + [sym_primary_expression] = STATE(1092), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), + [sym_identifier] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(284), - [anon_sym_LPAREN] = ACTIONS(732), + [anon_sym_LPAREN] = ACTIONS(669), [anon_sym_COMMA] = ACTIONS(282), [anon_sym_as] = ACTIONS(284), - [anon_sym_STAR] = ACTIONS(734), - [anon_sym_print] = ACTIONS(736), + [anon_sym_STAR] = ACTIONS(673), + [anon_sym_print] = ACTIONS(675), [anon_sym_GT_GT] = ACTIONS(282), [anon_sym_COLON_EQ] = ACTIONS(297), - [anon_sym_exec] = ACTIONS(736), - [anon_sym_async] = ACTIONS(736), - [anon_sym_await] = ACTIONS(738), - [anon_sym_type] = ACTIONS(730), - [anon_sym_match] = ACTIONS(730), + [anon_sym_exec] = ACTIONS(675), + [anon_sym_async] = ACTIONS(675), + [anon_sym_await] = ACTIONS(677), + [anon_sym_type] = ACTIONS(329), + [anon_sym_match] = ACTIONS(329), [anon_sym_if] = ACTIONS(284), [anon_sym_COLON] = ACTIONS(284), - [anon_sym_for] = ACTIONS(284), + [anon_sym_else] = ACTIONS(284), [anon_sym_in] = ACTIONS(284), [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_LBRACK] = ACTIONS(740), + [anon_sym_EQ] = ACTIONS(284), + [anon_sym_LBRACK] = ACTIONS(679), [anon_sym_AT] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(742), + [anon_sym_DASH] = ACTIONS(321), [anon_sym_PIPE] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(744), - [anon_sym_RBRACE] = ACTIONS(282), - [anon_sym_PLUS] = ACTIONS(742), + [anon_sym_LBRACE] = ACTIONS(316), + [anon_sym_PLUS] = ACTIONS(321), [anon_sym_not] = ACTIONS(284), [anon_sym_and] = ACTIONS(284), [anon_sym_or] = ACTIONS(284), @@ -26803,7 +26728,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(282), [anon_sym_CARET] = ACTIONS(282), [anon_sym_LT_LT] = ACTIONS(282), - [anon_sym_TILDE] = ACTIONS(742), + [anon_sym_TILDE] = ACTIONS(321), [anon_sym_is] = ACTIONS(284), [anon_sym_LT] = ACTIONS(284), [anon_sym_LT_EQ] = ACTIONS(282), @@ -26812,63 +26737,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(282), [anon_sym_GT] = ACTIONS(284), [anon_sym_LT_GT] = ACTIONS(282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(746), - [sym_integer] = ACTIONS(730), - [sym_float] = ACTIONS(748), - [sym_true] = ACTIONS(730), - [sym_false] = ACTIONS(730), - [sym_none] = ACTIONS(730), + [anon_sym_DOT_DOT_DOT] = ACTIONS(327), + [sym_integer] = ACTIONS(329), + [sym_float] = ACTIONS(331), + [sym_true] = ACTIONS(329), + [sym_false] = ACTIONS(329), + [sym_none] = ACTIONS(329), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(750), + [sym_string_start] = ACTIONS(333), }, - [166] = { - [sym_list_splat_pattern] = STATE(1317), - [sym_primary_expression] = STATE(1076), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), - [sym_identifier] = ACTIONS(329), + [STATE(165)] = { + [sym_list_splat_pattern] = STATE(1118), + [sym_primary_expression] = STATE(980), + [sym_binary_operator] = STATE(1118), + [sym_unary_operator] = STATE(1118), + [sym_attribute] = STATE(1118), + [sym_subscript] = STATE(1118), + [sym_ellipsis] = STATE(1118), + [sym_call] = STATE(1118), + [sym_list] = STATE(1118), + [sym_set] = STATE(1118), + [sym_tuple] = STATE(1118), + [sym_dictionary] = STATE(1118), + [sym_list_comprehension] = STATE(1118), + [sym_dictionary_comprehension] = STATE(1118), + [sym_set_comprehension] = STATE(1118), + [sym_generator_expression] = STATE(1118), + [sym_parenthesized_expression] = STATE(1118), + [sym_concatenated_string] = STATE(1118), + [sym_string] = STATE(966), + [sym_await] = STATE(1118), + [sym_identifier] = ACTIONS(730), [anon_sym_DOT] = ACTIONS(284), - [anon_sym_LPAREN] = ACTIONS(669), + [anon_sym_LPAREN] = ACTIONS(732), [anon_sym_COMMA] = ACTIONS(282), [anon_sym_as] = ACTIONS(284), - [anon_sym_STAR] = ACTIONS(673), - [anon_sym_print] = ACTIONS(675), + [anon_sym_STAR] = ACTIONS(734), + [anon_sym_print] = ACTIONS(736), [anon_sym_GT_GT] = ACTIONS(282), [anon_sym_COLON_EQ] = ACTIONS(297), - [anon_sym_exec] = ACTIONS(675), - [anon_sym_async] = ACTIONS(675), - [anon_sym_await] = ACTIONS(677), - [anon_sym_type] = ACTIONS(329), - [anon_sym_match] = ACTIONS(329), + [anon_sym_exec] = ACTIONS(736), + [anon_sym_async] = ACTIONS(736), + [anon_sym_await] = ACTIONS(738), + [anon_sym_type] = ACTIONS(730), + [anon_sym_match] = ACTIONS(730), [anon_sym_if] = ACTIONS(284), [anon_sym_COLON] = ACTIONS(284), - [anon_sym_else] = ACTIONS(284), + [anon_sym_for] = ACTIONS(284), [anon_sym_in] = ACTIONS(284), [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_EQ] = ACTIONS(284), - [anon_sym_LBRACK] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(740), [anon_sym_AT] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(321), + [anon_sym_DASH] = ACTIONS(742), [anon_sym_PIPE] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(316), - [anon_sym_PLUS] = ACTIONS(321), + [anon_sym_LBRACE] = ACTIONS(744), + [anon_sym_RBRACE] = ACTIONS(282), + [anon_sym_PLUS] = ACTIONS(742), [anon_sym_not] = ACTIONS(284), [anon_sym_and] = ACTIONS(284), [anon_sym_or] = ACTIONS(284), @@ -26878,7 +26803,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(282), [anon_sym_CARET] = ACTIONS(282), [anon_sym_LT_LT] = ACTIONS(282), - [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_TILDE] = ACTIONS(742), [anon_sym_is] = ACTIONS(284), [anon_sym_LT] = ACTIONS(284), [anon_sym_LT_EQ] = ACTIONS(282), @@ -26887,19 +26812,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(282), [anon_sym_GT] = ACTIONS(284), [anon_sym_LT_GT] = ACTIONS(282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(327), - [sym_integer] = ACTIONS(329), - [sym_float] = ACTIONS(331), - [sym_true] = ACTIONS(329), - [sym_false] = ACTIONS(329), - [sym_none] = ACTIONS(329), + [anon_sym_DOT_DOT_DOT] = ACTIONS(746), + [sym_integer] = ACTIONS(730), + [sym_float] = ACTIONS(748), + [sym_true] = ACTIONS(730), + [sym_false] = ACTIONS(730), + [sym_none] = ACTIONS(730), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(333), + [sym_string_start] = ACTIONS(750), }, - [167] = { + [STATE(166)] = { [sym_list_splat_pattern] = STATE(1302), - [sym_primary_expression] = STATE(1086), + [sym_primary_expression] = STATE(1099), [sym_binary_operator] = STATE(1302), [sym_unary_operator] = STATE(1302), [sym_attribute] = STATE(1302), @@ -26916,7 +26841,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generator_expression] = STATE(1302), [sym_parenthesized_expression] = STATE(1302), [sym_concatenated_string] = STATE(1302), - [sym_string] = STATE(1024), + [sym_string] = STATE(1021), [sym_await] = STATE(1302), [sym_identifier] = ACTIONS(752), [anon_sym_DOT] = ACTIONS(284), @@ -26972,30 +26897,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(772), }, - [168] = { - [sym_list_splat_pattern] = STATE(1230), - [sym_primary_expression] = STATE(1025), - [sym_binary_operator] = STATE(1230), - [sym_unary_operator] = STATE(1230), - [sym_attribute] = STATE(1230), - [sym_subscript] = STATE(1230), - [sym_ellipsis] = STATE(1230), - [sym_call] = STATE(1230), - [sym_list] = STATE(1230), - [sym_set] = STATE(1230), - [sym_tuple] = STATE(1230), - [sym_dictionary] = STATE(1230), - [sym_list_comprehension] = STATE(1230), - [sym_dictionary_comprehension] = STATE(1230), - [sym_set_comprehension] = STATE(1230), - [sym_generator_expression] = STATE(1230), - [sym_parenthesized_expression] = STATE(1230), - [sym_concatenated_string] = STATE(1230), - [sym_string] = STATE(966), - [sym_await] = STATE(1230), + [STATE(167)] = { + [sym_list_splat_pattern] = STATE(1275), + [sym_primary_expression] = STATE(1031), + [sym_binary_operator] = STATE(1275), + [sym_unary_operator] = STATE(1275), + [sym_attribute] = STATE(1275), + [sym_subscript] = STATE(1275), + [sym_ellipsis] = STATE(1275), + [sym_call] = STATE(1275), + [sym_list] = STATE(1275), + [sym_set] = STATE(1275), + [sym_tuple] = STATE(1275), + [sym_dictionary] = STATE(1275), + [sym_list_comprehension] = STATE(1275), + [sym_dictionary_comprehension] = STATE(1275), + [sym_set_comprehension] = STATE(1275), + [sym_generator_expression] = STATE(1275), + [sym_parenthesized_expression] = STATE(1275), + [sym_concatenated_string] = STATE(1275), + [sym_string] = STATE(978), + [sym_await] = STATE(1275), [sym_identifier] = ACTIONS(774), [anon_sym_DOT] = ACTIONS(284), [anon_sym_LPAREN] = ACTIONS(776), + [anon_sym_RPAREN] = ACTIONS(282), [anon_sym_COMMA] = ACTIONS(282), [anon_sym_as] = ACTIONS(284), [anon_sym_STAR] = ACTIONS(778), @@ -27008,17 +26934,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_type] = ACTIONS(774), [anon_sym_match] = ACTIONS(774), [anon_sym_if] = ACTIONS(284), - [anon_sym_COLON] = ACTIONS(284), [anon_sym_for] = ACTIONS(284), [anon_sym_in] = ACTIONS(284), [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_LBRACK] = ACTIONS(784), - [anon_sym_RBRACK] = ACTIONS(282), + [anon_sym_EQ] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(786), [anon_sym_AT] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(786), + [anon_sym_DASH] = ACTIONS(788), [anon_sym_PIPE] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(786), + [anon_sym_LBRACE] = ACTIONS(790), + [anon_sym_PLUS] = ACTIONS(788), [anon_sym_not] = ACTIONS(284), [anon_sym_and] = ACTIONS(284), [anon_sym_or] = ACTIONS(284), @@ -27028,7 +26953,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(282), [anon_sym_CARET] = ACTIONS(282), [anon_sym_LT_LT] = ACTIONS(282), - [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_TILDE] = ACTIONS(788), [anon_sym_is] = ACTIONS(284), [anon_sym_LT] = ACTIONS(284), [anon_sym_LT_EQ] = ACTIONS(282), @@ -27037,37 +26962,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(282), [anon_sym_GT] = ACTIONS(284), [anon_sym_LT_GT] = ACTIONS(282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(790), + [anon_sym_DOT_DOT_DOT] = ACTIONS(792), [sym_integer] = ACTIONS(774), - [sym_float] = ACTIONS(792), + [sym_float] = ACTIONS(794), [sym_true] = ACTIONS(774), [sym_false] = ACTIONS(774), [sym_none] = ACTIONS(774), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(794), + [sym_string_start] = ACTIONS(796), + }, + [STATE(168)] = { + [sym_list_splat_pattern] = STATE(1135), + [sym_primary_expression] = STATE(979), + [sym_binary_operator] = STATE(1135), + [sym_unary_operator] = STATE(1135), + [sym_attribute] = STATE(1135), + [sym_subscript] = STATE(1135), + [sym_ellipsis] = STATE(1135), + [sym_call] = STATE(1135), + [sym_list] = STATE(1135), + [sym_set] = STATE(1135), + [sym_tuple] = STATE(1135), + [sym_dictionary] = STATE(1135), + [sym_list_comprehension] = STATE(1135), + [sym_dictionary_comprehension] = STATE(1135), + [sym_set_comprehension] = STATE(1135), + [sym_generator_expression] = STATE(1135), + [sym_parenthesized_expression] = STATE(1135), + [sym_concatenated_string] = STATE(1135), + [sym_string] = STATE(973), + [sym_await] = STATE(1135), + [sym_identifier] = ACTIONS(798), + [anon_sym_DOT] = ACTIONS(284), + [anon_sym_LPAREN] = ACTIONS(800), + [anon_sym_COMMA] = ACTIONS(282), + [anon_sym_as] = ACTIONS(284), + [anon_sym_STAR] = ACTIONS(802), + [anon_sym_print] = ACTIONS(804), + [anon_sym_GT_GT] = ACTIONS(282), + [anon_sym_COLON_EQ] = ACTIONS(297), + [anon_sym_exec] = ACTIONS(804), + [anon_sym_async] = ACTIONS(804), + [anon_sym_await] = ACTIONS(806), + [anon_sym_type] = ACTIONS(798), + [anon_sym_match] = ACTIONS(798), + [anon_sym_if] = ACTIONS(284), + [anon_sym_COLON] = ACTIONS(284), + [anon_sym_for] = ACTIONS(284), + [anon_sym_in] = ACTIONS(284), + [anon_sym_STAR_STAR] = ACTIONS(282), + [anon_sym_LBRACK] = ACTIONS(808), + [anon_sym_RBRACK] = ACTIONS(282), + [anon_sym_AT] = ACTIONS(282), + [anon_sym_DASH] = ACTIONS(810), + [anon_sym_PIPE] = ACTIONS(282), + [anon_sym_LBRACE] = ACTIONS(812), + [anon_sym_PLUS] = ACTIONS(810), + [anon_sym_not] = ACTIONS(284), + [anon_sym_and] = ACTIONS(284), + [anon_sym_or] = ACTIONS(284), + [anon_sym_SLASH] = ACTIONS(284), + [anon_sym_PERCENT] = ACTIONS(282), + [anon_sym_SLASH_SLASH] = ACTIONS(282), + [anon_sym_AMP] = ACTIONS(282), + [anon_sym_CARET] = ACTIONS(282), + [anon_sym_LT_LT] = ACTIONS(282), + [anon_sym_TILDE] = ACTIONS(810), + [anon_sym_is] = ACTIONS(284), + [anon_sym_LT] = ACTIONS(284), + [anon_sym_LT_EQ] = ACTIONS(282), + [anon_sym_EQ_EQ] = ACTIONS(282), + [anon_sym_BANG_EQ] = ACTIONS(282), + [anon_sym_GT_EQ] = ACTIONS(282), + [anon_sym_GT] = ACTIONS(284), + [anon_sym_LT_GT] = ACTIONS(282), + [anon_sym_DOT_DOT_DOT] = ACTIONS(814), + [sym_integer] = ACTIONS(798), + [sym_float] = ACTIONS(816), + [sym_true] = ACTIONS(798), + [sym_false] = ACTIONS(798), + [sym_none] = ACTIONS(798), + [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), + [sym_string_start] = ACTIONS(818), }, - [169] = { - [sym_list_splat_pattern] = STATE(1167), - [sym_primary_expression] = STATE(993), - [sym_binary_operator] = STATE(1167), - [sym_unary_operator] = STATE(1167), - [sym_attribute] = STATE(1167), - [sym_subscript] = STATE(1167), - [sym_ellipsis] = STATE(1167), - [sym_call] = STATE(1167), - [sym_list] = STATE(1167), - [sym_set] = STATE(1167), - [sym_tuple] = STATE(1167), - [sym_dictionary] = STATE(1167), - [sym_list_comprehension] = STATE(1167), - [sym_dictionary_comprehension] = STATE(1167), - [sym_set_comprehension] = STATE(1167), - [sym_generator_expression] = STATE(1167), - [sym_parenthesized_expression] = STATE(1167), - [sym_concatenated_string] = STATE(1167), - [sym_string] = STATE(961), - [sym_await] = STATE(1167), + [STATE(169)] = { + [sym_list_splat_pattern] = STATE(1168), + [sym_primary_expression] = STATE(996), + [sym_binary_operator] = STATE(1168), + [sym_unary_operator] = STATE(1168), + [sym_attribute] = STATE(1168), + [sym_subscript] = STATE(1168), + [sym_ellipsis] = STATE(1168), + [sym_call] = STATE(1168), + [sym_list] = STATE(1168), + [sym_set] = STATE(1168), + [sym_tuple] = STATE(1168), + [sym_dictionary] = STATE(1168), + [sym_list_comprehension] = STATE(1168), + [sym_dictionary_comprehension] = STATE(1168), + [sym_set_comprehension] = STATE(1168), + [sym_generator_expression] = STATE(1168), + [sym_parenthesized_expression] = STATE(1168), + [sym_concatenated_string] = STATE(1168), + [sym_string] = STATE(967), + [sym_await] = STATE(1168), [sym_identifier] = ACTIONS(686), [anon_sym_DOT] = ACTIONS(284), [anon_sym_LPAREN] = ACTIONS(688), @@ -27122,27 +27122,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(706), }, - [170] = { - [sym_list_splat_pattern] = STATE(1317), - [sym_primary_expression] = STATE(1076), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), + [STATE(170)] = { + [sym_list_splat_pattern] = STATE(1272), + [sym_primary_expression] = STATE(1092), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), [sym_identifier] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(666), [anon_sym_LPAREN] = ACTIONS(669), @@ -27197,176 +27197,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(333), }, - [171] = { - [sym_list_splat_pattern] = STATE(1310), - [sym_primary_expression] = STATE(1100), - [sym_binary_operator] = STATE(1310), - [sym_unary_operator] = STATE(1310), - [sym_attribute] = STATE(1310), - [sym_subscript] = STATE(1310), - [sym_ellipsis] = STATE(1310), - [sym_call] = STATE(1310), - [sym_list] = STATE(1310), - [sym_set] = STATE(1310), - [sym_tuple] = STATE(1310), - [sym_dictionary] = STATE(1310), - [sym_list_comprehension] = STATE(1310), - [sym_dictionary_comprehension] = STATE(1310), - [sym_set_comprehension] = STATE(1310), - [sym_generator_expression] = STATE(1310), - [sym_parenthesized_expression] = STATE(1310), - [sym_concatenated_string] = STATE(1310), - [sym_string] = STATE(981), - [sym_await] = STATE(1310), - [sym_identifier] = ACTIONS(796), - [anon_sym_DOT] = ACTIONS(284), - [anon_sym_LPAREN] = ACTIONS(798), - [anon_sym_RPAREN] = ACTIONS(282), - [anon_sym_COMMA] = ACTIONS(282), - [anon_sym_as] = ACTIONS(284), - [anon_sym_STAR] = ACTIONS(800), - [anon_sym_print] = ACTIONS(802), - [anon_sym_GT_GT] = ACTIONS(282), - [anon_sym_COLON_EQ] = ACTIONS(297), - [anon_sym_exec] = ACTIONS(802), - [anon_sym_async] = ACTIONS(802), - [anon_sym_await] = ACTIONS(804), - [anon_sym_type] = ACTIONS(796), - [anon_sym_match] = ACTIONS(796), - [anon_sym_if] = ACTIONS(284), - [anon_sym_for] = ACTIONS(284), - [anon_sym_in] = ACTIONS(284), - [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_EQ] = ACTIONS(806), - [anon_sym_LBRACK] = ACTIONS(808), - [anon_sym_AT] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(810), - [anon_sym_PIPE] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(812), - [anon_sym_PLUS] = ACTIONS(810), - [anon_sym_not] = ACTIONS(284), - [anon_sym_and] = ACTIONS(284), - [anon_sym_or] = ACTIONS(284), - [anon_sym_SLASH] = ACTIONS(284), - [anon_sym_PERCENT] = ACTIONS(282), - [anon_sym_SLASH_SLASH] = ACTIONS(282), - [anon_sym_AMP] = ACTIONS(282), - [anon_sym_CARET] = ACTIONS(282), - [anon_sym_LT_LT] = ACTIONS(282), - [anon_sym_TILDE] = ACTIONS(810), - [anon_sym_is] = ACTIONS(284), - [anon_sym_LT] = ACTIONS(284), - [anon_sym_LT_EQ] = ACTIONS(282), - [anon_sym_EQ_EQ] = ACTIONS(282), - [anon_sym_BANG_EQ] = ACTIONS(282), - [anon_sym_GT_EQ] = ACTIONS(282), - [anon_sym_GT] = ACTIONS(284), - [anon_sym_LT_GT] = ACTIONS(282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(814), - [sym_integer] = ACTIONS(796), - [sym_float] = ACTIONS(816), - [sym_true] = ACTIONS(796), - [sym_false] = ACTIONS(796), - [sym_none] = ACTIONS(796), - [sym_comment] = ACTIONS(3), - [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(818), - }, - [172] = { - [sym_list_splat_pattern] = STATE(1230), - [sym_primary_expression] = STATE(1025), - [sym_binary_operator] = STATE(1230), - [sym_unary_operator] = STATE(1230), - [sym_attribute] = STATE(1230), - [sym_subscript] = STATE(1230), - [sym_ellipsis] = STATE(1230), - [sym_call] = STATE(1230), - [sym_list] = STATE(1230), - [sym_set] = STATE(1230), - [sym_tuple] = STATE(1230), - [sym_dictionary] = STATE(1230), - [sym_list_comprehension] = STATE(1230), - [sym_dictionary_comprehension] = STATE(1230), - [sym_set_comprehension] = STATE(1230), - [sym_generator_expression] = STATE(1230), - [sym_parenthesized_expression] = STATE(1230), - [sym_concatenated_string] = STATE(1230), - [sym_string] = STATE(966), - [sym_await] = STATE(1230), - [sym_identifier] = ACTIONS(774), - [anon_sym_DOT] = ACTIONS(284), - [anon_sym_LPAREN] = ACTIONS(776), - [anon_sym_COMMA] = ACTIONS(289), - [anon_sym_as] = ACTIONS(284), - [anon_sym_STAR] = ACTIONS(778), - [anon_sym_print] = ACTIONS(780), - [anon_sym_GT_GT] = ACTIONS(282), + [STATE(171)] = { + [sym_list_splat_pattern] = STATE(1168), + [sym_primary_expression] = STATE(996), + [sym_binary_operator] = STATE(1168), + [sym_unary_operator] = STATE(1168), + [sym_attribute] = STATE(1168), + [sym_subscript] = STATE(1168), + [sym_ellipsis] = STATE(1168), + [sym_call] = STATE(1168), + [sym_list] = STATE(1168), + [sym_set] = STATE(1168), + [sym_tuple] = STATE(1168), + [sym_dictionary] = STATE(1168), + [sym_list_comprehension] = STATE(1168), + [sym_dictionary_comprehension] = STATE(1168), + [sym_set_comprehension] = STATE(1168), + [sym_generator_expression] = STATE(1168), + [sym_parenthesized_expression] = STATE(1168), + [sym_concatenated_string] = STATE(1168), + [sym_string] = STATE(967), + [sym_await] = STATE(1168), + [sym_identifier] = ACTIONS(686), + [anon_sym_DOT] = ACTIONS(666), + [anon_sym_LPAREN] = ACTIONS(688), + [anon_sym_COMMA] = ACTIONS(683), + [anon_sym_as] = ACTIONS(666), + [anon_sym_STAR] = ACTIONS(690), + [anon_sym_print] = ACTIONS(692), + [anon_sym_GT_GT] = ACTIONS(683), [anon_sym_COLON_EQ] = ACTIONS(297), - [anon_sym_exec] = ACTIONS(780), - [anon_sym_async] = ACTIONS(780), - [anon_sym_await] = ACTIONS(782), - [anon_sym_type] = ACTIONS(774), - [anon_sym_match] = ACTIONS(774), - [anon_sym_if] = ACTIONS(284), - [anon_sym_for] = ACTIONS(284), - [anon_sym_in] = ACTIONS(284), - [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_LBRACK] = ACTIONS(784), - [anon_sym_RBRACK] = ACTIONS(289), - [anon_sym_AT] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_PIPE] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_not] = ACTIONS(284), - [anon_sym_and] = ACTIONS(284), - [anon_sym_or] = ACTIONS(284), - [anon_sym_SLASH] = ACTIONS(284), - [anon_sym_PERCENT] = ACTIONS(282), - [anon_sym_SLASH_SLASH] = ACTIONS(282), - [anon_sym_AMP] = ACTIONS(282), - [anon_sym_CARET] = ACTIONS(282), - [anon_sym_LT_LT] = ACTIONS(282), - [anon_sym_TILDE] = ACTIONS(786), - [anon_sym_is] = ACTIONS(284), - [anon_sym_LT] = ACTIONS(284), - [anon_sym_LT_EQ] = ACTIONS(282), - [anon_sym_EQ_EQ] = ACTIONS(282), - [anon_sym_BANG_EQ] = ACTIONS(282), - [anon_sym_GT_EQ] = ACTIONS(282), - [anon_sym_GT] = ACTIONS(284), - [anon_sym_LT_GT] = ACTIONS(282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(790), - [sym_integer] = ACTIONS(774), - [sym_float] = ACTIONS(792), - [sym_true] = ACTIONS(774), - [sym_false] = ACTIONS(774), - [sym_none] = ACTIONS(774), + [anon_sym_exec] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(694), + [anon_sym_type] = ACTIONS(686), + [anon_sym_match] = ACTIONS(686), + [anon_sym_if] = ACTIONS(666), + [anon_sym_COLON] = ACTIONS(671), + [anon_sym_for] = ACTIONS(671), + [anon_sym_in] = ACTIONS(666), + [anon_sym_STAR_STAR] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(696), + [anon_sym_AT] = ACTIONS(683), + [anon_sym_DASH] = ACTIONS(698), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(700), + [anon_sym_RBRACE] = ACTIONS(683), + [anon_sym_PLUS] = ACTIONS(698), + [anon_sym_not] = ACTIONS(666), + [anon_sym_and] = ACTIONS(666), + [anon_sym_or] = ACTIONS(666), + [anon_sym_SLASH] = ACTIONS(666), + [anon_sym_PERCENT] = ACTIONS(683), + [anon_sym_SLASH_SLASH] = ACTIONS(683), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [anon_sym_LT_LT] = ACTIONS(683), + [anon_sym_TILDE] = ACTIONS(698), + [anon_sym_is] = ACTIONS(666), + [anon_sym_LT] = ACTIONS(666), + [anon_sym_LT_EQ] = ACTIONS(683), + [anon_sym_EQ_EQ] = ACTIONS(683), + [anon_sym_BANG_EQ] = ACTIONS(683), + [anon_sym_GT_EQ] = ACTIONS(683), + [anon_sym_GT] = ACTIONS(666), + [anon_sym_LT_GT] = ACTIONS(683), + [anon_sym_DOT_DOT_DOT] = ACTIONS(702), + [sym_integer] = ACTIONS(686), + [sym_float] = ACTIONS(704), + [sym_true] = ACTIONS(686), + [sym_false] = ACTIONS(686), + [sym_none] = ACTIONS(686), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(794), + [sym_string_start] = ACTIONS(706), }, - [173] = { - [sym_list_splat_pattern] = STATE(1317), - [sym_primary_expression] = STATE(1076), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), + [STATE(172)] = { + [sym_list_splat_pattern] = STATE(1272), + [sym_primary_expression] = STATE(1092), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), [sym_identifier] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(666), [anon_sym_LPAREN] = ACTIONS(669), @@ -27382,11 +27308,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(329), [anon_sym_if] = ACTIONS(671), [anon_sym_COLON] = ACTIONS(664), - [anon_sym_else] = ACTIONS(671), + [anon_sym_for] = ACTIONS(671), [anon_sym_in] = ACTIONS(671), [anon_sym_STAR_STAR] = ACTIONS(683), - [anon_sym_EQ] = ACTIONS(671), [anon_sym_LBRACK] = ACTIONS(679), + [anon_sym_RBRACK] = ACTIONS(664), [anon_sym_AT] = ACTIONS(683), [anon_sym_DASH] = ACTIONS(321), [anon_sym_PIPE] = ACTIONS(683), @@ -27420,70 +27346,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(333), }, - [174] = { - [sym_list_splat_pattern] = STATE(1317), - [sym_primary_expression] = STATE(1076), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), + [STATE(173)] = { + [sym_list_splat_pattern] = STATE(1272), + [sym_primary_expression] = STATE(1092), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), [sym_identifier] = ACTIONS(329), + [anon_sym_SEMI] = ACTIONS(325), [anon_sym_DOT] = ACTIONS(284), [anon_sym_LPAREN] = ACTIONS(669), - [anon_sym_COMMA] = ACTIONS(282), - [anon_sym_as] = ACTIONS(284), + [anon_sym_COMMA] = ACTIONS(325), [anon_sym_STAR] = ACTIONS(673), [anon_sym_print] = ACTIONS(675), - [anon_sym_GT_GT] = ACTIONS(282), + [anon_sym_GT_GT] = ACTIONS(284), [anon_sym_exec] = ACTIONS(675), [anon_sym_async] = ACTIONS(675), [anon_sym_await] = ACTIONS(677), [anon_sym_type] = ACTIONS(329), [anon_sym_match] = ACTIONS(329), - [anon_sym_if] = ACTIONS(284), - [anon_sym_COLON] = ACTIONS(282), - [anon_sym_else] = ACTIONS(284), - [anon_sym_in] = ACTIONS(284), - [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_EQ] = ACTIONS(284), + [anon_sym_COLON] = ACTIONS(325), + [anon_sym_STAR_STAR] = ACTIONS(284), + [anon_sym_EQ] = ACTIONS(325), [anon_sym_LBRACK] = ACTIONS(679), - [anon_sym_AT] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(321), - [anon_sym_PIPE] = ACTIONS(282), + [anon_sym_AT] = ACTIONS(284), + [anon_sym_DASH] = ACTIONS(681), + [anon_sym_PIPE] = ACTIONS(284), [anon_sym_LBRACE] = ACTIONS(316), - [anon_sym_PLUS] = ACTIONS(321), - [anon_sym_not] = ACTIONS(284), - [anon_sym_and] = ACTIONS(284), - [anon_sym_or] = ACTIONS(284), + [anon_sym_PLUS] = ACTIONS(681), [anon_sym_SLASH] = ACTIONS(284), - [anon_sym_PERCENT] = ACTIONS(282), - [anon_sym_SLASH_SLASH] = ACTIONS(282), - [anon_sym_AMP] = ACTIONS(282), - [anon_sym_CARET] = ACTIONS(282), - [anon_sym_LT_LT] = ACTIONS(282), + [anon_sym_PERCENT] = ACTIONS(284), + [anon_sym_SLASH_SLASH] = ACTIONS(284), + [anon_sym_AMP] = ACTIONS(284), + [anon_sym_CARET] = ACTIONS(284), + [anon_sym_LT_LT] = ACTIONS(284), [anon_sym_TILDE] = ACTIONS(321), - [anon_sym_is] = ACTIONS(284), - [anon_sym_LT] = ACTIONS(284), - [anon_sym_LT_EQ] = ACTIONS(282), - [anon_sym_EQ_EQ] = ACTIONS(282), - [anon_sym_BANG_EQ] = ACTIONS(282), - [anon_sym_GT_EQ] = ACTIONS(282), - [anon_sym_GT] = ACTIONS(284), - [anon_sym_LT_GT] = ACTIONS(282), + [anon_sym_PLUS_EQ] = ACTIONS(325), + [anon_sym_DASH_EQ] = ACTIONS(325), + [anon_sym_STAR_EQ] = ACTIONS(325), + [anon_sym_SLASH_EQ] = ACTIONS(325), + [anon_sym_AT_EQ] = ACTIONS(325), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(325), + [anon_sym_PERCENT_EQ] = ACTIONS(325), + [anon_sym_STAR_STAR_EQ] = ACTIONS(325), + [anon_sym_GT_GT_EQ] = ACTIONS(325), + [anon_sym_LT_LT_EQ] = ACTIONS(325), + [anon_sym_AMP_EQ] = ACTIONS(325), + [anon_sym_CARET_EQ] = ACTIONS(325), + [anon_sym_PIPE_EQ] = ACTIONS(325), [anon_sym_DOT_DOT_DOT] = ACTIONS(327), [sym_integer] = ACTIONS(329), [sym_float] = ACTIONS(331), @@ -27492,54 +27417,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(329), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), + [sym_newline] = ACTIONS(325), [sym_string_start] = ACTIONS(333), }, - [175] = { - [sym_list_splat_pattern] = STATE(1230), - [sym_primary_expression] = STATE(1025), - [sym_binary_operator] = STATE(1230), - [sym_unary_operator] = STATE(1230), - [sym_attribute] = STATE(1230), - [sym_subscript] = STATE(1230), - [sym_ellipsis] = STATE(1230), - [sym_call] = STATE(1230), - [sym_list] = STATE(1230), - [sym_set] = STATE(1230), - [sym_tuple] = STATE(1230), - [sym_dictionary] = STATE(1230), - [sym_list_comprehension] = STATE(1230), - [sym_dictionary_comprehension] = STATE(1230), - [sym_set_comprehension] = STATE(1230), - [sym_generator_expression] = STATE(1230), - [sym_parenthesized_expression] = STATE(1230), - [sym_concatenated_string] = STATE(1230), - [sym_string] = STATE(966), - [sym_await] = STATE(1230), - [sym_identifier] = ACTIONS(774), + [STATE(174)] = { + [sym_list_splat_pattern] = STATE(1350), + [sym_primary_expression] = STATE(1120), + [sym_binary_operator] = STATE(1350), + [sym_unary_operator] = STATE(1350), + [sym_attribute] = STATE(1350), + [sym_subscript] = STATE(1350), + [sym_ellipsis] = STATE(1350), + [sym_call] = STATE(1350), + [sym_list] = STATE(1350), + [sym_set] = STATE(1350), + [sym_tuple] = STATE(1350), + [sym_dictionary] = STATE(1350), + [sym_list_comprehension] = STATE(1350), + [sym_dictionary_comprehension] = STATE(1350), + [sym_set_comprehension] = STATE(1350), + [sym_generator_expression] = STATE(1350), + [sym_parenthesized_expression] = STATE(1350), + [sym_concatenated_string] = STATE(1350), + [sym_string] = STATE(1095), + [sym_await] = STATE(1350), + [sym_identifier] = ACTIONS(708), [anon_sym_DOT] = ACTIONS(284), - [anon_sym_LPAREN] = ACTIONS(776), + [anon_sym_LPAREN] = ACTIONS(710), [anon_sym_COMMA] = ACTIONS(282), [anon_sym_as] = ACTIONS(284), - [anon_sym_STAR] = ACTIONS(778), - [anon_sym_print] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(712), + [anon_sym_print] = ACTIONS(714), [anon_sym_GT_GT] = ACTIONS(282), - [anon_sym_exec] = ACTIONS(780), - [anon_sym_async] = ACTIONS(780), - [anon_sym_await] = ACTIONS(782), - [anon_sym_type] = ACTIONS(774), - [anon_sym_match] = ACTIONS(774), + [anon_sym_COLON_EQ] = ACTIONS(297), + [anon_sym_exec] = ACTIONS(714), + [anon_sym_async] = ACTIONS(714), + [anon_sym_await] = ACTIONS(716), + [anon_sym_type] = ACTIONS(708), + [anon_sym_match] = ACTIONS(708), [anon_sym_if] = ACTIONS(284), - [anon_sym_COLON] = ACTIONS(282), - [anon_sym_for] = ACTIONS(284), + [anon_sym_COLON] = ACTIONS(284), [anon_sym_in] = ACTIONS(284), [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_LBRACK] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(718), [anon_sym_RBRACK] = ACTIONS(282), [anon_sym_AT] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(786), + [anon_sym_DASH] = ACTIONS(720), [anon_sym_PIPE] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(786), + [anon_sym_LBRACE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(720), [anon_sym_not] = ACTIONS(284), [anon_sym_and] = ACTIONS(284), [anon_sym_or] = ACTIONS(284), @@ -27549,7 +27475,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(282), [anon_sym_CARET] = ACTIONS(282), [anon_sym_LT_LT] = ACTIONS(282), - [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_TILDE] = ACTIONS(720), [anon_sym_is] = ACTIONS(284), [anon_sym_LT] = ACTIONS(284), [anon_sym_LT_EQ] = ACTIONS(282), @@ -27558,62 +27484,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(282), [anon_sym_GT] = ACTIONS(284), [anon_sym_LT_GT] = ACTIONS(282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(790), - [sym_integer] = ACTIONS(774), - [sym_float] = ACTIONS(792), - [sym_true] = ACTIONS(774), - [sym_false] = ACTIONS(774), - [sym_none] = ACTIONS(774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(724), + [sym_integer] = ACTIONS(708), + [sym_float] = ACTIONS(726), + [sym_true] = ACTIONS(708), + [sym_false] = ACTIONS(708), + [sym_none] = ACTIONS(708), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(794), + [sym_string_start] = ACTIONS(728), }, - [176] = { - [sym_list_splat_pattern] = STATE(1310), - [sym_primary_expression] = STATE(1100), - [sym_binary_operator] = STATE(1310), - [sym_unary_operator] = STATE(1310), - [sym_attribute] = STATE(1310), - [sym_subscript] = STATE(1310), - [sym_ellipsis] = STATE(1310), - [sym_call] = STATE(1310), - [sym_list] = STATE(1310), - [sym_set] = STATE(1310), - [sym_tuple] = STATE(1310), - [sym_dictionary] = STATE(1310), - [sym_list_comprehension] = STATE(1310), - [sym_dictionary_comprehension] = STATE(1310), - [sym_set_comprehension] = STATE(1310), - [sym_generator_expression] = STATE(1310), - [sym_parenthesized_expression] = STATE(1310), - [sym_concatenated_string] = STATE(1310), - [sym_string] = STATE(981), - [sym_await] = STATE(1310), - [sym_identifier] = ACTIONS(796), + [STATE(175)] = { + [sym_list_splat_pattern] = STATE(1302), + [sym_primary_expression] = STATE(1099), + [sym_binary_operator] = STATE(1302), + [sym_unary_operator] = STATE(1302), + [sym_attribute] = STATE(1302), + [sym_subscript] = STATE(1302), + [sym_ellipsis] = STATE(1302), + [sym_call] = STATE(1302), + [sym_list] = STATE(1302), + [sym_set] = STATE(1302), + [sym_tuple] = STATE(1302), + [sym_dictionary] = STATE(1302), + [sym_list_comprehension] = STATE(1302), + [sym_dictionary_comprehension] = STATE(1302), + [sym_set_comprehension] = STATE(1302), + [sym_generator_expression] = STATE(1302), + [sym_parenthesized_expression] = STATE(1302), + [sym_concatenated_string] = STATE(1302), + [sym_string] = STATE(1021), + [sym_await] = STATE(1302), + [sym_identifier] = ACTIONS(752), [anon_sym_DOT] = ACTIONS(284), - [anon_sym_LPAREN] = ACTIONS(798), + [anon_sym_LPAREN] = ACTIONS(754), [anon_sym_RPAREN] = ACTIONS(282), [anon_sym_COMMA] = ACTIONS(282), [anon_sym_as] = ACTIONS(284), - [anon_sym_STAR] = ACTIONS(800), - [anon_sym_print] = ACTIONS(802), + [anon_sym_STAR] = ACTIONS(756), + [anon_sym_print] = ACTIONS(758), [anon_sym_GT_GT] = ACTIONS(282), - [anon_sym_COLON_EQ] = ACTIONS(297), - [anon_sym_exec] = ACTIONS(802), - [anon_sym_async] = ACTIONS(802), - [anon_sym_await] = ACTIONS(804), - [anon_sym_type] = ACTIONS(796), - [anon_sym_match] = ACTIONS(796), - [anon_sym_if] = ACTIONS(284), - [anon_sym_for] = ACTIONS(284), - [anon_sym_in] = ACTIONS(284), - [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_LBRACK] = ACTIONS(808), + [anon_sym_exec] = ACTIONS(758), + [anon_sym_async] = ACTIONS(758), + [anon_sym_await] = ACTIONS(760), + [anon_sym_type] = ACTIONS(752), + [anon_sym_match] = ACTIONS(752), + [anon_sym_if] = ACTIONS(284), + [anon_sym_COLON] = ACTIONS(282), + [anon_sym_in] = ACTIONS(284), + [anon_sym_STAR_STAR] = ACTIONS(282), + [anon_sym_EQ] = ACTIONS(284), + [anon_sym_LBRACK] = ACTIONS(762), [anon_sym_AT] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(810), + [anon_sym_DASH] = ACTIONS(764), [anon_sym_PIPE] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(812), - [anon_sym_PLUS] = ACTIONS(810), + [anon_sym_LBRACE] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(764), [anon_sym_not] = ACTIONS(284), [anon_sym_and] = ACTIONS(284), [anon_sym_or] = ACTIONS(284), @@ -27623,7 +27549,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(282), [anon_sym_CARET] = ACTIONS(282), [anon_sym_LT_LT] = ACTIONS(282), - [anon_sym_TILDE] = ACTIONS(810), + [anon_sym_TILDE] = ACTIONS(764), [anon_sym_is] = ACTIONS(284), [anon_sym_LT] = ACTIONS(284), [anon_sym_LT_EQ] = ACTIONS(282), @@ -27632,19 +27558,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(282), [anon_sym_GT] = ACTIONS(284), [anon_sym_LT_GT] = ACTIONS(282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(814), - [sym_integer] = ACTIONS(796), - [sym_float] = ACTIONS(816), - [sym_true] = ACTIONS(796), - [sym_false] = ACTIONS(796), - [sym_none] = ACTIONS(796), + [anon_sym_DOT_DOT_DOT] = ACTIONS(768), + [sym_integer] = ACTIONS(752), + [sym_float] = ACTIONS(770), + [sym_true] = ACTIONS(752), + [sym_false] = ACTIONS(752), + [sym_none] = ACTIONS(752), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(818), + [sym_string_start] = ACTIONS(772), + }, + [STATE(176)] = { + [sym_list_splat_pattern] = STATE(1275), + [sym_primary_expression] = STATE(1031), + [sym_binary_operator] = STATE(1275), + [sym_unary_operator] = STATE(1275), + [sym_attribute] = STATE(1275), + [sym_subscript] = STATE(1275), + [sym_ellipsis] = STATE(1275), + [sym_call] = STATE(1275), + [sym_list] = STATE(1275), + [sym_set] = STATE(1275), + [sym_tuple] = STATE(1275), + [sym_dictionary] = STATE(1275), + [sym_list_comprehension] = STATE(1275), + [sym_dictionary_comprehension] = STATE(1275), + [sym_set_comprehension] = STATE(1275), + [sym_generator_expression] = STATE(1275), + [sym_parenthesized_expression] = STATE(1275), + [sym_concatenated_string] = STATE(1275), + [sym_string] = STATE(978), + [sym_await] = STATE(1275), + [sym_identifier] = ACTIONS(774), + [anon_sym_DOT] = ACTIONS(284), + [anon_sym_LPAREN] = ACTIONS(776), + [anon_sym_RPAREN] = ACTIONS(289), + [anon_sym_COMMA] = ACTIONS(289), + [anon_sym_as] = ACTIONS(284), + [anon_sym_STAR] = ACTIONS(778), + [anon_sym_print] = ACTIONS(780), + [anon_sym_GT_GT] = ACTIONS(282), + [anon_sym_COLON_EQ] = ACTIONS(297), + [anon_sym_exec] = ACTIONS(780), + [anon_sym_async] = ACTIONS(780), + [anon_sym_await] = ACTIONS(782), + [anon_sym_type] = ACTIONS(774), + [anon_sym_match] = ACTIONS(774), + [anon_sym_if] = ACTIONS(284), + [anon_sym_for] = ACTIONS(284), + [anon_sym_in] = ACTIONS(284), + [anon_sym_STAR_STAR] = ACTIONS(282), + [anon_sym_LBRACK] = ACTIONS(786), + [anon_sym_AT] = ACTIONS(282), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_PIPE] = ACTIONS(282), + [anon_sym_LBRACE] = ACTIONS(790), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_not] = ACTIONS(284), + [anon_sym_and] = ACTIONS(284), + [anon_sym_or] = ACTIONS(284), + [anon_sym_SLASH] = ACTIONS(284), + [anon_sym_PERCENT] = ACTIONS(282), + [anon_sym_SLASH_SLASH] = ACTIONS(282), + [anon_sym_AMP] = ACTIONS(282), + [anon_sym_CARET] = ACTIONS(282), + [anon_sym_LT_LT] = ACTIONS(282), + [anon_sym_TILDE] = ACTIONS(788), + [anon_sym_is] = ACTIONS(284), + [anon_sym_LT] = ACTIONS(284), + [anon_sym_LT_EQ] = ACTIONS(282), + [anon_sym_EQ_EQ] = ACTIONS(282), + [anon_sym_BANG_EQ] = ACTIONS(282), + [anon_sym_GT_EQ] = ACTIONS(282), + [anon_sym_GT] = ACTIONS(284), + [anon_sym_LT_GT] = ACTIONS(282), + [anon_sym_DOT_DOT_DOT] = ACTIONS(792), + [sym_integer] = ACTIONS(774), + [sym_float] = ACTIONS(794), + [sym_true] = ACTIONS(774), + [sym_false] = ACTIONS(774), + [sym_none] = ACTIONS(774), + [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), + [sym_string_start] = ACTIONS(796), + }, + [STATE(177)] = { + [sym_list_splat_pattern] = STATE(1272), + [sym_primary_expression] = STATE(1092), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), + [sym_identifier] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(284), + [anon_sym_LPAREN] = ACTIONS(669), + [anon_sym_COMMA] = ACTIONS(282), + [anon_sym_as] = ACTIONS(284), + [anon_sym_STAR] = ACTIONS(673), + [anon_sym_print] = ACTIONS(675), + [anon_sym_GT_GT] = ACTIONS(282), + [anon_sym_exec] = ACTIONS(675), + [anon_sym_async] = ACTIONS(675), + [anon_sym_await] = ACTIONS(677), + [anon_sym_type] = ACTIONS(329), + [anon_sym_match] = ACTIONS(329), + [anon_sym_if] = ACTIONS(284), + [anon_sym_COLON] = ACTIONS(282), + [anon_sym_else] = ACTIONS(284), + [anon_sym_in] = ACTIONS(284), + [anon_sym_STAR_STAR] = ACTIONS(282), + [anon_sym_EQ] = ACTIONS(284), + [anon_sym_LBRACK] = ACTIONS(679), + [anon_sym_AT] = ACTIONS(282), + [anon_sym_DASH] = ACTIONS(321), + [anon_sym_PIPE] = ACTIONS(282), + [anon_sym_LBRACE] = ACTIONS(316), + [anon_sym_PLUS] = ACTIONS(321), + [anon_sym_not] = ACTIONS(284), + [anon_sym_and] = ACTIONS(284), + [anon_sym_or] = ACTIONS(284), + [anon_sym_SLASH] = ACTIONS(284), + [anon_sym_PERCENT] = ACTIONS(282), + [anon_sym_SLASH_SLASH] = ACTIONS(282), + [anon_sym_AMP] = ACTIONS(282), + [anon_sym_CARET] = ACTIONS(282), + [anon_sym_LT_LT] = ACTIONS(282), + [anon_sym_TILDE] = ACTIONS(321), + [anon_sym_is] = ACTIONS(284), + [anon_sym_LT] = ACTIONS(284), + [anon_sym_LT_EQ] = ACTIONS(282), + [anon_sym_EQ_EQ] = ACTIONS(282), + [anon_sym_BANG_EQ] = ACTIONS(282), + [anon_sym_GT_EQ] = ACTIONS(282), + [anon_sym_GT] = ACTIONS(284), + [anon_sym_LT_GT] = ACTIONS(282), + [anon_sym_DOT_DOT_DOT] = ACTIONS(327), + [sym_integer] = ACTIONS(329), + [sym_float] = ACTIONS(331), + [sym_true] = ACTIONS(329), + [sym_false] = ACTIONS(329), + [sym_none] = ACTIONS(329), + [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), + [sym_string_start] = ACTIONS(333), }, - [177] = { + [STATE(178)] = { [sym_list_splat_pattern] = STATE(1302), - [sym_primary_expression] = STATE(1086), + [sym_primary_expression] = STATE(1099), [sym_binary_operator] = STATE(1302), [sym_unary_operator] = STATE(1302), [sym_attribute] = STATE(1302), @@ -27661,51 +27735,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generator_expression] = STATE(1302), [sym_parenthesized_expression] = STATE(1302), [sym_concatenated_string] = STATE(1302), - [sym_string] = STATE(1024), + [sym_string] = STATE(1021), [sym_await] = STATE(1302), [sym_identifier] = ACTIONS(752), - [anon_sym_DOT] = ACTIONS(666), + [anon_sym_DOT] = ACTIONS(284), [anon_sym_LPAREN] = ACTIONS(754), - [anon_sym_RPAREN] = ACTIONS(683), - [anon_sym_COMMA] = ACTIONS(683), - [anon_sym_as] = ACTIONS(666), + [anon_sym_RPAREN] = ACTIONS(282), + [anon_sym_COMMA] = ACTIONS(282), + [anon_sym_as] = ACTIONS(284), [anon_sym_STAR] = ACTIONS(756), [anon_sym_print] = ACTIONS(758), - [anon_sym_GT_GT] = ACTIONS(683), + [anon_sym_GT_GT] = ACTIONS(282), [anon_sym_COLON_EQ] = ACTIONS(297), [anon_sym_exec] = ACTIONS(758), [anon_sym_async] = ACTIONS(758), [anon_sym_await] = ACTIONS(760), [anon_sym_type] = ACTIONS(752), [anon_sym_match] = ACTIONS(752), - [anon_sym_if] = ACTIONS(666), - [anon_sym_for] = ACTIONS(671), - [anon_sym_in] = ACTIONS(666), - [anon_sym_STAR_STAR] = ACTIONS(683), + [anon_sym_if] = ACTIONS(284), + [anon_sym_in] = ACTIONS(284), + [anon_sym_STAR_STAR] = ACTIONS(282), + [anon_sym_EQ] = ACTIONS(784), [anon_sym_LBRACK] = ACTIONS(762), - [anon_sym_AT] = ACTIONS(683), + [anon_sym_AT] = ACTIONS(282), [anon_sym_DASH] = ACTIONS(764), - [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(282), [anon_sym_LBRACE] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(764), - [anon_sym_not] = ACTIONS(666), - [anon_sym_and] = ACTIONS(666), - [anon_sym_or] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(683), - [anon_sym_SLASH_SLASH] = ACTIONS(683), - [anon_sym_AMP] = ACTIONS(683), - [anon_sym_CARET] = ACTIONS(683), - [anon_sym_LT_LT] = ACTIONS(683), + [anon_sym_not] = ACTIONS(284), + [anon_sym_and] = ACTIONS(284), + [anon_sym_or] = ACTIONS(284), + [anon_sym_SLASH] = ACTIONS(284), + [anon_sym_PERCENT] = ACTIONS(282), + [anon_sym_SLASH_SLASH] = ACTIONS(282), + [anon_sym_AMP] = ACTIONS(282), + [anon_sym_CARET] = ACTIONS(282), + [anon_sym_LT_LT] = ACTIONS(282), [anon_sym_TILDE] = ACTIONS(764), - [anon_sym_is] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(666), - [anon_sym_LT_EQ] = ACTIONS(683), - [anon_sym_EQ_EQ] = ACTIONS(683), - [anon_sym_BANG_EQ] = ACTIONS(683), - [anon_sym_GT_EQ] = ACTIONS(683), - [anon_sym_GT] = ACTIONS(666), - [anon_sym_LT_GT] = ACTIONS(683), + [anon_sym_is] = ACTIONS(284), + [anon_sym_LT] = ACTIONS(284), + [anon_sym_LT_EQ] = ACTIONS(282), + [anon_sym_EQ_EQ] = ACTIONS(282), + [anon_sym_BANG_EQ] = ACTIONS(282), + [anon_sym_GT_EQ] = ACTIONS(282), + [anon_sym_GT] = ACTIONS(284), + [anon_sym_LT_GT] = ACTIONS(282), [anon_sym_DOT_DOT_DOT] = ACTIONS(768), [sym_integer] = ACTIONS(752), [sym_float] = ACTIONS(770), @@ -27716,27 +27790,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(772), }, - [178] = { - [sym_list_splat_pattern] = STATE(1317), - [sym_primary_expression] = STATE(1076), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), + [STATE(179)] = { + [sym_list_splat_pattern] = STATE(1272), + [sym_primary_expression] = STATE(1092), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), [sym_identifier] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(666), [anon_sym_LPAREN] = ACTIONS(669), @@ -27752,11 +27826,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(329), [anon_sym_if] = ACTIONS(671), [anon_sym_COLON] = ACTIONS(664), - [anon_sym_for] = ACTIONS(671), + [anon_sym_else] = ACTIONS(671), [anon_sym_in] = ACTIONS(671), [anon_sym_STAR_STAR] = ACTIONS(683), + [anon_sym_EQ] = ACTIONS(671), [anon_sym_LBRACK] = ACTIONS(679), - [anon_sym_RBRACK] = ACTIONS(664), [anon_sym_AT] = ACTIONS(683), [anon_sym_DASH] = ACTIONS(321), [anon_sym_PIPE] = ACTIONS(683), @@ -27790,52 +27864,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(333), }, - [179] = { - [sym_list_splat_pattern] = STATE(1382), - [sym_primary_expression] = STATE(1116), - [sym_binary_operator] = STATE(1382), - [sym_unary_operator] = STATE(1382), - [sym_attribute] = STATE(1382), - [sym_subscript] = STATE(1382), - [sym_ellipsis] = STATE(1382), - [sym_call] = STATE(1382), - [sym_list] = STATE(1382), - [sym_set] = STATE(1382), - [sym_tuple] = STATE(1382), - [sym_dictionary] = STATE(1382), - [sym_list_comprehension] = STATE(1382), - [sym_dictionary_comprehension] = STATE(1382), - [sym_set_comprehension] = STATE(1382), - [sym_generator_expression] = STATE(1382), - [sym_parenthesized_expression] = STATE(1382), - [sym_concatenated_string] = STATE(1382), - [sym_string] = STATE(1042), - [sym_await] = STATE(1382), - [sym_identifier] = ACTIONS(708), + [STATE(180)] = { + [sym_list_splat_pattern] = STATE(1135), + [sym_primary_expression] = STATE(979), + [sym_binary_operator] = STATE(1135), + [sym_unary_operator] = STATE(1135), + [sym_attribute] = STATE(1135), + [sym_subscript] = STATE(1135), + [sym_ellipsis] = STATE(1135), + [sym_call] = STATE(1135), + [sym_list] = STATE(1135), + [sym_set] = STATE(1135), + [sym_tuple] = STATE(1135), + [sym_dictionary] = STATE(1135), + [sym_list_comprehension] = STATE(1135), + [sym_dictionary_comprehension] = STATE(1135), + [sym_set_comprehension] = STATE(1135), + [sym_generator_expression] = STATE(1135), + [sym_parenthesized_expression] = STATE(1135), + [sym_concatenated_string] = STATE(1135), + [sym_string] = STATE(973), + [sym_await] = STATE(1135), + [sym_identifier] = ACTIONS(798), [anon_sym_DOT] = ACTIONS(284), - [anon_sym_LPAREN] = ACTIONS(710), - [anon_sym_COMMA] = ACTIONS(282), + [anon_sym_LPAREN] = ACTIONS(800), + [anon_sym_COMMA] = ACTIONS(289), [anon_sym_as] = ACTIONS(284), - [anon_sym_STAR] = ACTIONS(712), - [anon_sym_print] = ACTIONS(714), + [anon_sym_STAR] = ACTIONS(802), + [anon_sym_print] = ACTIONS(804), [anon_sym_GT_GT] = ACTIONS(282), [anon_sym_COLON_EQ] = ACTIONS(297), - [anon_sym_exec] = ACTIONS(714), - [anon_sym_async] = ACTIONS(714), - [anon_sym_await] = ACTIONS(716), - [anon_sym_type] = ACTIONS(708), - [anon_sym_match] = ACTIONS(708), + [anon_sym_exec] = ACTIONS(804), + [anon_sym_async] = ACTIONS(804), + [anon_sym_await] = ACTIONS(806), + [anon_sym_type] = ACTIONS(798), + [anon_sym_match] = ACTIONS(798), [anon_sym_if] = ACTIONS(284), - [anon_sym_COLON] = ACTIONS(284), + [anon_sym_for] = ACTIONS(284), [anon_sym_in] = ACTIONS(284), [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_LBRACK] = ACTIONS(718), - [anon_sym_RBRACK] = ACTIONS(282), + [anon_sym_LBRACK] = ACTIONS(808), + [anon_sym_RBRACK] = ACTIONS(289), [anon_sym_AT] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(720), + [anon_sym_DASH] = ACTIONS(810), [anon_sym_PIPE] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(722), - [anon_sym_PLUS] = ACTIONS(720), + [anon_sym_LBRACE] = ACTIONS(812), + [anon_sym_PLUS] = ACTIONS(810), [anon_sym_not] = ACTIONS(284), [anon_sym_and] = ACTIONS(284), [anon_sym_or] = ACTIONS(284), @@ -27845,7 +27919,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(282), [anon_sym_CARET] = ACTIONS(282), [anon_sym_LT_LT] = ACTIONS(282), - [anon_sym_TILDE] = ACTIONS(720), + [anon_sym_TILDE] = ACTIONS(810), [anon_sym_is] = ACTIONS(284), [anon_sym_LT] = ACTIONS(284), [anon_sym_LT_EQ] = ACTIONS(282), @@ -27854,62 +27928,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(282), [anon_sym_GT] = ACTIONS(284), [anon_sym_LT_GT] = ACTIONS(282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(724), - [sym_integer] = ACTIONS(708), - [sym_float] = ACTIONS(726), - [sym_true] = ACTIONS(708), - [sym_false] = ACTIONS(708), - [sym_none] = ACTIONS(708), + [anon_sym_DOT_DOT_DOT] = ACTIONS(814), + [sym_integer] = ACTIONS(798), + [sym_float] = ACTIONS(816), + [sym_true] = ACTIONS(798), + [sym_false] = ACTIONS(798), + [sym_none] = ACTIONS(798), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(728), + [sym_string_start] = ACTIONS(818), }, - [180] = { - [sym_list_splat_pattern] = STATE(1302), - [sym_primary_expression] = STATE(1086), - [sym_binary_operator] = STATE(1302), - [sym_unary_operator] = STATE(1302), - [sym_attribute] = STATE(1302), - [sym_subscript] = STATE(1302), - [sym_ellipsis] = STATE(1302), - [sym_call] = STATE(1302), - [sym_list] = STATE(1302), - [sym_set] = STATE(1302), - [sym_tuple] = STATE(1302), - [sym_dictionary] = STATE(1302), - [sym_list_comprehension] = STATE(1302), - [sym_dictionary_comprehension] = STATE(1302), - [sym_set_comprehension] = STATE(1302), - [sym_generator_expression] = STATE(1302), - [sym_parenthesized_expression] = STATE(1302), - [sym_concatenated_string] = STATE(1302), - [sym_string] = STATE(1024), - [sym_await] = STATE(1302), - [sym_identifier] = ACTIONS(752), + [STATE(181)] = { + [sym_list_splat_pattern] = STATE(1275), + [sym_primary_expression] = STATE(1031), + [sym_binary_operator] = STATE(1275), + [sym_unary_operator] = STATE(1275), + [sym_attribute] = STATE(1275), + [sym_subscript] = STATE(1275), + [sym_ellipsis] = STATE(1275), + [sym_call] = STATE(1275), + [sym_list] = STATE(1275), + [sym_set] = STATE(1275), + [sym_tuple] = STATE(1275), + [sym_dictionary] = STATE(1275), + [sym_list_comprehension] = STATE(1275), + [sym_dictionary_comprehension] = STATE(1275), + [sym_set_comprehension] = STATE(1275), + [sym_generator_expression] = STATE(1275), + [sym_parenthesized_expression] = STATE(1275), + [sym_concatenated_string] = STATE(1275), + [sym_string] = STATE(978), + [sym_await] = STATE(1275), + [sym_identifier] = ACTIONS(774), [anon_sym_DOT] = ACTIONS(284), - [anon_sym_LPAREN] = ACTIONS(754), + [anon_sym_LPAREN] = ACTIONS(776), [anon_sym_RPAREN] = ACTIONS(282), [anon_sym_COMMA] = ACTIONS(282), [anon_sym_as] = ACTIONS(284), - [anon_sym_STAR] = ACTIONS(756), - [anon_sym_print] = ACTIONS(758), + [anon_sym_STAR] = ACTIONS(778), + [anon_sym_print] = ACTIONS(780), [anon_sym_GT_GT] = ACTIONS(282), - [anon_sym_exec] = ACTIONS(758), - [anon_sym_async] = ACTIONS(758), - [anon_sym_await] = ACTIONS(760), - [anon_sym_type] = ACTIONS(752), - [anon_sym_match] = ACTIONS(752), + [anon_sym_COLON_EQ] = ACTIONS(297), + [anon_sym_exec] = ACTIONS(780), + [anon_sym_async] = ACTIONS(780), + [anon_sym_await] = ACTIONS(782), + [anon_sym_type] = ACTIONS(774), + [anon_sym_match] = ACTIONS(774), [anon_sym_if] = ACTIONS(284), - [anon_sym_COLON] = ACTIONS(282), + [anon_sym_for] = ACTIONS(284), [anon_sym_in] = ACTIONS(284), [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_EQ] = ACTIONS(284), - [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LBRACK] = ACTIONS(786), [anon_sym_AT] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(764), + [anon_sym_DASH] = ACTIONS(788), [anon_sym_PIPE] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(764), + [anon_sym_LBRACE] = ACTIONS(790), + [anon_sym_PLUS] = ACTIONS(788), [anon_sym_not] = ACTIONS(284), [anon_sym_and] = ACTIONS(284), [anon_sym_or] = ACTIONS(284), @@ -27919,7 +27993,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(282), [anon_sym_CARET] = ACTIONS(282), [anon_sym_LT_LT] = ACTIONS(282), - [anon_sym_TILDE] = ACTIONS(764), + [anon_sym_TILDE] = ACTIONS(788), [anon_sym_is] = ACTIONS(284), [anon_sym_LT] = ACTIONS(284), [anon_sym_LT_EQ] = ACTIONS(282), @@ -27928,62 +28002,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(282), [anon_sym_GT] = ACTIONS(284), [anon_sym_LT_GT] = ACTIONS(282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(768), - [sym_integer] = ACTIONS(752), - [sym_float] = ACTIONS(770), - [sym_true] = ACTIONS(752), - [sym_false] = ACTIONS(752), - [sym_none] = ACTIONS(752), + [anon_sym_DOT_DOT_DOT] = ACTIONS(792), + [sym_integer] = ACTIONS(774), + [sym_float] = ACTIONS(794), + [sym_true] = ACTIONS(774), + [sym_false] = ACTIONS(774), + [sym_none] = ACTIONS(774), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(772), + [sym_string_start] = ACTIONS(796), }, - [181] = { - [sym_list_splat_pattern] = STATE(1213), - [sym_primary_expression] = STATE(975), - [sym_binary_operator] = STATE(1213), - [sym_unary_operator] = STATE(1213), - [sym_attribute] = STATE(1213), - [sym_subscript] = STATE(1213), - [sym_ellipsis] = STATE(1213), - [sym_call] = STATE(1213), - [sym_list] = STATE(1213), - [sym_set] = STATE(1213), - [sym_tuple] = STATE(1213), - [sym_dictionary] = STATE(1213), - [sym_list_comprehension] = STATE(1213), - [sym_dictionary_comprehension] = STATE(1213), - [sym_set_comprehension] = STATE(1213), - [sym_generator_expression] = STATE(1213), - [sym_parenthesized_expression] = STATE(1213), - [sym_concatenated_string] = STATE(1213), - [sym_string] = STATE(956), - [sym_await] = STATE(1213), - [sym_identifier] = ACTIONS(730), + [STATE(182)] = { + [sym_list_splat_pattern] = STATE(1135), + [sym_primary_expression] = STATE(979), + [sym_binary_operator] = STATE(1135), + [sym_unary_operator] = STATE(1135), + [sym_attribute] = STATE(1135), + [sym_subscript] = STATE(1135), + [sym_ellipsis] = STATE(1135), + [sym_call] = STATE(1135), + [sym_list] = STATE(1135), + [sym_set] = STATE(1135), + [sym_tuple] = STATE(1135), + [sym_dictionary] = STATE(1135), + [sym_list_comprehension] = STATE(1135), + [sym_dictionary_comprehension] = STATE(1135), + [sym_set_comprehension] = STATE(1135), + [sym_generator_expression] = STATE(1135), + [sym_parenthesized_expression] = STATE(1135), + [sym_concatenated_string] = STATE(1135), + [sym_string] = STATE(973), + [sym_await] = STATE(1135), + [sym_identifier] = ACTIONS(798), [anon_sym_DOT] = ACTIONS(284), - [anon_sym_LPAREN] = ACTIONS(732), + [anon_sym_LPAREN] = ACTIONS(800), [anon_sym_COMMA] = ACTIONS(282), [anon_sym_as] = ACTIONS(284), - [anon_sym_STAR] = ACTIONS(734), - [anon_sym_print] = ACTIONS(736), + [anon_sym_STAR] = ACTIONS(802), + [anon_sym_print] = ACTIONS(804), [anon_sym_GT_GT] = ACTIONS(282), - [anon_sym_exec] = ACTIONS(736), - [anon_sym_async] = ACTIONS(736), - [anon_sym_await] = ACTIONS(738), - [anon_sym_type] = ACTIONS(730), - [anon_sym_match] = ACTIONS(730), + [anon_sym_exec] = ACTIONS(804), + [anon_sym_async] = ACTIONS(804), + [anon_sym_await] = ACTIONS(806), + [anon_sym_type] = ACTIONS(798), + [anon_sym_match] = ACTIONS(798), [anon_sym_if] = ACTIONS(284), [anon_sym_COLON] = ACTIONS(282), [anon_sym_for] = ACTIONS(284), [anon_sym_in] = ACTIONS(284), [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_LBRACK] = ACTIONS(740), + [anon_sym_LBRACK] = ACTIONS(808), + [anon_sym_RBRACK] = ACTIONS(282), [anon_sym_AT] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(742), + [anon_sym_DASH] = ACTIONS(810), [anon_sym_PIPE] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(744), - [anon_sym_RBRACE] = ACTIONS(282), - [anon_sym_PLUS] = ACTIONS(742), + [anon_sym_LBRACE] = ACTIONS(812), + [anon_sym_PLUS] = ACTIONS(810), [anon_sym_not] = ACTIONS(284), [anon_sym_and] = ACTIONS(284), [anon_sym_or] = ACTIONS(284), @@ -27993,7 +28067,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(282), [anon_sym_CARET] = ACTIONS(282), [anon_sym_LT_LT] = ACTIONS(282), - [anon_sym_TILDE] = ACTIONS(742), + [anon_sym_TILDE] = ACTIONS(810), [anon_sym_is] = ACTIONS(284), [anon_sym_LT] = ACTIONS(284), [anon_sym_LT_EQ] = ACTIONS(282), @@ -28002,136 +28076,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(282), [anon_sym_GT] = ACTIONS(284), [anon_sym_LT_GT] = ACTIONS(282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(746), - [sym_integer] = ACTIONS(730), - [sym_float] = ACTIONS(748), - [sym_true] = ACTIONS(730), - [sym_false] = ACTIONS(730), - [sym_none] = ACTIONS(730), - [sym_comment] = ACTIONS(3), - [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(750), - }, - [182] = { - [sym_list_splat_pattern] = STATE(1317), - [sym_primary_expression] = STATE(1076), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), - [sym_identifier] = ACTIONS(329), - [anon_sym_SEMI] = ACTIONS(325), - [anon_sym_DOT] = ACTIONS(284), - [anon_sym_LPAREN] = ACTIONS(669), - [anon_sym_COMMA] = ACTIONS(325), - [anon_sym_STAR] = ACTIONS(673), - [anon_sym_print] = ACTIONS(675), - [anon_sym_GT_GT] = ACTIONS(284), - [anon_sym_exec] = ACTIONS(675), - [anon_sym_async] = ACTIONS(675), - [anon_sym_await] = ACTIONS(677), - [anon_sym_type] = ACTIONS(329), - [anon_sym_match] = ACTIONS(329), - [anon_sym_COLON] = ACTIONS(325), - [anon_sym_STAR_STAR] = ACTIONS(284), - [anon_sym_EQ] = ACTIONS(325), - [anon_sym_LBRACK] = ACTIONS(679), - [anon_sym_AT] = ACTIONS(284), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_PIPE] = ACTIONS(284), - [anon_sym_LBRACE] = ACTIONS(316), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_SLASH] = ACTIONS(284), - [anon_sym_PERCENT] = ACTIONS(284), - [anon_sym_SLASH_SLASH] = ACTIONS(284), - [anon_sym_AMP] = ACTIONS(284), - [anon_sym_CARET] = ACTIONS(284), - [anon_sym_LT_LT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(321), - [anon_sym_PLUS_EQ] = ACTIONS(325), - [anon_sym_DASH_EQ] = ACTIONS(325), - [anon_sym_STAR_EQ] = ACTIONS(325), - [anon_sym_SLASH_EQ] = ACTIONS(325), - [anon_sym_AT_EQ] = ACTIONS(325), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(325), - [anon_sym_PERCENT_EQ] = ACTIONS(325), - [anon_sym_STAR_STAR_EQ] = ACTIONS(325), - [anon_sym_GT_GT_EQ] = ACTIONS(325), - [anon_sym_LT_LT_EQ] = ACTIONS(325), - [anon_sym_AMP_EQ] = ACTIONS(325), - [anon_sym_CARET_EQ] = ACTIONS(325), - [anon_sym_PIPE_EQ] = ACTIONS(325), - [anon_sym_DOT_DOT_DOT] = ACTIONS(327), - [sym_integer] = ACTIONS(329), - [sym_float] = ACTIONS(331), - [sym_true] = ACTIONS(329), - [sym_false] = ACTIONS(329), - [sym_none] = ACTIONS(329), + [anon_sym_DOT_DOT_DOT] = ACTIONS(814), + [sym_integer] = ACTIONS(798), + [sym_float] = ACTIONS(816), + [sym_true] = ACTIONS(798), + [sym_false] = ACTIONS(798), + [sym_none] = ACTIONS(798), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_newline] = ACTIONS(325), - [sym_string_start] = ACTIONS(333), + [sym_string_start] = ACTIONS(818), }, - [183] = { - [sym_list_splat_pattern] = STATE(1310), - [sym_primary_expression] = STATE(1100), - [sym_binary_operator] = STATE(1310), - [sym_unary_operator] = STATE(1310), - [sym_attribute] = STATE(1310), - [sym_subscript] = STATE(1310), - [sym_ellipsis] = STATE(1310), - [sym_call] = STATE(1310), - [sym_list] = STATE(1310), - [sym_set] = STATE(1310), - [sym_tuple] = STATE(1310), - [sym_dictionary] = STATE(1310), - [sym_list_comprehension] = STATE(1310), - [sym_dictionary_comprehension] = STATE(1310), - [sym_set_comprehension] = STATE(1310), - [sym_generator_expression] = STATE(1310), - [sym_parenthesized_expression] = STATE(1310), - [sym_concatenated_string] = STATE(1310), - [sym_string] = STATE(981), - [sym_await] = STATE(1310), - [sym_identifier] = ACTIONS(796), + [STATE(183)] = { + [sym_list_splat_pattern] = STATE(1118), + [sym_primary_expression] = STATE(980), + [sym_binary_operator] = STATE(1118), + [sym_unary_operator] = STATE(1118), + [sym_attribute] = STATE(1118), + [sym_subscript] = STATE(1118), + [sym_ellipsis] = STATE(1118), + [sym_call] = STATE(1118), + [sym_list] = STATE(1118), + [sym_set] = STATE(1118), + [sym_tuple] = STATE(1118), + [sym_dictionary] = STATE(1118), + [sym_list_comprehension] = STATE(1118), + [sym_dictionary_comprehension] = STATE(1118), + [sym_set_comprehension] = STATE(1118), + [sym_generator_expression] = STATE(1118), + [sym_parenthesized_expression] = STATE(1118), + [sym_concatenated_string] = STATE(1118), + [sym_string] = STATE(966), + [sym_await] = STATE(1118), + [sym_identifier] = ACTIONS(730), [anon_sym_DOT] = ACTIONS(284), - [anon_sym_LPAREN] = ACTIONS(798), - [anon_sym_RPAREN] = ACTIONS(289), - [anon_sym_COMMA] = ACTIONS(289), + [anon_sym_LPAREN] = ACTIONS(732), + [anon_sym_COMMA] = ACTIONS(282), [anon_sym_as] = ACTIONS(284), - [anon_sym_STAR] = ACTIONS(800), - [anon_sym_print] = ACTIONS(802), + [anon_sym_STAR] = ACTIONS(734), + [anon_sym_print] = ACTIONS(736), [anon_sym_GT_GT] = ACTIONS(282), - [anon_sym_COLON_EQ] = ACTIONS(297), - [anon_sym_exec] = ACTIONS(802), - [anon_sym_async] = ACTIONS(802), - [anon_sym_await] = ACTIONS(804), - [anon_sym_type] = ACTIONS(796), - [anon_sym_match] = ACTIONS(796), + [anon_sym_exec] = ACTIONS(736), + [anon_sym_async] = ACTIONS(736), + [anon_sym_await] = ACTIONS(738), + [anon_sym_type] = ACTIONS(730), + [anon_sym_match] = ACTIONS(730), [anon_sym_if] = ACTIONS(284), + [anon_sym_COLON] = ACTIONS(282), [anon_sym_for] = ACTIONS(284), [anon_sym_in] = ACTIONS(284), [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_LBRACK] = ACTIONS(808), + [anon_sym_LBRACK] = ACTIONS(740), [anon_sym_AT] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(810), + [anon_sym_DASH] = ACTIONS(742), [anon_sym_PIPE] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(812), - [anon_sym_PLUS] = ACTIONS(810), + [anon_sym_LBRACE] = ACTIONS(744), + [anon_sym_RBRACE] = ACTIONS(282), + [anon_sym_PLUS] = ACTIONS(742), [anon_sym_not] = ACTIONS(284), [anon_sym_and] = ACTIONS(284), [anon_sym_or] = ACTIONS(284), @@ -28141,7 +28141,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(282), [anon_sym_CARET] = ACTIONS(282), [anon_sym_LT_LT] = ACTIONS(282), - [anon_sym_TILDE] = ACTIONS(810), + [anon_sym_TILDE] = ACTIONS(742), [anon_sym_is] = ACTIONS(284), [anon_sym_LT] = ACTIONS(284), [anon_sym_LT_EQ] = ACTIONS(282), @@ -28150,19 +28150,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(282), [anon_sym_GT] = ACTIONS(284), [anon_sym_LT_GT] = ACTIONS(282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(814), - [sym_integer] = ACTIONS(796), - [sym_float] = ACTIONS(816), - [sym_true] = ACTIONS(796), - [sym_false] = ACTIONS(796), - [sym_none] = ACTIONS(796), + [anon_sym_DOT_DOT_DOT] = ACTIONS(746), + [sym_integer] = ACTIONS(730), + [sym_float] = ACTIONS(748), + [sym_true] = ACTIONS(730), + [sym_false] = ACTIONS(730), + [sym_none] = ACTIONS(730), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(818), + [sym_string_start] = ACTIONS(750), }, - [184] = { + [STATE(184)] = { [sym_list_splat_pattern] = STATE(1302), - [sym_primary_expression] = STATE(1086), + [sym_primary_expression] = STATE(1099), [sym_binary_operator] = STATE(1302), [sym_unary_operator] = STATE(1302), [sym_attribute] = STATE(1302), @@ -28179,51 +28179,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generator_expression] = STATE(1302), [sym_parenthesized_expression] = STATE(1302), [sym_concatenated_string] = STATE(1302), - [sym_string] = STATE(1024), + [sym_string] = STATE(1021), [sym_await] = STATE(1302), [sym_identifier] = ACTIONS(752), - [anon_sym_DOT] = ACTIONS(284), + [anon_sym_DOT] = ACTIONS(666), [anon_sym_LPAREN] = ACTIONS(754), - [anon_sym_RPAREN] = ACTIONS(282), - [anon_sym_COMMA] = ACTIONS(282), - [anon_sym_as] = ACTIONS(284), + [anon_sym_RPAREN] = ACTIONS(683), + [anon_sym_COMMA] = ACTIONS(683), + [anon_sym_as] = ACTIONS(666), [anon_sym_STAR] = ACTIONS(756), [anon_sym_print] = ACTIONS(758), - [anon_sym_GT_GT] = ACTIONS(282), + [anon_sym_GT_GT] = ACTIONS(683), [anon_sym_COLON_EQ] = ACTIONS(297), [anon_sym_exec] = ACTIONS(758), [anon_sym_async] = ACTIONS(758), [anon_sym_await] = ACTIONS(760), [anon_sym_type] = ACTIONS(752), [anon_sym_match] = ACTIONS(752), - [anon_sym_if] = ACTIONS(284), - [anon_sym_in] = ACTIONS(284), - [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_EQ] = ACTIONS(806), + [anon_sym_if] = ACTIONS(666), + [anon_sym_for] = ACTIONS(671), + [anon_sym_in] = ACTIONS(666), + [anon_sym_STAR_STAR] = ACTIONS(683), [anon_sym_LBRACK] = ACTIONS(762), - [anon_sym_AT] = ACTIONS(282), + [anon_sym_AT] = ACTIONS(683), [anon_sym_DASH] = ACTIONS(764), - [anon_sym_PIPE] = ACTIONS(282), + [anon_sym_PIPE] = ACTIONS(683), [anon_sym_LBRACE] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(764), - [anon_sym_not] = ACTIONS(284), - [anon_sym_and] = ACTIONS(284), - [anon_sym_or] = ACTIONS(284), - [anon_sym_SLASH] = ACTIONS(284), - [anon_sym_PERCENT] = ACTIONS(282), - [anon_sym_SLASH_SLASH] = ACTIONS(282), - [anon_sym_AMP] = ACTIONS(282), - [anon_sym_CARET] = ACTIONS(282), - [anon_sym_LT_LT] = ACTIONS(282), + [anon_sym_not] = ACTIONS(666), + [anon_sym_and] = ACTIONS(666), + [anon_sym_or] = ACTIONS(666), + [anon_sym_SLASH] = ACTIONS(666), + [anon_sym_PERCENT] = ACTIONS(683), + [anon_sym_SLASH_SLASH] = ACTIONS(683), + [anon_sym_AMP] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [anon_sym_LT_LT] = ACTIONS(683), [anon_sym_TILDE] = ACTIONS(764), - [anon_sym_is] = ACTIONS(284), - [anon_sym_LT] = ACTIONS(284), - [anon_sym_LT_EQ] = ACTIONS(282), - [anon_sym_EQ_EQ] = ACTIONS(282), - [anon_sym_BANG_EQ] = ACTIONS(282), - [anon_sym_GT_EQ] = ACTIONS(282), - [anon_sym_GT] = ACTIONS(284), - [anon_sym_LT_GT] = ACTIONS(282), + [anon_sym_is] = ACTIONS(666), + [anon_sym_LT] = ACTIONS(666), + [anon_sym_LT_EQ] = ACTIONS(683), + [anon_sym_EQ_EQ] = ACTIONS(683), + [anon_sym_BANG_EQ] = ACTIONS(683), + [anon_sym_GT_EQ] = ACTIONS(683), + [anon_sym_GT] = ACTIONS(666), + [anon_sym_LT_GT] = ACTIONS(683), [anon_sym_DOT_DOT_DOT] = ACTIONS(768), [sym_integer] = ACTIONS(752), [sym_float] = ACTIONS(770), @@ -28234,51 +28234,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(772), }, - [185] = { - [sym_list_splat_pattern] = STATE(1310), - [sym_primary_expression] = STATE(1100), - [sym_binary_operator] = STATE(1310), - [sym_unary_operator] = STATE(1310), - [sym_attribute] = STATE(1310), - [sym_subscript] = STATE(1310), - [sym_ellipsis] = STATE(1310), - [sym_call] = STATE(1310), - [sym_list] = STATE(1310), - [sym_set] = STATE(1310), - [sym_tuple] = STATE(1310), - [sym_dictionary] = STATE(1310), - [sym_list_comprehension] = STATE(1310), - [sym_dictionary_comprehension] = STATE(1310), - [sym_set_comprehension] = STATE(1310), - [sym_generator_expression] = STATE(1310), - [sym_parenthesized_expression] = STATE(1310), - [sym_concatenated_string] = STATE(1310), - [sym_string] = STATE(981), - [sym_await] = STATE(1310), - [sym_identifier] = ACTIONS(796), + [STATE(185)] = { + [sym_list_splat_pattern] = STATE(1275), + [sym_primary_expression] = STATE(1031), + [sym_binary_operator] = STATE(1275), + [sym_unary_operator] = STATE(1275), + [sym_attribute] = STATE(1275), + [sym_subscript] = STATE(1275), + [sym_ellipsis] = STATE(1275), + [sym_call] = STATE(1275), + [sym_list] = STATE(1275), + [sym_set] = STATE(1275), + [sym_tuple] = STATE(1275), + [sym_dictionary] = STATE(1275), + [sym_list_comprehension] = STATE(1275), + [sym_dictionary_comprehension] = STATE(1275), + [sym_set_comprehension] = STATE(1275), + [sym_generator_expression] = STATE(1275), + [sym_parenthesized_expression] = STATE(1275), + [sym_concatenated_string] = STATE(1275), + [sym_string] = STATE(978), + [sym_await] = STATE(1275), + [sym_identifier] = ACTIONS(774), [anon_sym_DOT] = ACTIONS(284), - [anon_sym_LPAREN] = ACTIONS(798), + [anon_sym_LPAREN] = ACTIONS(776), [anon_sym_RPAREN] = ACTIONS(282), [anon_sym_COMMA] = ACTIONS(282), [anon_sym_as] = ACTIONS(284), - [anon_sym_STAR] = ACTIONS(800), - [anon_sym_print] = ACTIONS(802), + [anon_sym_STAR] = ACTIONS(778), + [anon_sym_print] = ACTIONS(780), [anon_sym_GT_GT] = ACTIONS(282), - [anon_sym_exec] = ACTIONS(802), - [anon_sym_async] = ACTIONS(802), - [anon_sym_await] = ACTIONS(804), - [anon_sym_type] = ACTIONS(796), - [anon_sym_match] = ACTIONS(796), + [anon_sym_exec] = ACTIONS(780), + [anon_sym_async] = ACTIONS(780), + [anon_sym_await] = ACTIONS(782), + [anon_sym_type] = ACTIONS(774), + [anon_sym_match] = ACTIONS(774), [anon_sym_if] = ACTIONS(284), [anon_sym_for] = ACTIONS(284), [anon_sym_in] = ACTIONS(284), [anon_sym_STAR_STAR] = ACTIONS(282), - [anon_sym_LBRACK] = ACTIONS(808), + [anon_sym_LBRACK] = ACTIONS(786), [anon_sym_AT] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(810), + [anon_sym_DASH] = ACTIONS(788), [anon_sym_PIPE] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(812), - [anon_sym_PLUS] = ACTIONS(810), + [anon_sym_LBRACE] = ACTIONS(790), + [anon_sym_PLUS] = ACTIONS(788), [anon_sym_not] = ACTIONS(284), [anon_sym_and] = ACTIONS(284), [anon_sym_or] = ACTIONS(284), @@ -28288,7 +28288,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(282), [anon_sym_CARET] = ACTIONS(282), [anon_sym_LT_LT] = ACTIONS(282), - [anon_sym_TILDE] = ACTIONS(810), + [anon_sym_TILDE] = ACTIONS(788), [anon_sym_is] = ACTIONS(284), [anon_sym_LT] = ACTIONS(284), [anon_sym_LT_EQ] = ACTIONS(282), @@ -28297,37 +28297,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(282), [anon_sym_GT] = ACTIONS(284), [anon_sym_LT_GT] = ACTIONS(282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(814), - [sym_integer] = ACTIONS(796), - [sym_float] = ACTIONS(816), - [sym_true] = ACTIONS(796), - [sym_false] = ACTIONS(796), - [sym_none] = ACTIONS(796), + [anon_sym_DOT_DOT_DOT] = ACTIONS(792), + [sym_integer] = ACTIONS(774), + [sym_float] = ACTIONS(794), + [sym_true] = ACTIONS(774), + [sym_false] = ACTIONS(774), + [sym_none] = ACTIONS(774), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(818), + [sym_string_start] = ACTIONS(796), }, - [186] = { - [sym_list_splat_pattern] = STATE(1382), - [sym_primary_expression] = STATE(1116), - [sym_binary_operator] = STATE(1382), - [sym_unary_operator] = STATE(1382), - [sym_attribute] = STATE(1382), - [sym_subscript] = STATE(1382), - [sym_ellipsis] = STATE(1382), - [sym_call] = STATE(1382), - [sym_list] = STATE(1382), - [sym_set] = STATE(1382), - [sym_tuple] = STATE(1382), - [sym_dictionary] = STATE(1382), - [sym_list_comprehension] = STATE(1382), - [sym_dictionary_comprehension] = STATE(1382), - [sym_set_comprehension] = STATE(1382), - [sym_generator_expression] = STATE(1382), - [sym_parenthesized_expression] = STATE(1382), - [sym_concatenated_string] = STATE(1382), - [sym_string] = STATE(1042), - [sym_await] = STATE(1382), + [STATE(186)] = { + [sym_list_splat_pattern] = STATE(1350), + [sym_primary_expression] = STATE(1120), + [sym_binary_operator] = STATE(1350), + [sym_unary_operator] = STATE(1350), + [sym_attribute] = STATE(1350), + [sym_subscript] = STATE(1350), + [sym_ellipsis] = STATE(1350), + [sym_call] = STATE(1350), + [sym_list] = STATE(1350), + [sym_set] = STATE(1350), + [sym_tuple] = STATE(1350), + [sym_dictionary] = STATE(1350), + [sym_list_comprehension] = STATE(1350), + [sym_dictionary_comprehension] = STATE(1350), + [sym_set_comprehension] = STATE(1350), + [sym_generator_expression] = STATE(1350), + [sym_parenthesized_expression] = STATE(1350), + [sym_concatenated_string] = STATE(1350), + [sym_string] = STATE(1095), + [sym_await] = STATE(1350), [sym_identifier] = ACTIONS(708), [anon_sym_DOT] = ACTIONS(284), [anon_sym_LPAREN] = ACTIONS(710), @@ -28380,68 +28380,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(728), }, - [187] = { - [sym_list_splat_pattern] = STATE(1317), - [sym_primary_expression] = STATE(1076), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), + [STATE(187)] = { + [sym_list_splat_pattern] = STATE(1272), + [sym_primary_expression] = STATE(1092), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), [sym_identifier] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(284), + [anon_sym_DOT] = ACTIONS(666), [anon_sym_LPAREN] = ACTIONS(669), - [anon_sym_COMMA] = ACTIONS(325), + [anon_sym_COMMA] = ACTIONS(664), [anon_sym_STAR] = ACTIONS(673), [anon_sym_print] = ACTIONS(675), - [anon_sym_GT_GT] = ACTIONS(284), + [anon_sym_GT_GT] = ACTIONS(666), [anon_sym_exec] = ACTIONS(675), [anon_sym_async] = ACTIONS(675), [anon_sym_await] = ACTIONS(677), [anon_sym_type] = ACTIONS(329), [anon_sym_match] = ACTIONS(329), - [anon_sym_COLON] = ACTIONS(325), - [anon_sym_STAR_STAR] = ACTIONS(284), - [anon_sym_EQ] = ACTIONS(325), + [anon_sym_COLON] = ACTIONS(664), + [anon_sym_STAR_STAR] = ACTIONS(666), + [anon_sym_EQ] = ACTIONS(664), [anon_sym_LBRACK] = ACTIONS(679), - [anon_sym_AT] = ACTIONS(284), + [anon_sym_AT] = ACTIONS(666), [anon_sym_DASH] = ACTIONS(681), - [anon_sym_PIPE] = ACTIONS(284), + [anon_sym_PIPE] = ACTIONS(666), [anon_sym_LBRACE] = ACTIONS(316), [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_SLASH] = ACTIONS(284), - [anon_sym_PERCENT] = ACTIONS(284), - [anon_sym_SLASH_SLASH] = ACTIONS(284), - [anon_sym_AMP] = ACTIONS(284), - [anon_sym_CARET] = ACTIONS(284), - [anon_sym_LT_LT] = ACTIONS(284), + [anon_sym_SLASH] = ACTIONS(666), + [anon_sym_PERCENT] = ACTIONS(666), + [anon_sym_SLASH_SLASH] = ACTIONS(666), + [anon_sym_AMP] = ACTIONS(666), + [anon_sym_CARET] = ACTIONS(666), + [anon_sym_LT_LT] = ACTIONS(666), [anon_sym_TILDE] = ACTIONS(321), - [anon_sym_PLUS_EQ] = ACTIONS(325), - [anon_sym_DASH_EQ] = ACTIONS(325), - [anon_sym_STAR_EQ] = ACTIONS(325), - [anon_sym_SLASH_EQ] = ACTIONS(325), - [anon_sym_AT_EQ] = ACTIONS(325), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(325), - [anon_sym_PERCENT_EQ] = ACTIONS(325), - [anon_sym_STAR_STAR_EQ] = ACTIONS(325), - [anon_sym_GT_GT_EQ] = ACTIONS(325), - [anon_sym_LT_LT_EQ] = ACTIONS(325), - [anon_sym_AMP_EQ] = ACTIONS(325), - [anon_sym_CARET_EQ] = ACTIONS(325), - [anon_sym_PIPE_EQ] = ACTIONS(325), + [anon_sym_PLUS_EQ] = ACTIONS(664), + [anon_sym_DASH_EQ] = ACTIONS(664), + [anon_sym_STAR_EQ] = ACTIONS(664), + [anon_sym_SLASH_EQ] = ACTIONS(664), + [anon_sym_AT_EQ] = ACTIONS(664), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(664), + [anon_sym_PERCENT_EQ] = ACTIONS(664), + [anon_sym_STAR_STAR_EQ] = ACTIONS(664), + [anon_sym_GT_GT_EQ] = ACTIONS(664), + [anon_sym_LT_LT_EQ] = ACTIONS(664), + [anon_sym_AMP_EQ] = ACTIONS(664), + [anon_sym_CARET_EQ] = ACTIONS(664), + [anon_sym_PIPE_EQ] = ACTIONS(664), [anon_sym_DOT_DOT_DOT] = ACTIONS(327), [sym_integer] = ACTIONS(329), [sym_float] = ACTIONS(331), @@ -28452,68 +28452,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(333), }, - [188] = { - [sym_list_splat_pattern] = STATE(1317), - [sym_primary_expression] = STATE(1076), - [sym_binary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), - [sym_attribute] = STATE(1317), - [sym_subscript] = STATE(1317), - [sym_ellipsis] = STATE(1317), - [sym_call] = STATE(1317), - [sym_list] = STATE(1317), - [sym_set] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_dictionary] = STATE(1317), - [sym_list_comprehension] = STATE(1317), - [sym_dictionary_comprehension] = STATE(1317), - [sym_set_comprehension] = STATE(1317), - [sym_generator_expression] = STATE(1317), - [sym_parenthesized_expression] = STATE(1317), - [sym_concatenated_string] = STATE(1317), - [sym_string] = STATE(1006), - [sym_await] = STATE(1317), + [STATE(188)] = { + [sym_list_splat_pattern] = STATE(1272), + [sym_primary_expression] = STATE(1092), + [sym_binary_operator] = STATE(1272), + [sym_unary_operator] = STATE(1272), + [sym_attribute] = STATE(1272), + [sym_subscript] = STATE(1272), + [sym_ellipsis] = STATE(1272), + [sym_call] = STATE(1272), + [sym_list] = STATE(1272), + [sym_set] = STATE(1272), + [sym_tuple] = STATE(1272), + [sym_dictionary] = STATE(1272), + [sym_list_comprehension] = STATE(1272), + [sym_dictionary_comprehension] = STATE(1272), + [sym_set_comprehension] = STATE(1272), + [sym_generator_expression] = STATE(1272), + [sym_parenthesized_expression] = STATE(1272), + [sym_concatenated_string] = STATE(1272), + [sym_string] = STATE(1012), + [sym_await] = STATE(1272), [sym_identifier] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(666), + [anon_sym_DOT] = ACTIONS(284), [anon_sym_LPAREN] = ACTIONS(669), - [anon_sym_COMMA] = ACTIONS(664), + [anon_sym_COMMA] = ACTIONS(325), [anon_sym_STAR] = ACTIONS(673), [anon_sym_print] = ACTIONS(675), - [anon_sym_GT_GT] = ACTIONS(666), + [anon_sym_GT_GT] = ACTIONS(284), [anon_sym_exec] = ACTIONS(675), [anon_sym_async] = ACTIONS(675), [anon_sym_await] = ACTIONS(677), [anon_sym_type] = ACTIONS(329), [anon_sym_match] = ACTIONS(329), - [anon_sym_COLON] = ACTIONS(664), - [anon_sym_STAR_STAR] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(664), + [anon_sym_COLON] = ACTIONS(325), + [anon_sym_STAR_STAR] = ACTIONS(284), + [anon_sym_EQ] = ACTIONS(325), [anon_sym_LBRACK] = ACTIONS(679), - [anon_sym_AT] = ACTIONS(666), + [anon_sym_AT] = ACTIONS(284), [anon_sym_DASH] = ACTIONS(681), - [anon_sym_PIPE] = ACTIONS(666), + [anon_sym_PIPE] = ACTIONS(284), [anon_sym_LBRACE] = ACTIONS(316), [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_SLASH_SLASH] = ACTIONS(666), - [anon_sym_AMP] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_LT_LT] = ACTIONS(666), + [anon_sym_SLASH] = ACTIONS(284), + [anon_sym_PERCENT] = ACTIONS(284), + [anon_sym_SLASH_SLASH] = ACTIONS(284), + [anon_sym_AMP] = ACTIONS(284), + [anon_sym_CARET] = ACTIONS(284), + [anon_sym_LT_LT] = ACTIONS(284), [anon_sym_TILDE] = ACTIONS(321), - [anon_sym_PLUS_EQ] = ACTIONS(664), - [anon_sym_DASH_EQ] = ACTIONS(664), - [anon_sym_STAR_EQ] = ACTIONS(664), - [anon_sym_SLASH_EQ] = ACTIONS(664), - [anon_sym_AT_EQ] = ACTIONS(664), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(664), - [anon_sym_PERCENT_EQ] = ACTIONS(664), - [anon_sym_STAR_STAR_EQ] = ACTIONS(664), - [anon_sym_GT_GT_EQ] = ACTIONS(664), - [anon_sym_LT_LT_EQ] = ACTIONS(664), - [anon_sym_AMP_EQ] = ACTIONS(664), - [anon_sym_CARET_EQ] = ACTIONS(664), - [anon_sym_PIPE_EQ] = ACTIONS(664), + [anon_sym_PLUS_EQ] = ACTIONS(325), + [anon_sym_DASH_EQ] = ACTIONS(325), + [anon_sym_STAR_EQ] = ACTIONS(325), + [anon_sym_SLASH_EQ] = ACTIONS(325), + [anon_sym_AT_EQ] = ACTIONS(325), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(325), + [anon_sym_PERCENT_EQ] = ACTIONS(325), + [anon_sym_STAR_STAR_EQ] = ACTIONS(325), + [anon_sym_GT_GT_EQ] = ACTIONS(325), + [anon_sym_LT_LT_EQ] = ACTIONS(325), + [anon_sym_AMP_EQ] = ACTIONS(325), + [anon_sym_CARET_EQ] = ACTIONS(325), + [anon_sym_PIPE_EQ] = ACTIONS(325), [anon_sym_DOT_DOT_DOT] = ACTIONS(327), [sym_integer] = ACTIONS(329), [sym_float] = ACTIONS(331), @@ -28524,46 +28524,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_continuation] = ACTIONS(3), [sym_string_start] = ACTIONS(333), }, - [189] = { - [sym_named_expression] = STATE(1596), - [sym_named_expression_lhs] = STATE(2616), - [sym_list_splat] = STATE(2226), - [sym_parenthesized_list_splat] = STATE(2226), - [sym_list_splat_pattern] = STATE(1230), - [sym_as_pattern_] = STATE(1596), - [sym_expression] = STATE(1553), + [STATE(189)] = { + [sym_named_expression] = STATE(1580), + [sym_named_expression_lhs] = STATE(2631), + [sym_list_splat] = STATE(2253), + [sym_parenthesized_list_splat] = STATE(2253), + [sym_list_splat_pattern] = STATE(1135), + [sym_as_pattern_] = STATE(1580), + [sym_expression] = STATE(1551), [sym_primary_expression] = STATE(946), - [sym_not_operator] = STATE(1596), - [sym_boolean_operator] = STATE(1596), - [sym_binary_operator] = STATE(1230), - [sym_unary_operator] = STATE(1230), - [sym_comparison_operator] = STATE(1596), - [sym_lambda] = STATE(1596), - [sym_yield] = STATE(2226), - [sym_attribute] = STATE(1230), - [sym_subscript] = STATE(1230), - [sym_ellipsis] = STATE(1230), - [sym_call] = STATE(1230), - [sym_type] = STATE(1796), - [sym_splat_type] = STATE(1950), - [sym_generic_type] = STATE(1950), - [sym_union_type] = STATE(1950), - [sym_constrained_type] = STATE(1950), - [sym_member_type] = STATE(1950), - [sym_list] = STATE(1230), - [sym_set] = STATE(1230), - [sym_tuple] = STATE(1230), - [sym_dictionary] = STATE(1230), - [sym_list_comprehension] = STATE(1230), - [sym_dictionary_comprehension] = STATE(1230), - [sym_set_comprehension] = STATE(1230), - [sym_generator_expression] = STATE(1230), - [sym_parenthesized_expression] = STATE(1230), - [sym_collection_elements] = STATE(2564), - [sym_conditional_expression] = STATE(1596), - [sym_concatenated_string] = STATE(1230), - [sym_string] = STATE(966), - [sym_await] = STATE(1230), + [sym_not_operator] = STATE(1580), + [sym_boolean_operator] = STATE(1580), + [sym_binary_operator] = STATE(1135), + [sym_unary_operator] = STATE(1135), + [sym_comparison_operator] = STATE(1580), + [sym_lambda] = STATE(1580), + [sym_yield] = STATE(2253), + [sym_attribute] = STATE(1135), + [sym_subscript] = STATE(1135), + [sym_ellipsis] = STATE(1135), + [sym_call] = STATE(1135), + [sym_type] = STATE(1802), + [sym_splat_type] = STATE(1990), + [sym_generic_type] = STATE(1990), + [sym_union_type] = STATE(1990), + [sym_constrained_type] = STATE(1990), + [sym_member_type] = STATE(1990), + [sym_list] = STATE(1135), + [sym_set] = STATE(1135), + [sym_tuple] = STATE(1135), + [sym_dictionary] = STATE(1135), + [sym_list_comprehension] = STATE(1135), + [sym_dictionary_comprehension] = STATE(1135), + [sym_set_comprehension] = STATE(1135), + [sym_generator_expression] = STATE(1135), + [sym_parenthesized_expression] = STATE(1135), + [sym_collection_elements] = STATE(2562), + [sym_conditional_expression] = STATE(1580), + [sym_concatenated_string] = STATE(1135), + [sym_string] = STATE(973), + [sym_await] = STATE(1135), [sym_identifier] = ACTIONS(820), [anon_sym_LPAREN] = ACTIONS(822), [anon_sym_STAR] = ACTIONS(824), @@ -28574,24 +28574,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_type] = ACTIONS(820), [anon_sym_match] = ACTIONS(830), [anon_sym_STAR_STAR] = ACTIONS(832), - [anon_sym_LBRACK] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(808), [anon_sym_RBRACK] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_LBRACE] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(786), + [anon_sym_DASH] = ACTIONS(810), + [anon_sym_LBRACE] = ACTIONS(812), + [anon_sym_PLUS] = ACTIONS(810), [anon_sym_not] = ACTIONS(836), - [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_TILDE] = ACTIONS(810), [anon_sym_lambda] = ACTIONS(838), [anon_sym_yield] = ACTIONS(840), - [anon_sym_DOT_DOT_DOT] = ACTIONS(790), - [sym_integer] = ACTIONS(774), - [sym_float] = ACTIONS(792), - [sym_true] = ACTIONS(774), - [sym_false] = ACTIONS(774), - [sym_none] = ACTIONS(774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(814), + [sym_integer] = ACTIONS(798), + [sym_float] = ACTIONS(816), + [sym_true] = ACTIONS(798), + [sym_false] = ACTIONS(798), + [sym_none] = ACTIONS(798), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(794), + [sym_string_start] = ACTIONS(818), }, }; @@ -28625,20 +28625,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(862), 1, anon_sym_yield, - STATE(944), 1, + STATE(945), 1, sym_primary_expression, - STATE(956), 1, + STATE(966), 1, sym_string, - STATE(1556), 1, + STATE(1563), 1, sym_expression, - STATE(1734), 1, + STATE(1742), 1, sym_pair, - STATE(2208), 1, + STATE(2248), 1, sym_dictionary_splat, - STATE(2542), 1, - sym_named_expression_lhs, - STATE(2578), 1, + STATE(2517), 1, sym_collection_elements, + STATE(2527), 1, + sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -28654,7 +28654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(2298), 3, + STATE(2345), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, @@ -28671,7 +28671,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -28690,169 +28690,77 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [123] = 28, - ACTIONS(15), 1, - anon_sym_LPAREN, - ACTIONS(17), 1, - anon_sym_STAR, - ACTIONS(27), 1, - anon_sym_await, - ACTIONS(63), 1, - anon_sym_LBRACK, - ACTIONS(69), 1, + [123] = 29, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(75), 1, - anon_sym_yield, - ACTIONS(77), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(818), 1, sym_string_start, - STATE(951), 1, - sym_string, - STATE(953), 1, - sym_primary_expression, - STATE(1530), 1, - sym_pattern, - STATE(1531), 1, - sym_pattern_list, - STATE(1700), 1, - sym_expression, - STATE(2439), 1, - sym_right_hand_side, - STATE(2629), 1, - sym_named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1544), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(9), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(67), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(418), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - STATE(627), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - ACTIONS(79), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(2368), 4, - sym_expression_list, - sym_assignment, - sym_augmented_assignment, - sym_yield, - STATE(1566), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1082), 15, - sym_binary_operator, - sym_unary_operator, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [244] = 28, - ACTIONS(15), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(838), 1, + anon_sym_lambda, + ACTIONS(840), 1, + anon_sym_yield, + ACTIONS(866), 1, anon_sym_LPAREN, - ACTIONS(17), 1, + ACTIONS(868), 1, anon_sym_STAR, - ACTIONS(27), 1, + ACTIONS(872), 1, anon_sym_await, - ACTIONS(63), 1, + ACTIONS(874), 1, anon_sym_LBRACK, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(75), 1, - anon_sym_yield, - ACTIONS(77), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, - sym_float, - ACTIONS(83), 1, - sym_string_start, - STATE(951), 1, - sym_string, - STATE(953), 1, + ACTIONS(876), 1, + anon_sym_RBRACK, + STATE(946), 1, sym_primary_expression, - STATE(1530), 1, - sym_pattern, - STATE(1531), 1, - sym_pattern_list, - STATE(1700), 1, + STATE(973), 1, + sym_string, + STATE(1587), 1, sym_expression, - STATE(2386), 1, - sym_right_hand_side, - STATE(2629), 1, + STATE(2260), 1, + sym_pattern, + STATE(2483), 1, + sym_collection_elements, + STATE(2614), 1, + sym_patterns, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(2445), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(9), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(67), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(418), 3, + ACTIONS(864), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(870), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(627), 3, + STATE(1277), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - ACTIONS(79), 4, + STATE(2253), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2368), 4, - sym_expression_list, - sym_assignment, - sym_augmented_assignment, - sym_yield, - STATE(1566), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -28860,7 +28768,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 15, + STATE(1135), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -28876,76 +28784,77 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [365] = 28, - ACTIONS(15), 1, - anon_sym_LPAREN, - ACTIONS(17), 1, - anon_sym_STAR, - ACTIONS(27), 1, - anon_sym_await, - ACTIONS(63), 1, - anon_sym_LBRACK, - ACTIONS(69), 1, + [246] = 29, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(75), 1, - anon_sym_yield, - ACTIONS(77), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(818), 1, sym_string_start, - STATE(951), 1, - sym_string, - STATE(953), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(838), 1, + anon_sym_lambda, + ACTIONS(840), 1, + anon_sym_yield, + ACTIONS(866), 1, + anon_sym_LPAREN, + ACTIONS(868), 1, + anon_sym_STAR, + ACTIONS(872), 1, + anon_sym_await, + ACTIONS(874), 1, + anon_sym_LBRACK, + ACTIONS(878), 1, + anon_sym_RBRACK, + STATE(946), 1, sym_primary_expression, - STATE(1530), 1, - sym_pattern, - STATE(1531), 1, - sym_pattern_list, - STATE(1700), 1, + STATE(973), 1, + sym_string, + STATE(1599), 1, sym_expression, - STATE(2435), 1, - sym_right_hand_side, - STATE(2629), 1, + STATE(2260), 1, + sym_pattern, + STATE(2522), 1, + sym_patterns, + STATE(2529), 1, + sym_collection_elements, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(2445), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(9), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(67), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(418), 3, + ACTIONS(864), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(870), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(627), 3, + STATE(1277), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - ACTIONS(79), 4, + STATE(2253), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2368), 4, - sym_expression_list, - sym_assignment, - sym_augmented_assignment, - sym_yield, - STATE(1566), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -28953,7 +28862,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 15, + STATE(1135), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -28969,7 +28878,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [486] = 29, + [369] = 29, ACTIONS(740), 1, anon_sym_LBRACK, ACTIONS(744), 1, @@ -28994,23 +28903,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(862), 1, anon_sym_yield, - ACTIONS(864), 1, + ACTIONS(880), 1, anon_sym_COMMA, - ACTIONS(866), 1, + ACTIONS(882), 1, anon_sym_RBRACE, - STATE(944), 1, + STATE(945), 1, sym_primary_expression, - STATE(956), 1, + STATE(966), 1, sym_string, - STATE(1564), 1, + STATE(1554), 1, sym_expression, - STATE(1775), 1, + STATE(1758), 1, sym_pair, - STATE(2341), 1, + STATE(2178), 1, sym_dictionary_splat, - STATE(2542), 1, + STATE(2527), 1, sym_named_expression_lhs, - STATE(2626), 1, + STATE(2627), 1, sym_collection_elements, ACTIONS(3), 2, sym_comment, @@ -29027,7 +28936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(2298), 3, + STATE(2345), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, @@ -29044,7 +28953,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -29063,78 +28972,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [609] = 30, - ACTIONS(812), 1, + [492] = 30, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(886), 1, anon_sym_LPAREN, - ACTIONS(872), 1, + ACTIONS(888), 1, anon_sym_RPAREN, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(894), 1, anon_sym_await, - ACTIONS(880), 1, + ACTIONS(896), 1, anon_sym_LBRACK, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1604), 1, + STATE(1581), 1, sym_expression, - STATE(2233), 1, + STATE(2165), 1, sym_yield, - STATE(2344), 1, + STATE(2336), 1, sym_pattern, - STATE(2492), 1, + STATE(2567), 1, sym_collection_elements, - STATE(2600), 1, - sym_patterns, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, + STATE(2632), 1, + sym_patterns, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, + STATE(2194), 2, sym_list_splat, sym_parenthesized_list_splat, - STATE(2378), 2, + STATE(2370), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 3, + ACTIONS(884), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(876), 3, + ACTIONS(892), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1326), 3, + STATE(1253), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -29142,7 +29051,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 15, + STATE(1275), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -29158,77 +29067,76 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [734] = 29, - ACTIONS(788), 1, - anon_sym_LBRACE, - ACTIONS(790), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, - sym_float, - ACTIONS(794), 1, - sym_string_start, - ACTIONS(836), 1, - anon_sym_not, - ACTIONS(838), 1, - anon_sym_lambda, - ACTIONS(840), 1, - anon_sym_yield, - ACTIONS(890), 1, + [617] = 28, + ACTIONS(15), 1, anon_sym_LPAREN, - ACTIONS(892), 1, + ACTIONS(17), 1, anon_sym_STAR, - ACTIONS(896), 1, + ACTIONS(27), 1, anon_sym_await, - ACTIONS(898), 1, + ACTIONS(63), 1, anon_sym_LBRACK, - ACTIONS(900), 1, - anon_sym_RBRACK, - STATE(946), 1, - sym_primary_expression, - STATE(966), 1, + ACTIONS(69), 1, + anon_sym_LBRACE, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(75), 1, + anon_sym_yield, + ACTIONS(77), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(81), 1, + sym_float, + ACTIONS(83), 1, + sym_string_start, + STATE(951), 1, sym_string, - STATE(1590), 1, - sym_expression, - STATE(2227), 1, + STATE(952), 1, + sym_primary_expression, + STATE(1539), 1, sym_pattern, - STATE(2536), 1, - sym_patterns, - STATE(2564), 1, - sym_collection_elements, - STATE(2616), 1, + STATE(1542), 1, + sym_pattern_list, + STATE(1706), 1, + sym_expression, + STATE(2380), 1, + sym_right_hand_side, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2448), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(786), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(888), 3, + ACTIONS(9), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(894), 3, + ACTIONS(67), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(418), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1298), 3, + STATE(627), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - STATE(2226), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(774), 4, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(2443), 4, + sym_expression_list, + sym_assignment, + sym_augmented_assignment, + sym_yield, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -29236,7 +29144,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 15, + STATE(1069), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -29252,74 +29160,76 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [857] = 29, - ACTIONS(740), 1, - anon_sym_LBRACK, - ACTIONS(744), 1, - anon_sym_LBRACE, - ACTIONS(746), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, - sym_float, - ACTIONS(750), 1, - sym_string_start, - ACTIONS(844), 1, + [738] = 28, + ACTIONS(15), 1, anon_sym_LPAREN, - ACTIONS(848), 1, + ACTIONS(17), 1, anon_sym_STAR, - ACTIONS(852), 1, + ACTIONS(27), 1, anon_sym_await, - ACTIONS(854), 1, - anon_sym_STAR_STAR, - ACTIONS(858), 1, + ACTIONS(63), 1, + anon_sym_LBRACK, + ACTIONS(69), 1, + anon_sym_LBRACE, + ACTIONS(71), 1, anon_sym_not, - ACTIONS(860), 1, + ACTIONS(73), 1, anon_sym_lambda, - ACTIONS(862), 1, + ACTIONS(75), 1, anon_sym_yield, - ACTIONS(902), 1, - anon_sym_COMMA, - ACTIONS(904), 1, - anon_sym_RBRACE, - STATE(944), 1, - sym_primary_expression, - STATE(956), 1, + ACTIONS(77), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(81), 1, + sym_float, + ACTIONS(83), 1, + sym_string_start, + STATE(951), 1, sym_string, - STATE(1568), 1, + STATE(952), 1, + sym_primary_expression, + STATE(1539), 1, + sym_pattern, + STATE(1542), 1, + sym_pattern_list, + STATE(1706), 1, sym_expression, - STATE(1745), 1, - sym_pair, - STATE(2127), 1, - sym_dictionary_splat, - STATE(2542), 1, + STATE(2384), 1, + sym_right_hand_side, + STATE(2516), 1, sym_named_expression_lhs, - STATE(2586), 1, - sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(842), 3, + STATE(1530), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(9), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(850), 3, - anon_sym_print, - anon_sym_exec, + ACTIONS(67), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(418), 3, + anon_sym_print, + anon_sym_exec, anon_sym_async, - STATE(2298), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(730), 4, + STATE(627), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(2443), 4, + sym_expression_list, + sym_assignment, + sym_augmented_assignment, + sym_yield, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -29327,12 +29237,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, - sym_list_splat_pattern, + STATE(1069), 15, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -29346,78 +29253,76 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [980] = 30, - ACTIONS(812), 1, - anon_sym_LBRACE, - ACTIONS(814), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, - sym_float, - ACTIONS(818), 1, - sym_string_start, - ACTIONS(870), 1, + [859] = 28, + ACTIONS(15), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(17), 1, anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(27), 1, anon_sym_await, - ACTIONS(880), 1, + ACTIONS(63), 1, anon_sym_LBRACK, - ACTIONS(882), 1, + ACTIONS(69), 1, + anon_sym_LBRACE, + ACTIONS(71), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(73), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(75), 1, anon_sym_yield, - ACTIONS(906), 1, - anon_sym_RPAREN, + ACTIONS(77), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(81), 1, + sym_float, + ACTIONS(83), 1, + sym_string_start, + STATE(951), 1, + sym_string, STATE(952), 1, sym_primary_expression, - STATE(981), 1, - sym_string, - STATE(1584), 1, - sym_expression, - STATE(2344), 1, + STATE(1539), 1, sym_pattern, - STATE(2358), 1, - sym_yield, - STATE(2574), 1, - sym_patterns, - STATE(2622), 1, + STATE(1542), 1, + sym_pattern_list, + STATE(1706), 1, + sym_expression, + STATE(2417), 1, + sym_right_hand_side, + STATE(2516), 1, sym_named_expression_lhs, - STATE(2651), 1, - sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, - sym_list_splat, - sym_parenthesized_list_splat, - STATE(2378), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(810), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(868), 3, + ACTIONS(9), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(876), 3, + ACTIONS(67), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(418), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1326), 3, + STATE(627), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - ACTIONS(796), 4, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(2443), 4, + sym_expression_list, + sym_assignment, + sym_augmented_assignment, + sym_yield, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -29425,7 +29330,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 15, + STATE(1069), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -29441,14 +29346,14 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1105] = 29, - ACTIONS(788), 1, + [980] = 29, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, ACTIONS(836), 1, anon_sym_not, @@ -29456,62 +29361,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(840), 1, anon_sym_yield, - ACTIONS(890), 1, + ACTIONS(866), 1, anon_sym_LPAREN, - ACTIONS(892), 1, + ACTIONS(868), 1, anon_sym_STAR, - ACTIONS(896), 1, + ACTIONS(872), 1, anon_sym_await, - ACTIONS(898), 1, + ACTIONS(874), 1, anon_sym_LBRACK, - ACTIONS(908), 1, + ACTIONS(904), 1, anon_sym_RBRACK, STATE(946), 1, sym_primary_expression, - STATE(966), 1, + STATE(973), 1, sym_string, - STATE(1599), 1, + STATE(1587), 1, sym_expression, - STATE(2227), 1, + STATE(2260), 1, sym_pattern, - STATE(2474), 1, + STATE(2483), 1, sym_collection_elements, - STATE(2541), 1, + STATE(2614), 1, sym_patterns, - STATE(2616), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2448), 2, + STATE(2445), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(888), 3, + ACTIONS(864), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(894), 3, + ACTIONS(870), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1298), 3, + STATE(1277), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - STATE(2226), 3, + STATE(2253), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(774), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -29519,7 +29424,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 15, + STATE(1135), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -29535,74 +29440,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1228] = 29, - ACTIONS(740), 1, - anon_sym_LBRACK, - ACTIONS(744), 1, + [1103] = 30, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(844), 1, + ACTIONS(886), 1, anon_sym_LPAREN, - ACTIONS(848), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(852), 1, + ACTIONS(894), 1, anon_sym_await, - ACTIONS(854), 1, - anon_sym_STAR_STAR, - ACTIONS(858), 1, + ACTIONS(896), 1, + anon_sym_LBRACK, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(860), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(862), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(910), 1, - anon_sym_COMMA, - ACTIONS(912), 1, - anon_sym_RBRACE, - STATE(944), 1, + ACTIONS(906), 1, + anon_sym_RPAREN, + STATE(953), 1, sym_primary_expression, - STATE(956), 1, + STATE(978), 1, sym_string, - STATE(1570), 1, + STATE(1590), 1, sym_expression, - STATE(1771), 1, - sym_pair, - STATE(2177), 1, - sym_dictionary_splat, - STATE(2498), 1, - sym_collection_elements, - STATE(2542), 1, + STATE(2221), 1, + sym_yield, + STATE(2336), 1, + sym_pattern, + STATE(2576), 1, + sym_patterns, + STATE(2579), 1, sym_named_expression_lhs, + STATE(2602), 1, + sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, + STATE(2144), 2, + sym_list_splat, + sym_parenthesized_list_splat, + STATE(2370), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, + ACTIONS(884), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(850), 3, + ACTIONS(892), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(2298), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(730), 4, + STATE(1253), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -29610,12 +29519,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, - sym_list_splat_pattern, + STATE(1275), 15, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -29629,7 +29535,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1351] = 30, + [1228] = 29, ACTIONS(812), 1, anon_sym_LBRACE, ACTIONS(814), 1, @@ -29638,69 +29544,68 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(818), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(838), 1, + anon_sym_lambda, + ACTIONS(840), 1, + anon_sym_yield, + ACTIONS(866), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(868), 1, anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(872), 1, anon_sym_await, - ACTIONS(880), 1, + ACTIONS(874), 1, anon_sym_LBRACK, - ACTIONS(882), 1, - anon_sym_not, - ACTIONS(884), 1, - anon_sym_lambda, - ACTIONS(886), 1, - anon_sym_yield, - ACTIONS(914), 1, - anon_sym_RPAREN, - STATE(952), 1, + ACTIONS(908), 1, + anon_sym_RBRACK, + STATE(946), 1, sym_primary_expression, - STATE(981), 1, + STATE(973), 1, sym_string, - STATE(1584), 1, + STATE(1600), 1, sym_expression, - STATE(2344), 1, + STATE(2260), 1, sym_pattern, - STATE(2358), 1, - sym_yield, - STATE(2600), 1, + STATE(2562), 1, + sym_collection_elements, + STATE(2614), 1, sym_patterns, - STATE(2622), 1, + STATE(2631), 1, sym_named_expression_lhs, - STATE(2651), 1, - sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, - sym_list_splat, - sym_parenthesized_list_splat, - STATE(2378), 2, + STATE(2445), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 3, + ACTIONS(864), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(876), 3, + ACTIONS(870), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1326), 3, + STATE(1277), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - ACTIONS(796), 4, + STATE(2253), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -29708,7 +29613,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 15, + STATE(1135), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -29724,77 +29629,74 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1476] = 29, - ACTIONS(788), 1, + [1351] = 29, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(836), 1, - anon_sym_not, - ACTIONS(838), 1, - anon_sym_lambda, - ACTIONS(840), 1, - anon_sym_yield, - ACTIONS(890), 1, + ACTIONS(844), 1, anon_sym_LPAREN, - ACTIONS(892), 1, + ACTIONS(848), 1, anon_sym_STAR, - ACTIONS(896), 1, + ACTIONS(852), 1, anon_sym_await, - ACTIONS(898), 1, - anon_sym_LBRACK, - ACTIONS(916), 1, - anon_sym_RBRACK, - STATE(946), 1, + ACTIONS(854), 1, + anon_sym_STAR_STAR, + ACTIONS(858), 1, + anon_sym_not, + ACTIONS(860), 1, + anon_sym_lambda, + ACTIONS(862), 1, + anon_sym_yield, + ACTIONS(910), 1, + anon_sym_COMMA, + ACTIONS(912), 1, + anon_sym_RBRACE, + STATE(945), 1, sym_primary_expression, STATE(966), 1, sym_string, - STATE(1574), 1, + STATE(1557), 1, sym_expression, - STATE(2227), 1, - sym_pattern, - STATE(2495), 1, + STATE(1770), 1, + sym_pair, + STATE(2128), 1, + sym_dictionary_splat, + STATE(2494), 1, sym_collection_elements, - STATE(2536), 1, - sym_patterns, - STATE(2616), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2448), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(786), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(888), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(894), 3, + ACTIONS(850), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1298), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - STATE(2226), 3, + STATE(2345), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(774), 4, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -29802,9 +29704,12 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 15, + STATE(1118), 18, + sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -29818,78 +29723,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1599] = 30, - ACTIONS(812), 1, + [1474] = 30, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(886), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(894), 1, anon_sym_await, - ACTIONS(880), 1, + ACTIONS(896), 1, anon_sym_LBRACK, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(918), 1, + ACTIONS(914), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1584), 1, + STATE(1578), 1, sym_expression, - STATE(2344), 1, + STATE(2336), 1, sym_pattern, - STATE(2358), 1, + STATE(2353), 1, sym_yield, - STATE(2600), 1, - sym_patterns, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, - STATE(2651), 1, + STATE(2635), 1, + sym_patterns, + STATE(2636), 1, sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, + STATE(2144), 2, sym_list_splat, sym_parenthesized_list_splat, - STATE(2378), 2, + STATE(2370), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 3, + ACTIONS(884), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(876), 3, + ACTIONS(892), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1326), 3, + STATE(1253), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -29897,7 +29802,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 15, + STATE(1275), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -29913,14 +29818,14 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1724] = 29, - ACTIONS(788), 1, + [1599] = 29, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, ACTIONS(836), 1, anon_sym_not, @@ -29928,62 +29833,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(840), 1, anon_sym_yield, - ACTIONS(890), 1, + ACTIONS(866), 1, anon_sym_LPAREN, - ACTIONS(892), 1, + ACTIONS(868), 1, anon_sym_STAR, - ACTIONS(896), 1, + ACTIONS(872), 1, anon_sym_await, - ACTIONS(898), 1, + ACTIONS(874), 1, anon_sym_LBRACK, - ACTIONS(920), 1, + ACTIONS(916), 1, anon_sym_RBRACK, STATE(946), 1, sym_primary_expression, - STATE(966), 1, + STATE(973), 1, sym_string, - STATE(1594), 1, + STATE(1601), 1, sym_expression, - STATE(2227), 1, + STATE(2260), 1, sym_pattern, - STATE(2536), 1, - sym_patterns, - STATE(2540), 1, + STATE(2492), 1, sym_collection_elements, - STATE(2616), 1, + STATE(2585), 1, + sym_patterns, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2448), 2, + STATE(2445), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(888), 3, + ACTIONS(864), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(894), 3, + ACTIONS(870), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1298), 3, + STATE(1277), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - STATE(2226), 3, + STATE(2253), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(774), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -29991,7 +29896,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 15, + STATE(1135), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -30007,78 +29912,74 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1847] = 30, - ACTIONS(812), 1, + [1722] = 29, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(844), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(848), 1, anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(852), 1, anon_sym_await, - ACTIONS(880), 1, - anon_sym_LBRACK, - ACTIONS(882), 1, + ACTIONS(854), 1, + anon_sym_STAR_STAR, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(860), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(862), 1, anon_sym_yield, - ACTIONS(922), 1, - anon_sym_RPAREN, - STATE(952), 1, + ACTIONS(918), 1, + anon_sym_COMMA, + ACTIONS(920), 1, + anon_sym_RBRACE, + STATE(945), 1, sym_primary_expression, - STATE(981), 1, + STATE(966), 1, sym_string, - STATE(1584), 1, + STATE(1569), 1, sym_expression, - STATE(2344), 1, - sym_pattern, - STATE(2358), 1, - sym_yield, - STATE(2622), 1, + STATE(1733), 1, + sym_pair, + STATE(2168), 1, + sym_dictionary_splat, + STATE(2527), 1, sym_named_expression_lhs, - STATE(2639), 1, - sym_patterns, - STATE(2651), 1, + STATE(2605), 1, sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, - sym_list_splat, - sym_parenthesized_list_splat, - STATE(2378), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(810), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(876), 3, + ACTIONS(850), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1326), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - ACTIONS(796), 4, + STATE(2345), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -30086,9 +29987,12 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 15, + STATE(1118), 18, + sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -30102,14 +30006,14 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1972] = 29, - ACTIONS(788), 1, + [1845] = 29, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, ACTIONS(836), 1, anon_sym_not, @@ -30117,62 +30021,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(840), 1, anon_sym_yield, - ACTIONS(890), 1, + ACTIONS(866), 1, anon_sym_LPAREN, - ACTIONS(892), 1, + ACTIONS(868), 1, anon_sym_STAR, - ACTIONS(896), 1, + ACTIONS(872), 1, anon_sym_await, - ACTIONS(898), 1, + ACTIONS(874), 1, anon_sym_LBRACK, - ACTIONS(924), 1, + ACTIONS(922), 1, anon_sym_RBRACK, STATE(946), 1, sym_primary_expression, - STATE(966), 1, + STATE(973), 1, sym_string, - STATE(1590), 1, + STATE(1603), 1, sym_expression, - STATE(2227), 1, + STATE(2260), 1, sym_pattern, - STATE(2564), 1, + STATE(2570), 1, sym_collection_elements, - STATE(2611), 1, + STATE(2614), 1, sym_patterns, - STATE(2616), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2448), 2, + STATE(2445), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(888), 3, + ACTIONS(864), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(894), 3, + ACTIONS(870), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1298), 3, + STATE(1277), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - STATE(2226), 3, + STATE(2253), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(774), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -30180,7 +30084,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 15, + STATE(1135), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -30196,7 +30100,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2095] = 29, + [1968] = 29, ACTIONS(740), 1, anon_sym_LBRACK, ACTIONS(744), 1, @@ -30221,24 +30125,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(862), 1, anon_sym_yield, - ACTIONS(926), 1, + ACTIONS(924), 1, anon_sym_COMMA, - ACTIONS(928), 1, + ACTIONS(926), 1, anon_sym_RBRACE, - STATE(944), 1, + STATE(945), 1, sym_primary_expression, - STATE(956), 1, + STATE(966), 1, sym_string, - STATE(1558), 1, + STATE(1567), 1, sym_expression, - STATE(1740), 1, + STATE(1754), 1, sym_pair, - STATE(2237), 1, + STATE(2201), 1, sym_dictionary_splat, - STATE(2502), 1, - sym_collection_elements, - STATE(2542), 1, + STATE(2527), 1, sym_named_expression_lhs, + STATE(2563), 1, + sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -30254,7 +30158,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(2298), 3, + STATE(2345), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, @@ -30271,7 +30175,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -30290,77 +30194,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2218] = 29, - ACTIONS(788), 1, - anon_sym_LBRACE, + [2091] = 30, ACTIONS(790), 1, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACE, ACTIONS(792), 1, - sym_float, + anon_sym_DOT_DOT_DOT, ACTIONS(794), 1, + sym_float, + ACTIONS(796), 1, sym_string_start, - ACTIONS(836), 1, - anon_sym_not, - ACTIONS(838), 1, - anon_sym_lambda, - ACTIONS(840), 1, - anon_sym_yield, - ACTIONS(890), 1, + ACTIONS(886), 1, anon_sym_LPAREN, - ACTIONS(892), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(896), 1, + ACTIONS(894), 1, anon_sym_await, - ACTIONS(898), 1, + ACTIONS(896), 1, anon_sym_LBRACK, - ACTIONS(930), 1, - anon_sym_RBRACK, - STATE(946), 1, + ACTIONS(898), 1, + anon_sym_not, + ACTIONS(900), 1, + anon_sym_lambda, + ACTIONS(902), 1, + anon_sym_yield, + ACTIONS(928), 1, + anon_sym_RPAREN, + STATE(953), 1, sym_primary_expression, - STATE(966), 1, + STATE(978), 1, sym_string, - STATE(1580), 1, + STATE(1578), 1, sym_expression, - STATE(2227), 1, + STATE(2336), 1, sym_pattern, - STATE(2611), 1, - sym_patterns, - STATE(2616), 1, + STATE(2353), 1, + sym_yield, + STATE(2579), 1, sym_named_expression_lhs, - STATE(2620), 1, + STATE(2632), 1, + sym_patterns, + STATE(2636), 1, sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2448), 2, + STATE(2144), 2, + sym_list_splat, + sym_parenthesized_list_splat, + STATE(2370), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(786), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(888), 3, + ACTIONS(884), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(894), 3, + ACTIONS(892), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1298), 3, + STATE(1253), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - STATE(2226), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -30368,7 +30273,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 15, + STATE(1275), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -30384,74 +30289,77 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2341] = 29, - ACTIONS(740), 1, - anon_sym_LBRACK, - ACTIONS(744), 1, + [2216] = 29, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(844), 1, - anon_sym_LPAREN, - ACTIONS(848), 1, - anon_sym_STAR, - ACTIONS(852), 1, - anon_sym_await, - ACTIONS(854), 1, - anon_sym_STAR_STAR, - ACTIONS(858), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(860), 1, + ACTIONS(838), 1, anon_sym_lambda, - ACTIONS(862), 1, + ACTIONS(840), 1, anon_sym_yield, - ACTIONS(932), 1, - anon_sym_COMMA, - ACTIONS(934), 1, - anon_sym_RBRACE, - STATE(944), 1, + ACTIONS(866), 1, + anon_sym_LPAREN, + ACTIONS(868), 1, + anon_sym_STAR, + ACTIONS(872), 1, + anon_sym_await, + ACTIONS(874), 1, + anon_sym_LBRACK, + ACTIONS(930), 1, + anon_sym_RBRACK, + STATE(946), 1, sym_primary_expression, - STATE(956), 1, + STATE(973), 1, sym_string, - STATE(1559), 1, + STATE(1600), 1, sym_expression, - STATE(1767), 1, - sym_pair, - STATE(2176), 1, - sym_dictionary_splat, - STATE(2513), 1, + STATE(2260), 1, + sym_pattern, + STATE(2522), 1, + sym_patterns, + STATE(2562), 1, sym_collection_elements, - STATE(2542), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, + STATE(2445), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, + ACTIONS(864), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(850), 3, + ACTIONS(870), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(2298), 3, + STATE(1277), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + STATE(2253), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(730), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -30459,12 +30367,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, - sym_list_splat_pattern, + STATE(1135), 15, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -30478,78 +30383,74 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2464] = 30, - ACTIONS(812), 1, + [2339] = 29, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(844), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(848), 1, anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(852), 1, anon_sym_await, - ACTIONS(880), 1, - anon_sym_LBRACK, - ACTIONS(882), 1, + ACTIONS(854), 1, + anon_sym_STAR_STAR, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(860), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(862), 1, anon_sym_yield, - ACTIONS(936), 1, - anon_sym_RPAREN, - STATE(952), 1, + ACTIONS(932), 1, + anon_sym_COMMA, + ACTIONS(934), 1, + anon_sym_RBRACE, + STATE(945), 1, sym_primary_expression, - STATE(981), 1, + STATE(966), 1, sym_string, - STATE(1593), 1, + STATE(1566), 1, sym_expression, - STATE(2173), 1, - sym_yield, - STATE(2344), 1, - sym_pattern, - STATE(2622), 1, - sym_named_expression_lhs, - STATE(2633), 1, + STATE(1782), 1, + sym_pair, + STATE(2225), 1, + sym_dictionary_splat, + STATE(2472), 1, sym_collection_elements, - STATE(2639), 1, - sym_patterns, + STATE(2527), 1, + sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2192), 2, - sym_list_splat, - sym_parenthesized_list_splat, - STATE(2378), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(810), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(876), 3, + ACTIONS(850), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1326), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - ACTIONS(796), 4, + STATE(2345), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -30557,9 +30458,12 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 15, + STATE(1118), 18, + sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -30573,78 +30477,74 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2589] = 30, - ACTIONS(812), 1, + [2462] = 29, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(844), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(848), 1, anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(852), 1, anon_sym_await, - ACTIONS(880), 1, - anon_sym_LBRACK, - ACTIONS(882), 1, + ACTIONS(854), 1, + anon_sym_STAR_STAR, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(860), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(862), 1, anon_sym_yield, + ACTIONS(936), 1, + anon_sym_COMMA, ACTIONS(938), 1, - anon_sym_RPAREN, - STATE(952), 1, + anon_sym_RBRACE, + STATE(945), 1, sym_primary_expression, - STATE(981), 1, + STATE(966), 1, sym_string, - STATE(1583), 1, + STATE(1561), 1, sym_expression, - STATE(2276), 1, - sym_yield, - STATE(2344), 1, - sym_pattern, - STATE(2488), 1, - sym_collection_elements, - STATE(2600), 1, - sym_patterns, - STATE(2622), 1, + STATE(1745), 1, + sym_pair, + STATE(2137), 1, + sym_dictionary_splat, + STATE(2527), 1, sym_named_expression_lhs, + STATE(2538), 1, + sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, - sym_list_splat, - sym_parenthesized_list_splat, - STATE(2378), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(810), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(876), 3, + ACTIONS(850), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1326), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - ACTIONS(796), 4, + STATE(2345), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -30652,9 +30552,12 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 15, + STATE(1118), 18, + sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -30668,78 +30571,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2714] = 30, - ACTIONS(812), 1, + [2585] = 30, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(886), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(894), 1, anon_sym_await, - ACTIONS(880), 1, + ACTIONS(896), 1, anon_sym_LBRACK, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, ACTIONS(940), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1584), 1, + STATE(1578), 1, sym_expression, - STATE(2344), 1, + STATE(2336), 1, sym_pattern, - STATE(2358), 1, + STATE(2353), 1, sym_yield, - STATE(2622), 1, - sym_named_expression_lhs, - STATE(2623), 1, + STATE(2576), 1, sym_patterns, - STATE(2651), 1, + STATE(2579), 1, + sym_named_expression_lhs, + STATE(2636), 1, sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, + STATE(2144), 2, sym_list_splat, sym_parenthesized_list_splat, - STATE(2378), 2, + STATE(2370), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 3, + ACTIONS(884), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(876), 3, + ACTIONS(892), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1326), 3, + STATE(1253), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -30747,7 +30650,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 15, + STATE(1275), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -30763,77 +30666,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2839] = 29, - ACTIONS(788), 1, - anon_sym_LBRACE, + [2710] = 30, ACTIONS(790), 1, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACE, ACTIONS(792), 1, - sym_float, + anon_sym_DOT_DOT_DOT, ACTIONS(794), 1, + sym_float, + ACTIONS(796), 1, sym_string_start, - ACTIONS(836), 1, - anon_sym_not, - ACTIONS(838), 1, - anon_sym_lambda, - ACTIONS(840), 1, - anon_sym_yield, - ACTIONS(890), 1, + ACTIONS(886), 1, anon_sym_LPAREN, - ACTIONS(892), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(896), 1, + ACTIONS(894), 1, anon_sym_await, - ACTIONS(898), 1, + ACTIONS(896), 1, anon_sym_LBRACK, + ACTIONS(898), 1, + anon_sym_not, + ACTIONS(900), 1, + anon_sym_lambda, + ACTIONS(902), 1, + anon_sym_yield, ACTIONS(942), 1, - anon_sym_RBRACK, - STATE(946), 1, + anon_sym_RPAREN, + STATE(953), 1, sym_primary_expression, - STATE(966), 1, + STATE(978), 1, sym_string, - STATE(1590), 1, + STATE(1578), 1, sym_expression, - STATE(2227), 1, + STATE(2336), 1, sym_pattern, - STATE(2536), 1, - sym_patterns, - STATE(2564), 1, - sym_collection_elements, - STATE(2616), 1, + STATE(2353), 1, + sym_yield, + STATE(2579), 1, sym_named_expression_lhs, + STATE(2636), 1, + sym_collection_elements, + STATE(2640), 1, + sym_patterns, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2448), 2, + STATE(2144), 2, + sym_list_splat, + sym_parenthesized_list_splat, + STATE(2370), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(786), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(888), 3, + ACTIONS(884), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(894), 3, + ACTIONS(892), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1298), 3, + STATE(1253), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - STATE(2226), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -30841,7 +30745,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 15, + STATE(1275), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -30857,74 +30761,77 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2962] = 29, - ACTIONS(740), 1, - anon_sym_LBRACK, - ACTIONS(744), 1, + [2835] = 29, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(844), 1, - anon_sym_LPAREN, - ACTIONS(848), 1, - anon_sym_STAR, - ACTIONS(852), 1, - anon_sym_await, - ACTIONS(854), 1, - anon_sym_STAR_STAR, - ACTIONS(858), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(860), 1, + ACTIONS(838), 1, anon_sym_lambda, - ACTIONS(862), 1, + ACTIONS(840), 1, anon_sym_yield, + ACTIONS(866), 1, + anon_sym_LPAREN, + ACTIONS(868), 1, + anon_sym_STAR, + ACTIONS(872), 1, + anon_sym_await, + ACTIONS(874), 1, + anon_sym_LBRACK, ACTIONS(944), 1, - anon_sym_COMMA, - ACTIONS(946), 1, - anon_sym_RBRACE, - STATE(944), 1, + anon_sym_RBRACK, + STATE(946), 1, sym_primary_expression, - STATE(956), 1, + STATE(973), 1, sym_string, - STATE(1560), 1, + STATE(1600), 1, sym_expression, - STATE(1747), 1, - sym_pair, - STATE(2261), 1, - sym_dictionary_splat, - STATE(2542), 1, - sym_named_expression_lhs, - STATE(2580), 1, + STATE(2260), 1, + sym_pattern, + STATE(2562), 1, sym_collection_elements, + STATE(2614), 1, + sym_patterns, + STATE(2631), 1, + sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, + STATE(2445), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, + ACTIONS(864), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(850), 3, + ACTIONS(870), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(2298), 3, + STATE(1277), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + STATE(2253), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(730), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -30932,12 +30839,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, - sym_list_splat_pattern, + STATE(1135), 15, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -30951,78 +30855,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3085] = 30, - ACTIONS(812), 1, + [2958] = 30, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(886), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(894), 1, anon_sym_await, - ACTIONS(880), 1, + ACTIONS(896), 1, anon_sym_LBRACK, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(948), 1, + ACTIONS(946), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1584), 1, + STATE(1578), 1, sym_expression, - STATE(2344), 1, + STATE(2336), 1, sym_pattern, - STATE(2358), 1, + STATE(2353), 1, sym_yield, - STATE(2551), 1, + STATE(2468), 1, sym_patterns, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, - STATE(2651), 1, + STATE(2636), 1, sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, + STATE(2144), 2, sym_list_splat, sym_parenthesized_list_splat, - STATE(2378), 2, + STATE(2370), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 3, + ACTIONS(884), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(876), 3, + ACTIONS(892), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1326), 3, + STATE(1253), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -31030,7 +30934,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 15, + STATE(1275), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -31046,14 +30950,14 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3210] = 29, - ACTIONS(788), 1, + [3083] = 29, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, ACTIONS(836), 1, anon_sym_not, @@ -31061,62 +30965,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(840), 1, anon_sym_yield, - ACTIONS(890), 1, + ACTIONS(866), 1, anon_sym_LPAREN, - ACTIONS(892), 1, + ACTIONS(868), 1, anon_sym_STAR, - ACTIONS(896), 1, + ACTIONS(872), 1, anon_sym_await, - ACTIONS(898), 1, + ACTIONS(874), 1, anon_sym_LBRACK, - ACTIONS(950), 1, + ACTIONS(948), 1, anon_sym_RBRACK, STATE(946), 1, sym_primary_expression, - STATE(966), 1, + STATE(973), 1, sym_string, - STATE(1590), 1, + STATE(1600), 1, sym_expression, - STATE(2227), 1, + STATE(2260), 1, sym_pattern, - STATE(2541), 1, - sym_patterns, - STATE(2564), 1, + STATE(2562), 1, sym_collection_elements, - STATE(2616), 1, + STATE(2585), 1, + sym_patterns, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2448), 2, + STATE(2445), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(888), 3, + ACTIONS(864), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(894), 3, + ACTIONS(870), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1298), 3, + STATE(1277), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - STATE(2226), 3, + STATE(2253), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(774), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -31124,7 +31028,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 15, + STATE(1135), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -31140,7 +31044,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3333] = 29, + [3206] = 29, ACTIONS(740), 1, anon_sym_LBRACK, ACTIONS(744), 1, @@ -31165,23 +31069,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(862), 1, anon_sym_yield, - ACTIONS(952), 1, + ACTIONS(950), 1, anon_sym_COMMA, - ACTIONS(954), 1, + ACTIONS(952), 1, anon_sym_RBRACE, - STATE(944), 1, + STATE(945), 1, sym_primary_expression, - STATE(956), 1, + STATE(966), 1, sym_string, - STATE(1563), 1, + STATE(1559), 1, sym_expression, - STATE(1752), 1, + STATE(1753), 1, sym_pair, - STATE(2288), 1, + STATE(2278), 1, sym_dictionary_splat, - STATE(2471), 1, + STATE(2470), 1, sym_collection_elements, - STATE(2542), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -31198,7 +31102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(2298), 3, + STATE(2345), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, @@ -31215,7 +31119,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -31234,78 +31138,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3456] = 30, - ACTIONS(812), 1, + [3329] = 30, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(886), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(894), 1, anon_sym_await, - ACTIONS(880), 1, + ACTIONS(896), 1, anon_sym_LBRACK, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(956), 1, + ACTIONS(954), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1582), 1, + STATE(1576), 1, sym_expression, - STATE(2163), 1, + STATE(2167), 1, sym_yield, - STATE(2344), 1, + STATE(2336), 1, sym_pattern, - STATE(2532), 1, + STATE(2579), 1, + sym_named_expression_lhs, + STATE(2601), 1, sym_collection_elements, - STATE(2574), 1, + STATE(2635), 1, sym_patterns, - STATE(2622), 1, - sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2337), 2, + STATE(2182), 2, sym_list_splat, sym_parenthesized_list_splat, - STATE(2378), 2, + STATE(2370), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 3, + ACTIONS(884), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(876), 3, + ACTIONS(892), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1326), 3, + STATE(1253), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -31313,7 +31217,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 15, + STATE(1275), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -31329,78 +31233,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3581] = 30, - ACTIONS(812), 1, + [3454] = 30, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(886), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(894), 1, anon_sym_await, - ACTIONS(880), 1, + ACTIONS(896), 1, anon_sym_LBRACK, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(958), 1, + ACTIONS(956), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1583), 1, + STATE(1573), 1, sym_expression, - STATE(2276), 1, - sym_yield, - STATE(2344), 1, + STATE(2336), 1, sym_pattern, - STATE(2488), 1, + STATE(2346), 1, + sym_yield, + STATE(2493), 1, sym_collection_elements, - STATE(2600), 1, + STATE(2576), 1, sym_patterns, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, + STATE(2144), 2, sym_list_splat, sym_parenthesized_list_splat, - STATE(2378), 2, + STATE(2370), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 3, + ACTIONS(884), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(876), 3, + ACTIONS(892), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1326), 3, + STATE(1253), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -31408,7 +31312,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 15, + STATE(1275), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -31424,14 +31328,14 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3706] = 29, - ACTIONS(788), 1, + [3579] = 29, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, ACTIONS(836), 1, anon_sym_not, @@ -31439,62 +31343,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(840), 1, anon_sym_yield, - ACTIONS(890), 1, + ACTIONS(866), 1, anon_sym_LPAREN, - ACTIONS(892), 1, + ACTIONS(868), 1, anon_sym_STAR, - ACTIONS(896), 1, + ACTIONS(872), 1, anon_sym_await, - ACTIONS(898), 1, + ACTIONS(874), 1, anon_sym_LBRACK, - ACTIONS(960), 1, + ACTIONS(958), 1, anon_sym_RBRACK, STATE(946), 1, sym_primary_expression, - STATE(966), 1, + STATE(973), 1, sym_string, - STATE(1590), 1, + STATE(1600), 1, sym_expression, - STATE(2227), 1, + STATE(2260), 1, sym_pattern, - STATE(2473), 1, - sym_patterns, - STATE(2564), 1, + STATE(2562), 1, sym_collection_elements, - STATE(2616), 1, + STATE(2631), 1, sym_named_expression_lhs, + STATE(2651), 1, + sym_patterns, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2448), 2, + STATE(2445), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(888), 3, + ACTIONS(864), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(894), 3, + ACTIONS(870), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1298), 3, + STATE(1277), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - STATE(2226), 3, + STATE(2253), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(774), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -31502,7 +31406,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 15, + STATE(1135), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -31518,14 +31422,14 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3829] = 29, - ACTIONS(788), 1, + [3702] = 29, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, ACTIONS(836), 1, anon_sym_not, @@ -31533,62 +31437,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(840), 1, anon_sym_yield, - ACTIONS(890), 1, + ACTIONS(866), 1, anon_sym_LPAREN, - ACTIONS(892), 1, + ACTIONS(868), 1, anon_sym_STAR, - ACTIONS(896), 1, + ACTIONS(872), 1, anon_sym_await, - ACTIONS(898), 1, + ACTIONS(874), 1, anon_sym_LBRACK, - ACTIONS(962), 1, + ACTIONS(960), 1, anon_sym_RBRACK, STATE(946), 1, sym_primary_expression, - STATE(966), 1, + STATE(973), 1, sym_string, - STATE(1590), 1, + STATE(1600), 1, sym_expression, - STATE(2227), 1, + STATE(2260), 1, sym_pattern, - STATE(2564), 1, - sym_collection_elements, - STATE(2565), 1, + STATE(2552), 1, sym_patterns, - STATE(2616), 1, + STATE(2562), 1, + sym_collection_elements, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2448), 2, + STATE(2445), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(888), 3, + ACTIONS(864), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(894), 3, + ACTIONS(870), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1298), 3, + STATE(1277), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - STATE(2226), 3, + STATE(2253), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(774), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -31596,7 +31500,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 15, + STATE(1135), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -31612,77 +31516,173 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3952] = 29, - ACTIONS(788), 1, - anon_sym_LBRACE, + [3825] = 30, ACTIONS(790), 1, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACE, ACTIONS(792), 1, - sym_float, + anon_sym_DOT_DOT_DOT, ACTIONS(794), 1, + sym_float, + ACTIONS(796), 1, sym_string_start, - ACTIONS(836), 1, + ACTIONS(886), 1, + anon_sym_LPAREN, + ACTIONS(890), 1, + anon_sym_STAR, + ACTIONS(894), 1, + anon_sym_await, + ACTIONS(896), 1, + anon_sym_LBRACK, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(838), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(840), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(890), 1, + ACTIONS(962), 1, + anon_sym_RPAREN, + STATE(953), 1, + sym_primary_expression, + STATE(978), 1, + sym_string, + STATE(1573), 1, + sym_expression, + STATE(2336), 1, + sym_pattern, + STATE(2346), 1, + sym_yield, + STATE(2493), 1, + sym_collection_elements, + STATE(2576), 1, + sym_patterns, + STATE(2579), 1, + sym_named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(2144), 2, + sym_list_splat, + sym_parenthesized_list_splat, + STATE(2370), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(788), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(884), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(892), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + STATE(1253), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + ACTIONS(774), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1711), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1275), 15, + sym_binary_operator, + sym_unary_operator, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [3950] = 30, + ACTIONS(790), 1, + anon_sym_LBRACE, + ACTIONS(792), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(794), 1, + sym_float, + ACTIONS(796), 1, + sym_string_start, + ACTIONS(886), 1, anon_sym_LPAREN, - ACTIONS(892), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(896), 1, + ACTIONS(894), 1, anon_sym_await, - ACTIONS(898), 1, + ACTIONS(896), 1, anon_sym_LBRACK, + ACTIONS(898), 1, + anon_sym_not, + ACTIONS(900), 1, + anon_sym_lambda, + ACTIONS(902), 1, + anon_sym_yield, ACTIONS(964), 1, - anon_sym_RBRACK, - STATE(946), 1, + anon_sym_RPAREN, + STATE(953), 1, sym_primary_expression, - STATE(966), 1, + STATE(978), 1, sym_string, - STATE(1594), 1, + STATE(1578), 1, sym_expression, - STATE(2227), 1, + STATE(2336), 1, sym_pattern, - STATE(2536), 1, + STATE(2353), 1, + sym_yield, + STATE(2576), 1, sym_patterns, - STATE(2540), 1, - sym_collection_elements, - STATE(2616), 1, + STATE(2579), 1, sym_named_expression_lhs, + STATE(2636), 1, + sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2448), 2, + STATE(2144), 2, + sym_list_splat, + sym_parenthesized_list_splat, + STATE(2370), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(786), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(888), 3, + ACTIONS(884), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(894), 3, + ACTIONS(892), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1298), 3, + STATE(1253), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - STATE(2226), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -31690,7 +31690,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 15, + STATE(1275), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -31725,11 +31725,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(978), 1, anon_sym_LBRACK, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1497), 1, + STATE(1495), 1, sym_pattern, - STATE(1519), 1, + STATE(1521), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -31737,7 +31737,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(681), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1498), 2, + STATE(1503), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(966), 3, @@ -31748,7 +31748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1288), 3, + STATE(1314), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -31757,7 +31757,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -31810,11 +31810,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(978), 1, anon_sym_LBRACK, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1497), 1, + STATE(1495), 1, sym_pattern, - STATE(1519), 1, + STATE(1521), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -31822,7 +31822,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(681), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1498), 2, + STATE(1503), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(966), 3, @@ -31833,7 +31833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1288), 3, + STATE(1314), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -31842,7 +31842,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -31903,15 +31903,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(996), 1, anon_sym_lambda, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1661), 1, + STATE(1649), 1, sym_expression, - STATE(1939), 1, + STATE(1995), 1, sym_type, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -31932,13 +31932,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1950), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -31946,7 +31946,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -31992,15 +31992,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(998), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1661), 1, + STATE(1649), 1, sym_expression, - STATE(1939), 1, + STATE(1995), 1, sym_type, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -32021,13 +32021,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1950), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -32035,7 +32035,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -32077,22 +32077,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(1014), 1, anon_sym_lambda, - STATE(945), 1, + STATE(944), 1, sym_primary_expression, - STATE(961), 1, + STATE(967), 1, sym_string, - STATE(1620), 1, + STATE(1640), 1, sym_expression, STATE(1952), 1, sym_f_expression, - STATE(2450), 1, + STATE(2467), 1, sym_pattern, - STATE(2483), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(698), 3, @@ -32107,11 +32107,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1214), 3, + STATE(1194), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - STATE(2074), 3, + STATE(2064), 3, sym_expression_list, sym_pattern_list, sym_yield, @@ -32120,7 +32120,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -32128,7 +32128,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 15, + STATE(1168), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -32171,15 +32171,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(1016), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1661), 1, + STATE(1649), 1, sym_expression, - STATE(1939), 1, + STATE(1995), 1, sym_type, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -32200,13 +32200,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1950), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -32214,7 +32214,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -32260,15 +32260,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(1018), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1661), 1, + STATE(1649), 1, sym_expression, - STATE(1939), 1, + STATE(1995), 1, sym_type, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -32289,13 +32289,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1950), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -32303,7 +32303,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -32349,15 +32349,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(1020), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1661), 1, + STATE(1649), 1, sym_expression, - STATE(1939), 1, + STATE(1995), 1, sym_type, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -32378,13 +32378,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1950), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -32392,7 +32392,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -32438,15 +32438,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(1022), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1661), 1, + STATE(1649), 1, sym_expression, - STATE(1939), 1, + STATE(1995), 1, sym_type, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -32467,13 +32467,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1950), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -32481,7 +32481,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -32527,15 +32527,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(1024), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1661), 1, + STATE(1649), 1, sym_expression, - STATE(1939), 1, + STATE(1995), 1, sym_type, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -32556,13 +32556,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1950), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -32570,7 +32570,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -32616,15 +32616,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(1026), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1661), 1, + STATE(1649), 1, sym_expression, - STATE(1939), 1, + STATE(1995), 1, sym_type, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -32645,13 +32645,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1950), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -32659,7 +32659,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -32701,22 +32701,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(1014), 1, anon_sym_lambda, - STATE(945), 1, + STATE(944), 1, sym_primary_expression, - STATE(961), 1, + STATE(967), 1, sym_string, - STATE(1620), 1, + STATE(1640), 1, sym_expression, - STATE(2001), 1, + STATE(1890), 1, sym_f_expression, - STATE(2450), 1, + STATE(2467), 1, sym_pattern, - STATE(2483), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(698), 3, @@ -32731,11 +32731,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1214), 3, + STATE(1194), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, - STATE(2074), 3, + STATE(2064), 3, sym_expression_list, sym_pattern_list, sym_yield, @@ -32744,7 +32744,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -32752,7 +32752,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 15, + STATE(1168), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -32768,150 +32768,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [5441] = 21, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(321), 1, - anon_sym_TILDE, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(1030), 1, + [5441] = 25, + ACTIONS(710), 1, anon_sym_LPAREN, - ACTIONS(1032), 1, - anon_sym_STAR, - ACTIONS(1036), 1, - anon_sym_await, - ACTIONS(1038), 1, + ACTIONS(718), 1, anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1509), 1, - sym_primary_expression, - STATE(1537), 1, - sym_pattern, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(681), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1544), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(1028), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1034), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - STATE(1396), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - ACTIONS(329), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(968), 15, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - STATE(1317), 15, - sym_binary_operator, - sym_unary_operator, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [5545] = 25, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(301), 1, - anon_sym_match, - ACTIONS(316), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(356), 1, + ACTIONS(832), 1, anon_sym_STAR_STAR, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(984), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(990), 1, + anon_sym_match, + ACTIONS(994), 1, anon_sym_not, - STATE(948), 1, + ACTIONS(996), 1, + anon_sym_lambda, + STATE(969), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1095), 1, sym_string, - STATE(1650), 1, + STATE(1649), 1, sym_expression, - STATE(1935), 1, + STATE(1930), 1, sym_type, - STATE(2632), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(280), 2, + ACTIONS(982), 2, anon_sym_type, sym_identifier, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(321), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(986), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1918), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1618), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -32919,7 +32836,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -32938,67 +32855,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [5657] = 25, - ACTIONS(69), 1, + [5553] = 25, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(392), 1, - anon_sym_match, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1046), 1, + ACTIONS(1030), 1, anon_sym_STAR, - ACTIONS(1048), 1, + ACTIONS(1034), 1, + anon_sym_await, + ACTIONS(1036), 1, + anon_sym_match, + ACTIONS(1038), 1, anon_sym_STAR_STAR, - STATE(928), 1, + ACTIONS(1040), 1, + anon_sym_not, + ACTIONS(1042), 1, + anon_sym_lambda, + STATE(950), 1, sym_primary_expression, - STATE(951), 1, + STATE(1021), 1, sym_string, - STATE(1640), 1, + STATE(1611), 1, sym_expression, - STATE(1878), 1, + STATE(1894), 1, sym_type, - STATE(2629), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1044), 2, + ACTIONS(1028), 2, anon_sym_type, sym_identifier, - ACTIONS(67), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(400), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1856), 5, + STATE(1838), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1566), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -33006,7 +32923,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -33025,67 +32942,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [5769] = 25, - ACTIONS(808), 1, - anon_sym_LBRACK, - ACTIONS(812), 1, + [5665] = 25, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(301), 1, + anon_sym_match, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(882), 1, - anon_sym_not, - ACTIONS(884), 1, - anon_sym_lambda, - ACTIONS(1052), 1, + ACTIONS(356), 1, + anon_sym_STAR_STAR, + ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(1054), 1, - anon_sym_RPAREN, - ACTIONS(1056), 1, - anon_sym_COMMA, - ACTIONS(1058), 1, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1044), 1, anon_sym_STAR, - ACTIONS(1062), 1, - anon_sym_await, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - STATE(952), 1, + ACTIONS(1046), 1, + anon_sym_not, + STATE(948), 1, sym_primary_expression, - STATE(981), 1, + STATE(1012), 1, sym_string, - STATE(1601), 1, + STATE(1651), 1, sym_expression, - STATE(2622), 1, + STATE(1999), 1, + sym_type, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1050), 3, + ACTIONS(280), 2, anon_sym_type, - anon_sym_match, sym_identifier, - ACTIONS(1060), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2243), 4, - sym_list_splat, - sym_dictionary_splat, - sym_parenthesized_list_splat, - sym_keyword_argument, - STATE(1709), 7, + STATE(2003), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -33093,7 +33010,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -33112,67 +33029,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [5881] = 25, - ACTIONS(69), 1, + [5777] = 25, + ACTIONS(786), 1, + anon_sym_LBRACK, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(392), 1, - anon_sym_match, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + ACTIONS(898), 1, + anon_sym_not, + ACTIONS(900), 1, + anon_sym_lambda, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1046), 1, + ACTIONS(1052), 1, + anon_sym_RPAREN, + ACTIONS(1054), 1, + anon_sym_COMMA, + ACTIONS(1056), 1, anon_sym_STAR, - ACTIONS(1048), 1, + ACTIONS(1060), 1, + anon_sym_await, + ACTIONS(1062), 1, anon_sym_STAR_STAR, - STATE(928), 1, + STATE(953), 1, sym_primary_expression, - STATE(951), 1, + STATE(978), 1, sym_string, - STATE(1640), 1, + STATE(1574), 1, sym_expression, - STATE(1943), 1, - sym_type, - STATE(2629), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1044), 2, - anon_sym_type, - sym_identifier, - ACTIONS(67), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(400), 3, + ACTIONS(1048), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1058), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1856), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1566), 7, + STATE(2216), 4, + sym_list_splat, + sym_dictionary_splat, + sym_parenthesized_list_splat, + sym_keyword_argument, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -33180,7 +33097,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -33199,7 +33116,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [5993] = 25, + [5889] = 25, ACTIONS(299), 1, anon_sym_await, ACTIONS(301), 1, @@ -33220,19 +33137,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(1044), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1650), 1, + STATE(1651), 1, sym_expression, - STATE(1955), 1, + STATE(2296), 1, sym_type, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -33253,7 +33170,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1918), 5, + STATE(2003), 5, sym_splat_type, sym_generic_type, sym_union_type, @@ -33267,7 +33184,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -33286,67 +33203,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6105] = 25, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [6001] = 25, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(301), 1, + anon_sym_match, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1074), 1, - anon_sym_match, - ACTIONS(1076), 1, + ACTIONS(356), 1, anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1044), 1, + anon_sym_STAR, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1080), 1, - anon_sym_lambda, - STATE(949), 1, + STATE(948), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1012), 1, sym_string, - STATE(1633), 1, + STATE(1651), 1, sym_expression, - STATE(1902), 1, + STATE(2242), 1, sym_type, - STATE(2567), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1066), 2, + ACTIONS(280), 2, anon_sym_type, sym_identifier, - ACTIONS(764), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(752), 4, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1837), 5, + STATE(2003), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1608), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -33354,7 +33271,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -33373,67 +33290,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6217] = 25, - ACTIONS(808), 1, + [6113] = 25, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1052), 1, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1058), 1, + ACTIONS(1056), 1, anon_sym_STAR, - ACTIONS(1062), 1, + ACTIONS(1060), 1, anon_sym_await, - ACTIONS(1064), 1, + ACTIONS(1062), 1, anon_sym_STAR_STAR, - ACTIONS(1082), 1, + ACTIONS(1064), 1, anon_sym_RPAREN, - ACTIONS(1084), 1, + ACTIONS(1066), 1, anon_sym_COMMA, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1605), 1, + STATE(1579), 1, sym_expression, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1050), 3, + ACTIONS(1048), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1060), 3, + ACTIONS(1058), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2180), 4, + STATE(2134), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -33441,7 +33358,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -33460,7 +33377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6329] = 25, + [6225] = 25, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -33485,15 +33402,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(996), 1, anon_sym_lambda, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1661), 1, + STATE(1649), 1, sym_expression, - STATE(1939), 1, + STATE(1936), 1, sym_type, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -33514,13 +33431,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1950), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -33528,7 +33445,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -33547,66 +33464,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6441] = 24, - ACTIONS(688), 1, - anon_sym_LPAREN, - ACTIONS(696), 1, + [6337] = 25, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1014), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1088), 1, - anon_sym_from, - ACTIONS(1094), 1, + ACTIONS(1050), 1, + anon_sym_LPAREN, + ACTIONS(1056), 1, + anon_sym_STAR, + ACTIONS(1060), 1, anon_sym_await, - STATE(945), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1068), 1, + anon_sym_RPAREN, + ACTIONS(1070), 1, + anon_sym_COMMA, + STATE(953), 1, sym_primary_expression, - STATE(961), 1, + STATE(978), 1, sym_string, - STATE(1635), 1, + STATE(1577), 1, sym_expression, - STATE(1919), 1, - sym_expression_list, - STATE(2483), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1086), 3, + ACTIONS(1048), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1092), 3, + ACTIONS(1058), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(686), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1090), 5, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - STATE(1673), 7, + STATE(2218), 4, + sym_list_splat, + sym_dictionary_splat, + sym_parenthesized_list_splat, + sym_keyword_argument, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -33614,7 +33532,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -33633,67 +33551,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6551] = 25, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(301), 1, - anon_sym_match, - ACTIONS(316), 1, + [6449] = 25, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(356), 1, + ACTIONS(1040), 1, + anon_sym_not, + ACTIONS(1042), 1, + anon_sym_lambda, + ACTIONS(1062), 1, anon_sym_STAR_STAR, - ACTIONS(669), 1, + ACTIONS(1064), 1, + anon_sym_RPAREN, + ACTIONS(1066), 1, + anon_sym_COMMA, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(1076), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_not, - STATE(948), 1, + ACTIONS(1080), 1, + anon_sym_await, + STATE(950), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1021), 1, sym_string, - STATE(1650), 1, + STATE(1744), 1, sym_expression, - STATE(2129), 1, - sym_type, - STATE(2632), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(280), 2, + ACTIONS(764), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1072), 3, anon_sym_type, + anon_sym_match, sym_identifier, - ACTIONS(295), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1918), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1618), 7, + STATE(2134), 4, + sym_list_splat, + sym_dictionary_splat, + sym_parenthesized_list_splat, + sym_keyword_argument, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -33701,7 +33619,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -33720,67 +33638,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6663] = 25, - ACTIONS(808), 1, + [6561] = 25, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1052), 1, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1058), 1, + ACTIONS(1056), 1, anon_sym_STAR, - ACTIONS(1062), 1, + ACTIONS(1060), 1, anon_sym_await, - ACTIONS(1064), 1, + ACTIONS(1062), 1, anon_sym_STAR_STAR, - ACTIONS(1096), 1, + ACTIONS(1082), 1, anon_sym_RPAREN, - ACTIONS(1098), 1, + ACTIONS(1084), 1, anon_sym_COMMA, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1581), 1, + STATE(1582), 1, sym_expression, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1050), 3, + ACTIONS(1048), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1060), 3, + ACTIONS(1058), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2267), 4, + STATE(2174), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -33788,7 +33706,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -33807,67 +33725,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6775] = 25, - ACTIONS(808), 1, + [6673] = 25, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1052), 1, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1058), 1, + ACTIONS(1056), 1, anon_sym_STAR, - ACTIONS(1062), 1, + ACTIONS(1060), 1, anon_sym_await, - ACTIONS(1064), 1, + ACTIONS(1062), 1, anon_sym_STAR_STAR, - ACTIONS(1100), 1, + ACTIONS(1086), 1, anon_sym_RPAREN, - ACTIONS(1102), 1, + ACTIONS(1088), 1, anon_sym_COMMA, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1572), 1, + STATE(1571), 1, sym_expression, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1050), 3, + ACTIONS(1048), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1060), 3, + ACTIONS(1058), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2216), 4, + STATE(2206), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -33875,7 +33793,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -33894,67 +33812,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6887] = 25, - ACTIONS(762), 1, + [6785] = 24, + ACTIONS(688), 1, + anon_sym_LPAREN, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(1004), 1, + anon_sym_STAR, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1106), 1, - anon_sym_LPAREN, - ACTIONS(1108), 1, - anon_sym_RPAREN, - ACTIONS(1110), 1, - anon_sym_COMMA, - ACTIONS(1112), 1, - anon_sym_STAR, - ACTIONS(1116), 1, + ACTIONS(1092), 1, + anon_sym_from, + ACTIONS(1098), 1, anon_sym_await, - STATE(949), 1, + STATE(944), 1, sym_primary_expression, - STATE(1024), 1, + STATE(967), 1, sym_string, - STATE(1758), 1, + STATE(1606), 1, sym_expression, - STATE(2567), 1, + STATE(1923), 1, + sym_expression_list, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1096), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(752), 4, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2135), 4, - sym_list_splat, - sym_dictionary_splat, - sym_parenthesized_list_splat, - sym_keyword_argument, - STATE(1608), 7, + ACTIONS(1094), 5, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -33962,7 +33879,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -33981,67 +33898,152 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6999] = 25, - ACTIONS(69), 1, + [6895] = 21, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(321), 1, + anon_sym_TILDE, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(392), 1, - anon_sym_match, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + ACTIONS(1102), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(1104), 1, + anon_sym_STAR, + ACTIONS(1108), 1, + anon_sym_await, + ACTIONS(1110), 1, anon_sym_LBRACK, - ACTIONS(1046), 1, + STATE(1012), 1, + sym_string, + STATE(1507), 1, + sym_primary_expression, + STATE(1544), 1, + sym_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(681), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1530), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(1100), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1106), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + STATE(1395), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + ACTIONS(329), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(980), 15, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + STATE(1272), 15, + sym_binary_operator, + sym_unary_operator, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [6999] = 27, + ACTIONS(786), 1, + anon_sym_LBRACK, + ACTIONS(790), 1, + anon_sym_LBRACE, + ACTIONS(792), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(794), 1, + sym_float, + ACTIONS(796), 1, + sym_string_start, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(1048), 1, - anon_sym_STAR_STAR, - STATE(928), 1, + ACTIONS(898), 1, + anon_sym_not, + ACTIONS(900), 1, + anon_sym_lambda, + ACTIONS(902), 1, + anon_sym_yield, + ACTIONS(1050), 1, + anon_sym_LPAREN, + ACTIONS(1114), 1, + anon_sym_RPAREN, + ACTIONS(1118), 1, + anon_sym_await, + STATE(953), 1, sym_primary_expression, - STATE(951), 1, + STATE(978), 1, sym_string, - STATE(1640), 1, + STATE(1572), 1, sym_expression, - STATE(1885), 1, - sym_type, - STATE(2629), 1, + STATE(2127), 1, + sym_with_item, + STATE(2353), 1, + sym_yield, + STATE(2579), 1, sym_named_expression_lhs, + STATE(2636), 1, + sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1044), 2, - anon_sym_type, - sym_identifier, - ACTIONS(67), 3, + STATE(2144), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(400), 3, + ACTIONS(1112), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1856), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1566), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -34049,7 +34051,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -34068,67 +34070,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7111] = 25, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [7115] = 25, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(301), 1, + anon_sym_match, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1074), 1, - anon_sym_match, - ACTIONS(1076), 1, + ACTIONS(356), 1, anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1044), 1, + anon_sym_STAR, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1080), 1, - anon_sym_lambda, - STATE(949), 1, + STATE(948), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1012), 1, sym_string, - STATE(1633), 1, + STATE(1651), 1, sym_expression, - STATE(1822), 1, + STATE(2331), 1, sym_type, - STATE(2567), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1066), 2, + ACTIONS(280), 2, anon_sym_type, sym_identifier, - ACTIONS(764), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(752), 4, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1837), 5, + STATE(2003), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1608), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -34136,7 +34138,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -34155,67 +34157,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7223] = 25, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, + [7227] = 25, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(832), 1, - anon_sym_STAR_STAR, - ACTIONS(984), 1, - anon_sym_STAR, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(990), 1, - anon_sym_match, - ACTIONS(994), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(996), 1, + ACTIONS(900), 1, anon_sym_lambda, - STATE(963), 1, + ACTIONS(1050), 1, + anon_sym_LPAREN, + ACTIONS(1056), 1, + anon_sym_STAR, + ACTIONS(1060), 1, + anon_sym_await, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1120), 1, + anon_sym_RPAREN, + ACTIONS(1122), 1, + anon_sym_COMMA, + STATE(953), 1, sym_primary_expression, - STATE(1042), 1, + STATE(978), 1, sym_string, - STATE(1661), 1, + STATE(1592), 1, sym_expression, - STATE(1796), 1, - sym_type, - STATE(2634), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(982), 2, - anon_sym_type, - sym_identifier, - ACTIONS(720), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, + ACTIONS(1048), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1058), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(708), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1950), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1649), 7, + STATE(2231), 4, + sym_list_splat, + sym_dictionary_splat, + sym_parenthesized_list_splat, + sym_keyword_argument, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -34223,7 +34225,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -34242,7 +34244,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7335] = 25, + [7339] = 25, ACTIONS(299), 1, anon_sym_await, ACTIONS(301), 1, @@ -34263,19 +34265,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(1044), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1650), 1, + STATE(1651), 1, sym_expression, - STATE(2238), 1, + STATE(1962), 1, sym_type, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -34296,7 +34298,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1918), 5, + STATE(2003), 5, sym_splat_type, sym_generic_type, sym_union_type, @@ -34310,7 +34312,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -34329,67 +34331,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7447] = 25, - ACTIONS(808), 1, - anon_sym_LBRACK, - ACTIONS(812), 1, + [7451] = 25, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(882), 1, - anon_sym_not, - ACTIONS(884), 1, - anon_sym_lambda, - ACTIONS(1052), 1, + ACTIONS(392), 1, + anon_sym_match, + ACTIONS(404), 1, + anon_sym_await, + ACTIONS(652), 1, anon_sym_LPAREN, - ACTIONS(1058), 1, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1126), 1, anon_sym_STAR, - ACTIONS(1062), 1, - anon_sym_await, - ACTIONS(1064), 1, + ACTIONS(1128), 1, anon_sym_STAR_STAR, - ACTIONS(1118), 1, - anon_sym_RPAREN, - ACTIONS(1120), 1, - anon_sym_COMMA, - STATE(952), 1, + STATE(936), 1, sym_primary_expression, - STATE(981), 1, + STATE(951), 1, sym_string, - STATE(1595), 1, + STATE(1637), 1, sym_expression, - STATE(2622), 1, + STATE(1996), 1, + sym_type, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1050), 3, + ACTIONS(1124), 2, anon_sym_type, - anon_sym_match, sym_identifier, - ACTIONS(1060), 3, + ACTIONS(67), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(400), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2293), 4, - sym_list_splat, - sym_dictionary_splat, - sym_parenthesized_list_splat, - sym_keyword_argument, - STATE(1709), 7, + STATE(1876), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -34397,7 +34399,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -34416,69 +34418,154 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7559] = 27, - ACTIONS(808), 1, + [7563] = 25, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(874), 1, + ACTIONS(1030), 1, anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(1034), 1, + anon_sym_await, + ACTIONS(1036), 1, + anon_sym_match, + ACTIONS(1038), 1, + anon_sym_STAR_STAR, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(886), 1, - anon_sym_yield, - ACTIONS(1052), 1, + STATE(950), 1, + sym_primary_expression, + STATE(1021), 1, + sym_string, + STATE(1611), 1, + sym_expression, + STATE(1858), 1, + sym_type, + STATE(2500), 1, + sym_named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1028), 2, + anon_sym_type, + sym_identifier, + ACTIONS(764), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1032), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(752), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1838), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1614), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1302), 18, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [7675] = 25, + ACTIONS(786), 1, + anon_sym_LBRACK, + ACTIONS(790), 1, + anon_sym_LBRACE, + ACTIONS(792), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(794), 1, + sym_float, + ACTIONS(796), 1, + sym_string_start, + ACTIONS(898), 1, + anon_sym_not, + ACTIONS(900), 1, + anon_sym_lambda, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1124), 1, - anon_sym_RPAREN, - ACTIONS(1128), 1, + ACTIONS(1056), 1, + anon_sym_STAR, + ACTIONS(1060), 1, anon_sym_await, - STATE(952), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1130), 1, + anon_sym_RPAREN, + ACTIONS(1132), 1, + anon_sym_COMMA, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1600), 1, + STATE(1595), 1, sym_expression, - STATE(2343), 1, - sym_with_item, - STATE(2358), 1, - sym_yield, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, - STATE(2651), 1, - sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1048), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1058), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(2257), 4, + sym_list_splat, + sym_dictionary_splat, + sym_parenthesized_list_splat, + sym_keyword_argument, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -34486,7 +34573,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -34505,67 +34592,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7675] = 25, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(301), 1, - anon_sym_match, - ACTIONS(316), 1, + [7787] = 25, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(356), 1, + ACTIONS(1030), 1, + anon_sym_STAR, + ACTIONS(1034), 1, + anon_sym_await, + ACTIONS(1036), 1, + anon_sym_match, + ACTIONS(1038), 1, anon_sym_STAR_STAR, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, ACTIONS(1040), 1, - anon_sym_STAR, - ACTIONS(1042), 1, anon_sym_not, - STATE(948), 1, + ACTIONS(1042), 1, + anon_sym_lambda, + STATE(950), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1021), 1, sym_string, - STATE(1650), 1, + STATE(1611), 1, sym_expression, - STATE(2256), 1, + STATE(1859), 1, sym_type, - STATE(2632), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(280), 2, + ACTIONS(1028), 2, anon_sym_type, sym_identifier, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(321), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(1032), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1918), 5, + STATE(1838), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1618), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -34573,7 +34660,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -34592,67 +34679,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7787] = 25, - ACTIONS(808), 1, - anon_sym_LBRACK, - ACTIONS(812), 1, + [7899] = 25, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(301), 1, + anon_sym_match, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(882), 1, - anon_sym_not, - ACTIONS(884), 1, - anon_sym_lambda, - ACTIONS(1052), 1, + ACTIONS(356), 1, + anon_sym_STAR_STAR, + ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(1058), 1, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1044), 1, anon_sym_STAR, - ACTIONS(1062), 1, - anon_sym_await, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1130), 1, - anon_sym_RPAREN, - ACTIONS(1132), 1, - anon_sym_COMMA, - STATE(952), 1, + ACTIONS(1046), 1, + anon_sym_not, + STATE(948), 1, sym_primary_expression, - STATE(981), 1, + STATE(1012), 1, sym_string, - STATE(1597), 1, + STATE(1651), 1, sym_expression, - STATE(2622), 1, + STATE(2300), 1, + sym_type, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1050), 3, + ACTIONS(280), 2, anon_sym_type, - anon_sym_match, sym_identifier, - ACTIONS(1060), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2215), 4, - sym_list_splat, - sym_dictionary_splat, - sym_parenthesized_list_splat, - sym_keyword_argument, - STATE(1709), 7, + STATE(2003), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -34660,7 +34747,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -34679,7 +34766,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7899] = 21, + [8011] = 21, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(321), 1, @@ -34690,19 +34777,19 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1030), 1, + ACTIONS(1102), 1, anon_sym_LPAREN, - ACTIONS(1032), 1, + ACTIONS(1104), 1, anon_sym_STAR, - ACTIONS(1036), 1, + ACTIONS(1108), 1, anon_sym_await, - ACTIONS(1038), 1, + ACTIONS(1110), 1, anon_sym_LBRACK, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1509), 1, + STATE(1507), 1, sym_primary_expression, - STATE(1537), 1, + STATE(1544), 1, sym_pattern, ACTIONS(3), 2, sym_comment, @@ -34710,18 +34797,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(681), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1544), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, - ACTIONS(1028), 3, + ACTIONS(1100), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1034), 3, + ACTIONS(1106), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1396), 3, + STATE(1395), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -34730,7 +34817,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(980), 15, + ACTIONS(968), 15, anon_sym_COLON, anon_sym_EQ, anon_sym_PLUS_EQ, @@ -34746,7 +34833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -34762,67 +34849,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8003] = 25, - ACTIONS(808), 1, + [8115] = 25, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1052), 1, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1058), 1, + ACTIONS(1056), 1, anon_sym_STAR, - ACTIONS(1062), 1, + ACTIONS(1060), 1, anon_sym_await, - ACTIONS(1064), 1, + ACTIONS(1062), 1, anon_sym_STAR_STAR, - ACTIONS(1108), 1, + ACTIONS(1134), 1, anon_sym_RPAREN, - ACTIONS(1110), 1, + ACTIONS(1136), 1, anon_sym_COMMA, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1585), 1, + STATE(1598), 1, sym_expression, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1050), 3, + ACTIONS(1048), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1060), 3, + ACTIONS(1058), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2135), 4, + STATE(2284), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -34830,7 +34917,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -34849,67 +34936,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8115] = 25, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [8227] = 25, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(832), 1, - anon_sym_STAR_STAR, - ACTIONS(984), 1, - anon_sym_STAR, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(990), 1, + ACTIONS(392), 1, anon_sym_match, - ACTIONS(994), 1, - anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - STATE(963), 1, + ACTIONS(404), 1, + anon_sym_await, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1126), 1, + anon_sym_STAR, + ACTIONS(1128), 1, + anon_sym_STAR_STAR, + STATE(936), 1, sym_primary_expression, - STATE(1042), 1, + STATE(951), 1, sym_string, - STATE(1661), 1, + STATE(1637), 1, sym_expression, - STATE(1947), 1, + STATE(1789), 1, sym_type, - STATE(2634), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(982), 2, + ACTIONS(1124), 2, anon_sym_type, sym_identifier, - ACTIONS(720), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, + ACTIONS(400), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(708), 4, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1950), 5, + STATE(1876), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1649), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -34917,7 +35004,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -34936,67 +35023,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8227] = 25, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [8339] = 25, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(832), 1, - anon_sym_STAR_STAR, - ACTIONS(984), 1, - anon_sym_STAR, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(990), 1, + ACTIONS(392), 1, anon_sym_match, - ACTIONS(994), 1, - anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - STATE(963), 1, + ACTIONS(404), 1, + anon_sym_await, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1126), 1, + anon_sym_STAR, + ACTIONS(1128), 1, + anon_sym_STAR_STAR, + STATE(936), 1, sym_primary_expression, - STATE(1042), 1, + STATE(951), 1, sym_string, - STATE(1661), 1, + STATE(1637), 1, sym_expression, - STATE(1948), 1, + STATE(1786), 1, sym_type, - STATE(2634), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(982), 2, + ACTIONS(1124), 2, anon_sym_type, sym_identifier, - ACTIONS(720), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, + ACTIONS(400), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(708), 4, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1950), 5, + STATE(1876), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1649), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -35004,7 +35091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -35023,67 +35110,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8339] = 25, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [8451] = 25, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1074), 1, + ACTIONS(392), 1, anon_sym_match, - ACTIONS(1076), 1, + ACTIONS(404), 1, + anon_sym_await, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1126), 1, + anon_sym_STAR, + ACTIONS(1128), 1, anon_sym_STAR_STAR, - ACTIONS(1078), 1, - anon_sym_not, - ACTIONS(1080), 1, - anon_sym_lambda, - STATE(949), 1, + STATE(936), 1, sym_primary_expression, - STATE(1024), 1, + STATE(951), 1, sym_string, - STATE(1633), 1, + STATE(1637), 1, sym_expression, - STATE(1852), 1, + STATE(1787), 1, sym_type, - STATE(2567), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1066), 2, + ACTIONS(1124), 2, anon_sym_type, sym_identifier, - ACTIONS(764), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(400), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(752), 4, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1837), 5, + STATE(1876), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1608), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -35091,7 +35178,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -35110,7 +35197,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8451] = 25, + [8563] = 25, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -35135,15 +35222,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(996), 1, anon_sym_lambda, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1661), 1, + STATE(1649), 1, sym_expression, - STATE(1809), 1, + STATE(1803), 1, sym_type, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -35164,13 +35251,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1950), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -35178,7 +35265,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -35197,67 +35284,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8563] = 25, - ACTIONS(69), 1, + [8675] = 25, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(392), 1, - anon_sym_match, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1046), 1, - anon_sym_STAR, - ACTIONS(1048), 1, + ACTIONS(832), 1, anon_sym_STAR_STAR, - STATE(928), 1, + ACTIONS(984), 1, + anon_sym_STAR, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(990), 1, + anon_sym_match, + ACTIONS(994), 1, + anon_sym_not, + ACTIONS(996), 1, + anon_sym_lambda, + STATE(969), 1, sym_primary_expression, - STATE(951), 1, + STATE(1095), 1, sym_string, - STATE(1640), 1, + STATE(1649), 1, sym_expression, - STATE(1832), 1, + STATE(1802), 1, sym_type, - STATE(2629), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1044), 2, + ACTIONS(982), 2, anon_sym_type, sym_identifier, - ACTIONS(67), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(400), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1856), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1566), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -35265,7 +35352,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -35284,7 +35371,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8675] = 25, + [8787] = 25, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -35309,15 +35396,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(996), 1, anon_sym_lambda, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1661), 1, + STATE(1649), 1, sym_expression, STATE(1833), 1, sym_type, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -35338,13 +35425,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1950), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -35352,7 +35439,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -35371,7 +35458,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8787] = 25, + [8899] = 25, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -35396,15 +35483,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(996), 1, anon_sym_lambda, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1661), 1, + STATE(1649), 1, sym_expression, - STATE(1839), 1, + STATE(1889), 1, sym_type, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -35425,13 +35512,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1950), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -35439,7 +35526,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -35458,67 +35545,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8899] = 25, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(301), 1, - anon_sym_match, - ACTIONS(316), 1, + [9011] = 25, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(356), 1, + ACTIONS(832), 1, anon_sym_STAR_STAR, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(984), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(990), 1, + anon_sym_match, + ACTIONS(994), 1, anon_sym_not, - STATE(948), 1, + ACTIONS(996), 1, + anon_sym_lambda, + STATE(969), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1095), 1, sym_string, - STATE(1650), 1, + STATE(1649), 1, sym_expression, - STATE(2279), 1, + STATE(1995), 1, sym_type, - STATE(2632), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(280), 2, + ACTIONS(982), 2, anon_sym_type, sym_identifier, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(321), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(986), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1918), 5, + STATE(1990), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1618), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -35526,7 +35613,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -35545,67 +35632,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9011] = 25, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [9123] = 25, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(301), 1, + anon_sym_match, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1074), 1, - anon_sym_match, - ACTIONS(1076), 1, + ACTIONS(356), 1, anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1044), 1, + anon_sym_STAR, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1080), 1, - anon_sym_lambda, - STATE(949), 1, + STATE(948), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1012), 1, sym_string, - STATE(1633), 1, + STATE(1651), 1, sym_expression, - STATE(1853), 1, + STATE(2316), 1, sym_type, - STATE(2567), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1066), 2, + ACTIONS(280), 2, anon_sym_type, sym_identifier, - ACTIONS(764), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(752), 4, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1837), 5, + STATE(2003), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1608), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -35613,7 +35700,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -35632,7 +35719,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9123] = 25, + [9235] = 25, ACTIONS(299), 1, anon_sym_await, ACTIONS(301), 1, @@ -35653,19 +35740,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(1044), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1650), 1, + STATE(1651), 1, sym_expression, STATE(2318), 1, sym_type, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -35686,7 +35773,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1918), 5, + STATE(2003), 5, sym_splat_type, sym_generic_type, sym_union_type, @@ -35700,7 +35787,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -35719,7 +35806,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9235] = 25, + [9347] = 25, ACTIONS(299), 1, anon_sym_await, ACTIONS(301), 1, @@ -35740,19 +35827,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(1044), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1650), 1, + STATE(1651), 1, sym_expression, STATE(2320), 1, sym_type, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -35773,7 +35860,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1918), 5, + STATE(2003), 5, sym_splat_type, sym_generic_type, sym_union_type, @@ -35787,7 +35874,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -35806,7 +35893,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9347] = 25, + [9459] = 25, ACTIONS(299), 1, anon_sym_await, ACTIONS(301), 1, @@ -35827,19 +35914,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(1044), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1650), 1, + STATE(1651), 1, sym_expression, - STATE(2322), 1, + STATE(2321), 1, sym_type, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -35860,7 +35947,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1918), 5, + STATE(2003), 5, sym_splat_type, sym_generic_type, sym_union_type, @@ -35874,7 +35961,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -35893,67 +35980,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9459] = 25, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(301), 1, - anon_sym_match, - ACTIONS(316), 1, + [9571] = 25, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(356), 1, + ACTIONS(1030), 1, + anon_sym_STAR, + ACTIONS(1034), 1, + anon_sym_await, + ACTIONS(1036), 1, + anon_sym_match, + ACTIONS(1038), 1, anon_sym_STAR_STAR, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, ACTIONS(1040), 1, - anon_sym_STAR, - ACTIONS(1042), 1, anon_sym_not, - STATE(948), 1, + ACTIONS(1042), 1, + anon_sym_lambda, + STATE(950), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1021), 1, sym_string, - STATE(1650), 1, + STATE(1611), 1, sym_expression, - STATE(2323), 1, + STATE(1784), 1, sym_type, - STATE(2632), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(280), 2, + ACTIONS(1028), 2, anon_sym_type, sym_identifier, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(321), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(1032), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1918), 5, + STATE(1838), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1618), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -35961,7 +36048,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -35980,67 +36067,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9571] = 25, - ACTIONS(808), 1, + [9683] = 24, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1052), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1058), 1, + ACTIONS(1076), 1, anon_sym_STAR, - ACTIONS(1062), 1, + ACTIONS(1080), 1, anon_sym_await, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1134), 1, + ACTIONS(1138), 1, anon_sym_RPAREN, - ACTIONS(1136), 1, - anon_sym_COMMA, - STATE(952), 1, + STATE(950), 1, sym_primary_expression, - STATE(981), 1, + STATE(1021), 1, sym_string, - STATE(1587), 1, + STATE(1825), 1, sym_expression, - STATE(2622), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1050), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1060), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2336), 4, + STATE(2378), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1709), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -36048,7 +36133,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -36067,7 +36152,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9683] = 24, + [9792] = 24, ACTIONS(762), 1, anon_sym_LBRACK, ACTIONS(766), 1, @@ -36078,27 +36163,27 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1076), 1, anon_sym_STAR, - ACTIONS(1116), 1, + ACTIONS(1080), 1, anon_sym_await, - ACTIONS(1138), 1, + ACTIONS(1140), 1, anon_sym_RPAREN, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1795), 1, + STATE(1825), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -36107,11 +36192,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -36120,12 +36205,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2383), 4, + STATE(2378), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -36152,7 +36237,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9792] = 24, + [9901] = 24, ACTIONS(762), 1, anon_sym_LBRACK, ACTIONS(766), 1, @@ -36163,27 +36248,27 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1076), 1, anon_sym_STAR, - ACTIONS(1116), 1, + ACTIONS(1080), 1, anon_sym_await, - ACTIONS(1140), 1, + ACTIONS(1142), 1, anon_sym_RPAREN, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1795), 1, + STATE(1825), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -36192,11 +36277,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -36205,12 +36290,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2383), 4, + STATE(2378), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -36237,67 +36322,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9901] = 26, - ACTIONS(808), 1, + [10010] = 24, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(874), 1, - anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(886), 1, - anon_sym_yield, - ACTIONS(1052), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1128), 1, + ACTIONS(1076), 1, + anon_sym_STAR, + ACTIONS(1080), 1, anon_sym_await, - ACTIONS(1142), 1, + ACTIONS(1144), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(950), 1, sym_primary_expression, - STATE(981), 1, + STATE(1021), 1, sym_string, - STATE(1583), 1, + STATE(1825), 1, sym_expression, - STATE(2276), 1, - sym_yield, - STATE(2488), 1, - sym_collection_elements, - STATE(2622), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(810), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(2378), 4, + sym_list_splat, + sym_dictionary_splat, + sym_parenthesized_list_splat, + sym_keyword_argument, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -36305,7 +36388,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -36324,66 +36407,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10014] = 25, - ACTIONS(784), 1, + [10119] = 24, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(822), 1, - anon_sym_LPAREN, - ACTIONS(828), 1, - anon_sym_await, - ACTIONS(836), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(838), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(840), 1, - anon_sym_yield, - ACTIONS(892), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, + anon_sym_LPAREN, + ACTIONS(1076), 1, anon_sym_STAR, - ACTIONS(1144), 1, - anon_sym_RBRACK, - STATE(946), 1, + ACTIONS(1080), 1, + anon_sym_await, + ACTIONS(1146), 1, + anon_sym_RPAREN, + STATE(950), 1, sym_primary_expression, - STATE(966), 1, + STATE(1021), 1, sym_string, - STATE(1594), 1, + STATE(1825), 1, sym_expression, - STATE(2540), 1, - sym_collection_elements, - STATE(2616), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(830), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - STATE(2226), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(774), 4, + ACTIONS(1078), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(2378), 4, + sym_list_splat, + sym_dictionary_splat, + sym_parenthesized_list_splat, + sym_keyword_argument, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -36391,7 +36473,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -36410,67 +36492,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10125] = 26, - ACTIONS(808), 1, + [10228] = 24, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(874), 1, - anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(886), 1, - anon_sym_yield, - ACTIONS(1052), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1128), 1, + ACTIONS(1076), 1, + anon_sym_STAR, + ACTIONS(1080), 1, anon_sym_await, - ACTIONS(1146), 1, + ACTIONS(1148), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(950), 1, sym_primary_expression, - STATE(981), 1, + STATE(1021), 1, sym_string, - STATE(1582), 1, + STATE(1825), 1, sym_expression, - STATE(2163), 1, - sym_yield, - STATE(2532), 1, - sym_collection_elements, - STATE(2622), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2337), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(810), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(2378), 4, + sym_list_splat, + sym_dictionary_splat, + sym_parenthesized_list_splat, + sym_keyword_argument, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -36478,7 +36558,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -36497,7 +36577,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10238] = 24, + [10337] = 24, ACTIONS(762), 1, anon_sym_LBRACK, ACTIONS(766), 1, @@ -36508,27 +36588,27 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1076), 1, anon_sym_STAR, - ACTIONS(1116), 1, + ACTIONS(1080), 1, anon_sym_await, - ACTIONS(1148), 1, + ACTIONS(1150), 1, anon_sym_RPAREN, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1795), 1, + STATE(1825), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -36537,11 +36617,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -36550,12 +36630,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2383), 4, + STATE(2378), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -36582,65 +36662,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10347] = 24, - ACTIONS(762), 1, + [10446] = 26, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(890), 1, + anon_sym_STAR, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(902), 1, + anon_sym_yield, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, - anon_sym_STAR, - ACTIONS(1116), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1150), 1, + ACTIONS(1152), 1, anon_sym_RPAREN, - STATE(949), 1, + STATE(953), 1, sym_primary_expression, - STATE(1024), 1, + STATE(978), 1, sym_string, - STATE(1795), 1, + STATE(1585), 1, sym_expression, - STATE(2567), 1, + STATE(2199), 1, + sym_yield, + STATE(2541), 1, + sym_collection_elements, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + STATE(2131), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(752), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2383), 4, - sym_list_splat, - sym_dictionary_splat, - sym_parenthesized_list_splat, - sym_keyword_argument, - STATE(1608), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -36648,7 +36730,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -36667,7 +36749,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10456] = 24, + [10559] = 24, ACTIONS(762), 1, anon_sym_LBRACK, ACTIONS(766), 1, @@ -36678,27 +36760,27 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1076), 1, anon_sym_STAR, - ACTIONS(1116), 1, + ACTIONS(1080), 1, anon_sym_await, - ACTIONS(1152), 1, + ACTIONS(1154), 1, anon_sym_RPAREN, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1795), 1, + STATE(1825), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -36707,11 +36789,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -36720,12 +36802,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2383), 4, + STATE(2378), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -36752,67 +36834,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10565] = 26, - ACTIONS(808), 1, + [10668] = 26, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(1052), 1, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1124), 1, - anon_sym_RPAREN, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, - STATE(952), 1, + ACTIONS(1156), 1, + anon_sym_RPAREN, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1584), 1, + STATE(1590), 1, sym_expression, - STATE(2358), 1, + STATE(2221), 1, sym_yield, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, - STATE(2651), 1, + STATE(2602), 1, sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, + STATE(2144), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -36820,7 +36902,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -36839,45 +36921,45 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10678] = 25, - ACTIONS(784), 1, + [10781] = 25, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, ACTIONS(822), 1, anon_sym_LPAREN, ACTIONS(828), 1, anon_sym_await, - ACTIONS(834), 1, - anon_sym_RBRACK, ACTIONS(836), 1, anon_sym_not, ACTIONS(838), 1, anon_sym_lambda, ACTIONS(840), 1, anon_sym_yield, - ACTIONS(892), 1, + ACTIONS(868), 1, anon_sym_STAR, + ACTIONS(1158), 1, + anon_sym_RBRACK, STATE(946), 1, sym_primary_expression, - STATE(966), 1, + STATE(973), 1, sym_string, - STATE(1590), 1, + STATE(1584), 1, sym_expression, - STATE(2564), 1, - sym_collection_elements, - STATE(2616), 1, + STATE(2631), 1, sym_named_expression_lhs, + STATE(2643), 1, + sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, @@ -36889,16 +36971,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, anon_sym_match, sym_identifier, - STATE(2226), 3, + STATE(2253), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, + ACTIONS(798), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1580), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1135), 18, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [10892] = 26, + ACTIONS(786), 1, + anon_sym_LBRACK, + ACTIONS(790), 1, + anon_sym_LBRACE, + ACTIONS(792), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(794), 1, + sym_float, + ACTIONS(796), 1, + sym_string_start, + ACTIONS(890), 1, + anon_sym_STAR, + ACTIONS(898), 1, + anon_sym_not, + ACTIONS(900), 1, + anon_sym_lambda, + ACTIONS(902), 1, + anon_sym_yield, + ACTIONS(1050), 1, + anon_sym_LPAREN, + ACTIONS(1114), 1, + anon_sym_RPAREN, + ACTIONS(1118), 1, + anon_sym_await, + STATE(953), 1, + sym_primary_expression, + STATE(978), 1, + sym_string, + STATE(1578), 1, + sym_expression, + STATE(2353), 1, + sym_yield, + STATE(2579), 1, + sym_named_expression_lhs, + STATE(2636), 1, + sym_collection_elements, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(2144), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(788), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1112), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1116), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -36906,7 +37075,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -36925,67 +37094,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10789] = 26, - ACTIONS(808), 1, + [11005] = 26, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(1052), 1, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1154), 1, + ACTIONS(1160), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1602), 1, + STATE(1576), 1, sym_expression, - STATE(2258), 1, + STATE(2167), 1, sym_yield, - STATE(2572), 1, - sym_collection_elements, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, + STATE(2601), 1, + sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, + STATE(2144), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -36993,7 +37162,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -37012,16 +37181,16 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10902] = 25, - ACTIONS(784), 1, + [11118] = 25, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, ACTIONS(822), 1, anon_sym_LPAREN, @@ -37033,24 +37202,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(840), 1, anon_sym_yield, - ACTIONS(892), 1, + ACTIONS(868), 1, anon_sym_STAR, - ACTIONS(1156), 1, + ACTIONS(1162), 1, anon_sym_RBRACK, STATE(946), 1, sym_primary_expression, - STATE(966), 1, + STATE(973), 1, sym_string, - STATE(1576), 1, + STATE(1604), 1, sym_expression, - STATE(2568), 1, + STATE(2510), 1, sym_collection_elements, - STATE(2616), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, @@ -37062,16 +37231,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, anon_sym_match, sym_identifier, - STATE(2226), 3, + STATE(2253), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(774), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -37079,7 +37248,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -37098,67 +37267,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11013] = 26, - ACTIONS(808), 1, + [11229] = 26, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(1052), 1, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1158), 1, + ACTIONS(1164), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, STATE(1593), 1, sym_expression, - STATE(2173), 1, + STATE(2245), 1, sym_yield, - STATE(2622), 1, - sym_named_expression_lhs, - STATE(2633), 1, + STATE(2505), 1, sym_collection_elements, + STATE(2579), 1, + sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2192), 2, + STATE(2182), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -37166,7 +37335,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -37185,65 +37354,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11126] = 24, - ACTIONS(762), 1, + [11342] = 25, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(822), 1, + anon_sym_LPAREN, + ACTIONS(828), 1, + anon_sym_await, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(838), 1, anon_sym_lambda, - ACTIONS(1106), 1, - anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(840), 1, + anon_sym_yield, + ACTIONS(868), 1, anon_sym_STAR, - ACTIONS(1116), 1, - anon_sym_await, - ACTIONS(1160), 1, - anon_sym_RPAREN, - STATE(949), 1, + ACTIONS(1166), 1, + anon_sym_RBRACK, + STATE(946), 1, sym_primary_expression, - STATE(1024), 1, + STATE(973), 1, sym_string, - STATE(1795), 1, + STATE(1601), 1, sym_expression, - STATE(2567), 1, + STATE(2492), 1, + sym_collection_elements, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1114), 3, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(752), 4, + ACTIONS(830), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + STATE(2253), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2383), 4, - sym_list_splat, - sym_dictionary_splat, - sym_parenthesized_list_splat, - sym_keyword_argument, - STATE(1608), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -37251,7 +37421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -37270,65 +37440,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11235] = 24, - ACTIONS(762), 1, + [11453] = 26, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(890), 1, + anon_sym_STAR, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(902), 1, + anon_sym_yield, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, - anon_sym_STAR, - ACTIONS(1116), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1162), 1, + ACTIONS(1156), 1, anon_sym_RPAREN, - STATE(949), 1, + STATE(953), 1, sym_primary_expression, - STATE(1024), 1, + STATE(978), 1, sym_string, - STATE(1795), 1, + STATE(1590), 1, sym_expression, - STATE(2567), 1, + STATE(2221), 1, + sym_yield, + STATE(2579), 1, sym_named_expression_lhs, + STATE(2602), 1, + sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + STATE(2131), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(752), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2383), 4, - sym_list_splat, - sym_dictionary_splat, - sym_parenthesized_list_splat, - sym_keyword_argument, - STATE(1608), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -37336,7 +37508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -37355,67 +37527,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11344] = 26, - ACTIONS(808), 1, + [11566] = 26, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(1052), 1, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1146), 1, + ACTIONS(1164), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1582), 1, + STATE(1593), 1, sym_expression, - STATE(2163), 1, + STATE(2245), 1, sym_yield, - STATE(2532), 1, + STATE(2505), 1, sym_collection_elements, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, + STATE(2144), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -37423,7 +37595,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -37442,65 +37614,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11457] = 24, - ACTIONS(762), 1, + [11679] = 26, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(890), 1, + anon_sym_STAR, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(902), 1, + anon_sym_yield, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, - anon_sym_STAR, - ACTIONS(1116), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1164), 1, + ACTIONS(1152), 1, anon_sym_RPAREN, - STATE(949), 1, + STATE(953), 1, sym_primary_expression, - STATE(1024), 1, + STATE(978), 1, sym_string, - STATE(1795), 1, + STATE(1585), 1, sym_expression, - STATE(2567), 1, + STATE(2199), 1, + sym_yield, + STATE(2541), 1, + sym_collection_elements, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + STATE(2144), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(752), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2383), 4, - sym_list_splat, - sym_dictionary_splat, - sym_parenthesized_list_splat, - sym_keyword_argument, - STATE(1608), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -37508,7 +37682,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -37527,7 +37701,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11566] = 26, + [11792] = 25, ACTIONS(808), 1, anon_sym_LBRACK, ACTIONS(812), 1, @@ -37538,56 +37712,55 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(818), 1, sym_string_start, - ACTIONS(874), 1, - anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(822), 1, + anon_sym_LPAREN, + ACTIONS(828), 1, + anon_sym_await, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(838), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(840), 1, anon_sym_yield, - ACTIONS(1052), 1, - anon_sym_LPAREN, - ACTIONS(1128), 1, - anon_sym_await, - ACTIONS(1154), 1, - anon_sym_RPAREN, - STATE(952), 1, + ACTIONS(868), 1, + anon_sym_STAR, + ACTIONS(1168), 1, + anon_sym_RBRACK, + STATE(946), 1, sym_primary_expression, - STATE(981), 1, + STATE(973), 1, sym_string, - STATE(1602), 1, + STATE(1603), 1, sym_expression, - STATE(2258), 1, - sym_yield, - STATE(2572), 1, + STATE(2570), 1, sym_collection_elements, - STATE(2622), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2337), 2, - sym_list_splat, - sym_parenthesized_list_splat, ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1126), 3, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(830), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + STATE(2253), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -37595,7 +37768,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -37614,7 +37787,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11679] = 24, + [11903] = 24, ACTIONS(762), 1, anon_sym_LBRACK, ACTIONS(766), 1, @@ -37625,27 +37798,27 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1076), 1, anon_sym_STAR, - ACTIONS(1116), 1, + ACTIONS(1080), 1, anon_sym_await, - ACTIONS(1166), 1, + ACTIONS(1170), 1, anon_sym_RPAREN, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1795), 1, + STATE(1825), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -37654,11 +37827,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -37667,12 +37840,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2383), 4, + STATE(2378), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -37699,7 +37872,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11788] = 24, + [12012] = 24, ACTIONS(762), 1, anon_sym_LBRACK, ACTIONS(766), 1, @@ -37710,27 +37883,27 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1076), 1, anon_sym_STAR, - ACTIONS(1116), 1, + ACTIONS(1080), 1, anon_sym_await, - ACTIONS(1168), 1, + ACTIONS(1172), 1, anon_sym_RPAREN, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1795), 1, + STATE(1825), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -37739,11 +37912,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -37752,12 +37925,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2383), 4, + STATE(2378), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -37784,67 +37957,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11897] = 26, - ACTIONS(808), 1, + [12121] = 24, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(874), 1, - anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(886), 1, - anon_sym_yield, - ACTIONS(1052), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1128), 1, + ACTIONS(1076), 1, + anon_sym_STAR, + ACTIONS(1080), 1, anon_sym_await, - ACTIONS(1170), 1, + ACTIONS(1174), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(950), 1, sym_primary_expression, - STATE(981), 1, + STATE(1021), 1, sym_string, - STATE(1579), 1, + STATE(1825), 1, sym_expression, - STATE(2286), 1, - sym_yield, - STATE(2622), 1, + STATE(2500), 1, sym_named_expression_lhs, - STATE(2638), 1, - sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(810), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(2378), 4, + sym_list_splat, + sym_dictionary_splat, + sym_parenthesized_list_splat, + sym_keyword_argument, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -37852,7 +38023,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -37871,74 +38042,73 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12010] = 25, - ACTIONS(784), 1, + [12230] = 24, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(822), 1, - anon_sym_LPAREN, - ACTIONS(828), 1, - anon_sym_await, - ACTIONS(836), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(838), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(840), 1, - anon_sym_yield, - ACTIONS(892), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, + anon_sym_LPAREN, + ACTIONS(1076), 1, anon_sym_STAR, - ACTIONS(1172), 1, - anon_sym_RBRACK, - STATE(946), 1, + ACTIONS(1080), 1, + anon_sym_await, + ACTIONS(1176), 1, + anon_sym_RPAREN, + STATE(950), 1, sym_primary_expression, - STATE(966), 1, + STATE(1021), 1, sym_string, - STATE(1580), 1, + STATE(1825), 1, sym_expression, - STATE(2616), 1, + STATE(2500), 1, sym_named_expression_lhs, - STATE(2620), 1, - sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(830), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - STATE(2226), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(774), 4, + ACTIONS(1078), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, - sym_named_expression, + STATE(2378), 4, + sym_list_splat, + sym_dictionary_splat, + sym_parenthesized_list_splat, + sym_keyword_argument, + STATE(1614), 7, + sym_named_expression, sym_as_pattern_, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -37957,67 +38127,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12121] = 26, - ACTIONS(808), 1, + [12339] = 26, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(1052), 1, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1170), 1, + ACTIONS(1178), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1579), 1, + STATE(1573), 1, sym_expression, - STATE(2286), 1, + STATE(2346), 1, sym_yield, - STATE(2622), 1, - sym_named_expression_lhs, - STATE(2638), 1, + STATE(2493), 1, sym_collection_elements, + STATE(2579), 1, + sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2192), 2, + STATE(2144), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -38025,7 +38195,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -38044,65 +38214,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12234] = 24, - ACTIONS(762), 1, + [12452] = 25, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(822), 1, + anon_sym_LPAREN, + ACTIONS(828), 1, + anon_sym_await, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(838), 1, anon_sym_lambda, - ACTIONS(1106), 1, - anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(840), 1, + anon_sym_yield, + ACTIONS(868), 1, anon_sym_STAR, - ACTIONS(1116), 1, - anon_sym_await, - ACTIONS(1174), 1, - anon_sym_RPAREN, - STATE(949), 1, + ACTIONS(1180), 1, + anon_sym_RBRACK, + STATE(946), 1, sym_primary_expression, - STATE(1024), 1, + STATE(973), 1, sym_string, - STATE(1795), 1, + STATE(1587), 1, sym_expression, - STATE(2567), 1, + STATE(2483), 1, + sym_collection_elements, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1114), 3, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(752), 4, + ACTIONS(830), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + STATE(2253), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2383), 4, - sym_list_splat, - sym_dictionary_splat, - sym_parenthesized_list_splat, - sym_keyword_argument, - STATE(1608), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -38110,7 +38281,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -38129,7 +38300,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12343] = 24, + [12563] = 24, ACTIONS(762), 1, anon_sym_LBRACK, ACTIONS(766), 1, @@ -38140,27 +38311,27 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1076), 1, anon_sym_STAR, - ACTIONS(1116), 1, + ACTIONS(1080), 1, anon_sym_await, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_RPAREN, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1795), 1, + STATE(1825), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -38169,11 +38340,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -38182,12 +38353,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2383), 4, + STATE(2378), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -38214,67 +38385,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12452] = 26, - ACTIONS(808), 1, + [12672] = 26, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(1052), 1, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1158), 1, + ACTIONS(1184), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1593), 1, + STATE(1597), 1, sym_expression, - STATE(2173), 1, + STATE(2276), 1, sym_yield, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, - STATE(2633), 1, + STATE(2630), 1, sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, + STATE(2144), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -38282,7 +38453,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -38301,16 +38472,16 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12565] = 25, - ACTIONS(784), 1, + [12785] = 25, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, ACTIONS(822), 1, anon_sym_LPAREN, @@ -38322,24 +38493,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(840), 1, anon_sym_yield, - ACTIONS(892), 1, + ACTIONS(868), 1, anon_sym_STAR, - ACTIONS(1178), 1, + ACTIONS(1186), 1, anon_sym_RBRACK, STATE(946), 1, sym_primary_expression, - STATE(966), 1, + STATE(973), 1, sym_string, STATE(1599), 1, sym_expression, - STATE(2474), 1, + STATE(2529), 1, sym_collection_elements, - STATE(2616), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, @@ -38351,16 +38522,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, anon_sym_match, sym_identifier, - STATE(2226), 3, + STATE(2253), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(774), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -38368,7 +38539,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -38387,67 +38558,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12676] = 26, - ACTIONS(808), 1, + [12896] = 26, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(1052), 1, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1180), 1, + ACTIONS(1184), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1604), 1, + STATE(1597), 1, sym_expression, - STATE(2233), 1, + STATE(2276), 1, sym_yield, - STATE(2492), 1, - sym_collection_elements, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, + STATE(2630), 1, + sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2132), 2, + STATE(2194), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -38455,7 +38626,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -38474,65 +38645,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12789] = 24, - ACTIONS(762), 1, + [13009] = 25, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(822), 1, + anon_sym_LPAREN, + ACTIONS(828), 1, + anon_sym_await, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(838), 1, anon_sym_lambda, - ACTIONS(1106), 1, - anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(840), 1, + anon_sym_yield, + ACTIONS(868), 1, anon_sym_STAR, - ACTIONS(1116), 1, - anon_sym_await, - ACTIONS(1182), 1, - anon_sym_RPAREN, - STATE(949), 1, + ACTIONS(1188), 1, + anon_sym_RBRACK, + STATE(946), 1, sym_primary_expression, - STATE(1024), 1, + STATE(973), 1, sym_string, - STATE(1795), 1, + STATE(1602), 1, sym_expression, - STATE(2567), 1, + STATE(2555), 1, + sym_collection_elements, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1114), 3, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(752), 4, + ACTIONS(830), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + STATE(2253), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2383), 4, - sym_list_splat, - sym_dictionary_splat, - sym_parenthesized_list_splat, - sym_keyword_argument, - STATE(1608), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -38540,7 +38712,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -38559,67 +38731,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12898] = 26, - ACTIONS(808), 1, + [13120] = 26, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(1052), 1, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1180), 1, + ACTIONS(1190), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1604), 1, + STATE(1581), 1, sym_expression, - STATE(2233), 1, + STATE(2165), 1, sym_yield, - STATE(2492), 1, + STATE(2567), 1, sym_collection_elements, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, + STATE(2194), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -38627,7 +38799,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -38646,93 +38818,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13011] = 25, - ACTIONS(784), 1, - anon_sym_LBRACK, - ACTIONS(788), 1, - anon_sym_LBRACE, - ACTIONS(790), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, - sym_float, - ACTIONS(794), 1, - sym_string_start, - ACTIONS(822), 1, - anon_sym_LPAREN, - ACTIONS(828), 1, - anon_sym_await, - ACTIONS(836), 1, - anon_sym_not, - ACTIONS(838), 1, - anon_sym_lambda, - ACTIONS(840), 1, - anon_sym_yield, - ACTIONS(892), 1, - anon_sym_STAR, - ACTIONS(1184), 1, - anon_sym_RBRACK, - STATE(946), 1, - sym_primary_expression, - STATE(966), 1, - sym_string, - STATE(1573), 1, - sym_expression, - STATE(2616), 1, - sym_named_expression_lhs, - STATE(2648), 1, - sym_collection_elements, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(786), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(826), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(830), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - STATE(2226), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(774), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1596), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1230), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [13122] = 24, + [13233] = 24, ACTIONS(762), 1, anon_sym_LBRACK, ACTIONS(766), 1, @@ -38743,27 +38829,27 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1076), 1, anon_sym_STAR, - ACTIONS(1116), 1, + ACTIONS(1080), 1, anon_sym_await, - ACTIONS(1186), 1, + ACTIONS(1192), 1, anon_sym_RPAREN, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1795), 1, + STATE(1825), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -38772,11 +38858,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -38785,12 +38871,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2383), 4, + STATE(2378), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -38817,7 +38903,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13231] = 24, + [13342] = 24, ACTIONS(762), 1, anon_sym_LBRACK, ACTIONS(766), 1, @@ -38828,27 +38914,27 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1076), 1, anon_sym_STAR, - ACTIONS(1116), 1, + ACTIONS(1080), 1, anon_sym_await, - ACTIONS(1188), 1, + ACTIONS(1194), 1, anon_sym_RPAREN, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1795), 1, + STATE(1825), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -38857,11 +38943,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -38870,12 +38956,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2383), 4, + STATE(2378), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -38902,67 +38988,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13340] = 26, - ACTIONS(808), 1, + [13451] = 26, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(1052), 1, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1190), 1, + ACTIONS(1160), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1578), 1, + STATE(1576), 1, sym_expression, - STATE(2207), 1, + STATE(2167), 1, sym_yield, - STATE(2560), 1, - sym_collection_elements, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, + STATE(2601), 1, + sym_collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2339), 2, + STATE(2182), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -38970,7 +39056,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -38989,45 +39075,45 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13453] = 25, - ACTIONS(784), 1, + [13564] = 25, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, ACTIONS(822), 1, anon_sym_LPAREN, ACTIONS(828), 1, anon_sym_await, + ACTIONS(834), 1, + anon_sym_RBRACK, ACTIONS(836), 1, anon_sym_not, ACTIONS(838), 1, anon_sym_lambda, ACTIONS(840), 1, anon_sym_yield, - ACTIONS(892), 1, + ACTIONS(868), 1, anon_sym_STAR, - ACTIONS(1192), 1, - anon_sym_RBRACK, STATE(946), 1, sym_primary_expression, - STATE(966), 1, + STATE(973), 1, sym_string, - STATE(1574), 1, + STATE(1600), 1, sym_expression, - STATE(2495), 1, + STATE(2562), 1, sym_collection_elements, - STATE(2616), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, @@ -39039,16 +39125,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, anon_sym_match, sym_identifier, - STATE(2226), 3, + STATE(2253), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(774), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -39056,7 +39142,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -39075,67 +39161,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13564] = 26, - ACTIONS(808), 1, + [13675] = 26, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(874), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(1052), 1, + ACTIONS(1050), 1, anon_sym_LPAREN, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, ACTIONS(1190), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1578), 1, + STATE(1581), 1, sym_expression, - STATE(2207), 1, + STATE(2165), 1, sym_yield, - STATE(2560), 1, + STATE(2567), 1, sym_collection_elements, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2132), 2, + STATE(2144), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -39143,7 +39229,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -39162,7 +39248,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13677] = 24, + [13788] = 24, ACTIONS(762), 1, anon_sym_LBRACK, ACTIONS(766), 1, @@ -39173,27 +39259,27 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1076), 1, anon_sym_STAR, - ACTIONS(1116), 1, + ACTIONS(1080), 1, anon_sym_await, - ACTIONS(1194), 1, + ACTIONS(1196), 1, anon_sym_RPAREN, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1795), 1, + STATE(1825), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -39202,11 +39288,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -39215,12 +39301,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2383), 4, + STATE(2378), 4, sym_list_splat, sym_dictionary_splat, sym_parenthesized_list_splat, sym_keyword_argument, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -39247,74 +39333,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13786] = 25, - ACTIONS(784), 1, - anon_sym_LBRACK, - ACTIONS(788), 1, + [13897] = 18, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(822), 1, + ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(828), 1, - anon_sym_await, - ACTIONS(836), 1, - anon_sym_not, - ACTIONS(838), 1, - anon_sym_lambda, - ACTIONS(840), 1, - anon_sym_yield, - ACTIONS(892), 1, + ACTIONS(673), 1, anon_sym_STAR, - ACTIONS(1196), 1, - anon_sym_RBRACK, - STATE(946), 1, - sym_primary_expression, - STATE(966), 1, + ACTIONS(677), 1, + anon_sym_await, + ACTIONS(679), 1, + anon_sym_LBRACK, + STATE(1012), 1, sym_string, - STATE(1591), 1, - sym_expression, - STATE(2575), 1, - sym_collection_elements, - STATE(2616), 1, - sym_named_expression_lhs, + STATE(1092), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(284), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 3, + ACTIONS(675), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(830), 3, + ACTIONS(325), 5, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + ACTIONS(329), 7, anon_sym_type, anon_sym_match, - sym_identifier, - STATE(2226), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(774), 4, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1596), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1230), 18, + ACTIONS(282), 9, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PIPE, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -39333,64 +39411,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13897] = 24, - ACTIONS(718), 1, + [13993] = 25, + ACTIONS(732), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(840), 1, - anon_sym_yield, - ACTIONS(988), 1, + ACTIONS(852), 1, anon_sym_await, - ACTIONS(994), 1, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, ACTIONS(1198), 1, - anon_sym_LPAREN, - ACTIONS(1200), 1, anon_sym_STAR, ACTIONS(1202), 1, - anon_sym_RBRACK, - STATE(963), 1, + anon_sym_RBRACE, + ACTIONS(1204), 1, + anon_sym_lambda, + STATE(945), 1, sym_primary_expression, - STATE(1042), 1, + STATE(966), 1, sym_string, - STATE(1843), 1, + STATE(1684), 1, sym_expression, - STATE(2634), 1, + STATE(1891), 1, + sym_expression_within_for_in_clause, + STATE(1959), 1, + sym_lambda_within_for_in_clause, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(850), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - STATE(2403), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(708), 4, + ACTIONS(1200), 3, + anon_sym_async, + anon_sym_if, + anon_sym_for, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -39398,7 +39477,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -39417,7 +39496,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14005] = 23, + [14103] = 24, ACTIONS(762), 1, anon_sym_LBRACK, ACTIONS(766), 1, @@ -39428,25 +39507,27 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1064), 1, - anon_sym_STAR_STAR, - ACTIONS(1078), 1, + ACTIONS(902), 1, + anon_sym_yield, + ACTIONS(1034), 1, + anon_sym_await, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1206), 1, + anon_sym_RPAREN, + ACTIONS(1208), 1, anon_sym_STAR, - ACTIONS(1116), 1, - anon_sym_await, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1795), 1, + STATE(1885), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -39455,25 +39536,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1104), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1114), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, + ACTIONS(1036), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + STATE(2376), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2383), 4, - sym_list_splat, - sym_dictionary_splat, - sym_parenthesized_list_splat, - sym_keyword_argument, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -39500,65 +39580,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14111] = 25, - ACTIONS(798), 1, + [14211] = 25, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(808), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1204), 1, + ACTIONS(1210), 1, anon_sym_RPAREN, - ACTIONS(1206), 1, + ACTIONS(1212), 1, anon_sym_STAR, - ACTIONS(1210), 1, + ACTIONS(1216), 1, anon_sym_lambda, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1690), 1, + STATE(1694), 1, sym_expression, - STATE(1894), 1, + STATE(1947), 1, sym_lambda_within_for_in_clause, - STATE(1913), 1, + STATE(1957), 1, sym_expression_within_for_in_clause, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1126), 2, + ACTIONS(1116), 2, anon_sym_print, anon_sym_exec, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1208), 3, + ACTIONS(1214), 3, anon_sym_async, anon_sym_if, anon_sym_for, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -39566,7 +39646,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -39585,64 +39665,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14221] = 24, - ACTIONS(696), 1, + [14321] = 23, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(862), 1, - anon_sym_yield, - ACTIONS(1012), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1014), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1094), 1, - anon_sym_await, - ACTIONS(1202), 1, - anon_sym_RBRACE, - ACTIONS(1212), 1, + ACTIONS(1062), 1, + anon_sym_STAR_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1214), 1, + ACTIONS(1076), 1, anon_sym_STAR, - STATE(945), 1, + ACTIONS(1080), 1, + anon_sym_await, + STATE(950), 1, sym_primary_expression, - STATE(961), 1, + STATE(1021), 1, sym_string, - STATE(1814), 1, + STATE(1825), 1, sym_expression, - STATE(2483), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1086), 3, + ACTIONS(1072), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1092), 3, + ACTIONS(1078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(2375), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(686), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(2378), 4, + sym_list_splat, + sym_dictionary_splat, + sym_parenthesized_list_splat, + sym_keyword_argument, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -39650,7 +39729,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -39669,65 +39748,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14329] = 25, - ACTIONS(732), 1, + [14427] = 25, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(740), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(828), 1, anon_sym_await, - ACTIONS(858), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1204), 1, - anon_sym_RBRACE, - ACTIONS(1216), 1, - anon_sym_STAR, + ACTIONS(1210), 1, + anon_sym_RBRACK, ACTIONS(1218), 1, + anon_sym_STAR, + ACTIONS(1220), 1, anon_sym_lambda, - STATE(944), 1, + STATE(946), 1, sym_primary_expression, - STATE(956), 1, + STATE(973), 1, sym_string, - STATE(1694), 1, + STATE(1696), 1, sym_expression, - STATE(1896), 1, + STATE(1917), 1, sym_expression_within_for_in_clause, - STATE(1981), 1, + STATE(1994), 1, sym_lambda_within_for_in_clause, - STATE(2542), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(850), 2, + ACTIONS(826), 2, anon_sym_print, anon_sym_exec, - ACTIONS(742), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, + ACTIONS(830), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1208), 3, + ACTIONS(1214), 3, anon_sym_async, anon_sym_if, anon_sym_for, - ACTIONS(730), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -39735,7 +39814,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -39754,65 +39833,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14439] = 25, - ACTIONS(732), 1, - anon_sym_LPAREN, - ACTIONS(740), 1, + [14537] = 24, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(840), 1, + anon_sym_yield, + ACTIONS(988), 1, anon_sym_await, - ACTIONS(858), 1, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(1216), 1, - anon_sym_STAR, - ACTIONS(1218), 1, + ACTIONS(996), 1, anon_sym_lambda, + ACTIONS(1206), 1, + anon_sym_RBRACK, ACTIONS(1222), 1, - anon_sym_RBRACE, - STATE(944), 1, + anon_sym_LPAREN, + ACTIONS(1224), 1, + anon_sym_STAR, + STATE(969), 1, sym_primary_expression, - STATE(956), 1, + STATE(1095), 1, sym_string, - STATE(1694), 1, + STATE(1867), 1, sym_expression, - STATE(1896), 1, - sym_expression_within_for_in_clause, - STATE(1981), 1, - sym_lambda_within_for_in_clause, - STATE(2542), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(850), 2, - anon_sym_print, - anon_sym_exec, - ACTIONS(742), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, + ACTIONS(986), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(990), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1220), 3, - anon_sym_async, - anon_sym_if, - anon_sym_for, - ACTIONS(730), 4, + STATE(2408), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -39820,7 +39898,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -39839,7 +39917,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14549] = 25, + [14645] = 25, ACTIONS(732), 1, anon_sym_LPAREN, ACTIONS(740), 1, @@ -39856,23 +39934,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(858), 1, anon_sym_not, - ACTIONS(1216), 1, + ACTIONS(1198), 1, anon_sym_STAR, - ACTIONS(1218), 1, + ACTIONS(1204), 1, anon_sym_lambda, - ACTIONS(1226), 1, + ACTIONS(1228), 1, anon_sym_RBRACE, - STATE(944), 1, + STATE(945), 1, sym_primary_expression, - STATE(956), 1, + STATE(966), 1, sym_string, - STATE(1694), 1, + STATE(1684), 1, sym_expression, - STATE(1896), 1, + STATE(1891), 1, sym_expression_within_for_in_clause, - STATE(1981), 1, + STATE(1959), 1, sym_lambda_within_for_in_clause, - STATE(2542), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -39888,7 +39966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1224), 3, + ACTIONS(1226), 3, anon_sym_async, anon_sym_if, anon_sym_for, @@ -39905,92 +39983,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [14659] = 25, - ACTIONS(798), 1, - anon_sym_LPAREN, - ACTIONS(808), 1, - anon_sym_LBRACK, - ACTIONS(812), 1, - anon_sym_LBRACE, - ACTIONS(814), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, - sym_float, - ACTIONS(818), 1, - sym_string_start, - ACTIONS(882), 1, - anon_sym_not, - ACTIONS(1128), 1, - anon_sym_await, - ACTIONS(1206), 1, - anon_sym_STAR, - ACTIONS(1210), 1, - anon_sym_lambda, - ACTIONS(1222), 1, - anon_sym_RPAREN, - STATE(952), 1, - sym_primary_expression, - STATE(981), 1, - sym_string, - STATE(1690), 1, - sym_expression, - STATE(1894), 1, - sym_lambda_within_for_in_clause, - STATE(1913), 1, - sym_expression_within_for_in_clause, - STATE(2622), 1, - sym_named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1126), 2, - anon_sym_print, - anon_sym_exec, - ACTIONS(810), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1122), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1220), 3, - anon_sym_async, - anon_sym_if, - anon_sym_for, - ACTIONS(796), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1709), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1310), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -40009,7 +40002,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14769] = 25, + [14755] = 25, ACTIONS(732), 1, anon_sym_LPAREN, ACTIONS(740), 1, @@ -40026,23 +40019,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(858), 1, anon_sym_not, - ACTIONS(1216), 1, + ACTIONS(1198), 1, anon_sym_STAR, - ACTIONS(1218), 1, + ACTIONS(1204), 1, anon_sym_lambda, - ACTIONS(1230), 1, + ACTIONS(1210), 1, anon_sym_RBRACE, - STATE(944), 1, + STATE(945), 1, sym_primary_expression, - STATE(956), 1, + STATE(966), 1, sym_string, - STATE(1694), 1, + STATE(1684), 1, sym_expression, - STATE(1896), 1, + STATE(1891), 1, sym_expression_within_for_in_clause, - STATE(1981), 1, + STATE(1959), 1, sym_lambda_within_for_in_clause, - STATE(2542), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -40058,7 +40051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1228), 3, + ACTIONS(1214), 3, anon_sym_async, anon_sym_if, anon_sym_for, @@ -40075,7 +40068,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -40094,65 +40087,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14879] = 25, - ACTIONS(798), 1, + [14865] = 25, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(808), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1206), 1, + ACTIONS(1212), 1, anon_sym_STAR, - ACTIONS(1210), 1, + ACTIONS(1216), 1, anon_sym_lambda, - ACTIONS(1226), 1, + ACTIONS(1230), 1, anon_sym_RPAREN, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1690), 1, + STATE(1694), 1, sym_expression, - STATE(1894), 1, + STATE(1947), 1, sym_lambda_within_for_in_clause, - STATE(1913), 1, + STATE(1957), 1, sym_expression_within_for_in_clause, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1126), 2, + ACTIONS(1116), 2, anon_sym_print, anon_sym_exec, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1224), 3, + ACTIONS(1232), 3, anon_sym_async, anon_sym_if, anon_sym_for, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -40160,7 +40153,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -40179,66 +40172,72 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14989] = 18, - ACTIONS(316), 1, + [14975] = 24, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(669), 1, + ACTIONS(902), 1, + anon_sym_yield, + ACTIONS(1034), 1, + anon_sym_await, + ACTIONS(1040), 1, + anon_sym_not, + ACTIONS(1042), 1, + anon_sym_lambda, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(673), 1, + ACTIONS(1208), 1, anon_sym_STAR, - ACTIONS(677), 1, - anon_sym_await, - ACTIONS(679), 1, - anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1076), 1, + ACTIONS(1234), 1, + anon_sym_RPAREN, + STATE(950), 1, sym_primary_expression, + STATE(1021), 1, + sym_string, + STATE(1885), 1, + sym_expression, + STATE(2500), 1, + sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(321), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(675), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(325), 5, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - ACTIONS(329), 7, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, - sym_integer, sym_identifier, + STATE(2376), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(752), 4, + sym_integer, sym_true, sym_false, sym_none, - ACTIONS(282), 9, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PIPE, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1317), 18, + STATE(1614), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -40257,64 +40256,62 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15085] = 24, - ACTIONS(762), 1, + [15083] = 22, + ACTIONS(688), 1, + anon_sym_LPAREN, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(886), 1, - anon_sym_yield, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(1004), 1, + anon_sym_STAR, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1106), 1, - anon_sym_LPAREN, - ACTIONS(1202), 1, - anon_sym_RPAREN, - ACTIONS(1232), 1, - anon_sym_STAR, - STATE(949), 1, + ACTIONS(1098), 1, + anon_sym_await, + STATE(944), 1, sym_primary_expression, - STATE(1024), 1, + STATE(967), 1, sym_string, - STATE(1840), 1, + STATE(1647), 1, sym_expression, - STATE(2567), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - STATE(2404), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(752), 4, + ACTIONS(1096), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + ACTIONS(1236), 5, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -40322,7 +40319,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -40341,56 +40338,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15193] = 25, + [15187] = 25, ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(788), 1, - anon_sym_LBRACE, ACTIONS(790), 1, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACE, ACTIONS(792), 1, - sym_float, + anon_sym_DOT_DOT_DOT, ACTIONS(794), 1, + sym_float, + ACTIONS(796), 1, sym_string_start, - ACTIONS(828), 1, - anon_sym_await, - ACTIONS(836), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1222), 1, - anon_sym_RBRACK, - ACTIONS(1234), 1, + ACTIONS(1118), 1, + anon_sym_await, + ACTIONS(1212), 1, anon_sym_STAR, - ACTIONS(1236), 1, + ACTIONS(1216), 1, anon_sym_lambda, - STATE(946), 1, + ACTIONS(1228), 1, + anon_sym_RPAREN, + STATE(953), 1, sym_primary_expression, - STATE(966), 1, + STATE(978), 1, sym_string, - STATE(1703), 1, + STATE(1694), 1, sym_expression, - STATE(1905), 1, - sym_expression_within_for_in_clause, - STATE(1969), 1, + STATE(1947), 1, sym_lambda_within_for_in_clause, - STATE(2616), 1, + STATE(1957), 1, + sym_expression_within_for_in_clause, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(826), 2, + ACTIONS(1116), 2, anon_sym_print, anon_sym_exec, - ACTIONS(786), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(830), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1220), 3, + ACTIONS(1226), 3, anon_sym_async, anon_sym_if, anon_sym_for, @@ -40399,7 +40396,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -40407,7 +40404,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -40426,65 +40423,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15303] = 25, - ACTIONS(776), 1, - anon_sym_LPAREN, - ACTIONS(784), 1, + [15297] = 24, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(828), 1, + ACTIONS(840), 1, + anon_sym_yield, + ACTIONS(988), 1, anon_sym_await, - ACTIONS(836), 1, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(1226), 1, - anon_sym_RBRACK, - ACTIONS(1234), 1, - anon_sym_STAR, - ACTIONS(1236), 1, + ACTIONS(996), 1, anon_sym_lambda, - STATE(946), 1, + ACTIONS(1222), 1, + anon_sym_LPAREN, + ACTIONS(1224), 1, + anon_sym_STAR, + ACTIONS(1234), 1, + anon_sym_RBRACK, + STATE(969), 1, sym_primary_expression, - STATE(966), 1, + STATE(1095), 1, sym_string, - STATE(1703), 1, + STATE(1867), 1, sym_expression, - STATE(1905), 1, - sym_expression_within_for_in_clause, - STATE(1969), 1, - sym_lambda_within_for_in_clause, - STATE(2616), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(826), 2, - anon_sym_print, - anon_sym_exec, - ACTIONS(786), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(830), 3, + ACTIONS(986), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(990), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1224), 3, - anon_sym_async, - anon_sym_if, - anon_sym_for, - ACTIONS(774), 4, + STATE(2408), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -40492,7 +40488,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -40511,40 +40507,40 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15413] = 25, - ACTIONS(776), 1, + [15405] = 25, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, ACTIONS(828), 1, anon_sym_await, ACTIONS(836), 1, anon_sym_not, - ACTIONS(1230), 1, - anon_sym_RBRACK, - ACTIONS(1234), 1, + ACTIONS(1218), 1, anon_sym_STAR, - ACTIONS(1236), 1, + ACTIONS(1220), 1, anon_sym_lambda, + ACTIONS(1230), 1, + anon_sym_RBRACK, STATE(946), 1, sym_primary_expression, - STATE(966), 1, + STATE(973), 1, sym_string, - STATE(1703), 1, + STATE(1696), 1, sym_expression, - STATE(1905), 1, + STATE(1917), 1, sym_expression_within_for_in_clause, - STATE(1969), 1, + STATE(1994), 1, sym_lambda_within_for_in_clause, - STATE(2616), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -40552,7 +40548,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(826), 2, anon_sym_print, anon_sym_exec, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, @@ -40560,16 +40556,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1228), 3, + ACTIONS(1232), 3, anon_sym_async, anon_sym_if, anon_sym_for, - ACTIONS(774), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -40577,7 +40573,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -40596,8 +40592,8 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15523] = 25, - ACTIONS(798), 1, + [15515] = 25, + ACTIONS(800), 1, anon_sym_LPAREN, ACTIONS(808), 1, anon_sym_LBRACK, @@ -40609,52 +40605,52 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(818), 1, sym_string_start, - ACTIONS(882), 1, - anon_sym_not, - ACTIONS(1128), 1, + ACTIONS(828), 1, anon_sym_await, - ACTIONS(1206), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(1202), 1, + anon_sym_RBRACK, + ACTIONS(1218), 1, anon_sym_STAR, - ACTIONS(1210), 1, + ACTIONS(1220), 1, anon_sym_lambda, - ACTIONS(1230), 1, - anon_sym_RPAREN, - STATE(952), 1, + STATE(946), 1, sym_primary_expression, - STATE(981), 1, + STATE(973), 1, sym_string, - STATE(1690), 1, + STATE(1696), 1, sym_expression, - STATE(1894), 1, - sym_lambda_within_for_in_clause, - STATE(1913), 1, + STATE(1917), 1, sym_expression_within_for_in_clause, - STATE(2622), 1, + STATE(1994), 1, + sym_lambda_within_for_in_clause, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1126), 2, + ACTIONS(826), 2, anon_sym_print, anon_sym_exec, ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(830), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1228), 3, + ACTIONS(1200), 3, anon_sym_async, anon_sym_if, anon_sym_for, - ACTIONS(796), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -40662,7 +40658,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -40681,64 +40677,62 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15633] = 24, - ACTIONS(762), 1, + [15625] = 22, + ACTIONS(688), 1, + anon_sym_LPAREN, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(886), 1, - anon_sym_yield, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(1004), 1, + anon_sym_STAR, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1106), 1, - anon_sym_LPAREN, - ACTIONS(1232), 1, - anon_sym_STAR, - ACTIONS(1238), 1, - anon_sym_RPAREN, - STATE(949), 1, + ACTIONS(1098), 1, + anon_sym_await, + STATE(944), 1, sym_primary_expression, - STATE(1024), 1, + STATE(967), 1, sym_string, - STATE(1840), 1, + STATE(1647), 1, sym_expression, - STATE(2567), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - STATE(2404), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(752), 4, + ACTIONS(1096), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + ACTIONS(1238), 5, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -40746,7 +40740,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -40765,7 +40759,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15741] = 24, + [15729] = 24, ACTIONS(696), 1, anon_sym_LBRACK, ACTIONS(700), 1, @@ -40782,21 +40776,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1094), 1, + ACTIONS(1098), 1, anon_sym_await, - ACTIONS(1212), 1, + ACTIONS(1234), 1, + anon_sym_RBRACE, + ACTIONS(1240), 1, anon_sym_LPAREN, - ACTIONS(1214), 1, + ACTIONS(1242), 1, anon_sym_STAR, - ACTIONS(1238), 1, - anon_sym_RBRACE, - STATE(945), 1, + STATE(944), 1, sym_primary_expression, - STATE(961), 1, + STATE(967), 1, sym_string, - STATE(1814), 1, + STATE(1810), 1, sym_expression, - STATE(2483), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -40805,15 +40799,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1086), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1092), 3, + ACTIONS(1096), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(2375), 3, + STATE(2398), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, @@ -40822,7 +40816,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -40830,7 +40824,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -40849,40 +40843,40 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15849] = 25, - ACTIONS(776), 1, + [15837] = 25, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, ACTIONS(828), 1, anon_sym_await, ACTIONS(836), 1, anon_sym_not, - ACTIONS(1204), 1, - anon_sym_RBRACK, - ACTIONS(1234), 1, + ACTIONS(1218), 1, anon_sym_STAR, - ACTIONS(1236), 1, + ACTIONS(1220), 1, anon_sym_lambda, + ACTIONS(1228), 1, + anon_sym_RBRACK, STATE(946), 1, sym_primary_expression, - STATE(966), 1, + STATE(973), 1, sym_string, - STATE(1703), 1, + STATE(1696), 1, sym_expression, - STATE(1905), 1, + STATE(1917), 1, sym_expression_within_for_in_clause, - STATE(1969), 1, + STATE(1994), 1, sym_lambda_within_for_in_clause, - STATE(2616), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -40890,7 +40884,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(826), 2, anon_sym_print, anon_sym_exec, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, @@ -40898,16 +40892,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1208), 3, + ACTIONS(1226), 3, anon_sym_async, anon_sym_if, anon_sym_for, - ACTIONS(774), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -40915,7 +40909,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -40934,9 +40928,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15959] = 22, - ACTIONS(688), 1, - anon_sym_LPAREN, + [15947] = 24, ACTIONS(696), 1, anon_sym_LBRACK, ACTIONS(700), 1, @@ -40947,21 +40939,27 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(706), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, + ACTIONS(862), 1, + anon_sym_yield, ACTIONS(1012), 1, anon_sym_not, ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1094), 1, + ACTIONS(1098), 1, anon_sym_await, - STATE(945), 1, + ACTIONS(1206), 1, + anon_sym_RBRACE, + ACTIONS(1240), 1, + anon_sym_LPAREN, + ACTIONS(1242), 1, + anon_sym_STAR, + STATE(944), 1, sym_primary_expression, - STATE(961), 1, + STATE(967), 1, sym_string, - STATE(1663), 1, + STATE(1810), 1, sym_expression, - STATE(2483), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -40970,26 +40968,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1086), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1092), 3, + ACTIONS(1096), 3, anon_sym_print, anon_sym_exec, anon_sym_async, + STATE(2398), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1240), 5, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - STATE(1673), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -40997,7 +40993,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -41016,64 +41012,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16063] = 24, - ACTIONS(718), 1, + [16055] = 25, + ACTIONS(732), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(840), 1, - anon_sym_yield, - ACTIONS(988), 1, + ACTIONS(852), 1, anon_sym_await, - ACTIONS(994), 1, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, ACTIONS(1198), 1, - anon_sym_LPAREN, - ACTIONS(1200), 1, anon_sym_STAR, - ACTIONS(1238), 1, - anon_sym_RBRACK, - STATE(963), 1, + ACTIONS(1204), 1, + anon_sym_lambda, + ACTIONS(1230), 1, + anon_sym_RBRACE, + STATE(945), 1, sym_primary_expression, - STATE(1042), 1, + STATE(966), 1, sym_string, - STATE(1843), 1, + STATE(1684), 1, sym_expression, - STATE(2634), 1, + STATE(1891), 1, + sym_expression_within_for_in_clause, + STATE(1959), 1, + sym_lambda_within_for_in_clause, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(850), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - STATE(2403), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(708), 4, + ACTIONS(1232), 3, + anon_sym_async, + anon_sym_if, + anon_sym_for, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -41081,7 +41078,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -41100,62 +41097,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16171] = 22, - ACTIONS(688), 1, + [16165] = 25, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(696), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1014), 1, - anon_sym_lambda, - ACTIONS(1094), 1, + ACTIONS(1118), 1, anon_sym_await, - STATE(945), 1, + ACTIONS(1202), 1, + anon_sym_RPAREN, + ACTIONS(1212), 1, + anon_sym_STAR, + ACTIONS(1216), 1, + anon_sym_lambda, + STATE(953), 1, sym_primary_expression, - STATE(961), 1, + STATE(978), 1, sym_string, - STATE(1663), 1, + STATE(1694), 1, sym_expression, - STATE(2483), 1, + STATE(1947), 1, + sym_lambda_within_for_in_clause, + STATE(1957), 1, + sym_expression_within_for_in_clause, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, + ACTIONS(1116), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1086), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1092), 3, - anon_sym_print, - anon_sym_exec, + ACTIONS(1200), 3, anon_sym_async, - ACTIONS(686), 4, + anon_sym_if, + anon_sym_for, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1242), 5, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - STATE(1673), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -41163,7 +41163,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -41183,62 +41183,62 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [16275] = 24, - ACTIONS(69), 1, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, + ACTIONS(323), 1, anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1246), 1, - anon_sym_from, - ACTIONS(1248), 1, + ACTIONS(673), 1, anon_sym_STAR, - STATE(928), 1, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(854), 1, + anon_sym_STAR_STAR, + ACTIONS(1046), 1, + anon_sym_not, + ACTIONS(1244), 1, + anon_sym_RBRACE, + STATE(948), 1, sym_primary_expression, - STATE(951), 1, + STATE(1012), 1, sym_string, - STATE(1668), 1, + STATE(1940), 1, sym_expression, - STATE(2169), 1, - sym_expression_list, - STATE(2629), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1244), 2, - sym_newline, - anon_sym_SEMI, - ACTIONS(67), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + STATE(2441), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -41246,7 +41246,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -41265,62 +41265,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16382] = 23, - ACTIONS(696), 1, - anon_sym_LBRACK, - ACTIONS(700), 1, + [16382] = 24, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(862), 1, - anon_sym_yield, - ACTIONS(1012), 1, - anon_sym_not, - ACTIONS(1014), 1, - anon_sym_lambda, - ACTIONS(1094), 1, - anon_sym_await, - ACTIONS(1212), 1, + ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(1214), 1, + ACTIONS(673), 1, anon_sym_STAR, - STATE(945), 1, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(854), 1, + anon_sym_STAR_STAR, + ACTIONS(1046), 1, + anon_sym_not, + ACTIONS(1246), 1, + anon_sym_RBRACE, + STATE(948), 1, sym_primary_expression, - STATE(961), 1, + STATE(1012), 1, sym_string, - STATE(1814), 1, + STATE(1940), 1, sym_expression, - STATE(2483), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1086), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1092), 3, + STATE(2441), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(2375), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(686), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -41328,7 +41329,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -41347,7 +41348,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16487] = 24, + [16489] = 24, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -41368,22 +41369,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(854), 1, anon_sym_STAR_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1250), 1, + ACTIONS(1248), 1, anon_sym_RBRACE, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1927), 1, + STATE(1940), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, + STATE(2441), 2, sym_dictionary_splat, sym_pair, ACTIONS(295), 3, @@ -41411,7 +41412,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -41430,7 +41431,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16594] = 23, + [16596] = 23, ACTIONS(762), 1, anon_sym_LBRACK, ACTIONS(766), 1, @@ -41441,25 +41442,25 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(886), 1, + ACTIONS(902), 1, anon_sym_yield, - ACTIONS(1072), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1232), 1, + ACTIONS(1208), 1, anon_sym_STAR, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1840), 1, + STATE(1885), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -41468,15 +41469,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, - STATE(2404), 3, + STATE(2376), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, @@ -41485,7 +41486,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -41512,7 +41513,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16699] = 24, + [16701] = 24, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -41533,22 +41534,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(854), 1, anon_sym_STAR_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1252), 1, + ACTIONS(1250), 1, anon_sym_RBRACE, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1927), 1, + STATE(1940), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, + STATE(2441), 2, sym_dictionary_splat, sym_pair, ACTIONS(295), 3, @@ -41576,7 +41577,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -41595,7 +41596,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16806] = 24, + [16808] = 24, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -41616,22 +41617,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(854), 1, anon_sym_STAR_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1254), 1, + ACTIONS(1252), 1, anon_sym_RBRACE, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1927), 1, + STATE(1940), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, + STATE(2441), 2, sym_dictionary_splat, sym_pair, ACTIONS(295), 3, @@ -41659,7 +41660,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -41678,63 +41679,144 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16913] = 24, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [16915] = 23, + ACTIONS(696), 1, + anon_sym_LBRACK, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(669), 1, + ACTIONS(862), 1, + anon_sym_yield, + ACTIONS(1012), 1, + anon_sym_not, + ACTIONS(1014), 1, + anon_sym_lambda, + ACTIONS(1098), 1, + anon_sym_await, + ACTIONS(1240), 1, anon_sym_LPAREN, - ACTIONS(673), 1, + ACTIONS(1242), 1, anon_sym_STAR, - ACTIONS(679), 1, + STATE(944), 1, + sym_primary_expression, + STATE(967), 1, + sym_string, + STATE(1810), 1, + sym_expression, + STATE(2647), 1, + sym_named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(698), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1090), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1096), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + STATE(2398), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(686), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1650), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1168), 18, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [17020] = 23, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(854), 1, - anon_sym_STAR_STAR, - ACTIONS(1042), 1, + ACTIONS(722), 1, + anon_sym_LBRACE, + ACTIONS(724), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(726), 1, + sym_float, + ACTIONS(728), 1, + sym_string_start, + ACTIONS(840), 1, + anon_sym_yield, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(1256), 1, - anon_sym_RBRACE, - STATE(948), 1, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1222), 1, + anon_sym_LPAREN, + ACTIONS(1224), 1, + anon_sym_STAR, + STATE(969), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1095), 1, sym_string, - STATE(1927), 1, + STATE(1867), 1, sym_expression, - STATE(2632), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(295), 3, + ACTIONS(720), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(990), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, + STATE(2408), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -41742,7 +41824,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -41761,7 +41843,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17020] = 24, + [17125] = 24, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -41782,22 +41864,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(854), 1, anon_sym_STAR_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1258), 1, + ACTIONS(1254), 1, anon_sym_RBRACE, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1927), 1, + STATE(1940), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, + STATE(2441), 2, sym_dictionary_splat, sym_pair, ACTIONS(295), 3, @@ -41825,7 +41907,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -41844,63 +41926,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17127] = 24, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [17232] = 24, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(323), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(669), 1, + ACTIONS(404), 1, + anon_sym_await, + ACTIONS(652), 1, anon_sym_LPAREN, - ACTIONS(673), 1, - anon_sym_STAR, - ACTIONS(679), 1, + ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(854), 1, - anon_sym_STAR_STAR, - ACTIONS(1042), 1, - anon_sym_not, + ACTIONS(1258), 1, + anon_sym_from, ACTIONS(1260), 1, - anon_sym_RBRACE, - STATE(948), 1, + anon_sym_STAR, + STATE(936), 1, sym_primary_expression, - STATE(1006), 1, + STATE(951), 1, sym_string, - STATE(1927), 1, + STATE(1664), 1, sym_expression, - STATE(2632), 1, + STATE(2185), 1, + sym_expression_list, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(301), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(321), 3, + ACTIONS(1256), 2, + sym_newline, + anon_sym_SEMI, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(392), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -41908,7 +41990,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -41927,63 +42009,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17234] = 24, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [17339] = 24, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(323), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(669), 1, + ACTIONS(404), 1, + anon_sym_await, + ACTIONS(652), 1, anon_sym_LPAREN, - ACTIONS(673), 1, - anon_sym_STAR, - ACTIONS(679), 1, + ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(854), 1, - anon_sym_STAR_STAR, - ACTIONS(1042), 1, - anon_sym_not, + ACTIONS(1260), 1, + anon_sym_STAR, ACTIONS(1262), 1, - anon_sym_RBRACE, - STATE(948), 1, + anon_sym_from, + STATE(936), 1, sym_primary_expression, - STATE(1006), 1, + STATE(951), 1, sym_string, - STATE(1927), 1, + STATE(1699), 1, sym_expression, - STATE(2632), 1, + STATE(2425), 1, + sym_expression_list, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(301), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(321), 3, + ACTIONS(1094), 2, + sym_newline, + anon_sym_SEMI, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(392), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -41991,7 +42073,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -42010,7 +42092,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17341] = 24, + [17446] = 24, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -42031,22 +42113,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(854), 1, anon_sym_STAR_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, ACTIONS(1264), 1, anon_sym_RBRACE, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1927), 1, + STATE(1940), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, + STATE(2441), 2, sym_dictionary_splat, sym_pair, ACTIONS(295), 3, @@ -42074,7 +42156,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -42093,7 +42175,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17448] = 24, + [17553] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -42116,20 +42198,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_from, ACTIONS(1268), 1, anon_sym_STAR, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1783), 1, + STATE(1768), 1, sym_expression, - STATE(2414), 1, + STATE(2439), 1, sym_expression_list, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1090), 2, + ACTIONS(1094), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(720), 3, @@ -42149,7 +42231,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -42157,7 +42239,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -42176,7 +42258,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17555] = 24, + [17660] = 24, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -42197,22 +42279,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(854), 1, anon_sym_STAR_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, ACTIONS(1270), 1, anon_sym_RBRACE, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1927), 1, + STATE(1940), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, + STATE(2441), 2, sym_dictionary_splat, sym_pair, ACTIONS(295), 3, @@ -42240,7 +42322,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -42259,145 +42341,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17662] = 24, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(669), 1, + [17767] = 24, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(673), 1, - anon_sym_STAR, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(854), 1, - anon_sym_STAR_STAR, - ACTIONS(1042), 1, - anon_sym_not, - ACTIONS(1272), 1, - anon_sym_RBRACE, - STATE(948), 1, - sym_primary_expression, - STATE(1006), 1, - sym_string, - STATE(1927), 1, - sym_expression, - STATE(2632), 1, - sym_named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(2373), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(301), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1618), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1317), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [17769] = 23, - ACTIONS(718), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(840), 1, - anon_sym_yield, - ACTIONS(988), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(994), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(996), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1198), 1, - anon_sym_LPAREN, - ACTIONS(1200), 1, + ACTIONS(1272), 1, + anon_sym_from, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(963), 1, + STATE(950), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1021), 1, sym_string, - STATE(1843), 1, + STATE(1775), 1, sym_expression, - STATE(2634), 1, + STATE(2444), 1, + sym_expression_list, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(1094), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(990), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, - STATE(2403), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(708), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -42405,7 +42405,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -42425,62 +42425,62 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [17874] = 24, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(673), 1, + anon_sym_STAR, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(854), 1, + anon_sym_STAR_STAR, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1080), 1, - anon_sym_lambda, - ACTIONS(1274), 1, - anon_sym_from, ACTIONS(1276), 1, - anon_sym_STAR, - STATE(949), 1, + anon_sym_RBRACE, + STATE(948), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1012), 1, sym_string, - STATE(1732), 1, + STATE(1940), 1, sym_expression, - STATE(2371), 1, - sym_expression_list, - STATE(2567), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1090), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(764), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1070), 3, + STATE(2441), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(301), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -42488,7 +42488,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -42508,62 +42508,62 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [17981] = 24, - ACTIONS(69), 1, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, + ACTIONS(323), 1, anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(673), 1, anon_sym_STAR, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(854), 1, + anon_sym_STAR_STAR, + ACTIONS(1046), 1, + anon_sym_not, ACTIONS(1278), 1, - anon_sym_from, - STATE(928), 1, + anon_sym_RBRACE, + STATE(948), 1, sym_primary_expression, - STATE(951), 1, + STATE(1012), 1, sym_string, - STATE(1686), 1, + STATE(1940), 1, sym_expression, - STATE(2438), 1, - sym_expression_list, - STATE(2629), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1090), 2, - sym_newline, - anon_sym_SEMI, - ACTIONS(67), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + STATE(2441), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -42571,7 +42571,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -42611,22 +42611,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(854), 1, anon_sym_STAR_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, ACTIONS(1280), 1, anon_sym_RBRACE, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1927), 1, + STATE(1940), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, + STATE(2441), 2, sym_dictionary_splat, sym_pair, ACTIONS(295), 3, @@ -42654,7 +42654,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -42694,22 +42694,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(854), 1, anon_sym_STAR_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, ACTIONS(1282), 1, anon_sym_RBRACE, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1927), 1, + STATE(1940), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, + STATE(2441), 2, sym_dictionary_splat, sym_pair, ACTIONS(295), 3, @@ -42737,7 +42737,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -42777,22 +42777,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(854), 1, anon_sym_STAR_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, ACTIONS(1284), 1, anon_sym_RBRACE, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1927), 1, + STATE(1940), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, + STATE(2441), 2, sym_dictionary_splat, sym_pair, ACTIONS(295), 3, @@ -42820,7 +42820,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -42860,22 +42860,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(854), 1, anon_sym_STAR_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, ACTIONS(1286), 1, anon_sym_RBRACE, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1927), 1, + STATE(1940), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, + STATE(2441), 2, sym_dictionary_splat, sym_pair, ACTIONS(295), 3, @@ -42903,7 +42903,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -42943,22 +42943,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(854), 1, anon_sym_STAR_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, ACTIONS(1288), 1, anon_sym_RBRACE, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1927), 1, + STATE(1940), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, + STATE(2441), 2, sym_dictionary_splat, sym_pair, ACTIONS(295), 3, @@ -42986,7 +42986,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -43026,22 +43026,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(854), 1, anon_sym_STAR_STAR, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, ACTIONS(1290), 1, anon_sym_RBRACE, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1927), 1, + STATE(1940), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, + STATE(2441), 2, sym_dictionary_splat, sym_pair, ACTIONS(295), 3, @@ -43069,7 +43069,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -43113,15 +43113,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(1294), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -43143,7 +43143,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -43151,7 +43151,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -43170,62 +43170,61 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [18836] = 24, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [18836] = 23, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(994), 1, - anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(673), 1, anon_sym_STAR, - ACTIONS(1292), 1, - anon_sym_COLON, - ACTIONS(1296), 1, - anon_sym_RBRACK, - STATE(963), 1, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(854), 1, + anon_sym_STAR_STAR, + ACTIONS(1046), 1, + anon_sym_not, + STATE(948), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1012), 1, sym_string, - STATE(1735), 1, + STATE(1940), 1, sym_expression, - STATE(2434), 1, - sym_slice, - STATE(2634), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(986), 3, + STATE(2441), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(990), 3, + ACTIONS(301), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -43233,7 +43232,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -43252,7 +43251,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [18942] = 24, + [18940] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -43275,17 +43274,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1298), 1, + ACTIONS(1296), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -43307,7 +43306,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -43315,7 +43314,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -43334,7 +43333,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19048] = 24, + [19046] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -43357,17 +43356,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1300), 1, + ACTIONS(1298), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -43389,7 +43388,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -43397,7 +43396,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -43416,62 +43415,61 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19154] = 24, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [19152] = 23, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(404), 1, anon_sym_await, - ACTIONS(994), 1, - anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - ACTIONS(1292), 1, - anon_sym_COLON, - ACTIONS(1302), 1, - anon_sym_RBRACK, - STATE(963), 1, + ACTIONS(1300), 1, + anon_sym_from, + STATE(936), 1, sym_primary_expression, - STATE(1042), 1, + STATE(951), 1, sym_string, - STATE(1735), 1, + STATE(1709), 1, sym_expression, - STATE(2434), 1, - sym_slice, - STATE(2634), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(1238), 2, + sym_newline, + anon_sym_SEMI, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(392), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -43479,7 +43477,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -43498,70 +43496,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19260] = 24, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [19256] = 18, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(994), 1, - anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(673), 1, anon_sym_STAR, - ACTIONS(1292), 1, - anon_sym_COLON, - ACTIONS(1304), 1, - anon_sym_RBRACK, - STATE(963), 1, - sym_primary_expression, - STATE(1042), 1, + ACTIONS(677), 1, + anon_sym_await, + ACTIONS(679), 1, + anon_sym_LBRACK, + STATE(1012), 1, sym_string, - STATE(1735), 1, - sym_expression, - STATE(2434), 1, - sym_slice, - STATE(2634), 1, - sym_named_expression_lhs, + STATE(1092), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(284), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, + ACTIONS(664), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(675), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(990), 3, + ACTIONS(329), 7, anon_sym_type, anon_sym_match, - sym_identifier, - ACTIONS(708), 4, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1649), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1382), 18, + ACTIONS(282), 9, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PIPE, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -43580,7 +43572,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19366] = 24, + [19350] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -43603,17 +43595,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1306), 1, + ACTIONS(1302), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -43635,7 +43627,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -43643,7 +43635,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -43662,62 +43654,61 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19472] = 24, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [19456] = 23, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(404), 1, anon_sym_await, - ACTIONS(994), 1, - anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - ACTIONS(1292), 1, - anon_sym_COLON, - ACTIONS(1308), 1, - anon_sym_RBRACK, - STATE(963), 1, + STATE(936), 1, sym_primary_expression, - STATE(1042), 1, + STATE(951), 1, sym_string, - STATE(1735), 1, + STATE(1688), 1, sym_expression, - STATE(2434), 1, - sym_slice, - STATE(2634), 1, + STATE(2424), 1, + sym_expression_list, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(1304), 2, + sym_newline, + anon_sym_SEMI, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(392), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -43725,7 +43716,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -43744,7 +43735,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19578] = 24, + [19560] = 23, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -43765,23 +43756,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(1268), 1, anon_sym_STAR, - ACTIONS(1292), 1, + ACTIONS(1308), 1, anon_sym_COLON, - ACTIONS(1310), 1, - anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1750), 1, sym_expression, - STATE(2434), 1, - sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, + ACTIONS(1306), 2, + anon_sym_COMMA, + anon_sym_RBRACK, ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, @@ -43799,7 +43789,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -43807,7 +43797,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -43826,7 +43816,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19684] = 24, + [19664] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -43849,102 +43839,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1312), 1, + ACTIONS(1310), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, - sym_named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(720), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(708), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1649), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1382), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [19790] = 23, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, - anon_sym_LBRACE, - ACTIONS(724), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, - sym_float, - ACTIONS(728), 1, - sym_string_start, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(994), 1, - anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, - anon_sym_STAR, - ACTIONS(1316), 1, - anon_sym_COLON, - STATE(963), 1, - sym_primary_expression, - STATE(1042), 1, - sym_string, - STATE(1738), 1, - sym_expression, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1314), 2, - anon_sym_COMMA, - anon_sym_RBRACK, ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, @@ -43962,7 +43871,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -43970,7 +43879,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -43989,7 +43898,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19894] = 24, + [19770] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -44012,17 +43921,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1318), 1, + ACTIONS(1312), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -44044,7 +43953,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -44052,7 +43961,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -44071,62 +43980,61 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20000] = 24, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [19876] = 23, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(404), 1, anon_sym_await, - ACTIONS(994), 1, - anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - ACTIONS(1292), 1, - anon_sym_COLON, - ACTIONS(1320), 1, - anon_sym_RBRACK, - STATE(963), 1, + ACTIONS(1314), 1, + anon_sym_from, + STATE(936), 1, sym_primary_expression, - STATE(1042), 1, + STATE(951), 1, sym_string, - STATE(1735), 1, + STATE(1709), 1, sym_expression, - STATE(2434), 1, - sym_slice, - STATE(2634), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(1236), 2, + sym_newline, + anon_sym_SEMI, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(392), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -44134,7 +44042,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -44153,7 +44061,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20106] = 24, + [19980] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -44176,17 +44084,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1322), 1, + ACTIONS(1316), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -44208,7 +44116,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -44216,7 +44124,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -44235,7 +44143,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20212] = 23, + [20086] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -44256,22 +44164,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(1268), 1, anon_sym_STAR, - ACTIONS(1326), 1, + ACTIONS(1292), 1, anon_sym_COLON, - STATE(963), 1, + ACTIONS(1318), 1, + anon_sym_RBRACK, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1754), 1, + STATE(1765), 1, sym_expression, - STATE(2634), 1, + STATE(2368), 1, + sym_slice, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1324), 2, - anon_sym_COMMA, - anon_sym_RBRACK, ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, @@ -44289,7 +44198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -44297,7 +44206,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -44316,7 +44225,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20316] = 24, + [20192] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -44339,17 +44248,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1328), 1, + ACTIONS(1320), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -44371,88 +44280,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1382), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [20422] = 23, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, - sym_float, - ACTIONS(83), 1, - sym_string_start, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, - anon_sym_STAR, - ACTIONS(1330), 1, - anon_sym_from, - STATE(928), 1, - sym_primary_expression, - STATE(951), 1, - sym_string, - STATE(1713), 1, - sym_expression, - STATE(2629), 1, - sym_named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1242), 2, - sym_newline, - anon_sym_SEMI, - ACTIONS(67), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(79), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1566), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -44460,7 +44288,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -44479,7 +44307,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20526] = 24, + [20298] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -44502,17 +44330,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1332), 1, + ACTIONS(1322), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -44534,7 +44362,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -44542,7 +44370,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -44561,7 +44389,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20632] = 24, + [20404] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -44584,17 +44412,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1334), 1, + ACTIONS(1324), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -44616,7 +44444,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -44624,7 +44452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -44643,7 +44471,83 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20738] = 24, + [20510] = 18, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, + sym_string_start, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(673), 1, + anon_sym_STAR, + ACTIONS(677), 1, + anon_sym_await, + ACTIONS(679), 1, + anon_sym_LBRACK, + STATE(1012), 1, + sym_string, + STATE(1092), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(284), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(675), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(1326), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(329), 7, + anon_sym_type, + anon_sym_match, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(282), 9, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PIPE, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1272), 18, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [20604] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -44666,17 +44570,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1336), 1, + ACTIONS(1328), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -44698,7 +44602,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -44706,7 +44610,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -44725,61 +44629,62 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20844] = 23, - ACTIONS(69), 1, + [20710] = 24, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(404), 1, + ACTIONS(988), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(994), 1, + anon_sym_not, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(928), 1, + ACTIONS(1292), 1, + anon_sym_COLON, + ACTIONS(1330), 1, + anon_sym_RBRACK, + STATE(969), 1, sym_primary_expression, - STATE(951), 1, + STATE(1095), 1, sym_string, - STATE(1683), 1, + STATE(1765), 1, sym_expression, - STATE(2415), 1, - sym_expression_list, - STATE(2629), 1, + STATE(2368), 1, + sym_slice, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1338), 2, - sym_newline, - anon_sym_SEMI, - ACTIONS(67), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -44787,7 +44692,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -44806,7 +44711,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20948] = 24, + [20816] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -44829,17 +44734,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1340), 1, + ACTIONS(1332), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -44861,7 +44766,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -44869,7 +44774,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -44888,7 +44793,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21054] = 24, + [20922] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -44911,17 +44816,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1342), 1, + ACTIONS(1334), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -44943,7 +44848,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -44951,7 +44856,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -44970,7 +44875,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21160] = 24, + [21028] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -44993,17 +44898,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1344), 1, + ACTIONS(1336), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -45025,7 +44930,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -45033,7 +44938,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -45052,7 +44957,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21266] = 24, + [21134] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -45075,17 +44980,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1346), 1, + ACTIONS(1338), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -45107,7 +45012,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -45115,7 +45020,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -45134,7 +45039,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21372] = 24, + [21240] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -45157,17 +45062,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1348), 1, + ACTIONS(1340), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -45189,7 +45094,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -45197,7 +45102,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -45216,7 +45121,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21478] = 24, + [21346] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -45239,17 +45144,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1350), 1, + ACTIONS(1342), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -45271,7 +45176,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -45279,7 +45184,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -45298,7 +45203,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21584] = 24, + [21452] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -45321,17 +45226,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1352), 1, + ACTIONS(1344), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -45353,7 +45258,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -45361,7 +45266,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -45380,7 +45285,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21690] = 24, + [21558] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -45403,17 +45308,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1354), 1, + ACTIONS(1346), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -45435,7 +45340,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -45443,7 +45348,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -45462,7 +45367,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21796] = 24, + [21664] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -45485,17 +45390,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1356), 1, + ACTIONS(1348), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -45517,7 +45422,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -45525,7 +45430,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -45544,7 +45449,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21902] = 24, + [21770] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -45567,17 +45472,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1358), 1, + ACTIONS(1350), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -45599,7 +45504,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -45607,7 +45512,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -45626,7 +45531,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22008] = 24, + [21876] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -45649,17 +45554,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1360), 1, + ACTIONS(1352), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -45681,7 +45586,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -45689,7 +45594,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -45708,61 +45613,62 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22114] = 23, - ACTIONS(69), 1, + [21982] = 24, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(404), 1, + ACTIONS(988), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(994), 1, + anon_sym_not, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, anon_sym_STAR, - ACTIONS(1362), 1, - anon_sym_from, - STATE(928), 1, + ACTIONS(1292), 1, + anon_sym_COLON, + ACTIONS(1354), 1, + anon_sym_RBRACK, + STATE(969), 1, sym_primary_expression, - STATE(951), 1, + STATE(1095), 1, sym_string, - STATE(1713), 1, + STATE(1765), 1, sym_expression, - STATE(2629), 1, + STATE(2368), 1, + sym_slice, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1240), 2, - sym_newline, - anon_sym_SEMI, - ACTIONS(67), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -45770,7 +45676,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -45789,7 +45695,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22218] = 24, + [22088] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -45812,17 +45718,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1364), 1, + ACTIONS(1356), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -45844,7 +45750,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -45852,7 +45758,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -45871,61 +45777,62 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22324] = 23, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [22194] = 24, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(673), 1, - anon_sym_STAR, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(854), 1, - anon_sym_STAR_STAR, - ACTIONS(1042), 1, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(994), 1, anon_sym_not, - STATE(948), 1, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, + anon_sym_STAR, + ACTIONS(1292), 1, + anon_sym_COLON, + ACTIONS(1358), 1, + anon_sym_RBRACK, + STATE(969), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1095), 1, sym_string, - STATE(1927), 1, + STATE(1765), 1, sym_expression, - STATE(2632), 1, + STATE(2368), 1, + sym_slice, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2373), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(295), 3, + ACTIONS(720), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(990), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -45933,7 +45840,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -45952,64 +45859,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22428] = 18, - ACTIONS(316), 1, + [22300] = 24, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(673), 1, - anon_sym_STAR, - ACTIONS(677), 1, + ACTIONS(988), 1, anon_sym_await, - ACTIONS(679), 1, - anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1076), 1, + ACTIONS(994), 1, + anon_sym_not, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, + anon_sym_STAR, + ACTIONS(1292), 1, + anon_sym_COLON, + ACTIONS(1360), 1, + anon_sym_RBRACK, + STATE(969), 1, sym_primary_expression, + STATE(1095), 1, + sym_string, + STATE(1765), 1, + sym_expression, + STATE(2368), 1, + sym_slice, + STATE(2626), 1, + sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(321), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(664), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(675), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(329), 7, + ACTIONS(990), 3, anon_sym_type, anon_sym_match, - sym_integer, sym_identifier, + ACTIONS(708), 4, + sym_integer, sym_true, sym_false, sym_none, - ACTIONS(282), 9, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PIPE, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1317), 18, + STATE(1671), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -46028,64 +45941,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22522] = 18, - ACTIONS(316), 1, + [22406] = 24, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(673), 1, - anon_sym_STAR, - ACTIONS(677), 1, + ACTIONS(988), 1, anon_sym_await, - ACTIONS(679), 1, - anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1076), 1, + ACTIONS(994), 1, + anon_sym_not, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, + anon_sym_STAR, + ACTIONS(1292), 1, + anon_sym_COLON, + ACTIONS(1362), 1, + anon_sym_RBRACK, + STATE(969), 1, sym_primary_expression, + STATE(1095), 1, + sym_string, + STATE(1765), 1, + sym_expression, + STATE(2368), 1, + sym_slice, + STATE(2626), 1, + sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(321), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(675), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1366), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(329), 7, + ACTIONS(990), 3, anon_sym_type, anon_sym_match, - sym_integer, sym_identifier, + ACTIONS(708), 4, + sym_integer, sym_true, sym_false, sym_none, - ACTIONS(282), 9, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PIPE, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1317), 18, + STATE(1671), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -46104,7 +46023,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22616] = 24, + [22512] = 24, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -46127,17 +46046,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - ACTIONS(1368), 1, + ACTIONS(1364), 1, anon_sym_RBRACK, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1735), 1, + STATE(1765), 1, sym_expression, - STATE(2434), 1, + STATE(2368), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -46159,7 +46078,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -46167,7 +46086,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -46186,60 +46105,61 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22722] = 23, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [22618] = 23, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, anon_sym_STAR, - ACTIONS(1372), 1, + ACTIONS(1368), 1, anon_sym_COLON, - STATE(948), 1, + STATE(969), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1095), 1, sym_string, - STATE(1847), 1, + STATE(1735), 1, sym_expression, - STATE(2423), 1, - sym_with_item, - STATE(2632), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, + ACTIONS(1366), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(720), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(990), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -46247,7 +46167,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -46266,59 +46186,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22825] = 22, - ACTIONS(69), 1, + [22722] = 23, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(404), 1, + ACTIONS(988), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(994), 1, + anon_sym_not, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(928), 1, + ACTIONS(1292), 1, + anon_sym_COLON, + STATE(969), 1, sym_primary_expression, - STATE(951), 1, + STATE(1095), 1, sym_string, - STATE(1713), 1, + STATE(1710), 1, sym_expression, - STATE(2629), 1, + STATE(2233), 1, + sym_slice, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1374), 2, - sym_newline, - anon_sym_SEMI, - ACTIONS(67), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -46326,7 +46247,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -46345,60 +46266,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22926] = 23, - ACTIONS(754), 1, + [22825] = 23, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(762), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1080), 1, - anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(1118), 1, + anon_sym_await, + ACTIONS(1212), 1, anon_sym_STAR, - ACTIONS(1376), 1, - anon_sym_RPAREN, - STATE(949), 1, + ACTIONS(1216), 1, + anon_sym_lambda, + STATE(953), 1, sym_primary_expression, - STATE(1024), 1, + STATE(978), 1, sym_string, - STATE(1859), 1, + STATE(1691), 1, sym_expression, - STATE(2459), 1, - sym_with_item, - STATE(2567), 1, + STATE(1903), 1, + sym_expression_within_for_in_clause, + STATE(1947), 1, + sym_lambda_within_for_in_clause, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(1116), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -46406,7 +46327,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -46425,68 +46346,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23029] = 23, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [22928] = 18, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(994), 1, - anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(673), 1, anon_sym_STAR, - ACTIONS(1292), 1, - anon_sym_COLON, - STATE(963), 1, - sym_primary_expression, - STATE(1042), 1, + ACTIONS(677), 1, + anon_sym_await, + ACTIONS(679), 1, + anon_sym_LBRACK, + STATE(1012), 1, sym_string, - STATE(1727), 1, - sym_expression, - STATE(2357), 1, - sym_slice, - STATE(2634), 1, - sym_named_expression_lhs, + STATE(1092), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(284), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(664), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, + ACTIONS(675), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(990), 3, + ACTIONS(329), 7, anon_sym_type, anon_sym_match, - sym_identifier, - ACTIONS(708), 4, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1649), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1382), 18, + ACTIONS(282), 9, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PIPE, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -46505,59 +46421,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23132] = 22, - ACTIONS(710), 1, + [23021] = 23, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(718), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(828), 1, anon_sym_await, - ACTIONS(994), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(1218), 1, anon_sym_STAR, - STATE(963), 1, + ACTIONS(1220), 1, + anon_sym_lambda, + STATE(946), 1, sym_primary_expression, - STATE(1042), 1, + STATE(973), 1, sym_string, - STATE(1844), 1, + STATE(1719), 1, sym_expression, - STATE(2634), 1, + STATE(1912), 1, + sym_expression_within_for_in_clause, + STATE(1994), 1, + sym_lambda_within_for_in_clause, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1378), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(720), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(990), 3, + ACTIONS(830), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -46565,7 +46482,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -46584,60 +46501,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23233] = 23, - ACTIONS(798), 1, + [23124] = 23, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(808), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1206), 1, + ACTIONS(1212), 1, anon_sym_STAR, - ACTIONS(1210), 1, + ACTIONS(1216), 1, anon_sym_lambda, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1690), 1, + STATE(1694), 1, sym_expression, - STATE(1855), 1, - sym_expression_within_for_in_clause, - STATE(1894), 1, + STATE(1947), 1, sym_lambda_within_for_in_clause, - STATE(2622), 1, + STATE(1957), 1, + sym_expression_within_for_in_clause, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -46645,7 +46562,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -46664,43 +46581,43 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23336] = 23, - ACTIONS(776), 1, + [23227] = 23, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, ACTIONS(828), 1, anon_sym_await, ACTIONS(836), 1, anon_sym_not, - ACTIONS(1234), 1, + ACTIONS(1218), 1, anon_sym_STAR, - ACTIONS(1236), 1, + ACTIONS(1220), 1, anon_sym_lambda, STATE(946), 1, sym_primary_expression, - STATE(966), 1, + STATE(973), 1, sym_string, - STATE(1703), 1, + STATE(1727), 1, sym_expression, - STATE(1854), 1, + STATE(1942), 1, sym_expression_within_for_in_clause, - STATE(1969), 1, + STATE(1994), 1, sym_lambda_within_for_in_clause, - STATE(2616), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, @@ -46712,12 +46629,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(774), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -46725,7 +46642,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -46744,59 +46661,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23439] = 22, - ACTIONS(69), 1, + [23330] = 23, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(404), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1040), 1, + anon_sym_not, + ACTIONS(1042), 1, + anon_sym_lambda, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(928), 1, + ACTIONS(1370), 1, + anon_sym_RPAREN, + STATE(950), 1, sym_primary_expression, - STATE(951), 1, + STATE(1021), 1, sym_string, - STATE(1772), 1, + STATE(1878), 1, sym_expression, - STATE(2629), 1, + STATE(2461), 1, + sym_with_item, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1380), 2, - sym_newline, - anon_sym_SEMI, - ACTIONS(67), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(1036), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -46804,7 +46722,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -46823,59 +46741,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23540] = 22, - ACTIONS(69), 1, + [23433] = 23, + ACTIONS(800), 1, + anon_sym_LPAREN, + ACTIONS(808), 1, + anon_sym_LBRACK, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(404), 1, + ACTIONS(828), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(1218), 1, anon_sym_STAR, - STATE(928), 1, + ACTIONS(1220), 1, + anon_sym_lambda, + STATE(946), 1, sym_primary_expression, - STATE(951), 1, + STATE(973), 1, sym_string, - STATE(1772), 1, + STATE(1696), 1, sym_expression, - STATE(2629), 1, + STATE(1917), 1, + sym_expression_within_for_in_clause, + STATE(1994), 1, + sym_lambda_within_for_in_clause, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1382), 2, - sym_newline, - anon_sym_SEMI, - ACTIONS(67), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(830), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -46883,7 +46802,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -46902,60 +46821,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23641] = 23, - ACTIONS(776), 1, - anon_sym_LPAREN, - ACTIONS(784), 1, - anon_sym_LBRACK, - ACTIONS(788), 1, + [23536] = 23, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(828), 1, - anon_sym_await, - ACTIONS(836), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1234), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(1236), 1, - anon_sym_lambda, - STATE(946), 1, + ACTIONS(1374), 1, + anon_sym_COLON, + STATE(948), 1, sym_primary_expression, - STATE(966), 1, + STATE(1012), 1, sym_string, - STATE(1703), 1, + STATE(1872), 1, sym_expression, - STATE(1808), 1, - sym_expression_within_for_in_clause, - STATE(1969), 1, - sym_lambda_within_for_in_clause, - STATE(2616), 1, + STATE(2382), 1, + sym_with_item, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(826), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(830), 3, + ACTIONS(301), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(774), 4, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -46963,7 +46882,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -46982,59 +46901,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23744] = 22, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [23639] = 22, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(404), 1, anon_sym_await, - ACTIONS(994), 1, - anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(963), 1, + STATE(936), 1, sym_primary_expression, - STATE(1042), 1, + STATE(951), 1, sym_string, - STATE(1791), 1, + STATE(1709), 1, sym_expression, - STATE(2634), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1384), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(720), 3, + ACTIONS(1376), 2, + sym_newline, + anon_sym_SEMI, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(392), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -47042,7 +46961,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -47061,68 +46980,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23845] = 23, - ACTIONS(776), 1, - anon_sym_LPAREN, - ACTIONS(784), 1, - anon_sym_LBRACK, - ACTIONS(788), 1, + [23740] = 18, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(828), 1, - anon_sym_await, - ACTIONS(836), 1, - anon_sym_not, - ACTIONS(1234), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(673), 1, anon_sym_STAR, - ACTIONS(1236), 1, - anon_sym_lambda, - STATE(946), 1, - sym_primary_expression, - STATE(966), 1, + ACTIONS(677), 1, + anon_sym_await, + ACTIONS(679), 1, + anon_sym_LBRACK, + STATE(1012), 1, sym_string, - STATE(1684), 1, - sym_expression, - STATE(1901), 1, - sym_expression_within_for_in_clause, - STATE(1969), 1, - sym_lambda_within_for_in_clause, - STATE(2616), 1, - sym_named_expression_lhs, + STATE(1092), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(284), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(325), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 3, + ACTIONS(675), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(830), 3, + ACTIONS(329), 7, anon_sym_type, anon_sym_match, - sym_identifier, - ACTIONS(774), 4, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1596), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1230), 18, + ACTIONS(282), 9, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PIPE, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -47141,60 +47055,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23948] = 23, - ACTIONS(710), 1, + [23833] = 23, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(718), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(852), 1, anon_sym_await, - ACTIONS(994), 1, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(1198), 1, anon_sym_STAR, - ACTIONS(1292), 1, - anon_sym_COLON, - STATE(963), 1, + ACTIONS(1204), 1, + anon_sym_lambda, + STATE(945), 1, sym_primary_expression, - STATE(1042), 1, + STATE(966), 1, sym_string, - STATE(1735), 1, + STATE(1684), 1, sym_expression, - STATE(2434), 1, - sym_slice, - STATE(2634), 1, + STATE(1819), 1, + sym_expression_within_for_in_clause, + STATE(1959), 1, + sym_lambda_within_for_in_clause, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(850), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -47202,7 +47116,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -47221,60 +47135,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [24051] = 23, - ACTIONS(798), 1, + [23936] = 23, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(808), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1206), 1, + ACTIONS(1212), 1, anon_sym_STAR, - ACTIONS(1210), 1, + ACTIONS(1216), 1, anon_sym_lambda, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1728), 1, + STATE(1694), 1, sym_expression, - STATE(1890), 1, + STATE(1860), 1, sym_expression_within_for_in_clause, - STATE(1894), 1, + STATE(1947), 1, sym_lambda_within_for_in_clause, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -47282,7 +47196,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -47301,60 +47215,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [24154] = 23, - ACTIONS(776), 1, + [24039] = 23, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(828), 1, + ACTIONS(852), 1, anon_sym_await, - ACTIONS(836), 1, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(1234), 1, + ACTIONS(1198), 1, anon_sym_STAR, - ACTIONS(1236), 1, + ACTIONS(1204), 1, anon_sym_lambda, - STATE(946), 1, + STATE(945), 1, sym_primary_expression, STATE(966), 1, sym_string, - STATE(1718), 1, + STATE(1684), 1, sym_expression, - STATE(1949), 1, + STATE(1824), 1, sym_expression_within_for_in_clause, - STATE(1969), 1, + STATE(1959), 1, sym_lambda_within_for_in_clause, - STATE(2616), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(830), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(774), 4, + ACTIONS(850), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -47362,7 +47276,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -47381,60 +47295,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [24257] = 23, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [24142] = 23, + ACTIONS(732), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(852), 1, + anon_sym_await, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1198), 1, anon_sym_STAR, - ACTIONS(1386), 1, - anon_sym_COLON, - STATE(948), 1, + ACTIONS(1204), 1, + anon_sym_lambda, + STATE(945), 1, sym_primary_expression, - STATE(1006), 1, + STATE(966), 1, sym_string, - STATE(1847), 1, + STATE(1687), 1, sym_expression, - STATE(2423), 1, - sym_with_item, - STATE(2632), 1, + STATE(1959), 1, + sym_lambda_within_for_in_clause, + STATE(1998), 1, + sym_expression_within_for_in_clause, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(301), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(321), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(842), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(850), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -47442,7 +47356,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -47461,60 +47375,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [24360] = 23, - ACTIONS(776), 1, + [24245] = 23, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(828), 1, + ACTIONS(852), 1, anon_sym_await, - ACTIONS(836), 1, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(1234), 1, + ACTIONS(1198), 1, anon_sym_STAR, - ACTIONS(1236), 1, + ACTIONS(1204), 1, anon_sym_lambda, - STATE(946), 1, + STATE(945), 1, sym_primary_expression, STATE(966), 1, sym_string, - STATE(1703), 1, + STATE(1690), 1, sym_expression, - STATE(1905), 1, + STATE(1904), 1, sym_expression_within_for_in_clause, - STATE(1969), 1, + STATE(1959), 1, sym_lambda_within_for_in_clause, - STATE(2616), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(830), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(774), 4, + ACTIONS(850), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -47522,7 +47436,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -47541,193 +47455,38 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [24463] = 18, - ACTIONS(316), 1, + [24348] = 23, + ACTIONS(732), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(673), 1, - anon_sym_STAR, - ACTIONS(677), 1, - anon_sym_await, - ACTIONS(679), 1, - anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1076), 1, - sym_primary_expression, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(284), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(1366), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(675), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(329), 7, - anon_sym_type, - anon_sym_match, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(282), 9, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PIPE, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1317), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [24556] = 23, - ACTIONS(798), 1, - anon_sym_LPAREN, - ACTIONS(808), 1, - anon_sym_LBRACK, - ACTIONS(812), 1, - anon_sym_LBRACE, - ACTIONS(814), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, - sym_float, - ACTIONS(818), 1, - sym_string_start, - ACTIONS(882), 1, - anon_sym_not, - ACTIONS(1128), 1, - anon_sym_await, - ACTIONS(1206), 1, - anon_sym_STAR, - ACTIONS(1210), 1, - anon_sym_lambda, - STATE(952), 1, - sym_primary_expression, - STATE(981), 1, - sym_string, - STATE(1696), 1, - sym_expression, - STATE(1891), 1, - sym_expression_within_for_in_clause, - STATE(1894), 1, - sym_lambda_within_for_in_clause, - STATE(2622), 1, - sym_named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(810), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1122), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1126), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(796), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1709), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1310), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [24659] = 23, - ACTIONS(732), 1, - anon_sym_LPAREN, - ACTIONS(740), 1, - anon_sym_LBRACK, - ACTIONS(744), 1, - anon_sym_LBRACE, - ACTIONS(746), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, - sym_float, - ACTIONS(750), 1, + ACTIONS(750), 1, sym_string_start, ACTIONS(852), 1, anon_sym_await, ACTIONS(858), 1, anon_sym_not, - ACTIONS(1216), 1, + ACTIONS(1198), 1, anon_sym_STAR, - ACTIONS(1218), 1, + ACTIONS(1204), 1, anon_sym_lambda, - STATE(944), 1, + STATE(945), 1, sym_primary_expression, - STATE(956), 1, + STATE(966), 1, sym_string, - STATE(1694), 1, + STATE(1684), 1, sym_expression, - STATE(1820), 1, + STATE(1891), 1, sym_expression_within_for_in_clause, - STATE(1981), 1, + STATE(1959), 1, sym_lambda_within_for_in_clause, - STATE(2542), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -47757,7 +47516,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -47776,60 +47535,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [24762] = 23, - ACTIONS(732), 1, + [24451] = 22, + ACTIONS(710), 1, anon_sym_LPAREN, - ACTIONS(740), 1, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(988), 1, anon_sym_await, - ACTIONS(858), 1, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(1216), 1, - anon_sym_STAR, - ACTIONS(1218), 1, + ACTIONS(996), 1, anon_sym_lambda, - STATE(944), 1, + ACTIONS(1268), 1, + anon_sym_STAR, + STATE(969), 1, sym_primary_expression, - STATE(956), 1, + STATE(1095), 1, sym_string, - STATE(1694), 1, + STATE(1832), 1, sym_expression, - STATE(1825), 1, - sym_expression_within_for_in_clause, - STATE(1981), 1, - sym_lambda_within_for_in_clause, - STATE(2542), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, + ACTIONS(1366), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(850), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(730), 4, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -47837,7 +47595,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -47856,68 +47614,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [24865] = 23, - ACTIONS(732), 1, - anon_sym_LPAREN, - ACTIONS(740), 1, - anon_sym_LBRACK, - ACTIONS(744), 1, + [24552] = 18, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(852), 1, - anon_sym_await, - ACTIONS(858), 1, - anon_sym_not, - ACTIONS(1216), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(673), 1, anon_sym_STAR, - ACTIONS(1218), 1, - anon_sym_lambda, - STATE(944), 1, - sym_primary_expression, - STATE(956), 1, + ACTIONS(677), 1, + anon_sym_await, + ACTIONS(679), 1, + anon_sym_LBRACK, + STATE(1012), 1, sym_string, - STATE(1698), 1, - sym_expression, - STATE(1895), 1, - sym_expression_within_for_in_clause, - STATE(1981), 1, - sym_lambda_within_for_in_clause, - STATE(2542), 1, - sym_named_expression_lhs, + STATE(1092), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, + ACTIONS(284), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(325), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(850), 3, + ACTIONS(675), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(730), 4, + ACTIONS(329), 7, + anon_sym_type, + anon_sym_match, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1674), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1213), 18, + ACTIONS(282), 9, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PIPE, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -47936,60 +47689,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [24968] = 23, - ACTIONS(732), 1, - anon_sym_LPAREN, - ACTIONS(740), 1, - anon_sym_LBRACK, - ACTIONS(744), 1, + [24645] = 23, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(852), 1, - anon_sym_await, - ACTIONS(858), 1, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1216), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(1218), 1, - anon_sym_lambda, - STATE(944), 1, + ACTIONS(1378), 1, + anon_sym_LPAREN, + STATE(948), 1, sym_primary_expression, - STATE(956), 1, + STATE(1012), 1, sym_string, - STATE(1701), 1, + STATE(1872), 1, sym_expression, - STATE(1900), 1, - sym_expression_within_for_in_clause, - STATE(1981), 1, - sym_lambda_within_for_in_clause, - STATE(2542), 1, + STATE(2268), 1, + sym_with_item, + STATE(2600), 1, + sym_with_clause, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(842), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(850), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(730), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -47997,7 +47750,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -48016,60 +47769,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [25071] = 23, - ACTIONS(732), 1, + [24748] = 23, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(740), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(852), 1, - anon_sym_await, - ACTIONS(858), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1216), 1, + ACTIONS(1118), 1, + anon_sym_await, + ACTIONS(1212), 1, anon_sym_STAR, - ACTIONS(1218), 1, + ACTIONS(1216), 1, anon_sym_lambda, - STATE(944), 1, + STATE(953), 1, sym_primary_expression, - STATE(956), 1, + STATE(978), 1, sym_string, STATE(1694), 1, sym_expression, - STATE(1896), 1, + STATE(1852), 1, sym_expression_within_for_in_clause, - STATE(1981), 1, + STATE(1947), 1, sym_lambda_within_for_in_clause, - STATE(2542), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(850), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(730), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -48077,7 +47830,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -48096,7 +47849,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [25174] = 23, + [24851] = 23, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -48111,23 +47864,23 @@ static const uint16_t ts_small_parse_table[] = { sym_string_start, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(1388), 1, + ACTIONS(1378), 1, anon_sym_LPAREN, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1847), 1, + STATE(1872), 1, sym_expression, - STATE(2201), 1, + STATE(2268), 1, sym_with_item, - STATE(2489), 1, + STATE(2613), 1, sym_with_clause, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -48157,7 +47910,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -48176,59 +47929,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [25277] = 22, - ACTIONS(69), 1, + [24954] = 23, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, + ACTIONS(323), 1, anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1046), 1, + anon_sym_not, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(928), 1, + ACTIONS(1380), 1, + anon_sym_COLON, + STATE(948), 1, sym_primary_expression, - STATE(951), 1, + STATE(1012), 1, sym_string, - STATE(1713), 1, + STATE(1872), 1, sym_expression, - STATE(2629), 1, + STATE(2382), 1, + sym_with_item, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1390), 2, - sym_newline, - anon_sym_SEMI, - ACTIONS(67), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -48236,7 +47990,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -48255,7 +48009,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [25378] = 22, + [25057] = 23, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -48276,20 +48030,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(1268), 1, anon_sym_STAR, - STATE(963), 1, + ACTIONS(1292), 1, + anon_sym_COLON, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1807), 1, + STATE(1723), 1, sym_expression, - STATE(2634), 1, + STATE(2283), 1, + sym_slice, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1324), 2, - anon_sym_COMMA, - anon_sym_RBRACK, ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, @@ -48307,7 +48062,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -48315,7 +48070,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -48334,7 +48089,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [25479] = 22, + [25160] = 23, ACTIONS(754), 1, anon_sym_LPAREN, ACTIONS(762), 1, @@ -48347,37 +48102,38 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1072), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(949), 1, + ACTIONS(1382), 1, + anon_sym_RPAREN, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1804), 1, + STATE(1878), 1, sym_expression, - STATE(2567), 1, + STATE(2461), 1, + sym_with_item, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1242), 2, - anon_sym_RPAREN, - anon_sym_COMMA, ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, @@ -48386,7 +48142,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -48413,67 +48169,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [25580] = 22, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [25263] = 18, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1078), 1, - anon_sym_not, - ACTIONS(1080), 1, - anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(673), 1, anon_sym_STAR, - STATE(949), 1, - sym_primary_expression, - STATE(1024), 1, + ACTIONS(677), 1, + anon_sym_await, + ACTIONS(679), 1, + anon_sym_LBRACK, + STATE(1012), 1, sym_string, - STATE(1804), 1, - sym_expression, - STATE(2567), 1, - sym_named_expression_lhs, + STATE(1092), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1240), 2, - anon_sym_RPAREN, + ACTIONS(284), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(1326), 2, anon_sym_COMMA, - ACTIONS(764), 3, + anon_sym_COLON, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(675), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(329), 7, anon_sym_type, anon_sym_match, - sym_identifier, - ACTIONS(752), 4, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1608), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1302), 18, + ACTIONS(282), 9, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PIPE, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -48492,59 +48244,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [25681] = 22, - ACTIONS(69), 1, + [25356] = 22, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(404), 1, + ACTIONS(988), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(994), 1, + anon_sym_not, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(928), 1, + STATE(969), 1, sym_primary_expression, - STATE(951), 1, + STATE(1095), 1, sym_string, - STATE(1772), 1, + STATE(1790), 1, sym_expression, - STATE(2629), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1392), 2, - sym_newline, - anon_sym_SEMI, - ACTIONS(67), 3, + ACTIONS(1384), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -48552,7 +48304,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -48571,59 +48323,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [25782] = 22, - ACTIONS(69), 1, + [25457] = 23, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(404), 1, + ACTIONS(988), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(994), 1, + anon_sym_not, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(928), 1, + ACTIONS(1292), 1, + anon_sym_COLON, + STATE(969), 1, sym_primary_expression, - STATE(951), 1, + STATE(1095), 1, sym_string, - STATE(1772), 1, + STATE(1765), 1, sym_expression, - STATE(2629), 1, + STATE(2368), 1, + sym_slice, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1394), 2, - sym_newline, - anon_sym_SEMI, - ACTIONS(67), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -48631,7 +48384,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -48650,138 +48403,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [25883] = 18, - ACTIONS(316), 1, + [25560] = 23, + ACTIONS(776), 1, + anon_sym_LPAREN, + ACTIONS(786), 1, + anon_sym_LBRACK, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(673), 1, - anon_sym_STAR, - ACTIONS(677), 1, + ACTIONS(898), 1, + anon_sym_not, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(679), 1, - anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1076), 1, + ACTIONS(1212), 1, + anon_sym_STAR, + ACTIONS(1216), 1, + anon_sym_lambda, + STATE(953), 1, sym_primary_expression, + STATE(978), 1, + sym_string, + STATE(1702), 1, + sym_expression, + STATE(1915), 1, + sym_expression_within_for_in_clause, + STATE(1947), 1, + sym_lambda_within_for_in_clause, + STATE(2579), 1, + sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(664), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(321), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(675), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(329), 7, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, - sym_integer, sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(282), 9, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PIPE, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1317), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [25976] = 18, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(673), 1, - anon_sym_STAR, - ACTIONS(677), 1, - anon_sym_await, - ACTIONS(679), 1, - anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1076), 1, - sym_primary_expression, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(284), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(325), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(675), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(329), 7, - anon_sym_type, - anon_sym_match, + ACTIONS(774), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(282), 9, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PIPE, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1317), 18, + STATE(1711), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -48800,64 +48483,67 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [26069] = 19, - ACTIONS(309), 1, - anon_sym_in, - ACTIONS(316), 1, + [25663] = 22, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(325), 1, - anon_sym_COMMA, - ACTIONS(327), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(673), 1, - anon_sym_STAR, - ACTIONS(677), 1, + ACTIONS(404), 1, anon_sym_await, - ACTIONS(679), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1076), 1, + ACTIONS(1260), 1, + anon_sym_STAR, + STATE(936), 1, sym_primary_expression, + STATE(951), 1, + sym_string, + STATE(1709), 1, + sym_expression, + STATE(2516), 1, + sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(321), 3, + ACTIONS(1386), 2, + sym_newline, + anon_sym_SEMI, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(675), 3, + ACTIONS(392), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(400), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(329), 7, - anon_sym_type, - anon_sym_match, + ACTIONS(79), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(282), 9, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PIPE, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1317), 18, + STATE(1555), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -48876,8 +48562,8 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [26164] = 23, - ACTIONS(798), 1, + [25764] = 23, + ACTIONS(800), 1, anon_sym_LPAREN, ACTIONS(808), 1, anon_sym_LBRACK, @@ -48889,25 +48575,25 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(818), 1, sym_string_start, - ACTIONS(882), 1, - anon_sym_not, - ACTIONS(1128), 1, + ACTIONS(828), 1, anon_sym_await, - ACTIONS(1206), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(1218), 1, anon_sym_STAR, - ACTIONS(1210), 1, + ACTIONS(1220), 1, anon_sym_lambda, - STATE(952), 1, + STATE(946), 1, sym_primary_expression, - STATE(981), 1, + STATE(973), 1, sym_string, - STATE(1690), 1, + STATE(1696), 1, sym_expression, - STATE(1823), 1, + STATE(1875), 1, sym_expression_within_for_in_clause, - STATE(1894), 1, + STATE(1994), 1, sym_lambda_within_for_in_clause, - STATE(2622), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -48916,20 +48602,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1126), 3, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(830), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -48937,7 +48623,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -48956,60 +48642,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [26267] = 23, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [25867] = 22, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, anon_sym_STAR, - ACTIONS(1388), 1, - anon_sym_LPAREN, - STATE(948), 1, + STATE(969), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1095), 1, sym_string, - STATE(1847), 1, + STATE(1848), 1, sym_expression, - STATE(2201), 1, - sym_with_item, - STATE(2523), 1, - sym_with_clause, - STATE(2632), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, + ACTIONS(1238), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(720), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(990), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -49017,7 +48702,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -49036,7 +48721,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [26370] = 22, + [25968] = 22, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -49057,18 +48742,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(1268), 1, anon_sym_STAR, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1846), 1, + STATE(1848), 1, sym_expression, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1242), 2, + ACTIONS(1236), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(720), 3, @@ -49088,7 +48773,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -49096,7 +48781,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -49115,7 +48800,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [26471] = 22, + [26069] = 22, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -49136,18 +48821,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(1268), 1, anon_sym_STAR, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1846), 1, + STATE(1845), 1, sym_expression, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1240), 2, + ACTIONS(1388), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(720), 3, @@ -49167,7 +48852,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -49175,7 +48860,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -49194,60 +48879,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [26572] = 23, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [26170] = 22, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(1072), 1, + ACTIONS(404), 1, anon_sym_await, - ACTIONS(1078), 1, - anon_sym_not, - ACTIONS(1080), 1, - anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - ACTIONS(1396), 1, - anon_sym_RPAREN, - STATE(949), 1, + STATE(936), 1, sym_primary_expression, - STATE(1024), 1, + STATE(951), 1, sym_string, - STATE(1859), 1, + STATE(1762), 1, sym_expression, - STATE(2459), 1, - sym_with_item, - STATE(2567), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(1390), 2, + sym_newline, + anon_sym_SEMI, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(392), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -49255,7 +48939,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -49274,63 +48958,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [26675] = 18, - ACTIONS(316), 1, + [26271] = 23, + ACTIONS(800), 1, + anon_sym_LPAREN, + ACTIONS(808), 1, + anon_sym_LBRACK, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(673), 1, - anon_sym_STAR, - ACTIONS(677), 1, + ACTIONS(828), 1, anon_sym_await, - ACTIONS(679), 1, - anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1076), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(1218), 1, + anon_sym_STAR, + ACTIONS(1220), 1, + anon_sym_lambda, + STATE(946), 1, sym_primary_expression, + STATE(973), 1, + sym_string, + STATE(1696), 1, + sym_expression, + STATE(1814), 1, + sym_expression_within_for_in_clause, + STATE(1994), 1, + sym_lambda_within_for_in_clause, + STATE(2631), 1, + sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(325), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(321), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(675), 3, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(329), 7, + ACTIONS(830), 3, anon_sym_type, anon_sym_match, - sym_integer, sym_identifier, + ACTIONS(798), 4, + sym_integer, sym_true, sym_false, sym_none, - ACTIONS(282), 9, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PIPE, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1317), 18, + STATE(1580), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -49349,60 +49038,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [26768] = 23, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [26374] = 22, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(404), 1, anon_sym_await, - ACTIONS(994), 1, - anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - ACTIONS(1292), 1, - anon_sym_COLON, - STATE(963), 1, + STATE(936), 1, sym_primary_expression, - STATE(1042), 1, + STATE(951), 1, sym_string, - STATE(1691), 1, + STATE(1762), 1, sym_expression, - STATE(2221), 1, - sym_slice, - STATE(2634), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(1392), 2, + sym_newline, + anon_sym_SEMI, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(392), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -49410,7 +49098,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -49429,60 +49117,138 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [26871] = 23, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [26475] = 22, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(404), 1, anon_sym_await, - ACTIONS(994), 1, - anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - ACTIONS(1292), 1, - anon_sym_COLON, - STATE(963), 1, + STATE(936), 1, sym_primary_expression, - STATE(1042), 1, + STATE(951), 1, sym_string, - STATE(1702), 1, + STATE(1762), 1, sym_expression, - STATE(2136), 1, - sym_slice, - STATE(2634), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(1394), 2, + sym_newline, + anon_sym_SEMI, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, + ACTIONS(392), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(400), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(990), 3, + ACTIONS(79), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1555), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1069), 18, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [26576] = 22, + ACTIONS(69), 1, + anon_sym_LBRACE, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(81), 1, + sym_float, + ACTIONS(83), 1, + sym_string_start, + ACTIONS(404), 1, + anon_sym_await, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, + anon_sym_STAR, + STATE(936), 1, + sym_primary_expression, + STATE(951), 1, + sym_string, + STATE(1762), 1, + sym_expression, + STATE(2516), 1, + sym_named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1396), 2, + sym_newline, + anon_sym_SEMI, + ACTIONS(67), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(392), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -49490,7 +49256,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -49509,7 +49275,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [26974] = 23, + [26677] = 23, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -49532,15 +49298,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1707), 1, + STATE(1714), 1, sym_expression, - STATE(2181), 1, + STATE(2220), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -49562,7 +49328,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -49570,7 +49336,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -49589,60 +49355,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [27077] = 23, - ACTIONS(710), 1, + [26780] = 22, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(718), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(994), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(996), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(1274), 1, anon_sym_STAR, - ACTIONS(1292), 1, - anon_sym_COLON, - STATE(963), 1, + STATE(950), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1021), 1, sym_string, - STATE(1710), 1, + STATE(1806), 1, sym_expression, - STATE(2218), 1, - sym_slice, - STATE(2634), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(1238), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(990), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -49650,7 +49415,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -49669,7 +49434,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [27180] = 23, + [26881] = 23, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -49692,15 +49457,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1712), 1, + STATE(1689), 1, sym_expression, - STATE(2246), 1, + STATE(2135), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -49722,7 +49487,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -49730,7 +49495,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -49749,7 +49514,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [27283] = 23, + [26984] = 23, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -49772,15 +49537,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1717), 1, + STATE(1698), 1, sym_expression, - STATE(2270), 1, + STATE(2175), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -49802,7 +49567,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -49810,7 +49575,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -49829,7 +49594,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [27386] = 23, + [27087] = 23, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -49852,15 +49617,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1720), 1, + STATE(1701), 1, sym_expression, - STATE(2294), 1, + STATE(2209), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -49882,7 +49647,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -49890,7 +49655,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -49909,60 +49674,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [27489] = 23, - ACTIONS(710), 1, + [27190] = 22, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(718), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(994), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(996), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(1274), 1, anon_sym_STAR, - ACTIONS(1292), 1, - anon_sym_COLON, - STATE(963), 1, + STATE(950), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1021), 1, sym_string, - STATE(1721), 1, + STATE(1806), 1, sym_expression, - STATE(2304), 1, - sym_slice, - STATE(2634), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(1236), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(990), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -49970,7 +49734,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -49989,7 +49753,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [27592] = 23, + [27291] = 23, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -50012,15 +49776,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1292), 1, anon_sym_COLON, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1722), 1, + STATE(1716), 1, sym_expression, - STATE(2310), 1, + STATE(2259), 1, sym_slice, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -50042,7 +49806,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -50050,7 +49814,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -50069,60 +49833,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [27695] = 23, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [27394] = 23, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, anon_sym_STAR, - ACTIONS(1388), 1, - anon_sym_LPAREN, - STATE(948), 1, + ACTIONS(1292), 1, + anon_sym_COLON, + STATE(969), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1095), 1, sym_string, - STATE(1847), 1, + STATE(1722), 1, sym_expression, - STATE(2201), 1, - sym_with_item, - STATE(2531), 1, - sym_with_clause, - STATE(2632), 1, + STATE(2286), 1, + sym_slice, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, + ACTIONS(720), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(990), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -50130,7 +49894,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -50149,60 +49913,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [27798] = 23, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [27497] = 23, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, anon_sym_STAR, - ACTIONS(1388), 1, - anon_sym_LPAREN, - STATE(948), 1, + ACTIONS(1292), 1, + anon_sym_COLON, + STATE(969), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1095), 1, sym_string, - STATE(1847), 1, + STATE(1725), 1, sym_expression, - STATE(2201), 1, - sym_with_item, - STATE(2537), 1, - sym_with_clause, - STATE(2632), 1, + STATE(2292), 1, + sym_slice, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, + ACTIONS(720), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(990), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -50210,7 +49974,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -50229,60 +49993,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [27901] = 23, - ACTIONS(798), 1, + [27600] = 23, + ACTIONS(710), 1, anon_sym_LPAREN, - ACTIONS(808), 1, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(882), 1, - anon_sym_not, - ACTIONS(1128), 1, + ACTIONS(988), 1, anon_sym_await, - ACTIONS(1206), 1, - anon_sym_STAR, - ACTIONS(1210), 1, + ACTIONS(994), 1, + anon_sym_not, + ACTIONS(996), 1, anon_sym_lambda, - STATE(952), 1, + ACTIONS(1268), 1, + anon_sym_STAR, + ACTIONS(1292), 1, + anon_sym_COLON, + STATE(969), 1, sym_primary_expression, - STATE(981), 1, + STATE(1095), 1, sym_string, - STATE(1690), 1, + STATE(1726), 1, sym_expression, - STATE(1894), 1, - sym_lambda_within_for_in_clause, - STATE(1913), 1, - sym_expression_within_for_in_clause, - STATE(2622), 1, + STATE(2125), 1, + sym_slice, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1126), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -50290,7 +50054,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -50309,7 +50073,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [28004] = 22, + [27703] = 23, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -50322,23 +50086,25 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1240), 1, - anon_sym_COLON, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, + ACTIONS(1378), 1, + anon_sym_LPAREN, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1884), 1, + STATE(1872), 1, sym_expression, - STATE(2632), 1, + STATE(2268), 1, + sym_with_item, + STATE(2530), 1, + sym_with_clause, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -50368,7 +50134,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -50387,7 +50153,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [28104] = 22, + [27806] = 23, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -50400,23 +50166,25 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(1398), 1, - anon_sym_COLON, + ACTIONS(1378), 1, + anon_sym_LPAREN, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1799), 1, + STATE(1872), 1, sym_expression, - STATE(2632), 1, + STATE(2268), 1, + sym_with_item, + STATE(2536), 1, + sym_with_clause, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -50446,7 +50214,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -50465,13 +50233,13 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [28204] = 22, - ACTIONS(299), 1, - anon_sym_await, + [27909] = 19, + ACTIONS(309), 1, + anon_sym_in, ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, + ACTIONS(325), 1, + anon_sym_COMMA, ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, ACTIONS(331), 1, @@ -50480,51 +50248,49 @@ static const uint16_t ts_small_parse_table[] = { sym_string_start, ACTIONS(669), 1, anon_sym_LPAREN, + ACTIONS(673), 1, + anon_sym_STAR, + ACTIONS(677), 1, + anon_sym_await, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, - anon_sym_not, - ACTIONS(1370), 1, - anon_sym_STAR, - ACTIONS(1400), 1, - anon_sym_COLON, - STATE(948), 1, - sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1799), 1, - sym_expression, - STATE(2632), 1, - sym_named_expression_lhs, + STATE(1092), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, + ACTIONS(284), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(675), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(329), 7, anon_sym_type, anon_sym_match, - sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1618), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1317), 18, + ACTIONS(282), 9, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PIPE, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -50543,7 +50309,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [28304] = 22, + [28004] = 22, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -50560,19 +50326,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(1402), 1, + ACTIONS(1398), 1, anon_sym_COLON, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1874), 1, + STATE(1808), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -50602,7 +50368,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -50621,7 +50387,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [28404] = 22, + [28104] = 22, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -50638,19 +50404,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, + ACTIONS(1400), 1, + anon_sym_COLON, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1751), 1, + STATE(1808), 1, sym_expression, - STATE(2627), 1, - sym_expression_list, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -50680,7 +50446,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -50699,7 +50465,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [28504] = 22, + [28204] = 22, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -50716,19 +50482,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(1404), 1, + ACTIONS(1402), 1, anon_sym_COLON, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1799), 1, + STATE(1877), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -50758,7 +50524,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -50777,7 +50543,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [28604] = 22, + [28304] = 22, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -50794,19 +50560,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1236), 1, + anon_sym_COLON, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1847), 1, + STATE(1839), 1, sym_expression, - STATE(2423), 1, - sym_with_item, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -50836,85 +50602,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [28704] = 22, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, - sym_float, - ACTIONS(83), 1, - sym_string_start, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, - anon_sym_STAR, - STATE(928), 1, - sym_primary_expression, - STATE(951), 1, - sym_string, - STATE(1723), 1, - sym_expression, - STATE(2422), 1, - sym_expression_list, - STATE(2629), 1, - sym_named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(67), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(79), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1566), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1082), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -50933,7 +50621,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [28804] = 22, + [28404] = 22, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -50950,19 +50638,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, + ACTIONS(1404), 1, + anon_sym_COLON, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1766), 1, + STATE(1808), 1, sym_expression, - STATE(2555), 1, - sym_expression_list, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -50992,7 +50680,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -51011,58 +50699,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [28904] = 22, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [28504] = 22, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1034), 1, + anon_sym_await, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1042), 1, + anon_sym_lambda, + ACTIONS(1274), 1, anon_sym_STAR, - ACTIONS(1406), 1, - anon_sym_COLON, - STATE(948), 1, + STATE(950), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1021), 1, sym_string, - STATE(1883), 1, + STATE(1878), 1, sym_expression, - STATE(2632), 1, + STATE(2461), 1, + sym_with_item, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, + ACTIONS(764), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -51070,7 +50758,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -51089,58 +50777,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [29004] = 22, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [28604] = 22, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(1072), 1, + ACTIONS(404), 1, anon_sym_await, - ACTIONS(1078), 1, - anon_sym_not, - ACTIONS(1080), 1, - anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(949), 1, + STATE(936), 1, sym_primary_expression, - STATE(1024), 1, + STATE(951), 1, sym_string, - STATE(1859), 1, + STATE(1686), 1, sym_expression, - STATE(2459), 1, - sym_with_item, - STATE(2567), 1, + STATE(2435), 1, + sym_expression_list, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(392), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -51148,7 +50836,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -51167,7 +50855,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [29104] = 22, + [28704] = 22, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -51184,19 +50872,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1764), 1, + STATE(1740), 1, sym_expression, - STATE(2530), 1, + STATE(2584), 1, sym_expression_list, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -51226,7 +50914,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -51245,7 +50933,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [29204] = 22, + [28804] = 22, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -51262,19 +50950,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(1408), 1, + ACTIONS(1406), 1, anon_sym_COLON, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1799), 1, + STATE(1808), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -51304,7 +50992,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -51323,7 +51011,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [29304] = 22, + [28904] = 22, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -51340,19 +51028,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1242), 1, - anon_sym_COLON, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, + ACTIONS(1408), 1, + anon_sym_COLON, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1884), 1, + STATE(1834), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -51382,7 +51070,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -51401,7 +51089,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [29404] = 22, + [29004] = 22, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -51418,19 +51106,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1238), 1, + anon_sym_COLON, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1765), 1, + STATE(1839), 1, sym_expression, - STATE(2547), 1, - sym_expression_list, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -51460,7 +51148,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -51479,56 +51167,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [29504] = 21, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [29104] = 22, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1080), 1, - anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(949), 1, + STATE(948), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1012), 1, sym_string, - STATE(1611), 1, + STATE(1781), 1, sym_expression, - STATE(2567), 1, + STATE(2615), 1, + sym_expression_list, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(301), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -51536,7 +51226,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -51555,56 +51245,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [29601] = 21, - ACTIONS(688), 1, - anon_sym_LPAREN, - ACTIONS(696), 1, - anon_sym_LBRACK, - ACTIONS(700), 1, + [29204] = 22, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1014), 1, - anon_sym_lambda, - ACTIONS(1094), 1, - anon_sym_await, - STATE(945), 1, + ACTIONS(1372), 1, + anon_sym_STAR, + STATE(948), 1, sym_primary_expression, - STATE(961), 1, + STATE(1012), 1, sym_string, - STATE(1682), 1, + STATE(1872), 1, sym_expression, - STATE(2483), 1, + STATE(2382), 1, + sym_with_item, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1086), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1092), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(686), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -51612,7 +51304,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -51631,56 +51323,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [29698] = 21, - ACTIONS(688), 1, - anon_sym_LPAREN, - ACTIONS(696), 1, - anon_sym_LBRACK, - ACTIONS(700), 1, + [29304] = 22, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1014), 1, - anon_sym_lambda, - ACTIONS(1094), 1, - anon_sym_await, - STATE(945), 1, + ACTIONS(1372), 1, + anon_sym_STAR, + STATE(948), 1, sym_primary_expression, - STATE(961), 1, + STATE(1012), 1, sym_string, - STATE(1664), 1, + STATE(1766), 1, sym_expression, - STATE(2483), 1, + STATE(2546), 1, + sym_expression_list, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1086), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1092), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(686), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -51688,7 +51382,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -51707,56 +51401,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [29795] = 21, - ACTIONS(688), 1, - anon_sym_LPAREN, - ACTIONS(696), 1, - anon_sym_LBRACK, - ACTIONS(700), 1, + [29404] = 22, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1014), 1, - anon_sym_lambda, - ACTIONS(1094), 1, - anon_sym_await, - STATE(945), 1, + ACTIONS(1372), 1, + anon_sym_STAR, + STATE(948), 1, sym_primary_expression, - STATE(961), 1, + STATE(1012), 1, sym_string, - STATE(1665), 1, + STATE(1767), 1, sym_expression, - STATE(2483), 1, + STATE(2554), 1, + sym_expression_list, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1086), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1092), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(686), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -51764,7 +51460,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -51783,56 +51479,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [29892] = 21, - ACTIONS(688), 1, + [29504] = 21, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(696), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1014), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1094), 1, + ACTIONS(1118), 1, anon_sym_await, - STATE(945), 1, + ACTIONS(1212), 1, + anon_sym_STAR, + STATE(953), 1, sym_primary_expression, - STATE(961), 1, + STATE(978), 1, sym_string, - STATE(1666), 1, + STATE(1713), 1, sym_expression, - STATE(2483), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1086), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1092), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(686), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -51840,7 +51536,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -51859,56 +51555,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [29989] = 21, - ACTIONS(69), 1, + [29601] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, + ACTIONS(323), 1, anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1046), 1, + anon_sym_not, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(928), 1, + STATE(948), 1, sym_primary_expression, - STATE(951), 1, + STATE(1012), 1, sym_string, - STATE(1713), 1, + STATE(2001), 1, sym_expression, - STATE(2629), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(67), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -51916,7 +51612,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -51935,7 +51631,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [30086] = 21, + [29698] = 21, ACTIONS(69), 1, anon_sym_LBRACE, ACTIONS(71), 1, @@ -51954,15 +51650,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(928), 1, + STATE(936), 1, sym_primary_expression, STATE(951), 1, sym_string, - STATE(1726), 1, + STATE(1796), 1, sym_expression, - STATE(2629), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -51984,7 +51680,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -51992,7 +51688,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -52011,56 +51707,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [30183] = 21, - ACTIONS(688), 1, + [29795] = 21, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(696), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(828), 1, + anon_sym_await, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1014), 1, + ACTIONS(838), 1, anon_sym_lambda, - ACTIONS(1094), 1, - anon_sym_await, - STATE(945), 1, + ACTIONS(1218), 1, + anon_sym_STAR, + STATE(946), 1, sym_primary_expression, - STATE(961), 1, + STATE(973), 1, sym_string, - STATE(1662), 1, + STATE(1594), 1, sym_expression, - STATE(2483), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1086), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1092), 3, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(686), 4, + ACTIONS(830), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -52068,7 +51764,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -52087,56 +51783,121 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [30280] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [29892] = 10, + ACTIONS(289), 1, + anon_sym_COMMA, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(1410), 1, + anon_sym_for, + ACTIONS(1412), 1, + anon_sym_with, + ACTIONS(1414), 1, + anon_sym_def, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(309), 2, + anon_sym_COLON, + anon_sym_EQ, + ACTIONS(325), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(284), 15, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(282), 17, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_as, + anon_sym_if, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [29967] = 21, + ACTIONS(732), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(852), 1, + anon_sym_await, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(860), 1, + anon_sym_lambda, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(948), 1, + STATE(945), 1, sym_primary_expression, - STATE(1006), 1, + STATE(966), 1, sym_string, - STATE(1951), 1, + STATE(1708), 1, sym_expression, - STATE(2632), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(301), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(321), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(842), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(850), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -52144,7 +51905,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -52163,56 +51924,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [30377] = 21, - ACTIONS(754), 1, + [30064] = 21, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(762), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(1004), 1, + anon_sym_STAR, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1276), 1, - anon_sym_STAR, - STATE(949), 1, + ACTIONS(1098), 1, + anon_sym_await, + STATE(944), 1, sym_primary_expression, - STATE(1024), 1, + STATE(967), 1, sym_string, - STATE(1798), 1, + STATE(1795), 1, sym_expression, - STATE(2567), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(1096), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -52220,7 +51981,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -52239,7 +52000,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [30474] = 21, + [30161] = 21, ACTIONS(754), 1, anon_sym_LPAREN, ACTIONS(762), 1, @@ -52252,21 +52013,21 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1072), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1610), 1, + STATE(1820), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -52275,11 +52036,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, @@ -52288,7 +52049,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -52315,59 +52076,132 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [30571] = 22, - ACTIONS(754), 1, + [30258] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, + sym_string_start, + ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(762), 1, + ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(1046), 1, + anon_sym_not, + ACTIONS(1372), 1, + anon_sym_STAR, + STATE(948), 1, + sym_primary_expression, + STATE(1012), 1, + sym_string, + STATE(1854), 1, + sym_expression, + STATE(2625), 1, + sym_named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(295), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1618), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1272), 18, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [30355] = 21, + ACTIONS(800), 1, + anon_sym_LPAREN, + ACTIONS(808), 1, + anon_sym_LBRACK, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1078), 1, + ACTIONS(828), 1, + anon_sym_await, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(838), 1, anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(1218), 1, anon_sym_STAR, - ACTIONS(1414), 1, - anon_sym_await, - STATE(1019), 1, + STATE(946), 1, sym_primary_expression, - STATE(1024), 1, + STATE(973), 1, sym_string, - STATE(1835), 1, + STATE(1736), 1, sym_expression, - STATE(2567), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1344), 2, - sym_attribute, - sym_subscript, - ACTIONS(764), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1410), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1412), 3, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(752), 4, + ACTIONS(830), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -52375,10 +52209,12 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 16, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -52392,56 +52228,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [30670] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [30452] = 21, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(323), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(669), 1, + ACTIONS(404), 1, + anon_sym_await, + ACTIONS(652), 1, anon_sym_LPAREN, - ACTIONS(679), 1, + ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, - anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(948), 1, + STATE(936), 1, sym_primary_expression, - STATE(1006), 1, + STATE(951), 1, sym_string, - STATE(1992), 1, + STATE(1747), 1, sym_expression, - STATE(2632), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(301), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(321), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(392), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -52449,7 +52285,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -52468,7 +52304,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [30767] = 21, + [30549] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -52485,17 +52321,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1787), 1, + STATE(1955), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -52525,7 +52361,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -52544,56 +52380,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [30864] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [30646] = 21, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(323), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(669), 1, + ACTIONS(404), 1, + anon_sym_await, + ACTIONS(652), 1, anon_sym_LPAREN, - ACTIONS(679), 1, + ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, - anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(948), 1, + STATE(936), 1, sym_primary_expression, - STATE(1006), 1, + STATE(951), 1, sym_string, - STATE(1997), 1, + STATE(1565), 1, sym_expression, - STATE(2632), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(301), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(321), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(392), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -52601,7 +52437,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -52620,7 +52456,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [30961] = 21, + [30743] = 21, ACTIONS(69), 1, anon_sym_LBRACE, ACTIONS(71), 1, @@ -52639,15 +52475,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(928), 1, + STATE(936), 1, sym_primary_expression, STATE(951), 1, sym_string, - STATE(1815), 1, + STATE(1560), 1, sym_expression, - STATE(2629), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -52669,7 +52505,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -52677,7 +52513,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -52696,56 +52532,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31058] = 21, - ACTIONS(754), 1, + [30840] = 21, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(762), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1072), 1, + ACTIONS(828), 1, anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(838), 1, anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(1218), 1, anon_sym_STAR, - STATE(949), 1, + STATE(946), 1, sym_primary_expression, - STATE(1024), 1, + STATE(973), 1, sym_string, - STATE(1612), 1, + STATE(1596), 1, sym_expression, - STATE(2567), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(830), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -52753,7 +52589,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -52772,56 +52608,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31155] = 21, - ACTIONS(754), 1, + [30937] = 21, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(762), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(1004), 1, + anon_sym_STAR, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1276), 1, - anon_sym_STAR, - STATE(949), 1, + ACTIONS(1098), 1, + anon_sym_await, + STATE(944), 1, sym_primary_expression, - STATE(1024), 1, + STATE(967), 1, sym_string, - STATE(1613), 1, + STATE(1793), 1, sym_expression, - STATE(2567), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(1096), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -52829,7 +52665,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -52848,56 +52684,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31252] = 21, - ACTIONS(754), 1, + [31034] = 21, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(762), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(1118), 1, + anon_sym_await, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(949), 1, + STATE(953), 1, sym_primary_expression, - STATE(1024), 1, + STATE(978), 1, sym_string, - STATE(1614), 1, + STATE(1779), 1, sym_expression, - STATE(2567), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(1116), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -52905,7 +52741,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -52924,7 +52760,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31349] = 21, + [31131] = 21, ACTIONS(754), 1, anon_sym_LPAREN, ACTIONS(762), 1, @@ -52937,21 +52773,21 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1072), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1615), 1, + STATE(1812), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -52960,11 +52796,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, @@ -52973,7 +52809,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -53000,83 +52836,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31446] = 21, - ACTIONS(798), 1, - anon_sym_LPAREN, - ACTIONS(808), 1, - anon_sym_LBRACK, - ACTIONS(812), 1, - anon_sym_LBRACE, - ACTIONS(814), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, - sym_float, - ACTIONS(818), 1, - sym_string_start, - ACTIONS(882), 1, - anon_sym_not, - ACTIONS(884), 1, - anon_sym_lambda, - ACTIONS(1128), 1, - anon_sym_await, - ACTIONS(1206), 1, - anon_sym_STAR, - STATE(952), 1, - sym_primary_expression, - STATE(981), 1, - sym_string, - STATE(1699), 1, - sym_expression, - STATE(2622), 1, - sym_named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(810), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1122), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1126), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(796), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1709), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1310), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [31543] = 21, + [31228] = 21, ACTIONS(69), 1, anon_sym_LBRACE, ACTIONS(71), 1, @@ -53095,15 +52855,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(928), 1, + STATE(936), 1, sym_primary_expression, STATE(951), 1, sym_string, - STATE(1755), 1, + STATE(1709), 1, sym_expression, - STATE(2629), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -53125,7 +52885,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -53133,7 +52893,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -53152,56 +52912,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31640] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [31325] = 21, + ACTIONS(800), 1, + anon_sym_LPAREN, + ACTIONS(808), 1, + anon_sym_LBRACK, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(828), 1, + anon_sym_await, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(838), 1, + anon_sym_lambda, + ACTIONS(1218), 1, anon_sym_STAR, - STATE(948), 1, + STATE(946), 1, sym_primary_expression, - STATE(1006), 1, + STATE(973), 1, sym_string, - STATE(1908), 1, + STATE(1586), 1, sym_expression, - STATE(2632), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, + ACTIONS(810), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(830), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -53209,7 +52969,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -53228,56 +52988,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31737] = 21, - ACTIONS(69), 1, + [31422] = 21, + ACTIONS(732), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(404), 1, + ACTIONS(852), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(858), 1, + anon_sym_not, + ACTIONS(860), 1, + anon_sym_lambda, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(928), 1, + STATE(945), 1, sym_primary_expression, - STATE(951), 1, + STATE(966), 1, sym_string, - STATE(1986), 1, + STATE(1665), 1, sym_expression, - STATE(2629), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(67), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(392), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(400), 3, + ACTIONS(850), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -53285,7 +53045,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -53304,7 +53064,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31834] = 21, + [31519] = 21, ACTIONS(732), 1, anon_sym_LPAREN, ACTIONS(740), 1, @@ -53323,15 +53083,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(860), 1, anon_sym_lambda, - ACTIONS(1216), 1, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(944), 1, + STATE(945), 1, sym_primary_expression, - STATE(956), 1, + STATE(966), 1, sym_string, - STATE(1708), 1, + STATE(1663), 1, sym_expression, - STATE(2542), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -53361,7 +53121,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -53380,56 +53140,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31931] = 21, - ACTIONS(710), 1, + [31616] = 21, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(718), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(852), 1, anon_sym_await, - ACTIONS(994), 1, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(996), 1, + ACTIONS(860), 1, anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(963), 1, + STATE(945), 1, sym_primary_expression, - STATE(1042), 1, + STATE(966), 1, sym_string, - STATE(1800), 1, + STATE(1654), 1, sym_expression, - STATE(2634), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(850), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -53437,7 +53197,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -53456,56 +53216,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32028] = 21, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [31713] = 21, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(1072), 1, + ACTIONS(404), 1, anon_sym_await, - ACTIONS(1078), 1, - anon_sym_not, - ACTIONS(1080), 1, - anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(949), 1, + STATE(936), 1, sym_primary_expression, - STATE(1024), 1, + STATE(951), 1, sym_string, - STATE(1804), 1, + STATE(1570), 1, sym_expression, - STATE(2567), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(392), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -53513,7 +53273,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -53532,56 +53292,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32125] = 21, - ACTIONS(754), 1, + [31810] = 21, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(762), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(1072), 1, + ACTIONS(852), 1, anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(860), 1, anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(949), 1, + STATE(945), 1, sym_primary_expression, - STATE(1024), 1, + STATE(966), 1, sym_string, - STATE(1617), 1, + STATE(1662), 1, sym_expression, - STATE(2567), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(850), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -53589,7 +53349,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -53608,56 +53368,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32222] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [31907] = 21, + ACTIONS(732), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(852), 1, + anon_sym_await, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(860), 1, + anon_sym_lambda, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(948), 1, + STATE(945), 1, sym_primary_expression, - STATE(1006), 1, + STATE(966), 1, sym_string, - STATE(1842), 1, + STATE(1682), 1, sym_expression, - STATE(2632), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(301), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(321), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(842), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(850), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -53665,7 +53425,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -53684,7 +53444,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32319] = 21, + [32004] = 21, ACTIONS(69), 1, anon_sym_LBRACE, ACTIONS(71), 1, @@ -53703,15 +53463,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(928), 1, + STATE(936), 1, sym_primary_expression, STATE(951), 1, sym_string, - STATE(1561), 1, + STATE(1864), 1, sym_expression, - STATE(2629), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -53733,7 +53493,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -53741,7 +53501,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -53760,7 +53520,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32416] = 21, + [32101] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -53777,17 +53537,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1619), 1, + STATE(1920), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -53817,7 +53577,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -53836,59 +53596,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32513] = 22, - ACTIONS(688), 1, + [32198] = 21, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(696), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(852), 1, + anon_sym_await, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(1014), 1, + ACTIONS(860), 1, anon_sym_lambda, - ACTIONS(1420), 1, - anon_sym_await, - STATE(961), 1, - sym_string, - STATE(1012), 1, + ACTIONS(1198), 1, + anon_sym_STAR, + STATE(945), 1, sym_primary_expression, - STATE(1793), 1, + STATE(966), 1, + sym_string, + STATE(1667), 1, sym_expression, - STATE(2483), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1169), 2, - sym_attribute, - sym_subscript, - ACTIONS(698), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1416), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1418), 3, + ACTIONS(850), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(686), 4, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -53896,10 +53653,12 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 16, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -53913,56 +53672,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32612] = 21, - ACTIONS(69), 1, + [32295] = 21, + ACTIONS(800), 1, + anon_sym_LPAREN, + ACTIONS(808), 1, + anon_sym_LBRACK, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(404), 1, + ACTIONS(828), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(838), 1, + anon_sym_lambda, + ACTIONS(1218), 1, anon_sym_STAR, - STATE(928), 1, + STATE(946), 1, sym_primary_expression, - STATE(951), 1, + STATE(973), 1, sym_string, - STATE(1565), 1, + STATE(1605), 1, sym_expression, - STATE(2629), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(67), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(830), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -53970,7 +53729,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -53989,7 +53748,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32709] = 21, + [32392] = 21, ACTIONS(69), 1, anon_sym_LBRACE, ACTIONS(71), 1, @@ -54008,15 +53767,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(928), 1, + STATE(936), 1, sym_primary_expression, STATE(951), 1, sym_string, - STATE(1562), 1, + STATE(1558), 1, sym_expression, - STATE(2629), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -54038,7 +53797,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -54046,7 +53805,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -54065,56 +53824,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32806] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [32489] = 21, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(948), 1, + STATE(969), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1095), 1, sym_string, - STATE(1623), 1, + STATE(1804), 1, sym_expression, - STATE(2632), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, + ACTIONS(720), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(990), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -54122,7 +53881,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -54141,56 +53900,136 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32903] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [32586] = 21, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1034), 1, + anon_sym_await, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1042), 1, + anon_sym_lambda, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(948), 1, + STATE(950), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1021), 1, sym_string, - STATE(1624), 1, + STATE(1806), 1, sym_expression, - STATE(2632), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, + ACTIONS(764), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(321), 3, + ACTIONS(752), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1614), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1302), 18, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [32683] = 23, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, + anon_sym_LBRACE, + ACTIONS(724), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(726), 1, + sym_float, + ACTIONS(728), 1, + sym_string_start, + ACTIONS(994), 1, + anon_sym_not, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, + anon_sym_STAR, + ACTIONS(1416), 1, + sym_identifier, + ACTIONS(1420), 1, + anon_sym_await, + STATE(977), 1, + sym_primary_expression, + STATE(1095), 1, + sym_string, + STATE(1888), 1, + sym_expression, + STATE(2626), 1, + sym_named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1422), 2, + anon_sym_type, + anon_sym_match, + STATE(1227), 2, + sym_attribute, + sym_subscript, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(1418), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -54198,12 +54037,10 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1350), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -54217,7 +54054,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33000] = 21, + [32784] = 21, ACTIONS(732), 1, anon_sym_LPAREN, ACTIONS(740), 1, @@ -54236,15 +54073,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(860), 1, anon_sym_lambda, - ACTIONS(1216), 1, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(944), 1, + STATE(945), 1, sym_primary_expression, - STATE(956), 1, + STATE(966), 1, sym_string, - STATE(1744), 1, + STATE(1669), 1, sym_expression, - STATE(2542), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -54274,7 +54111,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -54293,56 +54130,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33097] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [32881] = 21, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(323), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(669), 1, + ACTIONS(404), 1, + anon_sym_await, + ACTIONS(652), 1, anon_sym_LPAREN, - ACTIONS(679), 1, + ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, - anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(948), 1, + STATE(936), 1, sym_primary_expression, - STATE(1006), 1, + STATE(951), 1, sym_string, - STATE(1646), 1, + STATE(1717), 1, sym_expression, - STATE(2632), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(301), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(321), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(392), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -54350,7 +54187,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -54369,7 +54206,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33194] = 21, + [32978] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -54386,17 +54223,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1627), 1, + STATE(1932), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -54426,7 +54263,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -54445,7 +54282,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33291] = 21, + [33075] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -54462,17 +54299,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1628), 1, + STATE(1620), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -54502,7 +54339,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -54521,56 +54358,133 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33388] = 21, - ACTIONS(754), 1, + [33172] = 22, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(762), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(1004), 1, + anon_sym_STAR, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1276), 1, - anon_sym_STAR, - STATE(949), 1, - sym_primary_expression, - STATE(1024), 1, + ACTIONS(1428), 1, + anon_sym_await, + STATE(967), 1, sym_string, - STATE(1785), 1, + STATE(1023), 1, + sym_primary_expression, + STATE(1788), 1, sym_expression, - STATE(2567), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, + STATE(1170), 2, + sym_attribute, + sym_subscript, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(1424), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1426), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(686), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1650), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1168), 16, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [33271] = 21, + ACTIONS(69), 1, + anon_sym_LBRACE, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(81), 1, + sym_float, + ACTIONS(83), 1, + sym_string_start, + ACTIONS(404), 1, + anon_sym_await, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, + anon_sym_STAR, + STATE(936), 1, + sym_primary_expression, + STATE(951), 1, + sym_string, + STATE(1568), 1, + sym_expression, + STATE(2516), 1, + sym_named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(67), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(392), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -54578,7 +54492,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -54597,7 +54511,73 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33485] = 21, + [33368] = 11, + ACTIONS(289), 1, + anon_sym_COMMA, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(303), 1, + anon_sym_COLON, + ACTIONS(309), 1, + anon_sym_EQ, + ACTIONS(1430), 1, + sym_identifier, + ACTIONS(1432), 1, + sym_string_start, + STATE(2222), 1, + sym_string, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(282), 10, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(325), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(284), 22, + anon_sym_as, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, + anon_sym_LT, + anon_sym_GT, + [33445] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -54614,17 +54594,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1884), 1, + STATE(1892), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -54654,7 +54634,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -54673,56 +54653,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33582] = 21, - ACTIONS(710), 1, + [33542] = 21, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(718), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(852), 1, anon_sym_await, - ACTIONS(994), 1, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(996), 1, + ACTIONS(860), 1, anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(963), 1, + STATE(945), 1, sym_primary_expression, - STATE(1042), 1, + STATE(966), 1, sym_string, - STATE(1653), 1, + STATE(1771), 1, sym_expression, - STATE(2634), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(850), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -54730,7 +54710,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -54749,56 +54729,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33679] = 21, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [33639] = 21, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(404), 1, anon_sym_await, - ACTIONS(994), 1, - anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(963), 1, + STATE(936), 1, sym_primary_expression, - STATE(1042), 1, + STATE(951), 1, sym_string, - STATE(1654), 1, + STATE(1556), 1, sym_expression, - STATE(2634), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(392), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -54806,7 +54786,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -54825,56 +54805,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33776] = 21, - ACTIONS(688), 1, - anon_sym_LPAREN, - ACTIONS(696), 1, - anon_sym_LBRACK, - ACTIONS(700), 1, + [33736] = 21, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, - anon_sym_not, - ACTIONS(1014), 1, - anon_sym_lambda, - ACTIONS(1094), 1, + ACTIONS(404), 1, anon_sym_await, - STATE(945), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, + anon_sym_STAR, + STATE(936), 1, sym_primary_expression, - STATE(961), 1, + STATE(951), 1, sym_string, - STATE(1669), 1, + STATE(1562), 1, sym_expression, - STATE(2483), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1086), 3, + ACTIONS(392), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1092), 3, + ACTIONS(400), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(686), 4, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -54882,7 +54862,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -54901,56 +54881,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33873] = 21, - ACTIONS(710), 1, + [33833] = 21, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(718), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(994), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(996), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(963), 1, + STATE(950), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1021), 1, sym_string, - STATE(1846), 1, + STATE(1794), 1, sym_expression, - STATE(2634), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(990), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -54958,7 +54938,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -54977,56 +54957,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33970] = 21, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [33930] = 21, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, + anon_sym_lambda, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(988), 1, + ACTIONS(404), 1, anon_sym_await, - ACTIONS(994), 1, - anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(963), 1, + STATE(936), 1, sym_primary_expression, - STATE(1042), 1, + STATE(951), 1, sym_string, - STATE(1655), 1, + STATE(1704), 1, sym_expression, - STATE(2634), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(392), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -55034,7 +55014,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -55053,56 +55033,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34067] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [34027] = 21, + ACTIONS(800), 1, + anon_sym_LPAREN, + ACTIONS(808), 1, + anon_sym_LBRACK, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(828), 1, + anon_sym_await, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(838), 1, + anon_sym_lambda, + ACTIONS(1218), 1, anon_sym_STAR, - STATE(948), 1, + STATE(946), 1, sym_primary_expression, - STATE(1006), 1, + STATE(973), 1, sym_string, - STATE(1920), 1, + STATE(1588), 1, sym_expression, - STATE(2632), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, + ACTIONS(810), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(830), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -55110,7 +55090,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -55129,56 +55109,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34164] = 21, - ACTIONS(710), 1, + [34124] = 21, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(718), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(994), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(996), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(1118), 1, + anon_sym_await, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(963), 1, + STATE(953), 1, sym_primary_expression, - STATE(1042), 1, + STATE(978), 1, sym_string, - STATE(1656), 1, + STATE(1700), 1, sym_expression, - STATE(2634), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(1116), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -55186,7 +55166,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -55205,56 +55185,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34261] = 21, - ACTIONS(776), 1, + [34221] = 21, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(828), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(836), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(838), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1234), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(946), 1, + STATE(950), 1, sym_primary_expression, - STATE(966), 1, + STATE(1021), 1, sym_string, - STATE(1592), 1, + STATE(1853), 1, sym_expression, - STATE(2616), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(830), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(774), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -55262,7 +55242,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -55281,59 +55261,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34358] = 22, - ACTIONS(754), 1, + [34318] = 21, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(762), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1078), 1, + ACTIONS(828), 1, + anon_sym_await, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(838), 1, anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(1218), 1, anon_sym_STAR, - ACTIONS(1414), 1, - anon_sym_await, - STATE(949), 1, + STATE(946), 1, sym_primary_expression, - STATE(1024), 1, + STATE(973), 1, sym_string, - STATE(1835), 1, + STATE(1589), 1, sym_expression, - STATE(2567), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1401), 2, - sym_attribute, - sym_subscript, - ACTIONS(764), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1422), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1424), 3, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(752), 4, + ACTIONS(830), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -55341,10 +55318,12 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 16, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -55358,56 +55337,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34457] = 21, - ACTIONS(710), 1, + [34415] = 21, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(718), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(994), 1, + ACTIONS(1004), 1, + anon_sym_STAR, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(996), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1268), 1, - anon_sym_STAR, - STATE(963), 1, + ACTIONS(1098), 1, + anon_sym_await, + STATE(944), 1, sym_primary_expression, - STATE(1042), 1, + STATE(967), 1, sym_string, - STATE(1657), 1, + STATE(1655), 1, sym_expression, - STATE(2634), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(1096), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -55415,7 +55394,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -55434,56 +55413,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34554] = 21, - ACTIONS(710), 1, + [34512] = 21, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(718), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(994), 1, + ACTIONS(1004), 1, + anon_sym_STAR, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(996), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1268), 1, - anon_sym_STAR, - STATE(963), 1, + ACTIONS(1098), 1, + anon_sym_await, + STATE(944), 1, sym_primary_expression, - STATE(1042), 1, + STATE(967), 1, sym_string, - STATE(1659), 1, + STATE(1656), 1, sym_expression, - STATE(2634), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(1096), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -55491,7 +55470,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -55510,56 +55489,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34651] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [34609] = 21, + ACTIONS(776), 1, + anon_sym_LPAREN, + ACTIONS(786), 1, + anon_sym_LBRACK, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(900), 1, + anon_sym_lambda, + ACTIONS(1118), 1, + anon_sym_await, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(948), 1, + STATE(953), 1, sym_primary_expression, - STATE(1006), 1, + STATE(978), 1, sym_string, - STATE(1629), 1, + STATE(1703), 1, sym_expression, - STATE(2632), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(301), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(321), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(1112), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1116), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -55567,7 +55546,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -55586,56 +55565,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34748] = 21, - ACTIONS(69), 1, + [34706] = 21, + ACTIONS(688), 1, + anon_sym_LPAREN, + ACTIONS(696), 1, + anon_sym_LBRACK, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1004), 1, anon_sym_STAR, - STATE(928), 1, + ACTIONS(1012), 1, + anon_sym_not, + ACTIONS(1014), 1, + anon_sym_lambda, + ACTIONS(1098), 1, + anon_sym_await, + STATE(944), 1, sym_primary_expression, - STATE(951), 1, + STATE(967), 1, sym_string, - STATE(1877), 1, + STATE(1657), 1, sym_expression, - STATE(2629), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(67), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(392), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(400), 3, + ACTIONS(1096), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -55643,7 +55622,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -55662,56 +55641,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34845] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [34803] = 21, + ACTIONS(688), 1, + anon_sym_LPAREN, + ACTIONS(696), 1, + anon_sym_LBRACK, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, - anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1004), 1, anon_sym_STAR, - STATE(948), 1, + ACTIONS(1012), 1, + anon_sym_not, + ACTIONS(1014), 1, + anon_sym_lambda, + ACTIONS(1098), 1, + anon_sym_await, + STATE(944), 1, sym_primary_expression, - STATE(1006), 1, + STATE(967), 1, sym_string, - STATE(1954), 1, + STATE(1658), 1, sym_expression, - STATE(2632), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(301), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(321), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(1090), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1096), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -55719,7 +55698,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -55738,132 +55717,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34942] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [34900] = 21, + ACTIONS(688), 1, + anon_sym_LPAREN, + ACTIONS(696), 1, + anon_sym_LBRACK, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, - anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1004), 1, anon_sym_STAR, - STATE(948), 1, - sym_primary_expression, - STATE(1006), 1, - sym_string, - STATE(1630), 1, - sym_expression, - STATE(2632), 1, - sym_named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(301), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1618), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1317), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [35039] = 21, - ACTIONS(798), 1, - anon_sym_LPAREN, - ACTIONS(808), 1, - anon_sym_LBRACK, - ACTIONS(812), 1, - anon_sym_LBRACE, - ACTIONS(814), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, - sym_float, - ACTIONS(818), 1, - sym_string_start, - ACTIONS(882), 1, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1128), 1, + ACTIONS(1098), 1, anon_sym_await, - ACTIONS(1206), 1, - anon_sym_STAR, - STATE(952), 1, + STATE(944), 1, sym_primary_expression, - STATE(981), 1, + STATE(967), 1, sym_string, - STATE(1761), 1, + STATE(1659), 1, sym_expression, - STATE(2622), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1096), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -55871,7 +55774,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -55890,56 +55793,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35136] = 21, - ACTIONS(732), 1, + [34997] = 21, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(740), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(852), 1, - anon_sym_await, - ACTIONS(858), 1, + ACTIONS(1004), 1, + anon_sym_STAR, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(860), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1216), 1, - anon_sym_STAR, + ACTIONS(1098), 1, + anon_sym_await, STATE(944), 1, sym_primary_expression, - STATE(956), 1, + STATE(967), 1, sym_string, - STATE(1675), 1, + STATE(1666), 1, sym_expression, - STATE(2542), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(850), 3, + ACTIONS(1096), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(730), 4, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -55947,7 +55850,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -55966,7 +55869,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35233] = 22, + [35094] = 21, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -55979,46 +55882,43 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(728), 1, sym_string_start, + ACTIONS(988), 1, + anon_sym_await, ACTIONS(994), 1, anon_sym_not, ACTIONS(996), 1, anon_sym_lambda, ACTIONS(1268), 1, anon_sym_STAR, - ACTIONS(1430), 1, - anon_sym_await, - STATE(963), 1, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1876), 1, + STATE(1848), 1, sym_expression, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1402), 2, - sym_attribute, - sym_subscript, ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1426), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1428), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -56026,10 +55926,12 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 16, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -56043,56 +55945,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35332] = 21, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [35191] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(994), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(996), 1, - anon_sym_lambda, - ACTIONS(1268), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(963), 1, + STATE(948), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1012), 1, sym_string, - STATE(1660), 1, + STATE(1641), 1, sym_expression, - STATE(2634), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(720), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(986), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(990), 3, + ACTIONS(301), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -56100,7 +56002,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -56119,56 +56021,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35429] = 21, + [35288] = 21, ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(788), 1, - anon_sym_LBRACE, ACTIONS(790), 1, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACE, ACTIONS(792), 1, - sym_float, + anon_sym_DOT_DOT_DOT, ACTIONS(794), 1, + sym_float, + ACTIONS(796), 1, sym_string_start, - ACTIONS(828), 1, - anon_sym_await, - ACTIONS(836), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(838), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1234), 1, + ACTIONS(1118), 1, + anon_sym_await, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(946), 1, + STATE(953), 1, sym_primary_expression, - STATE(966), 1, + STATE(978), 1, sym_string, - STATE(1575), 1, + STATE(1718), 1, sym_expression, - STATE(2616), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(830), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, + ACTIONS(1116), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -56176,7 +56078,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -56195,56 +56097,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35526] = 21, - ACTIONS(688), 1, + [35385] = 21, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(696), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(828), 1, + anon_sym_await, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1014), 1, + ACTIONS(838), 1, anon_sym_lambda, - ACTIONS(1094), 1, - anon_sym_await, - STATE(945), 1, + ACTIONS(1218), 1, + anon_sym_STAR, + STATE(946), 1, sym_primary_expression, - STATE(961), 1, + STATE(973), 1, sym_string, - STATE(1647), 1, + STATE(1583), 1, sym_expression, - STATE(2483), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1086), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1092), 3, + ACTIONS(826), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(686), 4, + ACTIONS(830), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -56252,7 +56154,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -56271,59 +56173,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35623] = 22, - ACTIONS(688), 1, + [35482] = 22, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(696), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1014), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1420), 1, + ACTIONS(1274), 1, + anon_sym_STAR, + ACTIONS(1438), 1, anon_sym_await, - STATE(945), 1, + STATE(950), 1, sym_primary_expression, - STATE(961), 1, + STATE(1021), 1, sym_string, - STATE(1793), 1, + STATE(1841), 1, sym_expression, - STATE(2483), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1398), 2, + STATE(1393), 2, sym_attribute, sym_subscript, - ACTIONS(698), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1432), 3, + ACTIONS(1434), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1434), 3, + ACTIONS(1436), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(686), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -56331,7 +56233,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 16, + STATE(1302), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -56348,56 +56250,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35722] = 21, + [35581] = 21, ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(788), 1, - anon_sym_LBRACE, ACTIONS(790), 1, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACE, ACTIONS(792), 1, - sym_float, + anon_sym_DOT_DOT_DOT, ACTIONS(794), 1, + sym_float, + ACTIONS(796), 1, sym_string_start, - ACTIONS(828), 1, - anon_sym_await, - ACTIONS(836), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(838), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1234), 1, + ACTIONS(1118), 1, + anon_sym_await, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(946), 1, + STATE(953), 1, sym_primary_expression, - STATE(966), 1, + STATE(978), 1, sym_string, - STATE(1577), 1, + STATE(1724), 1, sym_expression, - STATE(2616), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(830), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, + ACTIONS(1116), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -56405,7 +56307,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -56424,56 +56326,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35819] = 21, - ACTIONS(776), 1, + [35678] = 21, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(828), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(836), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(838), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1234), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(946), 1, + STATE(950), 1, sym_primary_expression, - STATE(966), 1, + STATE(1021), 1, sym_string, - STATE(1598), 1, + STATE(1791), 1, sym_expression, - STATE(2616), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(830), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(774), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -56481,7 +56383,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -56500,56 +56402,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35916] = 21, - ACTIONS(776), 1, + [35775] = 21, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(828), 1, - anon_sym_await, - ACTIONS(836), 1, + ACTIONS(1004), 1, + anon_sym_STAR, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(838), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1234), 1, - anon_sym_STAR, - STATE(946), 1, + ACTIONS(1098), 1, + anon_sym_await, + STATE(944), 1, sym_primary_expression, - STATE(966), 1, + STATE(967), 1, sym_string, - STATE(1571), 1, + STATE(1660), 1, sym_expression, - STATE(2616), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(830), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(774), 4, + ACTIONS(1096), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -56557,7 +56459,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -56576,56 +56478,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36013] = 21, - ACTIONS(776), 1, + [35872] = 21, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(828), 1, - anon_sym_await, - ACTIONS(836), 1, + ACTIONS(1004), 1, + anon_sym_STAR, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(838), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1234), 1, - anon_sym_STAR, - STATE(946), 1, + ACTIONS(1098), 1, + anon_sym_await, + STATE(944), 1, sym_primary_expression, - STATE(966), 1, + STATE(967), 1, sym_string, - STATE(1589), 1, + STATE(1661), 1, sym_expression, - STATE(2616), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(830), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(774), 4, + ACTIONS(1096), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -56633,7 +56535,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -56652,60 +56554,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36110] = 23, - ACTIONS(710), 1, + [35969] = 21, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(718), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(994), 1, + ACTIONS(1004), 1, + anon_sym_STAR, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(996), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1268), 1, - anon_sym_STAR, - ACTIONS(1430), 1, + ACTIONS(1098), 1, anon_sym_await, - ACTIONS(1436), 1, - sym_identifier, - STATE(992), 1, + STATE(944), 1, sym_primary_expression, - STATE(1042), 1, + STATE(967), 1, sym_string, - STATE(1876), 1, + STATE(1647), 1, sym_expression, - STATE(2634), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1440), 2, - anon_sym_type, - anon_sym_match, - STATE(1218), 2, - sym_attribute, - sym_subscript, - ACTIONS(720), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1438), 3, + ACTIONS(1090), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1096), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(708), 4, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -56713,10 +56611,12 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 16, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -56730,7 +56630,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36211] = 21, + [36066] = 21, ACTIONS(69), 1, anon_sym_LBRACE, ACTIONS(71), 1, @@ -56749,15 +56649,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(928), 1, + STATE(936), 1, sym_primary_expression, STATE(951), 1, sym_string, - STATE(1772), 1, + STATE(1818), 1, sym_expression, - STATE(2629), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -56779,7 +56679,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -56787,7 +56687,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -56806,29 +56706,105 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36308] = 10, - ACTIONS(289), 1, - anon_sym_COMMA, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(1442), 1, - sym_identifier, - ACTIONS(1444), 1, + [36163] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, sym_string_start, - STATE(2295), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, + anon_sym_not, + ACTIONS(1372), 1, + anon_sym_STAR, + STATE(948), 1, + sym_primary_expression, + STATE(1012), 1, sym_string, + STATE(1958), 1, + sym_expression, + STATE(2625), 1, + sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(309), 2, - anon_sym_COLON, - anon_sym_EQ, - ACTIONS(282), 10, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(295), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1618), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1272), 18, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [36260] = 10, + ACTIONS(289), 1, + anon_sym_COMMA, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(1430), 1, + sym_identifier, + ACTIONS(1432), 1, + sym_string_start, + STATE(2222), 1, + sym_string, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(309), 2, + anon_sym_COLON, + anon_sym_EQ, + ACTIONS(282), 10, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -56871,18 +56847,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_is, anon_sym_LT, anon_sym_GT, - [36383] = 21, - ACTIONS(776), 1, + [36335] = 21, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, ACTIONS(828), 1, anon_sym_await, @@ -56890,20 +56866,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(838), 1, anon_sym_lambda, - ACTIONS(1234), 1, + ACTIONS(1218), 1, anon_sym_STAR, STATE(946), 1, sym_primary_expression, - STATE(966), 1, + STATE(973), 1, sym_string, - STATE(1588), 1, + STATE(1591), 1, sym_expression, - STATE(2616), 1, + STATE(2631), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, @@ -56915,12 +56891,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(774), 4, + ACTIONS(798), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1580), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -56928,7 +56904,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -56947,56 +56923,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36480] = 21, - ACTIONS(69), 1, + [36432] = 21, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(404), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1040), 1, + anon_sym_not, + ACTIONS(1042), 1, + anon_sym_lambda, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(928), 1, + STATE(950), 1, sym_primary_expression, - STATE(951), 1, + STATE(1021), 1, sym_string, - STATE(1687), 1, + STATE(1625), 1, sym_expression, - STATE(2629), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(67), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(1036), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -57004,7 +56980,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -57023,56 +56999,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36577] = 21, - ACTIONS(798), 1, + [36529] = 21, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(808), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1128), 1, + ACTIONS(1118), 1, anon_sym_await, - ACTIONS(1206), 1, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(952), 1, + STATE(953), 1, sym_primary_expression, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1714), 1, + STATE(1707), 1, sym_expression, - STATE(2622), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(1116), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -57080,7 +57056,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -57099,7 +57075,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36674] = 21, + [36626] = 21, ACTIONS(754), 1, anon_sym_LPAREN, ACTIONS(762), 1, @@ -57112,21 +57088,21 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(772), 1, sym_string_start, - ACTIONS(1072), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1080), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(949), 1, + STATE(950), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1609), 1, + STATE(1646), 1, sym_expression, - STATE(2567), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -57135,11 +57111,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, @@ -57148,7 +57124,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -57175,7 +57151,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36771] = 21, + [36723] = 21, ACTIONS(69), 1, anon_sym_LBRACE, ACTIONS(71), 1, @@ -57194,15 +57170,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(928), 1, + STATE(936), 1, sym_primary_expression, STATE(951), 1, sym_string, - STATE(1555), 1, + STATE(1762), 1, sym_expression, - STATE(2629), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -57224,7 +57200,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -57232,7 +57208,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -57251,56 +57227,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36868] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [36820] = 21, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1034), 1, + anon_sym_await, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1042), 1, + anon_sym_lambda, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(948), 1, + STATE(950), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1021), 1, sym_string, - STATE(1999), 1, + STATE(1645), 1, sym_expression, - STATE(2632), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, + ACTIONS(764), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -57308,7 +57284,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -57327,56 +57303,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36965] = 21, - ACTIONS(776), 1, + [36917] = 21, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(828), 1, + ACTIONS(852), 1, anon_sym_await, - ACTIONS(836), 1, + ACTIONS(858), 1, anon_sym_not, - ACTIONS(838), 1, + ACTIONS(860), 1, anon_sym_lambda, - ACTIONS(1234), 1, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(946), 1, + STATE(945), 1, sym_primary_expression, STATE(966), 1, sym_string, - STATE(1586), 1, + STATE(1680), 1, sym_expression, - STATE(2616), 1, + STATE(2527), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(830), 3, + ACTIONS(842), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(774), 4, + ACTIONS(850), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(730), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1674), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -57384,7 +57360,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -57403,73 +57379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37062] = 11, - ACTIONS(289), 1, - anon_sym_COMMA, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(303), 1, - anon_sym_COLON, - ACTIONS(309), 1, - anon_sym_EQ, - ACTIONS(1442), 1, - sym_identifier, - ACTIONS(1444), 1, - sym_string_start, - STATE(2295), 1, - sym_string, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(282), 10, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(325), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(284), 22, - anon_sym_as, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT, - anon_sym_GT, - [37139] = 21, + [37014] = 22, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(718), 1, @@ -57482,43 +57392,46 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(728), 1, sym_string_start, - ACTIONS(988), 1, - anon_sym_await, ACTIONS(994), 1, anon_sym_not, ACTIONS(996), 1, anon_sym_lambda, ACTIONS(1268), 1, anon_sym_STAR, - STATE(963), 1, + ACTIONS(1420), 1, + anon_sym_await, + STATE(969), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1651), 1, + STATE(1888), 1, sym_expression, - STATE(2634), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, + STATE(1396), 2, + sym_attribute, + sym_subscript, ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(990), 3, + ACTIONS(1440), 3, anon_sym_type, anon_sym_match, sym_identifier, + ACTIONS(1442), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -57526,12 +57439,10 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 18, + STATE(1350), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -57545,56 +57456,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37236] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [37113] = 22, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1042), 1, + anon_sym_lambda, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(948), 1, + ACTIONS(1438), 1, + anon_sym_await, + STATE(1020), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1021), 1, sym_string, - STATE(1799), 1, + STATE(1841), 1, sym_expression, - STATE(2632), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(301), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(321), 3, + STATE(1334), 2, + sym_attribute, + sym_subscript, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(1444), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1446), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -57602,12 +57516,10 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1302), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -57621,59 +57533,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37333] = 22, - ACTIONS(710), 1, + [37212] = 21, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(718), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(994), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(996), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1268), 1, - anon_sym_STAR, - ACTIONS(1430), 1, + ACTIONS(1118), 1, anon_sym_await, - STATE(992), 1, + ACTIONS(1212), 1, + anon_sym_STAR, + STATE(953), 1, sym_primary_expression, - STATE(1042), 1, + STATE(978), 1, sym_string, - STATE(1876), 1, + STATE(1695), 1, sym_expression, - STATE(2634), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1218), 2, - sym_attribute, - sym_subscript, - ACTIONS(720), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1438), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(1440), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(708), 4, + ACTIONS(1116), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1649), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -57681,10 +57590,12 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1382), 16, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -57698,56 +57609,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37432] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [37309] = 21, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1034), 1, + anon_sym_await, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1042), 1, + anon_sym_lambda, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(948), 1, + STATE(950), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1021), 1, sym_string, - STATE(1892), 1, + STATE(1626), 1, sym_expression, - STATE(2632), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, + ACTIONS(764), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(1036), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -57755,7 +57666,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -57774,56 +57685,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37529] = 21, - ACTIONS(732), 1, + [37406] = 21, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(740), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(858), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(860), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1216), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(944), 1, + STATE(950), 1, sym_primary_expression, - STATE(956), 1, + STATE(1021), 1, sym_string, - STATE(1677), 1, + STATE(1607), 1, sym_expression, - STATE(2542), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(850), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(730), 4, + ACTIONS(1036), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -57831,7 +57742,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -57850,56 +57761,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37626] = 21, - ACTIONS(732), 1, + [37503] = 21, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(740), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(858), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(860), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1216), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(944), 1, + STATE(950), 1, sym_primary_expression, - STATE(956), 1, + STATE(1021), 1, sym_string, - STATE(1678), 1, + STATE(1612), 1, sym_expression, - STATE(2542), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(850), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(730), 4, + ACTIONS(1036), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -57907,7 +57818,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -57926,56 +57837,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37723] = 21, - ACTIONS(732), 1, + [37600] = 21, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(740), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(852), 1, - anon_sym_await, - ACTIONS(858), 1, + ACTIONS(1004), 1, + anon_sym_STAR, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(860), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1216), 1, - anon_sym_STAR, + ACTIONS(1098), 1, + anon_sym_await, STATE(944), 1, sym_primary_expression, - STATE(956), 1, + STATE(967), 1, sym_string, - STATE(1679), 1, + STATE(1653), 1, sym_expression, - STATE(2542), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, + ACTIONS(1090), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(850), 3, + ACTIONS(1096), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(730), 4, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -57983,7 +57894,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -58002,56 +57913,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37820] = 21, - ACTIONS(732), 1, + [37697] = 22, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(740), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(852), 1, - anon_sym_await, - ACTIONS(858), 1, + ACTIONS(1004), 1, + anon_sym_STAR, + ACTIONS(1012), 1, anon_sym_not, - ACTIONS(860), 1, + ACTIONS(1014), 1, anon_sym_lambda, - ACTIONS(1216), 1, - anon_sym_STAR, + ACTIONS(1428), 1, + anon_sym_await, STATE(944), 1, sym_primary_expression, - STATE(956), 1, + STATE(967), 1, sym_string, - STATE(1680), 1, + STATE(1788), 1, sym_expression, - STATE(2542), 1, + STATE(2647), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, + STATE(1389), 2, + sym_attribute, + sym_subscript, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, + ACTIONS(1448), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(850), 3, + ACTIONS(1450), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(730), 4, + ACTIONS(686), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1650), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -58059,12 +57973,10 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1168), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -58078,56 +57990,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37917] = 21, - ACTIONS(732), 1, + [37796] = 21, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(740), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(858), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(860), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1216), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(944), 1, + STATE(950), 1, sym_primary_expression, - STATE(956), 1, + STATE(1021), 1, sym_string, - STATE(1681), 1, + STATE(1623), 1, sym_expression, - STATE(2542), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(850), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(730), 4, + ACTIONS(1036), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -58135,7 +58047,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -58154,56 +58066,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38014] = 21, - ACTIONS(798), 1, - anon_sym_LPAREN, - ACTIONS(808), 1, - anon_sym_LBRACK, - ACTIONS(812), 1, + [37893] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(884), 1, - anon_sym_lambda, - ACTIONS(1128), 1, - anon_sym_await, - ACTIONS(1206), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(952), 1, + STATE(948), 1, sym_primary_expression, - STATE(981), 1, + STATE(1012), 1, sym_string, - STATE(1725), 1, + STATE(1808), 1, sym_expression, - STATE(2622), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1122), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1126), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -58211,7 +58123,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -58230,56 +58142,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38111] = 21, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [37990] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1080), 1, - anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(949), 1, + STATE(948), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1012), 1, sym_string, - STATE(1886), 1, + STATE(1910), 1, sym_expression, - STATE(2567), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(301), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -58287,7 +58199,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -58306,56 +58218,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38208] = 21, - ACTIONS(732), 1, + [38087] = 21, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(740), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(1034), 1, anon_sym_await, - ACTIONS(858), 1, + ACTIONS(1040), 1, anon_sym_not, - ACTIONS(860), 1, + ACTIONS(1042), 1, anon_sym_lambda, - ACTIONS(1216), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(944), 1, + STATE(950), 1, sym_primary_expression, - STATE(956), 1, + STATE(1021), 1, sym_string, - STATE(1652), 1, + STATE(1613), 1, sym_expression, - STATE(2542), 1, + STATE(2500), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(850), 3, + ACTIONS(1032), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(730), 4, + ACTIONS(1036), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(752), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1614), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -58363,7 +58275,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -58382,56 +58294,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38305] = 21, - ACTIONS(798), 1, + [38184] = 21, + ACTIONS(710), 1, anon_sym_LPAREN, - ACTIONS(808), 1, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(996), 1, anon_sym_lambda, - ACTIONS(1128), 1, - anon_sym_await, - ACTIONS(1206), 1, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(952), 1, + STATE(969), 1, sym_primary_expression, - STATE(981), 1, + STATE(1095), 1, sym_string, - STATE(1729), 1, + STATE(1672), 1, sym_expression, - STATE(2622), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1126), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -58439,7 +58351,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -58458,56 +58370,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38402] = 21, - ACTIONS(798), 1, - anon_sym_LPAREN, - ACTIONS(808), 1, - anon_sym_LBRACK, - ACTIONS(812), 1, + [38281] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(884), 1, - anon_sym_lambda, - ACTIONS(1128), 1, - anon_sym_await, - ACTIONS(1206), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(952), 1, + STATE(948), 1, sym_primary_expression, - STATE(981), 1, + STATE(1012), 1, sym_string, - STATE(1730), 1, + STATE(1629), 1, sym_expression, - STATE(2622), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1122), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1126), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -58515,7 +58427,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -58534,56 +58446,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38499] = 21, - ACTIONS(798), 1, - anon_sym_LPAREN, - ACTIONS(808), 1, - anon_sym_LBRACK, - ACTIONS(812), 1, + [38378] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(884), 1, - anon_sym_lambda, - ACTIONS(1128), 1, - anon_sym_await, - ACTIONS(1206), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(952), 1, + STATE(948), 1, sym_primary_expression, - STATE(981), 1, + STATE(1012), 1, sym_string, - STATE(1731), 1, + STATE(1630), 1, sym_expression, - STATE(2622), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1122), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1126), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -58591,7 +58503,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -58610,56 +58522,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38596] = 21, - ACTIONS(798), 1, + [38475] = 21, + ACTIONS(710), 1, anon_sym_LPAREN, - ACTIONS(808), 1, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(884), 1, + ACTIONS(996), 1, anon_sym_lambda, - ACTIONS(1128), 1, - anon_sym_await, - ACTIONS(1206), 1, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(952), 1, + STATE(969), 1, sym_primary_expression, - STATE(981), 1, + STATE(1095), 1, sym_string, - STATE(1705), 1, + STATE(1673), 1, sym_expression, - STATE(2622), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1126), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -58667,7 +58579,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -58686,7 +58598,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38693] = 21, + [38572] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -58703,17 +58615,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1903), 1, + STATE(1631), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -58743,7 +58655,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -58762,56 +58674,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38790] = 21, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [38669] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1080), 1, - anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(949), 1, + STATE(948), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1012), 1, sym_string, - STATE(1882), 1, + STATE(1633), 1, sym_expression, - STATE(2567), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(301), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -58819,7 +58731,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -58838,56 +58750,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38887] = 21, - ACTIONS(688), 1, + [38766] = 21, + ACTIONS(710), 1, anon_sym_LPAREN, - ACTIONS(696), 1, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(1014), 1, + ACTIONS(996), 1, anon_sym_lambda, - ACTIONS(1094), 1, - anon_sym_await, - STATE(945), 1, + ACTIONS(1268), 1, + anon_sym_STAR, + STATE(969), 1, sym_primary_expression, - STATE(961), 1, + STATE(1095), 1, sym_string, - STATE(1868), 1, + STATE(1675), 1, sym_expression, - STATE(2483), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1086), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1092), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(686), 4, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -58895,7 +58807,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -58914,132 +58826,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38984] = 21, - ACTIONS(688), 1, + [38863] = 21, + ACTIONS(710), 1, anon_sym_LPAREN, - ACTIONS(696), 1, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(1014), 1, + ACTIONS(996), 1, anon_sym_lambda, - ACTIONS(1094), 1, - anon_sym_await, - STATE(945), 1, + ACTIONS(1268), 1, + anon_sym_STAR, + STATE(969), 1, sym_primary_expression, - STATE(961), 1, + STATE(1095), 1, sym_string, - STATE(1648), 1, + STATE(1676), 1, sym_expression, - STATE(2483), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1086), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1092), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(686), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1673), 7, - sym_named_expression, - sym_as_pattern_, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1167), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [39081] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(323), 1, - anon_sym_lambda, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1042), 1, - anon_sym_not, - ACTIONS(1370), 1, - anon_sym_STAR, - STATE(948), 1, - sym_primary_expression, - STATE(1006), 1, - sym_string, - STATE(1904), 1, - sym_expression, - STATE(2632), 1, - sym_named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(295), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(301), 3, + ACTIONS(990), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -59047,7 +58883,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -59066,56 +58902,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39178] = 21, - ACTIONS(69), 1, + [38960] = 21, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(404), 1, + ACTIONS(988), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(994), 1, + anon_sym_not, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(928), 1, + STATE(969), 1, sym_primary_expression, - STATE(951), 1, + STATE(1095), 1, sym_string, - STATE(1557), 1, + STATE(1677), 1, sym_expression, - STATE(2629), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(67), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -59123,7 +58959,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -59142,7 +58978,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39275] = 21, + [39057] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -59159,17 +58995,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1925), 1, + STATE(1635), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -59199,7 +59035,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -59218,56 +59054,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39372] = 21, - ACTIONS(69), 1, + [39154] = 21, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, - anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(404), 1, + ACTIONS(988), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(994), 1, + anon_sym_not, + ACTIONS(996), 1, + anon_sym_lambda, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(928), 1, + STATE(969), 1, sym_primary_expression, - STATE(951), 1, + STATE(1095), 1, sym_string, - STATE(1569), 1, + STATE(1678), 1, sym_expression, - STATE(2629), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(67), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -59275,7 +59111,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -59294,56 +59130,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39469] = 21, - ACTIONS(688), 1, + [39251] = 21, + ACTIONS(710), 1, anon_sym_LPAREN, - ACTIONS(696), 1, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(1014), 1, + ACTIONS(996), 1, anon_sym_lambda, - ACTIONS(1094), 1, - anon_sym_await, - STATE(945), 1, + ACTIONS(1268), 1, + anon_sym_STAR, + STATE(969), 1, sym_primary_expression, - STATE(961), 1, + STATE(1095), 1, sym_string, - STATE(1663), 1, + STATE(1679), 1, sym_expression, - STATE(2483), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1086), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1092), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(686), 4, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -59351,7 +59187,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -59370,7 +59206,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39566] = 21, + [39348] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -59387,17 +59223,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1944), 1, + STATE(1839), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -59427,7 +59263,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -59446,7 +59282,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39663] = 21, + [39445] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -59463,17 +59299,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1953), 1, + STATE(1905), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -59503,7 +59339,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -59522,56 +59358,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39760] = 21, - ACTIONS(688), 1, + [39542] = 21, + ACTIONS(710), 1, anon_sym_LPAREN, - ACTIONS(696), 1, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(988), 1, + anon_sym_await, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(1014), 1, + ACTIONS(996), 1, anon_sym_lambda, - ACTIONS(1094), 1, - anon_sym_await, - STATE(945), 1, + ACTIONS(1268), 1, + anon_sym_STAR, + STATE(969), 1, sym_primary_expression, - STATE(961), 1, + STATE(1095), 1, sym_string, - STATE(1658), 1, + STATE(1648), 1, sym_expression, - STATE(2483), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1086), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1092), 3, + ACTIONS(986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(686), 4, + ACTIONS(990), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -59579,7 +59415,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -59598,7 +59434,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39857] = 21, + [39639] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -59615,17 +59451,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1962), 1, + STATE(1897), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -59655,7 +59491,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -59674,72 +59510,83 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39954] = 10, - ACTIONS(289), 1, - anon_sym_COMMA, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(1446), 1, - anon_sym_for, - ACTIONS(1448), 1, - anon_sym_with, - ACTIONS(1450), 1, - anon_sym_def, + [39736] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, + sym_string_start, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, + anon_sym_not, + ACTIONS(1372), 1, + anon_sym_STAR, + STATE(948), 1, + sym_primary_expression, + STATE(1012), 1, + sym_string, + STATE(1636), 1, + sym_expression, + STATE(2625), 1, + sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(309), 2, - anon_sym_COLON, - anon_sym_EQ, - ACTIONS(325), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(284), 15, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, + ACTIONS(295), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(282), 17, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_as, - anon_sym_if, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [40029] = 21, + anon_sym_TILDE, + ACTIONS(329), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1618), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1272), 18, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [39833] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -59756,17 +59603,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1968), 1, + STATE(1921), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -59796,7 +59643,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -59815,56 +59662,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [40126] = 21, - ACTIONS(688), 1, - anon_sym_LPAREN, - ACTIONS(696), 1, - anon_sym_LBRACK, - ACTIONS(700), 1, + [39930] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1004), 1, - anon_sym_STAR, - ACTIONS(1012), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1014), 1, - anon_sym_lambda, - ACTIONS(1094), 1, - anon_sym_await, - STATE(945), 1, + ACTIONS(1372), 1, + anon_sym_STAR, + STATE(948), 1, sym_primary_expression, - STATE(961), 1, + STATE(1012), 1, sym_string, - STATE(1803), 1, + STATE(1937), 1, sym_expression, - STATE(2483), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(698), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1086), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1092), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(686), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1673), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -59872,7 +59719,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1167), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -59891,56 +59738,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [40223] = 21, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [40027] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1072), 1, - anon_sym_await, - ACTIONS(1078), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1080), 1, - anon_sym_lambda, - ACTIONS(1276), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(949), 1, + STATE(948), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1012), 1, sym_string, - STATE(1824), 1, + STATE(1949), 1, sym_expression, - STATE(2567), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(764), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1070), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1074), 3, + ACTIONS(301), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(752), 4, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1608), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -59948,7 +59795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1302), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -59967,7 +59814,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [40320] = 21, + [40124] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -59984,17 +59831,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1976), 1, + STATE(1956), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -60024,7 +59871,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -60043,7 +59890,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [40417] = 21, + [40221] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -60060,17 +59907,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1977), 1, + STATE(1968), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -60100,7 +59947,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -60119,56 +59966,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [40514] = 21, - ACTIONS(69), 1, + [40318] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, + ACTIONS(323), 1, anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1046), 1, + anon_sym_not, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(928), 1, + STATE(948), 1, sym_primary_expression, - STATE(951), 1, + STATE(1012), 1, sym_string, - STATE(1567), 1, + STATE(1842), 1, sym_expression, - STATE(2629), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(67), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -60176,7 +60023,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -60195,56 +60042,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [40611] = 21, + [40415] = 21, ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(784), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(788), 1, - anon_sym_LBRACE, ACTIONS(790), 1, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACE, ACTIONS(792), 1, - sym_float, + anon_sym_DOT_DOT_DOT, ACTIONS(794), 1, + sym_float, + ACTIONS(796), 1, sym_string_start, - ACTIONS(828), 1, - anon_sym_await, - ACTIONS(836), 1, + ACTIONS(898), 1, anon_sym_not, - ACTIONS(838), 1, + ACTIONS(900), 1, anon_sym_lambda, - ACTIONS(1234), 1, + ACTIONS(1118), 1, + anon_sym_await, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(946), 1, + STATE(953), 1, sym_primary_expression, - STATE(966), 1, + STATE(978), 1, sym_string, - STATE(1753), 1, + STATE(1730), 1, sym_expression, - STATE(2616), 1, + STATE(2579), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(786), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(830), 3, + ACTIONS(1112), 3, anon_sym_type, anon_sym_match, sym_identifier, + ACTIONS(1116), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1596), 7, + STATE(1711), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -60252,7 +60099,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1230), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -60271,7 +60118,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [40708] = 21, + [40512] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -60288,17 +60135,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1838), 1, + STATE(1980), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -60328,7 +60175,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -60347,7 +60194,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [40805] = 21, + [40609] = 21, ACTIONS(299), 1, anon_sym_await, ACTIONS(316), 1, @@ -60364,17 +60211,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1983), 1, + STATE(1981), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -60404,7 +60251,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -60423,56 +60270,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [40902] = 21, - ACTIONS(732), 1, + [40706] = 22, + ACTIONS(710), 1, anon_sym_LPAREN, - ACTIONS(740), 1, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(852), 1, - anon_sym_await, - ACTIONS(858), 1, + ACTIONS(994), 1, anon_sym_not, - ACTIONS(860), 1, + ACTIONS(996), 1, anon_sym_lambda, - ACTIONS(1216), 1, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(944), 1, + ACTIONS(1420), 1, + anon_sym_await, + STATE(977), 1, sym_primary_expression, - STATE(956), 1, + STATE(1095), 1, sym_string, - STATE(1667), 1, + STATE(1888), 1, sym_expression, - STATE(2542), 1, + STATE(2626), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(742), 3, + STATE(1227), 2, + sym_attribute, + sym_subscript, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(842), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(850), 3, + ACTIONS(1418), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(730), 4, + ACTIONS(1422), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(708), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1674), 7, + STATE(1671), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -60480,12 +60330,10 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1213), 18, + STATE(1350), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -60499,56 +60347,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [40999] = 21, - ACTIONS(299), 1, - anon_sym_await, - ACTIONS(316), 1, + [40805] = 21, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(323), 1, + ACTIONS(71), 1, + anon_sym_not, + ACTIONS(73), 1, anon_sym_lambda, - ACTIONS(327), 1, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(669), 1, + ACTIONS(404), 1, + anon_sym_await, + ACTIONS(652), 1, anon_sym_LPAREN, - ACTIONS(679), 1, + ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, - anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(948), 1, + STATE(936), 1, sym_primary_expression, - STATE(1006), 1, + STATE(951), 1, sym_string, - STATE(1984), 1, + STATE(1970), 1, sym_expression, - STATE(2632), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(295), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(301), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(321), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(329), 4, + ACTIONS(392), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(400), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1618), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -60556,7 +60404,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -60575,56 +60423,56 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [41096] = 21, - ACTIONS(69), 1, + [40902] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_not, - ACTIONS(73), 1, + ACTIONS(323), 1, anon_sym_lambda, - ACTIONS(77), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1046), 1, + anon_sym_not, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(928), 1, + STATE(948), 1, sym_primary_expression, - STATE(951), 1, + STATE(1012), 1, sym_string, - STATE(1806), 1, + STATE(1997), 1, sym_expression, - STATE(2629), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(67), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(392), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(400), 3, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -60632,7 +60480,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -60651,56 +60499,208 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [41193] = 21, - ACTIONS(798), 1, - anon_sym_LPAREN, - ACTIONS(808), 1, - anon_sym_LBRACK, - ACTIONS(812), 1, + [40999] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(882), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(884), 1, - anon_sym_lambda, - ACTIONS(1128), 1, - anon_sym_await, - ACTIONS(1206), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(952), 1, + STATE(948), 1, sym_primary_expression, - STATE(981), 1, + STATE(1012), 1, sym_string, - STATE(1693), 1, + STATE(1986), 1, sym_expression, - STATE(2622), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 3, + ACTIONS(295), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1122), 3, + ACTIONS(329), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1618), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1272), 18, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [41096] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, + sym_string_start, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, + anon_sym_not, + ACTIONS(1372), 1, + anon_sym_STAR, + STATE(948), 1, + sym_primary_expression, + STATE(1012), 1, + sym_string, + STATE(1884), 1, + sym_expression, + STATE(2625), 1, + sym_named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(295), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(301), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1126), 3, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1618), 7, + sym_named_expression, + sym_as_pattern_, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1272), 18, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [41193] = 21, + ACTIONS(299), 1, + anon_sym_await, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(323), 1, + anon_sym_lambda, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, + sym_string_start, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1046), 1, + anon_sym_not, + ACTIONS(1372), 1, + anon_sym_STAR, + STATE(948), 1, + sym_primary_expression, + STATE(1012), 1, + sym_string, + STATE(1987), 1, + sym_expression, + STATE(2625), 1, + sym_named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(295), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(796), 4, + ACTIONS(301), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1709), 7, + STATE(1618), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -60708,7 +60708,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1310), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -60744,17 +60744,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1042), 1, + ACTIONS(1046), 1, anon_sym_not, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, STATE(948), 1, sym_primary_expression, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1985), 1, + STATE(1988), 1, sym_expression, - STATE(2632), 1, + STATE(2625), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -60784,7 +60784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -60887,15 +60887,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(928), 1, + STATE(936), 1, sym_primary_expression, STATE(951), 1, sym_string, - STATE(1554), 1, + STATE(1564), 1, sym_expression, - STATE(2629), 1, + STATE(2516), 1, sym_named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -60917,7 +60917,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1566), 7, + STATE(1555), 7, sym_named_expression, sym_as_pattern_, sym_not_operator, @@ -60925,7 +60925,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1082), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -60948,22 +60948,22 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1462), 1, anon_sym_else, ACTIONS(1464), 1, - anon_sym_except, + anon_sym_except_STAR, ACTIONS(1466), 1, anon_sym_finally, - STATE(685), 1, + STATE(696), 1, sym_else_clause, - STATE(831), 1, + STATE(774), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(604), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - ACTIONS(1458), 12, + STATE(602), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + ACTIONS(1460), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -60974,7 +60974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1460), 32, + ACTIONS(1458), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -61008,25 +61008,25 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, [41631] = 9, - ACTIONS(1472), 1, + ACTIONS(1468), 1, anon_sym_else, - ACTIONS(1474), 1, + ACTIONS(1470), 1, anon_sym_except_STAR, - ACTIONS(1476), 1, + ACTIONS(1472), 1, anon_sym_finally, - STATE(695), 1, + STATE(700), 1, sym_else_clause, - STATE(775), 1, + STATE(748), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(610), 2, + STATE(606), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, - ACTIONS(1470), 12, - sym_dedent, + ACTIONS(1460), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -61037,7 +61037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1468), 32, + ACTIONS(1458), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -61071,23 +61071,23 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, [41703] = 9, - ACTIONS(1472), 1, + ACTIONS(1462), 1, anon_sym_else, - ACTIONS(1476), 1, + ACTIONS(1466), 1, anon_sym_finally, - ACTIONS(1478), 1, + ACTIONS(1474), 1, anon_sym_except, - STATE(688), 1, + STATE(696), 1, sym_else_clause, - STATE(794), 1, + STATE(774), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(609), 2, + STATE(601), 2, sym_except_clause, aux_sym_try_statement_repeat1, - ACTIONS(1458), 12, + ACTIONS(1460), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -61100,7 +61100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1460), 32, + ACTIONS(1458), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -61134,23 +61134,23 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, [41775] = 9, - ACTIONS(1472), 1, + ACTIONS(1462), 1, anon_sym_else, - ACTIONS(1474), 1, - anon_sym_except_STAR, - ACTIONS(1476), 1, + ACTIONS(1466), 1, anon_sym_finally, - STATE(688), 1, + ACTIONS(1474), 1, + anon_sym_except, + STATE(701), 1, sym_else_clause, - STATE(794), 1, + STATE(796), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(610), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - ACTIONS(1458), 12, + STATE(601), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + ACTIONS(1478), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -61163,7 +61163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1460), 32, + ACTIONS(1476), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -61197,23 +61197,23 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, [41847] = 9, - ACTIONS(1472), 1, + ACTIONS(1462), 1, anon_sym_else, - ACTIONS(1476), 1, + ACTIONS(1464), 1, + anon_sym_except_STAR, + ACTIONS(1466), 1, anon_sym_finally, - ACTIONS(1478), 1, - anon_sym_except, - STATE(695), 1, + STATE(701), 1, sym_else_clause, - STATE(775), 1, + STATE(796), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(609), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - ACTIONS(1470), 12, + STATE(602), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + ACTIONS(1478), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -61226,7 +61226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1468), 32, + ACTIONS(1476), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -61260,23 +61260,23 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, [41919] = 9, - ACTIONS(1462), 1, + ACTIONS(1468), 1, anon_sym_else, - ACTIONS(1464), 1, - anon_sym_except, - ACTIONS(1466), 1, + ACTIONS(1470), 1, + anon_sym_except_STAR, + ACTIONS(1472), 1, anon_sym_finally, - STATE(696), 1, + STATE(686), 1, sym_else_clause, - STATE(749), 1, + STATE(817), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(604), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - ACTIONS(1470), 12, + STATE(606), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + ACTIONS(1478), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -61289,7 +61289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1468), 32, + ACTIONS(1476), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -61323,23 +61323,23 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, [41991] = 9, - ACTIONS(1462), 1, + ACTIONS(1468), 1, anon_sym_else, - ACTIONS(1466), 1, + ACTIONS(1472), 1, anon_sym_finally, ACTIONS(1480), 1, - anon_sym_except_STAR, - STATE(685), 1, + anon_sym_except, + STATE(686), 1, sym_else_clause, - STATE(831), 1, + STATE(817), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(597), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - ACTIONS(1458), 12, + STATE(605), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + ACTIONS(1478), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -61352,7 +61352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1460), 32, + ACTIONS(1476), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -61386,23 +61386,23 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, [42063] = 9, - ACTIONS(1462), 1, + ACTIONS(1468), 1, anon_sym_else, - ACTIONS(1466), 1, + ACTIONS(1472), 1, anon_sym_finally, ACTIONS(1480), 1, - anon_sym_except_STAR, - STATE(696), 1, + anon_sym_except, + STATE(700), 1, sym_else_clause, - STATE(749), 1, + STATE(748), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(597), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - ACTIONS(1470), 12, + STATE(605), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + ACTIONS(1460), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -61415,7 +61415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1468), 32, + ACTIONS(1458), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -61459,7 +61459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, ACTIONS(1482), 1, anon_sym_LBRACK, - STATE(1974), 1, + STATE(2002), 1, sym_type_parameter, ACTIONS(3), 2, sym_comment, @@ -61511,67 +61511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [42208] = 8, - ACTIONS(1462), 1, - anon_sym_else, - ACTIONS(1488), 1, - anon_sym_elif, - STATE(618), 1, - aux_sym_if_statement_repeat1, - STATE(697), 1, - sym_elif_clause, - STATE(813), 1, - sym_else_clause, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1484), 12, - sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1486), 32, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_exec, - anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - [42276] = 7, + [42208] = 7, ACTIONS(289), 1, anon_sym_COMMA, ACTIONS(297), 1, @@ -61630,184 +61570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [42342] = 5, - ACTIONS(1494), 1, - anon_sym_except_STAR, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(597), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - ACTIONS(1490), 12, - sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1492), 34, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_exec, - anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - [42404] = 8, - ACTIONS(1462), 1, - anon_sym_else, - ACTIONS(1488), 1, - anon_sym_elif, - STATE(595), 1, - aux_sym_if_statement_repeat1, - STATE(697), 1, - sym_elif_clause, - STATE(746), 1, - sym_else_clause, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1497), 12, - sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1499), 32, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_exec, - anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - [42472] = 8, - ACTIONS(1462), 1, - anon_sym_else, - ACTIONS(1488), 1, - anon_sym_elif, - STATE(606), 1, - aux_sym_if_statement_repeat1, - STATE(697), 1, - sym_elif_clause, - STATE(818), 1, - sym_else_clause, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1501), 12, - sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1503), 32, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_exec, - anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - [42540] = 8, + [42274] = 8, ACTIONS(289), 1, anon_sym_COMMA, ACTIONS(297), 1, @@ -61867,77 +61630,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [42608] = 8, - ACTIONS(289), 1, - anon_sym_COMMA, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(303), 1, - anon_sym_COLON, - ACTIONS(309), 1, - anon_sym_EQ, + [42342] = 8, + ACTIONS(1462), 1, + anon_sym_else, + ACTIONS(1488), 1, + anon_sym_elif, + STATE(599), 1, + aux_sym_if_statement_repeat1, + STATE(685), 1, + sym_elif_clause, + STATE(770), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(325), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(284), 15, + ACTIONS(1486), 12, + sym_dedent, + sym_string_start, + anon_sym_LPAREN, anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, - anon_sym_PIPE, + anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(282), 17, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_as, + anon_sym_TILDE, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1484), 32, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_exec, + anon_sym_async, + anon_sym_await, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, anon_sym_if, - anon_sym_in, - anon_sym_LBRACK, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [42676] = 7, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + [42410] = 8, ACTIONS(289), 1, anon_sym_COMMA, ACTIONS(297), 1, anon_sym_COLON_EQ, + ACTIONS(303), 1, + anon_sym_COLON, + ACTIONS(309), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(309), 2, - anon_sym_COLON, - anon_sym_EQ, ACTIONS(325), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -61986,21 +61750,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [42742] = 8, - ACTIONS(1472), 1, + [42478] = 8, + ACTIONS(1462), 1, anon_sym_else, - ACTIONS(1505), 1, + ACTIONS(1488), 1, anon_sym_elif, - STATE(614), 1, + STATE(616), 1, aux_sym_if_statement_repeat1, - STATE(699), 1, + STATE(685), 1, sym_elif_clause, - STATE(787), 1, + STATE(788), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1484), 12, + ACTIONS(1492), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -62013,7 +61777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1486), 32, + ACTIONS(1490), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -62046,18 +61810,23 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [42810] = 5, - ACTIONS(1511), 1, - anon_sym_except, + [42546] = 8, + ACTIONS(1462), 1, + anon_sym_else, + ACTIONS(1488), 1, + anon_sym_elif, + STATE(604), 1, + aux_sym_if_statement_repeat1, + STATE(685), 1, + sym_elif_clause, + STATE(789), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(604), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - ACTIONS(1507), 12, + ACTIONS(1496), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -62068,7 +61837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1509), 34, + ACTIONS(1494), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -62085,11 +61854,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -62103,21 +61870,16 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [42872] = 8, - ACTIONS(1472), 1, - anon_sym_else, - ACTIONS(1505), 1, - anon_sym_elif, - STATE(614), 1, - aux_sym_if_statement_repeat1, - STATE(699), 1, - sym_elif_clause, - STATE(803), 1, - sym_else_clause, + [42614] = 5, + ACTIONS(1502), 1, + anon_sym_except, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1516), 12, + STATE(601), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + ACTIONS(1500), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -62130,7 +61892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1514), 32, + ACTIONS(1498), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -62147,9 +61909,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -62163,23 +61927,18 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [42940] = 8, - ACTIONS(1462), 1, - anon_sym_else, - ACTIONS(1488), 1, - anon_sym_elif, - STATE(618), 1, - aux_sym_if_statement_repeat1, - STATE(697), 1, - sym_elif_clause, - STATE(755), 1, - sym_else_clause, + [42676] = 5, + ACTIONS(1509), 1, + anon_sym_except_STAR, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1516), 12, + STATE(602), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + ACTIONS(1507), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -62190,7 +61949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1514), 32, + ACTIONS(1505), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -62207,9 +61966,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -62223,23 +61984,23 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [43008] = 8, - ACTIONS(1472), 1, + [42738] = 8, + ACTIONS(1468), 1, anon_sym_else, - ACTIONS(1505), 1, + ACTIONS(1512), 1, anon_sym_elif, - STATE(603), 1, + STATE(610), 1, aux_sym_if_statement_repeat1, - STATE(699), 1, + STATE(691), 1, sym_elif_clause, - STATE(773), 1, + STATE(778), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1497), 12, - sym_dedent, + ACTIONS(1496), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -62250,7 +62011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1499), 32, + ACTIONS(1494), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -62283,21 +62044,21 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [43076] = 8, - ACTIONS(1472), 1, + [42806] = 8, + ACTIONS(1462), 1, anon_sym_else, - ACTIONS(1505), 1, + ACTIONS(1488), 1, anon_sym_elif, - STATE(605), 1, + STATE(616), 1, aux_sym_if_statement_repeat1, - STATE(699), 1, + STATE(685), 1, sym_elif_clause, - STATE(788), 1, + STATE(806), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1501), 12, + ACTIONS(1516), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -62310,7 +62071,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1503), 32, + ACTIONS(1514), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -62343,18 +62104,18 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [43144] = 5, + [42874] = 5, ACTIONS(1518), 1, anon_sym_except, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(609), 2, + STATE(605), 2, sym_except_clause, aux_sym_try_statement_repeat1, - ACTIONS(1507), 12, - sym_dedent, + ACTIONS(1500), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -62365,7 +62126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1509), 34, + ACTIONS(1498), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -62400,18 +62161,18 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [43206] = 5, + [42936] = 5, ACTIONS(1521), 1, anon_sym_except_STAR, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(610), 2, + STATE(606), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, - ACTIONS(1490), 12, - sym_dedent, + ACTIONS(1507), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -62422,7 +62183,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1492), 34, + ACTIONS(1505), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -62457,16 +62218,18 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [43268] = 6, - ACTIONS(1526), 1, + [42998] = 7, + ACTIONS(289), 1, anon_sym_COMMA, - ACTIONS(1533), 1, - anon_sym_EQ, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1531), 14, + ACTIONS(309), 2, anon_sym_COLON, + anon_sym_EQ, + ACTIONS(325), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -62480,7 +62243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1529), 15, + ACTIONS(284), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -62496,7 +62259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1524), 17, + ACTIONS(282), 17, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -62514,33 +62277,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [43331] = 6, - ACTIONS(309), 1, - anon_sym_EQ, + [43064] = 8, + ACTIONS(1468), 1, + anon_sym_else, + ACTIONS(1512), 1, + anon_sym_elif, + STATE(620), 1, + aux_sym_if_statement_repeat1, + STATE(691), 1, + sym_elif_clause, + STATE(775), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(289), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(325), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(284), 15, + ACTIONS(1492), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1490), 32, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_exec, + anon_sym_async, + anon_sym_await, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + [43132] = 8, + ACTIONS(1468), 1, + anon_sym_else, + ACTIONS(1512), 1, + anon_sym_elif, + STATE(608), 1, + aux_sym_if_statement_repeat1, + STATE(691), 1, + sym_elif_clause, + STATE(744), 1, + sym_else_clause, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1486), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1484), 32, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_exec, + anon_sym_async, + anon_sym_await, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + [43200] = 8, + ACTIONS(1468), 1, + anon_sym_else, + ACTIONS(1512), 1, + anon_sym_elif, + STATE(620), 1, + aux_sym_if_statement_repeat1, + STATE(691), 1, + sym_elif_clause, + STATE(838), 1, + sym_else_clause, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1516), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1514), 32, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_exec, + anon_sym_async, + anon_sym_await, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + [43268] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1526), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, + anon_sym_EQ, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -62553,13 +62478,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 17, + ACTIONS(1524), 32, sym_newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_as, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_LBRACK, anon_sym_not, @@ -62571,16 +62498,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [43394] = 6, - ACTIONS(1542), 1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [43325] = 6, + ACTIONS(1530), 1, + anon_sym_COMMA, + ACTIONS(1537), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1537), 2, - anon_sym_COMMA, + ACTIONS(1535), 14, anon_sym_COLON, - ACTIONS(1544), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -62594,7 +62534,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1540), 15, + ACTIONS(1533), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -62610,7 +62550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1535), 17, + ACTIONS(1528), 17, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -62628,68 +62568,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [43457] = 6, - ACTIONS(1550), 1, - anon_sym_elif, - STATE(614), 1, - aux_sym_if_statement_repeat1, - STATE(699), 1, - sym_elif_clause, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1548), 12, - sym_dedent, - sym_string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1546), 33, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_exec, - anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - [43520] = 3, + [43388] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 16, + ACTIONS(1541), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -62706,7 +62589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 32, + ACTIONS(1539), 32, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -62739,15 +62622,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [43577] = 3, + [43445] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1559), 16, + ACTIONS(671), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(683), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(666), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, - anon_sym_EQ, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -62758,19 +62648,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1557), 32, + ACTIONS(664), 29, sym_newline, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -62793,11 +62678,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [43634] = 3, + [43506] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 16, + ACTIONS(1545), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -62814,7 +62699,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 32, + ACTIONS(1543), 32, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -62847,19 +62732,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [43691] = 6, - ACTIONS(1561), 1, + [43563] = 6, + ACTIONS(1551), 1, anon_sym_elif, - STATE(618), 1, + STATE(616), 1, aux_sym_if_statement_repeat1, - STATE(697), 1, + STATE(685), 1, sym_elif_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1548), 12, + ACTIONS(1549), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -62870,7 +62755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1546), 33, + ACTIONS(1547), 33, anon_sym_import, anon_sym_from, anon_sym_print, @@ -62904,74 +62789,16 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [43754] = 7, - ACTIONS(1566), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(683), 2, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1564), 2, - anon_sym_DOT, - anon_sym_COLON, - ACTIONS(671), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(666), 12, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(664), 28, - sym_newline, - anon_sym_SEMI, + [43626] = 6, + ACTIONS(1556), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [43819] = 6, - ACTIONS(1533), 1, + ACTIONS(1563), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1526), 2, - anon_sym_COMMA, + ACTIONS(1561), 14, anon_sym_COLON, - ACTIONS(1531), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -62985,7 +62812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1529), 15, + ACTIONS(1559), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -63001,7 +62828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1524), 17, + ACTIONS(1554), 17, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -63019,22 +62846,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [43882] = 5, + [43689] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(671), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(666), 13, + ACTIONS(1567), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, + anon_sym_EQ, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -63045,14 +62865,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(664), 29, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1565), 32, sym_newline, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -63075,15 +62900,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [43943] = 3, + [43746] = 6, + ACTIONS(309), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 16, + ACTIONS(289), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(325), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(284), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, - anon_sym_EQ, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -63096,15 +62939,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 32, + ACTIONS(282), 17, sym_newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_as, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_LBRACK, anon_sym_not, @@ -63116,6 +62957,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, + [43809] = 6, + ACTIONS(1569), 1, + anon_sym_elif, + STATE(620), 1, + aux_sym_if_statement_repeat1, + STATE(691), 1, + sym_elif_clause, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1549), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1547), 33, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_exec, + anon_sym_async, + anon_sym_await, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + [43872] = 6, + ACTIONS(1537), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1530), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(1535), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -63129,15 +63037,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [44000] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1574), 16, + ACTIONS(1533), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, - anon_sym_EQ, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -63150,15 +63053,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1572), 32, + ACTIONS(1528), 17, sym_newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_as, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_LBRACK, anon_sym_not, @@ -63170,29 +63071,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [44057] = 6, - ACTIONS(1537), 1, - anon_sym_COMMA, - ACTIONS(1542), 1, + [43935] = 6, + ACTIONS(1563), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1544), 14, + ACTIONS(1556), 2, + anon_sym_COMMA, anon_sym_COLON, + ACTIONS(1561), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -63206,7 +63094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1540), 15, + ACTIONS(1559), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -63222,7 +63110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1535), 17, + ACTIONS(1554), 17, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -63240,7 +63128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [44120] = 20, + [43998] = 20, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -63249,39 +63137,39 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1578), 1, + ACTIONS(1574), 1, anon_sym_LPAREN, - ACTIONS(1580), 1, + ACTIONS(1576), 1, anon_sym_STAR, - ACTIONS(1584), 1, + ACTIONS(1580), 1, anon_sym_await, - ACTIONS(1586), 1, + ACTIONS(1582), 1, anon_sym_LBRACK, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1495), 1, + STATE(1513), 1, sym_primary_expression, - STATE(1940), 1, + STATE(1943), 1, sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1911), 2, + STATE(1907), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1576), 3, + ACTIONS(1572), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1582), 3, + ACTIONS(1578), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1488), 3, + STATE(1487), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -63295,7 +63183,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -63311,18 +63199,28 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [44211] = 3, + [44089] = 7, + ACTIONS(1586), 1, + anon_sym_PIPE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 16, + ACTIONS(683), 2, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(1584), 2, + anon_sym_DOT, + anon_sym_COLON, + ACTIONS(671), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(666), 12, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, - anon_sym_EQ, anon_sym_AT, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, @@ -63330,19 +63228,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1568), 32, + ACTIONS(664), 28, sym_newline, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, - anon_sym_COLON, anon_sym_in, - anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -63365,18 +63257,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [44268] = 6, - ACTIONS(289), 1, - anon_sym_COMMA, - ACTIONS(309), 1, - anon_sym_EQ, + [44154] = 20, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, + sym_string_start, + ACTIONS(1574), 1, + anon_sym_LPAREN, + ACTIONS(1576), 1, + anon_sym_STAR, + ACTIONS(1580), 1, + anon_sym_await, + ACTIONS(1582), 1, + anon_sym_LBRACK, + STATE(1012), 1, + sym_string, + STATE(1513), 1, + sym_primary_expression, + STATE(1943), 1, + sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(325), 14, - anon_sym_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, + STATE(1907), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1572), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1578), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + STATE(1487), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + ACTIONS(329), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(980), 4, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + STATE(1272), 15, + sym_binary_operator, + sym_unary_operator, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [44245] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1590), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_EQ, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1588), 32, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [44302] = 6, + ACTIONS(289), 1, + anon_sym_COMMA, + ACTIONS(309), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(325), 14, + anon_sym_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AT_EQ, @@ -63422,78 +63439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [44331] = 20, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(1578), 1, - anon_sym_LPAREN, - ACTIONS(1580), 1, - anon_sym_STAR, - ACTIONS(1584), 1, - anon_sym_await, - ACTIONS(1586), 1, - anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1495), 1, - sym_primary_expression, - STATE(1940), 1, - sym_pattern, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1911), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1576), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1582), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - STATE(1488), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - ACTIONS(329), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(980), 4, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - STATE(1317), 15, - sym_binary_operator, - sym_unary_operator, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [44422] = 5, + [44365] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -63549,11 +63495,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + [44426] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1526), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_EQ, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1524), 32, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, [44483] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1590), 16, + ACTIONS(1541), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -63570,7 +63570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1588), 32, + ACTIONS(1539), 32, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -63607,11 +63607,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1592), 12, + ACTIONS(1594), 13, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -63620,7 +63621,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1594), 35, + ACTIONS(1592), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63637,7 +63638,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, anon_sym_else, anon_sym_for, anon_sym_while, @@ -63660,9 +63660,9 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1596), 12, + ACTIONS(1598), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -63673,7 +63673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1598), 35, + ACTIONS(1596), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63690,11 +63690,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -63713,12 +63713,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1600), 13, + ACTIONS(1602), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -63727,7 +63726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1602), 34, + ACTIONS(1600), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63748,6 +63747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -63766,12 +63766,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1606), 13, + ACTIONS(1598), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -63780,7 +63779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1604), 34, + ACTIONS(1596), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63801,6 +63800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -63819,9 +63819,9 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1600), 12, + ACTIONS(1606), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -63832,7 +63832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1602), 35, + ACTIONS(1604), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63849,11 +63849,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -63872,12 +63872,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1610), 13, + ACTIONS(1610), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -63886,7 +63885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1608), 34, + ACTIONS(1608), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63907,6 +63906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -63925,11 +63925,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1612), 12, + ACTIONS(1614), 13, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -63938,7 +63939,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1614), 35, + ACTIONS(1612), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63959,7 +63960,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -63978,9 +63978,9 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1618), 12, - sym_dedent, + ACTIONS(1616), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -63991,7 +63991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1616), 35, + ACTIONS(1618), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64031,12 +64031,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1606), 13, + ACTIONS(1620), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -64045,7 +64044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1604), 34, + ACTIONS(1622), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64066,6 +64065,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -64084,9 +64084,9 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1620), 12, + ACTIONS(1626), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -64097,7 +64097,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1622), 35, + ACTIONS(1624), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64137,9 +64137,9 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1624), 13, + ACTIONS(1630), 13, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_except_STAR, @@ -64151,7 +64151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1626), 34, + ACTIONS(1628), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64190,9 +64190,9 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1624), 13, - sym_dedent, + ACTIONS(1632), 13, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_except_STAR, @@ -64204,7 +64204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1626), 34, + ACTIONS(1634), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64243,7 +64243,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1630), 12, + ACTIONS(1638), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -64256,7 +64256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1628), 35, + ACTIONS(1636), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64273,11 +64273,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -64296,7 +64296,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1620), 12, + ACTIONS(1616), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -64309,7 +64309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1622), 35, + ACTIONS(1618), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64349,12 +64349,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1620), 13, + ACTIONS(1638), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -64363,7 +64362,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1622), 34, + ACTIONS(1636), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64384,6 +64383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -64402,7 +64402,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1620), 13, + ACTIONS(1642), 13, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -64416,7 +64416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1622), 34, + ACTIONS(1640), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64455,7 +64455,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1634), 12, + ACTIONS(1620), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -64468,7 +64468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1632), 35, + ACTIONS(1622), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64508,11 +64508,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1636), 12, + ACTIONS(1632), 13, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -64521,7 +64522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1638), 35, + ACTIONS(1634), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64538,7 +64539,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, anon_sym_else, anon_sym_for, anon_sym_while, @@ -64561,9 +64561,9 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1620), 12, - sym_dedent, + ACTIONS(1638), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -64574,7 +64574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1622), 35, + ACTIONS(1636), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64591,11 +64591,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -64614,12 +64614,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1636), 13, + ACTIONS(1602), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -64628,7 +64627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1638), 34, + ACTIONS(1600), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64645,6 +64644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, anon_sym_else, anon_sym_for, anon_sym_while, @@ -64667,7 +64667,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1600), 12, + ACTIONS(1594), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -64680,7 +64680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1602), 35, + ACTIONS(1592), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64697,11 +64697,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -64720,9 +64720,9 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1592), 12, - sym_dedent, + ACTIONS(1598), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -64733,7 +64733,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1594), 35, + ACTIONS(1596), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64773,9 +64773,9 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1596), 12, + ACTIONS(1602), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -64786,7 +64786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1598), 35, + ACTIONS(1600), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64826,11 +64826,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1636), 12, - sym_dedent, + ACTIONS(1602), 13, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -64839,7 +64840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1638), 35, + ACTIONS(1600), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64860,7 +64861,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -64879,11 +64879,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1592), 12, - sym_dedent, + ACTIONS(1644), 13, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -64892,7 +64893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1594), 35, + ACTIONS(1646), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64913,7 +64914,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -64932,7 +64932,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1620), 12, + ACTIONS(1606), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -64945,7 +64945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1622), 35, + ACTIONS(1604), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64962,11 +64962,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -64985,7 +64985,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1636), 12, + ACTIONS(1598), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -64998,7 +64998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1638), 35, + ACTIONS(1596), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65038,11 +65038,65 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1636), 12, + ACTIONS(1594), 13, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_except_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1592), 34, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_exec, + anon_sym_async, + anon_sym_await, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + [46108] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1644), 13, sym_dedent, sym_string_start, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -65051,7 +65105,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1638), 35, + ACTIONS(1646), 34, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_exec, + anon_sym_async, + anon_sym_await, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + [46164] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1644), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1646), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65087,11 +65193,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46108] = 3, + [46220] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1630), 12, + ACTIONS(1610), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -65104,7 +65210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1628), 35, + ACTIONS(1608), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65140,11 +65246,64 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46164] = 3, + [46276] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1602), 13, + sym_dedent, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_except_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1600), 34, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_exec, + anon_sym_async, + anon_sym_await, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + [46332] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1596), 13, + ACTIONS(1598), 13, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -65158,7 +65317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1598), 34, + ACTIONS(1596), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65193,15 +65352,16 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46220] = 3, + [46388] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1612), 12, + ACTIONS(1598), 13, sym_dedent, sym_string_start, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -65210,7 +65370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1614), 35, + ACTIONS(1596), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65231,7 +65391,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -65246,15 +65405,69 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46276] = 3, + [46444] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1638), 13, + sym_dedent, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_except_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1636), 34, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_exec, + anon_sym_async, + anon_sym_await, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + [46500] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1634), 12, + ACTIONS(1642), 13, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -65263,7 +65476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1632), 35, + ACTIONS(1640), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65284,7 +65497,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -65299,16 +65511,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46332] = 3, + [46556] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1636), 13, - sym_dedent, + ACTIONS(1644), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -65317,7 +65528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1638), 34, + ACTIONS(1646), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65338,6 +65549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -65352,13 +65564,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46388] = 3, + [46612] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1592), 12, + ACTIONS(1644), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -65369,7 +65581,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1594), 35, + ACTIONS(1646), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65386,11 +65598,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -65405,11 +65617,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46444] = 3, + [46668] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1640), 13, + ACTIONS(1614), 13, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -65423,7 +65635,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1642), 34, + ACTIONS(1612), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65458,13 +65670,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46500] = 3, + [46724] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1596), 12, - sym_dedent, + ACTIONS(1638), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -65475,7 +65687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1598), 35, + ACTIONS(1636), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65511,15 +65723,16 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46556] = 3, + [46780] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1600), 12, + ACTIONS(1638), 13, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -65528,7 +65741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1602), 35, + ACTIONS(1636), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65549,7 +65762,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -65564,13 +65776,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46612] = 3, + [46836] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1644), 12, + ACTIONS(1594), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -65581,7 +65793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1646), 35, + ACTIONS(1592), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65617,16 +65829,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46668] = 3, + [46892] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1610), 13, + ACTIONS(1626), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -65635,7 +65846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1608), 34, + ACTIONS(1624), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65656,6 +65867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -65670,13 +65882,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46724] = 3, + [46948] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1596), 12, - sym_dedent, + ACTIONS(1648), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -65687,7 +65899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1598), 35, + ACTIONS(1650), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65723,13 +65935,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46780] = 3, + [47004] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1592), 13, - sym_dedent, + ACTIONS(1630), 13, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_except_STAR, @@ -65741,7 +65953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1594), 34, + ACTIONS(1628), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65776,11 +65988,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46836] = 3, + [47060] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1648), 12, + ACTIONS(1594), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -65793,7 +66005,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1650), 35, + ACTIONS(1592), 35, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_exec, + anon_sym_async, + anon_sym_await, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + [47116] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1594), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1592), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65829,7 +66094,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46892] = 3, + [47172] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -65882,11 +66147,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46948] = 3, + [47228] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1618), 12, + ACTIONS(1602), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -65899,7 +66164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1616), 35, + ACTIONS(1600), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65935,7 +66200,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47004] = 3, + [47284] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -65988,11 +66253,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47060] = 3, + [47340] = 5, + ACTIONS(1462), 1, + anon_sym_else, + STATE(821), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1600), 12, + ACTIONS(1654), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -66005,7 +66274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1602), 35, + ACTIONS(1652), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66022,12 +66291,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -66041,16 +66307,19 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47116] = 3, + [47399] = 5, + ACTIONS(1468), 1, + anon_sym_else, + STATE(735), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1596), 13, - sym_dedent, + ACTIONS(1654), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -66059,7 +66328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1598), 34, + ACTIONS(1652), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66076,11 +66345,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -66094,16 +66361,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47172] = 3, + [47458] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1600), 13, + ACTIONS(1658), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -66112,7 +66378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1602), 34, + ACTIONS(1656), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66129,11 +66395,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -66147,16 +66413,85 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47228] = 3, + [47513] = 21, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, + sym_string_start, + ACTIONS(1662), 1, + anon_sym_LPAREN, + ACTIONS(1664), 1, + anon_sym_RPAREN, + ACTIONS(1666), 1, + anon_sym_STAR, + ACTIONS(1670), 1, + anon_sym_await, + ACTIONS(1672), 1, + anon_sym_LBRACK, + STATE(1012), 1, + sym_string, + STATE(1505), 1, + sym_primary_expression, + STATE(2336), 1, + sym_pattern, + STATE(2576), 1, + sym_patterns, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(2370), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1660), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1668), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + STATE(1497), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + ACTIONS(329), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1272), 15, + sym_binary_operator, + sym_unary_operator, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [47604] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1640), 13, + ACTIONS(1676), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -66165,7 +66500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1642), 34, + ACTIONS(1674), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66182,11 +66517,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -66200,16 +66535,19 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47284] = 3, + [47659] = 5, + ACTIONS(1472), 1, + anon_sym_finally, + STATE(726), 1, + sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1592), 13, + ACTIONS(1678), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -66218,7 +66556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1594), 34, + ACTIONS(1680), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66235,11 +66573,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -66253,15 +66589,63 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47340] = 5, - ACTIONS(1462), 1, + [47718] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1684), 12, + sym_dedent, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1682), 34, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_exec, + anon_sym_async, + anon_sym_await, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, anon_sym_else, - STATE(756), 1, - sym_else_clause, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + [47773] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1652), 12, + ACTIONS(1684), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -66274,7 +66658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1654), 32, + ACTIONS(1682), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66291,6 +66675,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, @@ -66307,15 +66693,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47399] = 5, - ACTIONS(1462), 1, - anon_sym_else, - STATE(731), 1, - sym_else_clause, + [47828] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1656), 12, + ACTIONS(1658), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -66328,7 +66710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1658), 32, + ACTIONS(1656), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66345,6 +66727,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, @@ -66361,13 +66745,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47458] = 3, + [47883] = 5, + ACTIONS(1462), 1, + anon_sym_else, + STATE(791), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1660), 12, + ACTIONS(1688), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -66378,7 +66766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1662), 34, + ACTIONS(1686), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66395,8 +66783,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, @@ -66413,17 +66799,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47513] = 5, - ACTIONS(1472), 1, - anon_sym_else, - STATE(791), 1, - sym_else_clause, + [47942] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1666), 12, - sym_dedent, + ACTIONS(1676), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -66434,7 +66816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1664), 32, + ACTIONS(1674), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66451,6 +66833,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, @@ -66467,15 +66851,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47572] = 5, - ACTIONS(1466), 1, - anon_sym_finally, - STATE(829), 1, - sym_finally_clause, + [47997] = 5, + ACTIONS(1468), 1, + anon_sym_else, + STATE(839), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1668), 12, + ACTIONS(1690), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -66488,7 +66872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1670), 32, + ACTIONS(1692), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66521,15 +66905,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47631] = 5, - ACTIONS(1472), 1, + [48056] = 5, + ACTIONS(1462), 1, anon_sym_else, - STATE(812), 1, + STATE(771), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1674), 12, + ACTIONS(1696), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -66542,7 +66926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1672), 32, + ACTIONS(1694), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66575,85 +66959,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47690] = 21, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(1678), 1, - anon_sym_LPAREN, - ACTIONS(1680), 1, - anon_sym_RPAREN, - ACTIONS(1682), 1, - anon_sym_STAR, - ACTIONS(1686), 1, - anon_sym_await, - ACTIONS(1688), 1, - anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1507), 1, - sym_primary_expression, - STATE(2344), 1, - sym_pattern, - STATE(2574), 1, - sym_patterns, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(2378), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1676), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1684), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - STATE(1521), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - ACTIONS(329), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1317), 15, - sym_binary_operator, - sym_unary_operator, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [47781] = 5, - ACTIONS(1476), 1, - anon_sym_finally, + [48115] = 5, + ACTIONS(1462), 1, + anon_sym_else, STATE(807), 1, - sym_finally_clause, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1668), 12, + ACTIONS(1690), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -66666,7 +66980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1670), 32, + ACTIONS(1692), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66699,85 +67013,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47840] = 21, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(1678), 1, - anon_sym_LPAREN, - ACTIONS(1682), 1, - anon_sym_STAR, - ACTIONS(1686), 1, - anon_sym_await, - ACTIONS(1688), 1, - anon_sym_LBRACK, - ACTIONS(1690), 1, - anon_sym_RPAREN, - STATE(1006), 1, - sym_string, - STATE(1507), 1, - sym_primary_expression, - STATE(2344), 1, - sym_pattern, - STATE(2600), 1, - sym_patterns, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(2378), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1676), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1684), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - STATE(1521), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - ACTIONS(329), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1317), 15, - sym_binary_operator, - sym_unary_operator, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [47931] = 5, - ACTIONS(1462), 1, + [48174] = 5, + ACTIONS(1468), 1, anon_sym_else, - STATE(748), 1, + STATE(745), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1692), 12, + ACTIONS(1696), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -66823,13 +67067,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47990] = 3, + [48233] = 5, + ACTIONS(1466), 1, + anon_sym_finally, + STATE(794), 1, + sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1696), 12, + ACTIONS(1700), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -66840,7 +67088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1698), 34, + ACTIONS(1698), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66857,8 +67105,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, @@ -66875,69 +67121,85 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48045] = 5, - ACTIONS(1472), 1, - anon_sym_else, - STATE(817), 1, - sym_else_clause, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1656), 12, - sym_dedent, + [48292] = 21, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, sym_string_start, + ACTIONS(1662), 1, anon_sym_LPAREN, + ACTIONS(1666), 1, anon_sym_STAR, + ACTIONS(1670), 1, + anon_sym_await, + ACTIONS(1672), 1, anon_sym_LBRACK, - anon_sym_AT, + ACTIONS(1702), 1, + anon_sym_RPAREN, + STATE(1012), 1, + sym_string, + STATE(1505), 1, + sym_primary_expression, + STATE(2336), 1, + sym_pattern, + STATE(2635), 1, + sym_patterns, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(2370), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(321), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1658), 32, - anon_sym_import, - anon_sym_from, + ACTIONS(1660), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1668), 3, anon_sym_print, - anon_sym_assert, anon_sym_exec, anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + STATE(1497), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + ACTIONS(329), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - [48104] = 5, - ACTIONS(1472), 1, + STATE(1272), 15, + sym_binary_operator, + sym_unary_operator, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [48383] = 5, + ACTIONS(1462), 1, anon_sym_else, - STATE(774), 1, + STATE(826), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1692), 12, + ACTIONS(1706), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -66950,7 +67212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1694), 32, + ACTIONS(1704), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66983,15 +67245,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48163] = 5, - ACTIONS(1462), 1, + [48442] = 5, + ACTIONS(1468), 1, anon_sym_else, - STATE(824), 1, + STATE(731), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1666), 12, + ACTIONS(1708), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -67004,7 +67266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1664), 32, + ACTIONS(1710), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67037,17 +67299,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48222] = 5, - ACTIONS(1476), 1, + [48501] = 5, + ACTIONS(1472), 1, anon_sym_finally, - STATE(793), 1, + STATE(815), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1702), 12, - sym_dedent, + ACTIONS(1700), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -67058,7 +67320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1700), 32, + ACTIONS(1698), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67091,17 +67353,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48281] = 5, + [48560] = 5, ACTIONS(1466), 1, anon_sym_finally, - STATE(725), 1, + STATE(810), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1702), 12, + ACTIONS(1678), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -67112,7 +67374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1700), 32, + ACTIONS(1680), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67145,11 +67407,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48340] = 3, + [48619] = 5, + ACTIONS(1468), 1, + anon_sym_else, + STATE(790), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1704), 12, + ACTIONS(1688), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -67162,7 +67428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1706), 34, + ACTIONS(1686), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67179,8 +67445,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_for, anon_sym_while, anon_sym_try, @@ -67197,15 +67461,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48395] = 5, - ACTIONS(1472), 1, + [48678] = 5, + ACTIONS(1462), 1, anon_sym_else, - STATE(821), 1, + STATE(816), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1710), 12, + ACTIONS(1708), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -67218,7 +67482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1708), 32, + ACTIONS(1710), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67251,67 +67515,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48454] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1704), 12, - sym_dedent, - sym_string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1706), 34, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_exec, - anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - [48509] = 5, - ACTIONS(1462), 1, + [48737] = 5, + ACTIONS(1468), 1, anon_sym_else, - STATE(735), 1, + STATE(740), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1710), 12, + ACTIONS(1706), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -67324,7 +67536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1708), 32, + ACTIONS(1704), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67357,121 +67569,81 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48568] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1696), 12, - sym_dedent, - sym_string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, + [48796] = 20, + ACTIONS(316), 1, anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, sym_float, - ACTIONS(1698), 34, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_exec, - anon_sym_async, + ACTIONS(333), 1, + sym_string_start, + ACTIONS(1372), 1, + anon_sym_STAR, + ACTIONS(1714), 1, + anon_sym_LPAREN, + ACTIONS(1718), 1, anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - [48623] = 3, + ACTIONS(1720), 1, + anon_sym_LBRACK, + STATE(1012), 1, + sym_string, + STATE(1499), 1, + sym_primary_expression, + STATE(2343), 1, + sym_pattern, + STATE(2610), 1, + sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1660), 12, - sym_dedent, - sym_string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, + STATE(1530), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(321), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1662), 34, - anon_sym_import, - anon_sym_from, + ACTIONS(1712), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1716), 3, anon_sym_print, - anon_sym_assert, anon_sym_exec, anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + STATE(1496), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + ACTIONS(329), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - [48678] = 5, - ACTIONS(1472), 1, - anon_sym_else, - STATE(804), 1, - sym_else_clause, + STATE(1272), 15, + sym_binary_operator, + sym_unary_operator, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [48884] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1652), 12, - sym_dedent, + ACTIONS(1722), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -67482,7 +67654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1654), 32, + ACTIONS(1724), 33, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67502,6 +67674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -67515,17 +67688,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48737] = 5, - ACTIONS(1462), 1, - anon_sym_else, - STATE(727), 1, - sym_else_clause, + [48938] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1674), 12, + ACTIONS(1728), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -67536,7 +67705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1672), 32, + ACTIONS(1726), 33, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67556,6 +67725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -67569,7 +67739,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48796] = 20, + [48992] = 20, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -67578,41 +67748,41 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1370), 1, - anon_sym_STAR, - ACTIONS(1714), 1, + ACTIONS(1662), 1, anon_sym_LPAREN, - ACTIONS(1718), 1, + ACTIONS(1666), 1, + anon_sym_STAR, + ACTIONS(1670), 1, anon_sym_await, - ACTIONS(1720), 1, + ACTIONS(1672), 1, anon_sym_LBRACK, - STATE(1006), 1, + ACTIONS(1730), 1, + anon_sym_RPAREN, + STATE(1012), 1, sym_string, - STATE(1500), 1, + STATE(1505), 1, sym_primary_expression, - STATE(2315), 1, + STATE(2419), 1, sym_pattern, - STATE(2545), 1, - sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(2370), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1712), 3, + ACTIONS(1660), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1716), 3, + ACTIONS(1668), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1501), 3, + STATE(1497), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -67621,7 +67791,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -67637,7 +67807,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [48884] = 20, + [49080] = 20, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -67646,7 +67816,7 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, ACTIONS(1714), 1, anon_sym_LPAREN, @@ -67654,18 +67824,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(1720), 1, anon_sym_LBRACK, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1500), 1, + STATE(1499), 1, sym_primary_expression, - STATE(2125), 1, + STATE(2311), 1, sym_pattern, - STATE(2581), 1, + STATE(2544), 1, sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, @@ -67680,7 +67850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1501), 3, + STATE(1496), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -67689,7 +67859,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -67705,11 +67875,11 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [48972] = 3, + [49168] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1722), 12, + ACTIONS(1728), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -67722,7 +67892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1724), 33, + ACTIONS(1726), 33, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67756,7 +67926,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49026] = 20, + [49222] = 20, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -67765,7 +67935,7 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, ACTIONS(1714), 1, anon_sym_LPAREN, @@ -67773,18 +67943,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(1720), 1, anon_sym_LBRACK, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1500), 1, + STATE(1499), 1, sym_primary_expression, - STATE(2360), 1, + STATE(2313), 1, sym_pattern, - STATE(2649), 1, + STATE(2553), 1, sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, @@ -67799,7 +67969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1501), 3, + STATE(1496), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -67808,7 +67978,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -67824,7 +67994,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [49114] = 20, + [49310] = 20, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -67833,41 +68003,41 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1678), 1, + ACTIONS(1662), 1, anon_sym_LPAREN, - ACTIONS(1682), 1, + ACTIONS(1666), 1, anon_sym_STAR, - ACTIONS(1686), 1, + ACTIONS(1670), 1, anon_sym_await, - ACTIONS(1688), 1, + ACTIONS(1672), 1, anon_sym_LBRACK, - ACTIONS(1726), 1, + ACTIONS(1732), 1, anon_sym_RPAREN, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1507), 1, + STATE(1505), 1, sym_primary_expression, - STATE(2460), 1, + STATE(2419), 1, sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2378), 2, + STATE(2370), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1676), 3, + ACTIONS(1660), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1684), 3, + ACTIONS(1668), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1521), 3, + STATE(1497), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -67876,7 +68046,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -67892,7 +68062,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [49202] = 20, + [49398] = 20, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -67901,7 +68071,7 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, ACTIONS(1714), 1, anon_sym_LPAREN, @@ -67909,18 +68079,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(1720), 1, anon_sym_LBRACK, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1500), 1, + STATE(1499), 1, sym_primary_expression, - STATE(2340), 1, + STATE(2344), 1, sym_pattern, - STATE(2607), 1, + STATE(2609), 1, sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, @@ -67935,7 +68105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1501), 3, + STATE(1496), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -67944,7 +68114,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -67960,58 +68130,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [49290] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1728), 12, - sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1730), 33, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_exec, - anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - [49344] = 20, + [49486] = 20, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -68020,7 +68139,7 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, ACTIONS(1714), 1, anon_sym_LPAREN, @@ -68028,18 +68147,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(1720), 1, anon_sym_LBRACK, - STATE(1006), 1, + ACTIONS(1734), 1, + anon_sym_in, + STATE(1012), 1, sym_string, - STATE(1500), 1, + STATE(1499), 1, sym_primary_expression, - STATE(2170), 1, + STATE(1544), 1, sym_pattern, - STATE(2614), 1, - sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, @@ -68054,7 +68173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1501), 3, + STATE(1496), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -68063,7 +68182,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -68079,7 +68198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [49432] = 20, + [49574] = 20, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -68088,7 +68207,7 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, ACTIONS(1714), 1, anon_sym_LPAREN, @@ -68096,18 +68215,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(1720), 1, anon_sym_LBRACK, - ACTIONS(1732), 1, - anon_sym_in, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1500), 1, + STATE(1499), 1, sym_primary_expression, - STATE(1537), 1, + STATE(2228), 1, sym_pattern, + STATE(2623), 1, + sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, @@ -68122,7 +68241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1501), 3, + STATE(1496), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -68131,7 +68250,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -68147,7 +68266,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [49520] = 20, + [49662] = 20, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -68156,41 +68275,41 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1726), 1, + ACTIONS(1732), 1, anon_sym_RBRACK, - ACTIONS(1736), 1, - anon_sym_LPAREN, ACTIONS(1738), 1, + anon_sym_LPAREN, + ACTIONS(1740), 1, anon_sym_STAR, - ACTIONS(1742), 1, - anon_sym_await, ACTIONS(1744), 1, + anon_sym_await, + ACTIONS(1746), 1, anon_sym_LBRACK, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1516), 1, + STATE(1512), 1, sym_primary_expression, - STATE(2446), 1, + STATE(2375), 1, sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2448), 2, + STATE(2445), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1734), 3, + ACTIONS(1736), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1740), 3, + ACTIONS(1742), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1522), 3, + STATE(1504), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -68199,7 +68318,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -68215,7 +68334,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [49608] = 20, + [49750] = 20, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -68224,7 +68343,7 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, ACTIONS(1714), 1, anon_sym_LPAREN, @@ -68232,18 +68351,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(1720), 1, anon_sym_LBRACK, - STATE(1006), 1, + ACTIONS(1748), 1, + anon_sym_in, + STATE(1012), 1, sym_string, - STATE(1500), 1, + STATE(1499), 1, sym_primary_expression, - STATE(2229), 1, + STATE(1544), 1, sym_pattern, - STATE(2486), 1, - sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, @@ -68258,7 +68377,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1501), 3, + STATE(1496), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -68267,7 +68386,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -68283,7 +68402,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [49696] = 20, + [49838] = 20, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -68292,7 +68411,7 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, ACTIONS(1714), 1, anon_sym_LPAREN, @@ -68300,18 +68419,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(1720), 1, anon_sym_LBRACK, - ACTIONS(1746), 1, - anon_sym_in, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1500), 1, + STATE(1499), 1, sym_primary_expression, - STATE(1537), 1, + STATE(2148), 1, sym_pattern, + STATE(2607), 1, + sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, @@ -68326,7 +68445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1501), 3, + STATE(1496), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -68335,7 +68454,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -68351,7 +68470,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [49784] = 20, + [49926] = 20, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -68360,41 +68479,41 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1736), 1, - anon_sym_LPAREN, + ACTIONS(1730), 1, + anon_sym_RBRACK, ACTIONS(1738), 1, + anon_sym_LPAREN, + ACTIONS(1740), 1, anon_sym_STAR, - ACTIONS(1742), 1, - anon_sym_await, ACTIONS(1744), 1, + anon_sym_await, + ACTIONS(1746), 1, anon_sym_LBRACK, - ACTIONS(1748), 1, - anon_sym_RBRACK, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1516), 1, + STATE(1512), 1, sym_primary_expression, - STATE(2446), 1, + STATE(2375), 1, sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2448), 2, + STATE(2445), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1734), 3, + ACTIONS(1736), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1740), 3, + ACTIONS(1742), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1522), 3, + STATE(1504), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -68403,7 +68522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -68419,109 +68538,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [49872] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1722), 12, - sym_dedent, - sym_string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1724), 33, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_exec, - anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - [49926] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1728), 12, - sym_dedent, - sym_string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1730), 33, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_exec, - anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - [49980] = 20, + [50014] = 20, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -68530,41 +68547,41 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1678), 1, - anon_sym_LPAREN, - ACTIONS(1682), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(1686), 1, + ACTIONS(1714), 1, + anon_sym_LPAREN, + ACTIONS(1718), 1, anon_sym_await, - ACTIONS(1688), 1, + ACTIONS(1720), 1, anon_sym_LBRACK, - ACTIONS(1748), 1, - anon_sym_RPAREN, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1507), 1, + STATE(1499), 1, sym_primary_expression, - STATE(2460), 1, + STATE(2328), 1, sym_pattern, + STATE(2578), 1, + sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2378), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1676), 3, + ACTIONS(1712), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1684), 3, + ACTIONS(1716), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1521), 3, + STATE(1496), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -68573,7 +68590,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -68589,7 +68606,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [50068] = 20, + [50102] = 20, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -68598,7 +68615,7 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, ACTIONS(1714), 1, anon_sym_LPAREN, @@ -68606,18 +68623,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(1720), 1, anon_sym_LBRACK, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1500), 1, + STATE(1499), 1, sym_primary_expression, - STATE(2308), 1, + STATE(2329), 1, sym_pattern, - STATE(2521), 1, + STATE(2580), 1, sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, @@ -68632,7 +68649,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1501), 3, + STATE(1496), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -68641,7 +68658,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -68657,74 +68674,57 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [50156] = 20, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(1370), 1, - anon_sym_STAR, - ACTIONS(1714), 1, - anon_sym_LPAREN, - ACTIONS(1718), 1, - anon_sym_await, - ACTIONS(1720), 1, - anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1500), 1, - sym_primary_expression, - STATE(2359), 1, - sym_pattern, - STATE(2645), 1, - sym_pattern_list, + [50190] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(321), 3, + ACTIONS(1722), 12, + sym_dedent, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, + anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1712), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1716), 3, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1724), 33, + anon_sym_import, + anon_sym_from, anon_sym_print, + anon_sym_assert, anon_sym_exec, anon_sym_async, - STATE(1501), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - ACTIONS(329), 4, + anon_sym_await, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1317), 15, - sym_binary_operator, - sym_unary_operator, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, [50244] = 20, ACTIONS(316), 1, anon_sym_LBRACE, @@ -68734,7 +68734,7 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, ACTIONS(1714), 1, anon_sym_LPAREN, @@ -68742,18 +68742,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(1720), 1, anon_sym_LBRACK, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1500), 1, + STATE(1499), 1, sym_primary_expression, - STATE(2316), 1, + STATE(2358), 1, sym_pattern, - STATE(2554), 1, + STATE(2644), 1, sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, @@ -68768,7 +68768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1501), 3, + STATE(1496), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -68777,7 +68777,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -68802,7 +68802,7 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, ACTIONS(1714), 1, anon_sym_LPAREN, @@ -68810,18 +68810,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(1720), 1, anon_sym_LBRACK, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1500), 1, + STATE(1499), 1, sym_primary_expression, - STATE(2329), 1, + STATE(2359), 1, sym_pattern, - STATE(2579), 1, + STATE(2648), 1, sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, + STATE(1530), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, @@ -68836,7 +68836,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1501), 3, + STATE(1496), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -68845,7 +68845,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -69061,11 +69061,77 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50632] = 3, + [50632] = 19, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, + sym_string_start, + ACTIONS(1102), 1, + anon_sym_LPAREN, + ACTIONS(1108), 1, + anon_sym_await, + ACTIONS(1110), 1, + anon_sym_LBRACK, + ACTIONS(1766), 1, + anon_sym_STAR, + STATE(1012), 1, + sym_string, + STATE(1507), 1, + sym_primary_expression, + STATE(1544), 1, + sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1766), 12, + STATE(1530), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1100), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1106), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + STATE(1395), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + ACTIONS(329), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1272), 15, + sym_binary_operator, + sym_unary_operator, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [50717] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1768), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69078,7 +69144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1768), 32, + ACTIONS(1770), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69111,11 +69177,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50685] = 3, + [50770] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1770), 12, + ACTIONS(1772), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69128,7 +69194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1772), 32, + ACTIONS(1774), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69161,11 +69227,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50738] = 3, + [50823] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1774), 12, + ACTIONS(1776), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69178,7 +69244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1776), 32, + ACTIONS(1778), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69211,77 +69277,161 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50791] = 19, - ACTIONS(316), 1, + [50876] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1780), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_LBRACE, - ACTIONS(327), 1, + anon_sym_PLUS, + anon_sym_TILDE, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(1030), 1, - anon_sym_LPAREN, - ACTIONS(1036), 1, + ACTIONS(1782), 32, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_exec, + anon_sym_async, anon_sym_await, - ACTIONS(1038), 1, - anon_sym_LBRACK, - ACTIONS(1778), 1, - anon_sym_STAR, - STATE(1006), 1, - sym_string, - STATE(1509), 1, - sym_primary_expression, - STATE(1537), 1, - sym_pattern, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + [50929] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1544), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(321), 3, + ACTIONS(1784), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, + anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1028), 3, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1786), 32, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_exec, + anon_sym_async, + anon_sym_await, anon_sym_type, anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, sym_identifier, - ACTIONS(1034), 3, + sym_true, + sym_false, + sym_none, + [50982] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1788), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1790), 32, + anon_sym_import, + anon_sym_from, anon_sym_print, + anon_sym_assert, anon_sym_exec, anon_sym_async, - STATE(1396), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - ACTIONS(329), 4, + anon_sym_await, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1317), 15, - sym_binary_operator, - sym_unary_operator, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [50876] = 3, + [51035] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1780), 12, + ACTIONS(1792), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69294,7 +69444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1782), 32, + ACTIONS(1794), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69327,11 +69477,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50929] = 3, + [51088] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1784), 12, + ACTIONS(1796), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69344,7 +69494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1786), 32, + ACTIONS(1798), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69377,11 +69527,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50982] = 3, + [51141] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1788), 12, + ACTIONS(1800), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69394,7 +69544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1790), 32, + ACTIONS(1802), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69427,11 +69577,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51035] = 3, + [51194] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1792), 12, + ACTIONS(1804), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69444,7 +69594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1794), 32, + ACTIONS(1806), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69477,11 +69627,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51088] = 3, + [51247] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1796), 12, + ACTIONS(1808), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69494,7 +69644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1798), 32, + ACTIONS(1810), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69527,11 +69677,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51141] = 3, + [51300] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1800), 12, + ACTIONS(1812), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69544,7 +69694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1802), 32, + ACTIONS(1814), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69577,11 +69727,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51194] = 3, + [51353] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1804), 12, + ACTIONS(1816), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69594,7 +69744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1806), 32, + ACTIONS(1818), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69627,11 +69777,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51247] = 3, + [51406] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1808), 12, + ACTIONS(1820), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69644,7 +69794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1810), 32, + ACTIONS(1822), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69677,11 +69827,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51300] = 3, + [51459] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1812), 12, + ACTIONS(1824), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69694,7 +69844,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1814), 32, + ACTIONS(1826), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69727,11 +69877,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51353] = 3, + [51512] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1816), 12, + ACTIONS(1828), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69744,7 +69894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1818), 32, + ACTIONS(1830), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69777,11 +69927,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51406] = 3, + [51565] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1820), 12, + ACTIONS(1832), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69794,7 +69944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1822), 32, + ACTIONS(1834), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69827,11 +69977,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51459] = 3, + [51618] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1824), 12, + ACTIONS(1836), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69844,7 +69994,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1826), 32, + ACTIONS(1838), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69877,11 +70027,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51512] = 3, + [51671] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1470), 12, + ACTIONS(1700), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69894,7 +70044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1468), 32, + ACTIONS(1698), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69927,11 +70077,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51565] = 3, + [51724] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1828), 12, + ACTIONS(1478), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69944,7 +70094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1830), 32, + ACTIONS(1476), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69977,13 +70127,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51618] = 3, + [51777] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1800), 12, - sym_dedent, + ACTIONS(1840), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -69994,7 +70144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1802), 32, + ACTIONS(1842), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70027,13 +70177,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51671] = 3, + [51830] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1832), 12, + ACTIONS(1846), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -70044,7 +70194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1834), 32, + ACTIONS(1844), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70077,11 +70227,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51724] = 3, + [51883] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1702), 12, + ACTIONS(1848), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70094,7 +70244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1700), 32, + ACTIONS(1850), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70127,11 +70277,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51777] = 3, + [51936] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1836), 12, + ACTIONS(1852), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70144,7 +70294,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1838), 32, + ACTIONS(1854), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70177,11 +70327,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51830] = 3, + [51989] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1458), 12, + ACTIONS(1856), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70194,7 +70344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1460), 32, + ACTIONS(1858), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70227,79 +70377,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51883] = 19, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(1678), 1, - anon_sym_LPAREN, - ACTIONS(1682), 1, - anon_sym_STAR, - ACTIONS(1686), 1, - anon_sym_await, - ACTIONS(1688), 1, - anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1507), 1, - sym_primary_expression, - STATE(2460), 1, - sym_pattern, + [52042] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2378), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1676), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1684), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - STATE(1521), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - ACTIONS(329), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1317), 15, - sym_binary_operator, - sym_unary_operator, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [51968] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1770), 12, - sym_dedent, + ACTIONS(1860), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -70310,7 +70394,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1772), 32, + ACTIONS(1862), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70343,13 +70427,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52021] = 3, + [52095] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1840), 12, + ACTIONS(1866), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -70360,7 +70444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1842), 32, + ACTIONS(1864), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70393,63 +70477,79 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52074] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1844), 12, + [52148] = 19, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, sym_string_start, - ts_builtin_sym_end, + ACTIONS(1662), 1, anon_sym_LPAREN, + ACTIONS(1666), 1, anon_sym_STAR, + ACTIONS(1670), 1, + anon_sym_await, + ACTIONS(1672), 1, anon_sym_LBRACK, - anon_sym_AT, + STATE(1012), 1, + sym_string, + STATE(1505), 1, + sym_primary_expression, + STATE(2419), 1, + sym_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(2370), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(321), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1846), 32, - anon_sym_import, - anon_sym_from, + ACTIONS(1660), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1668), 3, anon_sym_print, - anon_sym_assert, anon_sym_exec, anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + STATE(1497), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + ACTIONS(329), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - [52127] = 3, + STATE(1272), 15, + sym_binary_operator, + sym_unary_operator, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [52233] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1848), 12, + ACTIONS(1750), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -70460,7 +70560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1850), 32, + ACTIONS(1752), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70493,13 +70593,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52180] = 3, + [52286] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1852), 12, + ACTIONS(1870), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -70510,7 +70610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1854), 32, + ACTIONS(1868), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70543,11 +70643,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52233] = 3, + [52339] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1856), 12, + ACTIONS(1872), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70560,7 +70660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1858), 32, + ACTIONS(1874), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70593,11 +70693,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52286] = 3, + [52392] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1860), 12, + ACTIONS(1876), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70610,7 +70710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1862), 32, + ACTIONS(1878), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70643,13 +70743,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52339] = 3, + [52445] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1864), 12, + ACTIONS(1460), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -70660,7 +70760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1866), 32, + ACTIONS(1458), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70693,11 +70793,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52392] = 3, + [52498] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1870), 12, + ACTIONS(1882), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -70710,7 +70810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1868), 32, + ACTIONS(1880), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70743,11 +70843,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52445] = 3, + [52551] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1836), 12, + ACTIONS(1886), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -70760,7 +70860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1838), 32, + ACTIONS(1884), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70793,111 +70893,77 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52498] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1872), 12, - sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, + [52604] = 19, + ACTIONS(316), 1, anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, sym_float, - ACTIONS(1874), 32, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_exec, - anon_sym_async, + ACTIONS(333), 1, + sym_string_start, + ACTIONS(1372), 1, + anon_sym_STAR, + ACTIONS(1714), 1, + anon_sym_LPAREN, + ACTIONS(1718), 1, anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - [52551] = 3, + ACTIONS(1720), 1, + anon_sym_LBRACK, + STATE(1012), 1, + sym_string, + STATE(1499), 1, + sym_primary_expression, + STATE(1544), 1, + sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1470), 12, - sym_dedent, - sym_string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, + STATE(1530), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(321), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1468), 32, - anon_sym_import, - anon_sym_from, + ACTIONS(1712), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1716), 3, anon_sym_print, - anon_sym_assert, anon_sym_exec, anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + STATE(1496), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + ACTIONS(329), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - [52604] = 3, + STATE(1272), 15, + sym_binary_operator, + sym_unary_operator, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [52689] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1864), 12, + ACTIONS(1784), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -70910,7 +70976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1866), 32, + ACTIONS(1786), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70943,11 +71009,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52657] = 3, + [52742] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1878), 12, + ACTIONS(1800), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -70960,7 +71026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1876), 32, + ACTIONS(1802), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70993,139 +71059,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52710] = 19, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(1736), 1, - anon_sym_LPAREN, - ACTIONS(1738), 1, - anon_sym_STAR, - ACTIONS(1742), 1, - anon_sym_await, - ACTIONS(1744), 1, - anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1516), 1, - sym_primary_expression, - STATE(2446), 1, - sym_pattern, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(2448), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1734), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1740), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - STATE(1522), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - ACTIONS(329), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1317), 15, - sym_binary_operator, - sym_unary_operator, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [52795] = 19, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(1370), 1, - anon_sym_STAR, - ACTIONS(1714), 1, - anon_sym_LPAREN, - ACTIONS(1718), 1, - anon_sym_await, - ACTIONS(1720), 1, - anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1500), 1, - sym_primary_expression, - STATE(1537), 1, - sym_pattern, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1544), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1712), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1716), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - STATE(1501), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - ACTIONS(329), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1317), 15, - sym_binary_operator, - sym_unary_operator, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [52880] = 3, + [52795] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -71175,11 +71109,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52933] = 3, + [52848] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1808), 12, + ACTIONS(1820), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -71192,7 +71126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1810), 32, + ACTIONS(1822), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71225,11 +71159,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52986] = 3, + [52901] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1820), 12, + ACTIONS(1824), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -71242,7 +71176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1822), 32, + ACTIONS(1826), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71275,11 +71209,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53039] = 3, + [52954] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1824), 12, + ACTIONS(1828), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -71292,7 +71226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1826), 32, + ACTIONS(1830), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71325,13 +71259,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53092] = 3, + [53007] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1828), 12, - sym_dedent, + ACTIONS(1888), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -71342,7 +71276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1830), 32, + ACTIONS(1890), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71375,13 +71309,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53145] = 3, + [53060] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1832), 12, - sym_dedent, + ACTIONS(1892), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -71392,7 +71326,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1834), 32, + ACTIONS(1894), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71425,11 +71359,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53198] = 3, + [53113] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1702), 12, + ACTIONS(1700), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -71442,7 +71376,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1700), 32, + ACTIONS(1698), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71475,13 +71409,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53251] = 3, + [53166] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1458), 12, - sym_dedent, + ACTIONS(1896), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -71492,7 +71426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1460), 32, + ACTIONS(1898), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71525,11 +71459,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53304] = 3, + [53219] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1840), 12, + ACTIONS(1478), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -71542,7 +71476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1842), 32, + ACTIONS(1476), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71575,13 +71509,79 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, + [53272] = 19, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, + sym_string_start, + ACTIONS(1738), 1, + anon_sym_LPAREN, + ACTIONS(1740), 1, + anon_sym_STAR, + ACTIONS(1744), 1, + anon_sym_await, + ACTIONS(1746), 1, + anon_sym_LBRACK, + STATE(1012), 1, + sym_string, + STATE(1512), 1, + sym_primary_expression, + STATE(2375), 1, + sym_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(2445), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1736), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1742), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + STATE(1504), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + ACTIONS(329), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1272), 15, + sym_binary_operator, + sym_unary_operator, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, [53357] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1852), 12, - sym_dedent, + ACTIONS(1900), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -71592,7 +71592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1854), 32, + ACTIONS(1902), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71629,7 +71629,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1856), 12, + ACTIONS(1840), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -71642,7 +71642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1858), 32, + ACTIONS(1842), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71679,7 +71679,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1860), 12, + ACTIONS(1848), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -71692,7 +71692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1862), 32, + ACTIONS(1850), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71729,7 +71729,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1870), 12, + ACTIONS(1904), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -71742,7 +71742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1868), 32, + ACTIONS(1906), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71775,77 +71775,111 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53569] = 19, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, + [53569] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1856), 12, + sym_dedent, sym_string_start, - ACTIONS(1578), 1, anon_sym_LPAREN, - ACTIONS(1580), 1, anon_sym_STAR, - ACTIONS(1584), 1, - anon_sym_await, - ACTIONS(1586), 1, anon_sym_LBRACK, - STATE(1006), 1, - sym_string, - STATE(1495), 1, - sym_primary_expression, - STATE(1940), 1, - sym_pattern, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1911), 2, - sym_tuple_pattern_, - sym_list_pattern_, - ACTIONS(321), 3, + anon_sym_AT, anon_sym_DASH, + anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1576), 3, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1858), 32, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_exec, + anon_sym_async, + anon_sym_await, anon_sym_type, anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, sym_identifier, - ACTIONS(1582), 3, + sym_true, + sym_false, + sym_none, + [53622] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1860), 12, + sym_dedent, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(1862), 32, + anon_sym_import, + anon_sym_from, anon_sym_print, + anon_sym_assert, anon_sym_exec, anon_sym_async, - STATE(1488), 3, - sym_list_splat_pattern, - sym_attribute, - sym_subscript, - ACTIONS(329), 4, + anon_sym_await, + anon_sym_type, + anon_sym_match, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1317), 15, - sym_binary_operator, - sym_unary_operator, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [53654] = 3, + [53675] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1882), 12, + ACTIONS(1872), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -71858,7 +71892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1880), 32, + ACTIONS(1874), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71891,11 +71925,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53707] = 3, + [53728] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1886), 12, + ACTIONS(1876), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -71908,7 +71942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1884), 32, + ACTIONS(1878), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71941,11 +71975,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53760] = 3, + [53781] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1890), 12, + ACTIONS(1888), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -71958,7 +71992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1888), 32, + ACTIONS(1890), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71991,11 +72025,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53813] = 3, + [53834] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1894), 12, + ACTIONS(1892), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -72008,7 +72042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1892), 32, + ACTIONS(1894), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72041,11 +72075,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53866] = 3, + [53887] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1898), 12, + ACTIONS(1896), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -72058,7 +72092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1896), 32, + ACTIONS(1898), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72091,11 +72125,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53919] = 3, + [53940] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1902), 12, + ACTIONS(1900), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -72108,7 +72142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1900), 32, + ACTIONS(1902), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72141,11 +72175,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53972] = 3, + [53993] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1882), 12, + ACTIONS(1908), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -72158,7 +72192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1880), 32, + ACTIONS(1910), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72191,13 +72225,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54025] = 3, + [54046] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1886), 12, + ACTIONS(1908), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -72208,7 +72242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1884), 32, + ACTIONS(1910), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72241,13 +72275,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54078] = 3, + [54099] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1906), 12, - sym_dedent, + ACTIONS(1846), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -72258,7 +72292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1904), 32, + ACTIONS(1844), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72291,11 +72325,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54131] = 3, + [54152] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1910), 12, + ACTIONS(1914), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -72308,7 +72342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1908), 32, + ACTIONS(1912), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72341,11 +72375,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54184] = 3, + [54205] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1750), 12, + ACTIONS(1918), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -72358,7 +72392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1752), 32, + ACTIONS(1916), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72391,13 +72425,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54237] = 3, + [54258] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1668), 12, - sym_dedent, + ACTIONS(1866), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -72408,7 +72442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1670), 32, + ACTIONS(1864), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72441,11 +72475,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54290] = 3, + [54311] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1914), 12, + ACTIONS(1678), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -72458,7 +72492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1912), 32, + ACTIONS(1680), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72491,11 +72525,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54343] = 3, + [54364] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1918), 12, + ACTIONS(1922), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -72508,7 +72542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1916), 32, + ACTIONS(1920), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72541,9 +72575,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54396] = 19, - ACTIONS(17), 1, - anon_sym_STAR, + [54417] = 19, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -72552,37 +72584,39 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(333), 1, sym_string_start, - ACTIONS(970), 1, + ACTIONS(1574), 1, anon_sym_LPAREN, - ACTIONS(976), 1, + ACTIONS(1576), 1, + anon_sym_STAR, + ACTIONS(1580), 1, anon_sym_await, - ACTIONS(978), 1, + ACTIONS(1582), 1, anon_sym_LBRACK, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1497), 1, - sym_pattern, - STATE(1519), 1, + STATE(1513), 1, sym_primary_expression, + STATE(1943), 1, + sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1498), 2, + STATE(1907), 2, sym_tuple_pattern_, sym_list_pattern_, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(966), 3, + ACTIONS(1572), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(974), 3, + ACTIONS(1578), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - STATE(1288), 3, + STATE(1487), 3, sym_list_splat_pattern, sym_attribute, sym_subscript, @@ -72591,7 +72625,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 15, + STATE(1272), 15, sym_binary_operator, sym_unary_operator, sym_ellipsis, @@ -72607,11 +72641,11 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [54481] = 3, + [54502] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1922), 12, + ACTIONS(1926), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -72624,7 +72658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1920), 32, + ACTIONS(1924), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72657,11 +72691,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54534] = 3, + [54555] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1926), 12, + ACTIONS(1930), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -72674,7 +72708,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1924), 32, + ACTIONS(1928), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72707,11 +72741,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54587] = 3, + [54608] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1930), 12, + ACTIONS(1934), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -72724,7 +72758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1928), 32, + ACTIONS(1932), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72757,11 +72791,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54640] = 3, + [54661] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1934), 12, + ACTIONS(1938), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -72774,7 +72808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1932), 32, + ACTIONS(1936), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72807,11 +72841,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54693] = 3, + [54714] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1938), 12, + ACTIONS(1942), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -72824,7 +72858,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1936), 32, + ACTIONS(1940), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72857,11 +72891,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54746] = 3, + [54767] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1844), 12, + ACTIONS(1946), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -72874,7 +72908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1846), 32, + ACTIONS(1944), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72907,13 +72941,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54799] = 3, + [54820] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1848), 12, - sym_dedent, + ACTIONS(1870), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -72924,7 +72958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1850), 32, + ACTIONS(1868), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72957,13 +72991,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54852] = 3, + [54873] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1890), 12, + ACTIONS(1950), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -72974,7 +73008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1888), 32, + ACTIONS(1948), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73007,11 +73041,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54905] = 3, + [54926] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1942), 12, + ACTIONS(1954), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -73024,7 +73058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1940), 32, + ACTIONS(1952), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73057,13 +73091,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54958] = 3, + [54979] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1946), 12, - sym_dedent, + ACTIONS(1914), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -73074,7 +73108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1944), 32, + ACTIONS(1912), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73107,11 +73141,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55011] = 3, + [55032] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1950), 12, + ACTIONS(1904), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -73124,7 +73158,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1948), 32, + ACTIONS(1906), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73157,11 +73191,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55064] = 3, + [55085] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1954), 12, + ACTIONS(1754), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -73174,7 +73208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1952), 32, + ACTIONS(1756), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73207,63 +73241,79 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55117] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1754), 12, - sym_dedent, + [55138] = 19, + ACTIONS(17), 1, + anon_sym_STAR, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, sym_string_start, + ACTIONS(970), 1, anon_sym_LPAREN, - anon_sym_STAR, + ACTIONS(976), 1, + anon_sym_await, + ACTIONS(978), 1, anon_sym_LBRACK, - anon_sym_AT, + STATE(1012), 1, + sym_string, + STATE(1495), 1, + sym_pattern, + STATE(1521), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1503), 2, + sym_tuple_pattern_, + sym_list_pattern_, + ACTIONS(321), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1756), 32, - anon_sym_import, - anon_sym_from, + ACTIONS(966), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(974), 3, anon_sym_print, - anon_sym_assert, anon_sym_exec, anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + STATE(1314), 3, + sym_list_splat_pattern, + sym_attribute, + sym_subscript, + ACTIONS(329), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - [55170] = 3, + STATE(1272), 15, + sym_binary_operator, + sym_unary_operator, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [55223] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1894), 12, + ACTIONS(1758), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -73274,7 +73324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1892), 32, + ACTIONS(1760), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73307,11 +73357,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55223] = 3, + [55276] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1758), 12, + ACTIONS(1762), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -73324,7 +73374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1760), 32, + ACTIONS(1764), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73357,13 +73407,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55276] = 3, + [55329] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1898), 12, + ACTIONS(1768), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -73374,7 +73424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1896), 32, + ACTIONS(1770), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73407,13 +73457,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55329] = 3, + [55382] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1762), 12, - sym_dedent, + ACTIONS(1918), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -73424,7 +73474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1764), 32, + ACTIONS(1916), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73457,11 +73507,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55382] = 3, + [55435] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1766), 12, + ACTIONS(1772), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -73474,7 +73524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1768), 32, + ACTIONS(1774), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73507,11 +73557,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55435] = 3, + [55488] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1934), 12, + ACTIONS(1678), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -73524,7 +73574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1932), 32, + ACTIONS(1680), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73557,11 +73607,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55488] = 3, + [55541] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1774), 12, + ACTIONS(1776), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -73574,7 +73624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1776), 32, + ACTIONS(1778), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73607,13 +73657,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55541] = 3, + [55594] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1902), 12, + ACTIONS(1780), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -73624,7 +73674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1900), 32, + ACTIONS(1782), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73657,13 +73707,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55594] = 3, + [55647] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1780), 12, - sym_dedent, + ACTIONS(1922), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -73674,7 +73724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1782), 32, + ACTIONS(1920), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73707,11 +73757,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55647] = 3, + [55700] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1784), 12, + ACTIONS(1788), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -73724,7 +73774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1786), 32, + ACTIONS(1790), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73757,13 +73807,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55700] = 3, + [55753] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1788), 12, - sym_dedent, + ACTIONS(1926), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -73774,7 +73824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1790), 32, + ACTIONS(1924), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73807,7 +73857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55753] = 3, + [55806] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -73857,7 +73907,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55806] = 3, + [55859] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -73907,11 +73957,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55859] = 3, + [55912] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1906), 12, + ACTIONS(1930), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -73924,7 +73974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1904), 32, + ACTIONS(1928), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73957,11 +74007,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55912] = 3, + [55965] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1812), 12, + ACTIONS(1808), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -73974,7 +74024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1814), 32, + ACTIONS(1810), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74007,11 +74057,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55965] = 3, + [56018] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1816), 12, + ACTIONS(1812), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -74024,7 +74074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1818), 32, + ACTIONS(1814), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74057,13 +74107,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56018] = 3, + [56071] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1942), 12, + ACTIONS(1816), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -74074,7 +74124,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1940), 32, + ACTIONS(1818), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74107,11 +74157,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56071] = 3, + [56124] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1910), 12, + ACTIONS(1934), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -74124,7 +74174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1908), 32, + ACTIONS(1932), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74157,11 +74207,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56124] = 3, + [56177] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1946), 12, + ACTIONS(1938), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -74174,7 +74224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1944), 32, + ACTIONS(1936), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74207,13 +74257,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56177] = 3, + [56230] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1950), 12, + ACTIONS(1832), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -74224,7 +74274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1948), 32, + ACTIONS(1834), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74257,13 +74307,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56230] = 3, + [56283] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1668), 12, + ACTIONS(1836), 12, + sym_dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -74274,7 +74324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1670), 32, + ACTIONS(1838), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74307,11 +74357,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56283] = 3, + [56336] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1914), 12, + ACTIONS(1460), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -74324,7 +74374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1912), 32, + ACTIONS(1458), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74357,11 +74407,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56336] = 3, + [56389] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1918), 12, + ACTIONS(1882), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -74374,7 +74424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1916), 32, + ACTIONS(1880), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74407,11 +74457,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56389] = 3, + [56442] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1922), 12, + ACTIONS(1942), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -74424,7 +74474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1920), 32, + ACTIONS(1940), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74457,11 +74507,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56442] = 3, + [56495] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1926), 12, + ACTIONS(1946), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -74474,7 +74524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1924), 32, + ACTIONS(1944), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74507,11 +74557,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56495] = 3, + [56548] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1938), 12, + ACTIONS(1886), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -74524,7 +74574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1936), 32, + ACTIONS(1884), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74557,11 +74607,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56548] = 3, + [56601] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1930), 12, + ACTIONS(1950), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -74574,57 +74624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1928), 32, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_exec, - anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - [56601] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1878), 12, - sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(1876), 32, + ACTIONS(1948), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74711,7 +74711,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1872), 12, + ACTIONS(1852), 12, sym_dedent, sym_string_start, anon_sym_LPAREN, @@ -74724,7 +74724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(1874), 32, + ACTIONS(1854), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74770,13 +74770,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, ACTIONS(1962), 1, anon_sym_await, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1507), 1, + STATE(1505), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -74784,7 +74784,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1958), 2, anon_sym_RPAREN, anon_sym_COMMA, - STATE(1494), 2, + STATE(1491), 2, sym_attribute, sym_subscript, ACTIONS(321), 3, @@ -74804,7 +74804,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -74834,13 +74834,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, ACTIONS(1968), 1, anon_sym_await, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1500), 1, + STATE(1499), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -74848,7 +74848,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1958), 2, anon_sym_COMMA, anon_sym_COLON, - STATE(1511), 2, + STATE(1520), 2, sym_attribute, sym_subscript, ACTIONS(321), 3, @@ -74868,7 +74868,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -74886,40 +74886,40 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [56924] = 16, - ACTIONS(754), 1, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(806), 1, anon_sym_await, - ACTIONS(762), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1276), 1, + ACTIONS(1218), 1, anon_sym_STAR, ACTIONS(1970), 1, anon_sym_not, - STATE(1024), 1, + STATE(973), 1, sym_string, - STATE(1056), 1, + STATE(1001), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(758), 3, + ACTIONS(804), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(764), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(752), 7, + ACTIONS(798), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -74927,7 +74927,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1302), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -74947,40 +74947,40 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [57001] = 16, - ACTIONS(798), 1, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(782), 1, anon_sym_await, - ACTIONS(808), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1206), 1, + ACTIONS(1212), 1, anon_sym_STAR, ACTIONS(1970), 1, anon_sym_not, - STATE(981), 1, + STATE(978), 1, sym_string, - STATE(1084), 1, + STATE(1056), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(802), 3, + ACTIONS(780), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(810), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(796), 7, + ACTIONS(774), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -74988,7 +74988,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1310), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75008,40 +75008,40 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [57078] = 16, - ACTIONS(316), 1, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, + anon_sym_await, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(677), 1, - anon_sym_await, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1274), 1, anon_sym_STAR, ACTIONS(1970), 1, anon_sym_not, - STATE(1006), 1, + STATE(1021), 1, sym_string, - STATE(1029), 1, + STATE(1074), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(675), 3, + ACTIONS(758), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(329), 7, + ACTIONS(764), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(752), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -75049,7 +75049,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75083,13 +75083,13 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(750), 1, sym_string_start, - ACTIONS(1216), 1, + ACTIONS(1198), 1, anon_sym_STAR, ACTIONS(1970), 1, anon_sym_not, - STATE(956), 1, + STATE(966), 1, sym_string, - STATE(985), 1, + STATE(990), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -75110,7 +75110,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1213), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75130,6 +75130,67 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [57232] = 16, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, + sym_string_start, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(677), 1, + anon_sym_await, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1372), 1, + anon_sym_STAR, + ACTIONS(1970), 1, + anon_sym_not, + STATE(1012), 1, + sym_string, + STATE(1105), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(675), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(329), 7, + anon_sym_type, + anon_sym_match, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + STATE(1272), 18, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [57309] = 16, ACTIONS(710), 1, anon_sym_LPAREN, ACTIONS(716), 1, @@ -75148,9 +75209,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1970), 1, anon_sym_not, - STATE(1042), 1, + STATE(1095), 1, sym_string, - STATE(1128), 1, + STATE(1127), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -75171,7 +75232,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1382), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75190,7 +75251,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [57309] = 16, + [57386] = 16, ACTIONS(69), 1, anon_sym_LBRACE, ACTIONS(77), 1, @@ -75205,13 +75266,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1260), 1, anon_sym_STAR, ACTIONS(1970), 1, anon_sym_not, STATE(951), 1, sym_string, - STATE(960), 1, + STATE(957), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -75232,7 +75293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1082), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75251,7 +75312,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [57386] = 16, + [57463] = 16, ACTIONS(688), 1, anon_sym_LPAREN, ACTIONS(694), 1, @@ -75270,9 +75331,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1970), 1, anon_sym_not, - STATE(961), 1, + STATE(967), 1, sym_string, - STATE(1014), 1, + STATE(1005), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -75293,7 +75354,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1167), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75312,41 +75373,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [57463] = 16, - ACTIONS(776), 1, - anon_sym_LPAREN, - ACTIONS(782), 1, - anon_sym_await, - ACTIONS(784), 1, - anon_sym_LBRACK, - ACTIONS(788), 1, + [57540] = 15, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(1234), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(658), 1, + anon_sym_await, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - ACTIONS(1970), 1, - anon_sym_not, - STATE(966), 1, + STATE(951), 1, sym_string, - STATE(1004), 1, + STATE(956), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(780), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(786), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(774), 7, + ACTIONS(656), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -75354,7 +75413,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1230), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75373,39 +75432,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [57540] = 15, - ACTIONS(776), 1, + [57614] = 15, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(738), 1, anon_sym_await, - ACTIONS(784), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(1234), 1, + ACTIONS(1198), 1, anon_sym_STAR, STATE(966), 1, sym_string, - STATE(1002), 1, + STATE(993), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(780), 3, + ACTIONS(736), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(786), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(774), 7, + ACTIONS(730), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -75413,7 +75472,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1230), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75432,39 +75491,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [57614] = 15, - ACTIONS(754), 1, + [57688] = 15, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(738), 1, anon_sym_await, - ACTIONS(762), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(1276), 1, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(1024), 1, + STATE(966), 1, sym_string, - STATE(1038), 1, + STATE(994), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(758), 3, + ACTIONS(736), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(764), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(752), 7, + ACTIONS(730), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -75472,7 +75531,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1302), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75491,39 +75550,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [57688] = 15, - ACTIONS(754), 1, + [57762] = 15, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(738), 1, anon_sym_await, - ACTIONS(762), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(1276), 1, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(1024), 1, + STATE(966), 1, sym_string, - STATE(1053), 1, + STATE(995), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(758), 3, + ACTIONS(736), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(764), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(752), 7, + ACTIONS(730), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -75531,7 +75590,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1302), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75550,39 +75609,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [57762] = 15, - ACTIONS(754), 1, + [57836] = 15, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(806), 1, anon_sym_await, - ACTIONS(762), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1276), 1, + ACTIONS(1218), 1, anon_sym_STAR, - STATE(1024), 1, + STATE(973), 1, sym_string, - STATE(1056), 1, + STATE(1024), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(758), 3, + ACTIONS(804), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(764), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(752), 7, + ACTIONS(798), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -75590,7 +75649,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1302), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75609,39 +75668,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [57836] = 15, - ACTIONS(754), 1, + [57910] = 15, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(806), 1, anon_sym_await, - ACTIONS(762), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1276), 1, + ACTIONS(1218), 1, anon_sym_STAR, - STATE(1024), 1, + STATE(973), 1, sym_string, - STATE(1058), 1, + STATE(1026), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(758), 3, + ACTIONS(804), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(764), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(752), 7, + ACTIONS(798), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -75649,7 +75708,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1302), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75668,39 +75727,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [57910] = 15, - ACTIONS(754), 1, + [57984] = 15, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(806), 1, anon_sym_await, - ACTIONS(762), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1276), 1, + ACTIONS(1218), 1, anon_sym_STAR, - STATE(1024), 1, + STATE(973), 1, sym_string, - STATE(1062), 1, + STATE(998), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(758), 3, + ACTIONS(804), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(764), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(752), 7, + ACTIONS(798), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -75708,7 +75767,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1302), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75727,52 +75786,54 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [57984] = 15, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(760), 1, - anon_sym_await, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [58058] = 17, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1276), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(1024), 1, + ACTIONS(1976), 1, + anon_sym_await, + STATE(1012), 1, sym_string, - STATE(1064), 1, + STATE(1512), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(758), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(764), 3, + STATE(1364), 2, + sym_attribute, + sym_subscript, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(752), 7, + ACTIONS(1972), 3, anon_sym_type, anon_sym_match, - sym_integer, sym_identifier, + ACTIONS(1974), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(329), 4, + sym_integer, sym_true, sym_false, sym_none, - STATE(1302), 18, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -75786,52 +75847,54 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58058] = 15, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(760), 1, - anon_sym_await, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [58136] = 17, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1276), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(1024), 1, + ACTIONS(1982), 1, + anon_sym_await, + STATE(1012), 1, sym_string, - STATE(1066), 1, + STATE(1502), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(758), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(764), 3, + STATE(1098), 2, + sym_attribute, + sym_subscript, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(752), 7, + ACTIONS(1978), 3, anon_sym_type, anon_sym_match, - sym_integer, sym_identifier, + ACTIONS(1980), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(329), 4, + sym_integer, sym_true, sym_false, sym_none, - STATE(1302), 18, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -75845,39 +75908,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58132] = 15, - ACTIONS(754), 1, - anon_sym_LPAREN, - ACTIONS(760), 1, - anon_sym_await, - ACTIONS(762), 1, - anon_sym_LBRACK, - ACTIONS(766), 1, + [58214] = 15, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1276), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(677), 1, + anon_sym_await, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(1024), 1, + STATE(1012), 1, sym_string, - STATE(1070), 1, + STATE(1093), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(758), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(764), 3, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(752), 7, + ACTIONS(675), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(329), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -75885,7 +75948,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1302), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75904,7 +75967,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58206] = 17, + [58288] = 17, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -75917,29 +75980,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(1976), 1, + ACTIONS(1988), 1, anon_sym_await, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1500), 1, + STATE(1521), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1503), 2, + STATE(628), 2, sym_attribute, sym_subscript, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1972), 3, + ACTIONS(1984), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(1974), 3, + ACTIONS(1986), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -75948,7 +76011,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -75965,7 +76028,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58284] = 15, + [58366] = 15, ACTIONS(69), 1, anon_sym_LBRACE, ACTIONS(77), 1, @@ -75980,11 +76043,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1260), 1, anon_sym_STAR, STATE(951), 1, sym_string, - STATE(968), 1, + STATE(954), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -76005,7 +76068,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1082), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -76024,52 +76087,55 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58358] = 15, - ACTIONS(776), 1, - anon_sym_LPAREN, - ACTIONS(782), 1, - anon_sym_await, - ACTIONS(784), 1, - anon_sym_LBRACK, - ACTIONS(788), 1, + [58440] = 18, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1234), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(966), 1, + ACTIONS(1976), 1, + anon_sym_await, + ACTIONS(1990), 1, + sym_identifier, + STATE(1012), 1, sym_string, - STATE(1003), 1, + STATE(1511), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(780), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(786), 3, + ACTIONS(1972), 2, + anon_sym_type, + anon_sym_match, + STATE(1364), 2, + sym_attribute, + sym_subscript, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(774), 7, - anon_sym_type, - anon_sym_match, + ACTIONS(1974), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(329), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - STATE(1230), 18, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -76083,39 +76149,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58432] = 15, - ACTIONS(710), 1, - anon_sym_LPAREN, - ACTIONS(716), 1, - anon_sym_await, - ACTIONS(718), 1, - anon_sym_LBRACK, - ACTIONS(722), 1, + [58520] = 15, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(1268), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(658), 1, + anon_sym_await, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(1042), 1, + STATE(951), 1, sym_string, - STATE(1126), 1, + STATE(955), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(714), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(720), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(708), 7, + ACTIONS(656), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -76123,7 +76189,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1382), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -76142,39 +76208,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58506] = 15, - ACTIONS(710), 1, + [58594] = 15, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(694), 1, anon_sym_await, - ACTIONS(718), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(1268), 1, + ACTIONS(1004), 1, anon_sym_STAR, - STATE(1042), 1, + STATE(967), 1, sym_string, - STATE(1127), 1, + STATE(1003), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(714), 3, + ACTIONS(692), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(720), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(708), 7, + ACTIONS(686), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -76182,7 +76248,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1382), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -76201,39 +76267,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58580] = 15, - ACTIONS(710), 1, + [58668] = 15, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(694), 1, anon_sym_await, - ACTIONS(718), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(1268), 1, + ACTIONS(1004), 1, anon_sym_STAR, - STATE(1042), 1, + STATE(967), 1, sym_string, - STATE(1128), 1, + STATE(1004), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(714), 3, + ACTIONS(692), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(720), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(708), 7, + ACTIONS(686), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -76241,7 +76307,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1382), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -76260,39 +76326,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58654] = 15, - ACTIONS(710), 1, + [58742] = 15, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(694), 1, anon_sym_await, - ACTIONS(718), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(1268), 1, + ACTIONS(1004), 1, anon_sym_STAR, - STATE(1042), 1, + STATE(967), 1, sym_string, - STATE(1129), 1, + STATE(1005), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(714), 3, + ACTIONS(692), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(720), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(708), 7, + ACTIONS(686), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -76300,7 +76366,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1382), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -76319,39 +76385,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58728] = 15, - ACTIONS(710), 1, + [58816] = 15, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(694), 1, anon_sym_await, - ACTIONS(718), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(1268), 1, + ACTIONS(1004), 1, anon_sym_STAR, - STATE(1042), 1, + STATE(967), 1, sym_string, - STATE(1130), 1, + STATE(1006), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(714), 3, + ACTIONS(692), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(720), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(708), 7, + ACTIONS(686), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -76359,7 +76425,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1382), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -76378,39 +76444,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58802] = 15, - ACTIONS(710), 1, + [58890] = 15, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(694), 1, anon_sym_await, - ACTIONS(718), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(1268), 1, + ACTIONS(1004), 1, anon_sym_STAR, - STATE(1042), 1, + STATE(967), 1, sym_string, - STATE(1131), 1, + STATE(1007), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(714), 3, + ACTIONS(692), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(720), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(708), 7, + ACTIONS(686), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -76418,7 +76484,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1382), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -76437,39 +76503,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58876] = 15, - ACTIONS(710), 1, + [58964] = 15, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(694), 1, anon_sym_await, - ACTIONS(718), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(1268), 1, + ACTIONS(1004), 1, anon_sym_STAR, - STATE(1042), 1, + STATE(967), 1, sym_string, - STATE(1115), 1, + STATE(1008), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(714), 3, + ACTIONS(692), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(720), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(708), 7, + ACTIONS(686), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -76477,7 +76543,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1382), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -76496,39 +76562,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58950] = 15, - ACTIONS(710), 1, + [59038] = 15, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(694), 1, anon_sym_await, - ACTIONS(718), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(1268), 1, + ACTIONS(1004), 1, anon_sym_STAR, - STATE(1042), 1, + STATE(967), 1, sym_string, - STATE(1132), 1, + STATE(1009), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(714), 3, + ACTIONS(692), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(720), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(708), 7, + ACTIONS(686), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -76536,7 +76602,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1382), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -76555,39 +76621,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59024] = 15, - ACTIONS(776), 1, + [59112] = 15, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(694), 1, anon_sym_await, - ACTIONS(784), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(1234), 1, + ACTIONS(1004), 1, anon_sym_STAR, - STATE(966), 1, + STATE(967), 1, sym_string, - STATE(1004), 1, + STATE(1010), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(780), 3, + ACTIONS(692), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(786), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(774), 7, + ACTIONS(686), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -76595,7 +76661,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1230), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -76614,39 +76680,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59098] = 15, - ACTIONS(776), 1, - anon_sym_LPAREN, - ACTIONS(782), 1, - anon_sym_await, - ACTIONS(784), 1, - anon_sym_LBRACK, - ACTIONS(788), 1, + [59186] = 15, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(1234), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(658), 1, + anon_sym_await, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(966), 1, + STATE(951), 1, sym_string, - STATE(1007), 1, + STATE(957), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(780), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(786), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(774), 7, + ACTIONS(656), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -76654,7 +76720,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1230), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -76673,52 +76739,54 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59172] = 15, - ACTIONS(776), 1, - anon_sym_LPAREN, - ACTIONS(782), 1, - anon_sym_await, - ACTIONS(784), 1, - anon_sym_LBRACK, - ACTIONS(788), 1, + [59260] = 17, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1234), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(966), 1, + ACTIONS(1996), 1, + anon_sym_await, + STATE(1012), 1, sym_string, - STATE(1008), 1, + STATE(1508), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(780), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(786), 3, + STATE(1240), 2, + sym_attribute, + sym_subscript, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(774), 7, + ACTIONS(1992), 3, anon_sym_type, anon_sym_match, - sym_integer, sym_identifier, + ACTIONS(1994), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(329), 4, + sym_integer, sym_true, sym_false, sym_none, - STATE(1230), 18, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -76732,39 +76800,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59246] = 15, - ACTIONS(776), 1, + [59338] = 15, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(806), 1, anon_sym_await, - ACTIONS(784), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1234), 1, + ACTIONS(1218), 1, anon_sym_STAR, - STATE(966), 1, + STATE(973), 1, sym_string, - STATE(1009), 1, + STATE(985), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(780), 3, + ACTIONS(804), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(786), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(774), 7, + ACTIONS(798), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -76772,7 +76840,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1230), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -76791,100 +76859,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59320] = 17, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1370), 1, - anon_sym_STAR, - ACTIONS(1982), 1, - anon_sym_await, - STATE(1006), 1, - sym_string, - STATE(1500), 1, - sym_primary_expression, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1322), 2, - sym_attribute, - sym_subscript, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1978), 3, - anon_sym_type, - anon_sym_match, - sym_identifier, - ACTIONS(1980), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(329), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1317), 16, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [59398] = 15, - ACTIONS(798), 1, + [59412] = 15, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(760), 1, anon_sym_await, - ACTIONS(808), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(1206), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(981), 1, + STATE(1021), 1, sym_string, - STATE(1110), 1, + STATE(1064), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(802), 3, + ACTIONS(758), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(810), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(796), 7, + ACTIONS(752), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -76892,7 +76899,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1310), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -76911,39 +76918,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59472] = 15, - ACTIONS(776), 1, + [59486] = 15, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(760), 1, anon_sym_await, - ACTIONS(784), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(1234), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(966), 1, + STATE(1021), 1, sym_string, - STATE(1017), 1, + STATE(1065), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(780), 3, + ACTIONS(758), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(786), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(774), 7, + ACTIONS(752), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -76951,7 +76958,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1230), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -76970,7 +76977,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59546] = 18, + [59560] = 18, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -76983,30 +76990,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(1984), 1, + ACTIONS(1998), 1, sym_identifier, - ACTIONS(1988), 1, + ACTIONS(2002), 1, anon_sym_await, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1504), 1, + STATE(1510), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1990), 2, + ACTIONS(2004), 2, anon_sym_type, anon_sym_match, - STATE(1075), 2, + STATE(1303), 2, sym_attribute, sym_subscript, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1986), 3, + ACTIONS(2000), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -77015,7 +77022,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -77032,54 +77039,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59626] = 17, - ACTIONS(316), 1, + [59640] = 15, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, + anon_sym_await, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1274), 1, anon_sym_STAR, - ACTIONS(1996), 1, - anon_sym_await, - STATE(1006), 1, + STATE(1021), 1, sym_string, - STATE(1507), 1, + STATE(1074), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1489), 2, - sym_attribute, - sym_subscript, - ACTIONS(321), 3, + ACTIONS(758), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1992), 3, + ACTIONS(752), 7, anon_sym_type, anon_sym_match, - sym_identifier, - ACTIONS(1994), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(329), 4, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -77093,39 +77098,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59704] = 15, - ACTIONS(776), 1, + [59714] = 15, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(760), 1, anon_sym_await, - ACTIONS(784), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(1234), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(966), 1, + STATE(1021), 1, sym_string, - STATE(1018), 1, + STATE(1075), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(780), 3, + ACTIONS(758), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(786), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(774), 7, + ACTIONS(752), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -77133,7 +77138,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1230), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -77152,55 +77157,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59778] = 18, - ACTIONS(316), 1, + [59788] = 15, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, + anon_sym_await, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1274), 1, anon_sym_STAR, - ACTIONS(1998), 1, - sym_identifier, - ACTIONS(2002), 1, - anon_sym_await, - STATE(1006), 1, + STATE(1021), 1, sym_string, - STATE(1519), 1, + STATE(1076), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2004), 2, - anon_sym_type, - anon_sym_match, - STATE(621), 2, - sym_attribute, - sym_subscript, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(2000), 3, + ACTIONS(758), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(329), 4, + ACTIONS(764), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(752), 7, + anon_sym_type, + anon_sym_match, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -77214,39 +77216,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59858] = 15, - ACTIONS(69), 1, + [59862] = 15, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, + anon_sym_await, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(77), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_await, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(951), 1, + STATE(1021), 1, sym_string, - STATE(958), 1, + STATE(1078), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(67), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(656), 3, + ACTIONS(758), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 7, + ACTIONS(764), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(752), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -77254,7 +77256,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1082), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -77273,39 +77275,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59932] = 15, - ACTIONS(798), 1, + [59936] = 15, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(760), 1, anon_sym_await, - ACTIONS(808), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(1206), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(981), 1, + STATE(1021), 1, sym_string, - STATE(1077), 1, + STATE(1079), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(802), 3, + ACTIONS(758), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(810), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(796), 7, + ACTIONS(752), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -77313,7 +77315,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1310), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -77332,39 +77334,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60006] = 15, - ACTIONS(798), 1, + [60010] = 15, + ACTIONS(754), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(760), 1, anon_sym_await, - ACTIONS(808), 1, + ACTIONS(762), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(766), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(768), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(770), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(1206), 1, + ACTIONS(1274), 1, anon_sym_STAR, - STATE(981), 1, + STATE(1021), 1, sym_string, - STATE(1083), 1, + STATE(1081), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(802), 3, + ACTIONS(758), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(810), 3, + ACTIONS(764), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(796), 7, + ACTIONS(752), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -77372,7 +77374,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1310), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -77391,39 +77393,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60080] = 15, - ACTIONS(798), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_await, - ACTIONS(808), 1, - anon_sym_LBRACK, - ACTIONS(812), 1, + [60084] = 15, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(1206), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(658), 1, + anon_sym_await, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(981), 1, + STATE(951), 1, sym_string, - STATE(1084), 1, + STATE(958), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(802), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(810), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(796), 7, + ACTIONS(656), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -77431,7 +77433,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1310), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -77450,52 +77452,55 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60154] = 15, - ACTIONS(798), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_await, - ACTIONS(808), 1, - anon_sym_LBRACK, - ACTIONS(812), 1, + [60158] = 18, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1206), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(981), 1, + ACTIONS(2006), 1, + sym_identifier, + ACTIONS(2010), 1, + anon_sym_await, + STATE(1012), 1, sym_string, - STATE(1087), 1, + STATE(1499), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(802), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(810), 3, + ACTIONS(2012), 2, + anon_sym_type, + anon_sym_match, + STATE(1280), 2, + sym_attribute, + sym_subscript, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(796), 7, - anon_sym_type, - anon_sym_match, + ACTIONS(2008), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(329), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - STATE(1310), 18, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -77509,39 +77514,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60228] = 15, - ACTIONS(798), 1, + [60238] = 15, + ACTIONS(710), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(716), 1, anon_sym_await, - ACTIONS(808), 1, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(1206), 1, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(981), 1, + STATE(1095), 1, sym_string, - STATE(1089), 1, + STATE(1124), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(802), 3, + ACTIONS(714), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(810), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(796), 7, + ACTIONS(708), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -77549,7 +77554,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1310), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -77568,39 +77573,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60302] = 15, - ACTIONS(798), 1, + [60312] = 15, + ACTIONS(710), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(716), 1, anon_sym_await, - ACTIONS(808), 1, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(1206), 1, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(981), 1, + STATE(1095), 1, sym_string, - STATE(1090), 1, + STATE(1125), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(802), 3, + ACTIONS(714), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(810), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(796), 7, + ACTIONS(708), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -77608,7 +77613,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1310), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -77627,52 +77632,54 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60376] = 15, - ACTIONS(798), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_await, - ACTIONS(808), 1, - anon_sym_LBRACK, - ACTIONS(812), 1, + [60386] = 17, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1206), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(981), 1, + ACTIONS(2002), 1, + anon_sym_await, + STATE(1012), 1, sym_string, - STATE(1091), 1, + STATE(1510), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(802), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(810), 3, + STATE(1303), 2, + sym_attribute, + sym_subscript, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(796), 7, + ACTIONS(2000), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(2004), 3, anon_sym_type, anon_sym_match, - sym_integer, sym_identifier, + ACTIONS(329), 4, + sym_integer, sym_true, sym_false, sym_none, - STATE(1310), 18, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -77686,39 +77693,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60450] = 15, - ACTIONS(798), 1, + [60464] = 15, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(738), 1, anon_sym_await, - ACTIONS(808), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(812), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(816), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(818), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(1206), 1, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(981), 1, + STATE(966), 1, sym_string, - STATE(1092), 1, + STATE(982), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(802), 3, + ACTIONS(736), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(810), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(796), 7, + ACTIONS(730), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -77726,7 +77733,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1310), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -77745,54 +77752,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60524] = 17, - ACTIONS(316), 1, + [60538] = 15, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(716), 1, + anon_sym_await, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1268), 1, anon_sym_STAR, - ACTIONS(1988), 1, - anon_sym_await, - STATE(1006), 1, + STATE(1095), 1, sym_string, - STATE(1504), 1, + STATE(1127), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1075), 2, - sym_attribute, - sym_subscript, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1986), 3, + ACTIONS(714), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(1990), 3, + ACTIONS(720), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(708), 7, anon_sym_type, anon_sym_match, - sym_identifier, - ACTIONS(329), 4, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -77806,39 +77811,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60602] = 15, - ACTIONS(316), 1, + [60612] = 15, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(716), 1, + anon_sym_await, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(677), 1, - anon_sym_await, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(1006), 1, + STATE(1095), 1, sym_string, - STATE(1079), 1, + STATE(1128), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(675), 3, + ACTIONS(714), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(329), 7, + ACTIONS(720), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(708), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -77846,7 +77851,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -77865,55 +77870,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60676] = 18, - ACTIONS(316), 1, + [60686] = 15, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(716), 1, + anon_sym_await, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1268), 1, anon_sym_STAR, - ACTIONS(2006), 1, - sym_identifier, - ACTIONS(2010), 1, - anon_sym_await, - STATE(1006), 1, + STATE(1095), 1, sym_string, - STATE(1515), 1, + STATE(1129), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2012), 2, - anon_sym_type, - anon_sym_match, - STATE(1348), 2, - sym_attribute, - sym_subscript, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(2008), 3, + ACTIONS(714), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(329), 4, + ACTIONS(720), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(708), 7, + anon_sym_type, + anon_sym_match, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -77927,54 +77929,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60756] = 17, - ACTIONS(316), 1, + [60760] = 15, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(716), 1, + anon_sym_await, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1268), 1, anon_sym_STAR, - ACTIONS(2018), 1, - anon_sym_await, - STATE(1006), 1, + STATE(1095), 1, sym_string, - STATE(1510), 1, + STATE(1130), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1241), 2, - sym_attribute, - sym_subscript, - ACTIONS(321), 3, + ACTIONS(714), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(2014), 3, + ACTIONS(708), 7, anon_sym_type, anon_sym_match, - sym_identifier, - ACTIONS(2016), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(329), 4, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -77989,38 +77989,38 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [60834] = 15, - ACTIONS(776), 1, + ACTIONS(710), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(716), 1, anon_sym_await, - ACTIONS(784), 1, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(788), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(792), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(794), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(1234), 1, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(966), 1, + STATE(1095), 1, sym_string, - STATE(997), 1, + STATE(1131), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(780), 3, + ACTIONS(714), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(786), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(774), 7, + ACTIONS(708), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -78028,7 +78028,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1230), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -78047,55 +78047,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60908] = 18, - ACTIONS(316), 1, + [60908] = 15, + ACTIONS(710), 1, + anon_sym_LPAREN, + ACTIONS(716), 1, + anon_sym_await, + ACTIONS(718), 1, + anon_sym_LBRACK, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1268), 1, anon_sym_STAR, - ACTIONS(1982), 1, - anon_sym_await, - ACTIONS(2020), 1, - sym_identifier, - STATE(1006), 1, + STATE(1095), 1, sym_string, - STATE(1500), 1, + STATE(1132), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1978), 2, - anon_sym_type, - anon_sym_match, - STATE(1322), 2, - sym_attribute, - sym_subscript, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1980), 3, + ACTIONS(714), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(329), 4, + ACTIONS(720), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(708), 7, + anon_sym_type, + anon_sym_match, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -78109,39 +78106,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60988] = 15, - ACTIONS(69), 1, + [60982] = 15, + ACTIONS(732), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, + anon_sym_await, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(77), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_await, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(951), 1, + STATE(966), 1, sym_string, - STATE(972), 1, + STATE(992), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(67), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(656), 3, + ACTIONS(736), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 7, + ACTIONS(742), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(730), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -78149,7 +78146,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1082), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -78168,55 +78165,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61062] = 18, - ACTIONS(316), 1, + [61056] = 15, + ACTIONS(800), 1, + anon_sym_LPAREN, + ACTIONS(806), 1, + anon_sym_await, + ACTIONS(808), 1, + anon_sym_LBRACK, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1218), 1, anon_sym_STAR, - ACTIONS(2022), 1, - sym_identifier, - ACTIONS(2026), 1, - anon_sym_await, - STATE(1006), 1, + STATE(973), 1, sym_string, - STATE(1513), 1, + STATE(1000), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2028), 2, - anon_sym_type, - anon_sym_match, - STATE(1282), 2, - sym_attribute, - sym_subscript, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(2024), 3, + ACTIONS(804), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(329), 4, + ACTIONS(810), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(798), 7, + anon_sym_type, + anon_sym_match, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -78230,52 +78224,55 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61142] = 15, - ACTIONS(732), 1, - anon_sym_LPAREN, - ACTIONS(738), 1, - anon_sym_await, - ACTIONS(740), 1, - anon_sym_LBRACK, - ACTIONS(744), 1, + [61130] = 18, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1216), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(956), 1, + ACTIONS(1988), 1, + anon_sym_await, + ACTIONS(2014), 1, + sym_identifier, + STATE(1012), 1, sym_string, - STATE(982), 1, + STATE(1521), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(736), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(742), 3, + ACTIONS(1984), 2, + anon_sym_type, + anon_sym_match, + STATE(628), 2, + sym_attribute, + sym_subscript, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(730), 7, - anon_sym_type, - anon_sym_match, + ACTIONS(1986), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(329), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - STATE(1213), 18, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -78289,52 +78286,54 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61216] = 15, - ACTIONS(732), 1, - anon_sym_LPAREN, - ACTIONS(738), 1, - anon_sym_await, - ACTIONS(740), 1, - anon_sym_LBRACK, - ACTIONS(744), 1, + [61210] = 17, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(1216), 1, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(956), 1, + ACTIONS(2010), 1, + anon_sym_await, + STATE(1012), 1, sym_string, - STATE(984), 1, + STATE(1499), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(736), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(742), 3, + STATE(1280), 2, + sym_attribute, + sym_subscript, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(730), 7, + ACTIONS(2008), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(2012), 3, anon_sym_type, anon_sym_match, - sym_integer, sym_identifier, + ACTIONS(329), 4, + sym_integer, sym_true, sym_false, sym_none, - STATE(1213), 18, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -78348,39 +78347,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61290] = 15, - ACTIONS(732), 1, + [61288] = 15, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(782), 1, anon_sym_await, - ACTIONS(740), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1216), 1, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(956), 1, + STATE(978), 1, sym_string, - STATE(985), 1, + STATE(1035), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(736), 3, + ACTIONS(780), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(742), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(730), 7, + ACTIONS(774), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -78388,7 +78387,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1213), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -78407,7 +78406,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61364] = 15, + [61362] = 15, ACTIONS(69), 1, anon_sym_LBRACE, ACTIONS(77), 1, @@ -78422,11 +78421,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1260), 1, anon_sym_STAR, STATE(951), 1, sym_string, - STATE(971), 1, + STATE(959), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -78447,7 +78446,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1082), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -78466,39 +78465,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61438] = 15, - ACTIONS(732), 1, + [61436] = 15, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(806), 1, anon_sym_await, - ACTIONS(740), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1216), 1, + ACTIONS(1218), 1, anon_sym_STAR, - STATE(956), 1, + STATE(973), 1, sym_string, - STATE(987), 1, + STATE(1001), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(736), 3, + ACTIONS(804), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(742), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(730), 7, + ACTIONS(798), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -78506,7 +78505,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1213), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -78525,39 +78524,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61512] = 15, - ACTIONS(732), 1, - anon_sym_LPAREN, - ACTIONS(738), 1, - anon_sym_await, - ACTIONS(740), 1, - anon_sym_LBRACK, - ACTIONS(744), 1, + [61510] = 15, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(1216), 1, + ACTIONS(652), 1, + anon_sym_LPAREN, + ACTIONS(658), 1, + anon_sym_await, + ACTIONS(660), 1, + anon_sym_LBRACK, + ACTIONS(1260), 1, anon_sym_STAR, - STATE(956), 1, + STATE(951), 1, sym_string, - STATE(988), 1, + STATE(968), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(736), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(742), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(730), 7, + ACTIONS(656), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(79), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -78565,7 +78564,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1213), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -78584,7 +78583,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61586] = 17, + [61584] = 17, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -78597,38 +78596,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(2026), 1, + ACTIONS(2002), 1, anon_sym_await, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1513), 1, + STATE(1505), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1282), 2, + STATE(1244), 2, sym_attribute, sym_subscript, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(2024), 3, + ACTIONS(2016), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(2018), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(2028), 3, + ACTIONS(329), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1272), 16, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [61662] = 18, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, + sym_string_start, + ACTIONS(669), 1, + anon_sym_LPAREN, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1372), 1, + anon_sym_STAR, + ACTIONS(1982), 1, + anon_sym_await, + ACTIONS(2020), 1, + sym_identifier, + STATE(1012), 1, + sym_string, + STATE(1502), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1978), 2, anon_sym_type, anon_sym_match, - sym_identifier, + STATE(1098), 2, + sym_attribute, + sym_subscript, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1980), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -78645,39 +78706,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61664] = 15, - ACTIONS(732), 1, + [61742] = 15, + ACTIONS(688), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(694), 1, anon_sym_await, - ACTIONS(740), 1, + ACTIONS(696), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(700), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(702), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(704), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(1216), 1, + ACTIONS(1004), 1, anon_sym_STAR, - STATE(956), 1, + STATE(967), 1, sym_string, - STATE(989), 1, + STATE(997), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(736), 3, + ACTIONS(692), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(742), 3, + ACTIONS(698), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(730), 7, + ACTIONS(686), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -78685,7 +78746,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1213), 18, + STATE(1168), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -78704,39 +78765,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61738] = 15, - ACTIONS(732), 1, + [61816] = 15, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(806), 1, anon_sym_await, - ACTIONS(740), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1216), 1, + ACTIONS(1218), 1, anon_sym_STAR, - STATE(956), 1, + STATE(973), 1, sym_string, - STATE(978), 1, + STATE(1011), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(736), 3, + ACTIONS(804), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(742), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(730), 7, + ACTIONS(798), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -78744,7 +78805,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1213), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -78763,39 +78824,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61812] = 15, - ACTIONS(732), 1, + [61890] = 15, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(806), 1, anon_sym_await, - ACTIONS(740), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1216), 1, + ACTIONS(1218), 1, anon_sym_STAR, - STATE(956), 1, + STATE(973), 1, sym_string, - STATE(990), 1, + STATE(1013), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(736), 3, + ACTIONS(804), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(742), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(730), 7, + ACTIONS(798), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -78803,7 +78864,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1213), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -78822,7 +78883,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61886] = 17, + [61964] = 17, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -78835,29 +78896,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, ACTIONS(2026), 1, anon_sym_await, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1507), 1, + STATE(1505), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1291), 2, + STATE(1494), 2, sym_attribute, sym_subscript, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(2030), 3, + ACTIONS(2022), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(2032), 3, + ACTIONS(2024), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -78866,7 +78927,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -78883,39 +78944,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61964] = 15, - ACTIONS(688), 1, + [62042] = 15, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(694), 1, + ACTIONS(738), 1, anon_sym_await, - ACTIONS(696), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(1004), 1, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(961), 1, + STATE(966), 1, sym_string, - STATE(995), 1, + STATE(988), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(692), 3, + ACTIONS(736), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(698), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(686), 7, + ACTIONS(730), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -78923,7 +78984,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1167), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -78942,54 +79003,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62038] = 17, - ACTIONS(316), 1, + [62116] = 15, + ACTIONS(69), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(77), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(81), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(83), 1, sym_string_start, - ACTIONS(669), 1, + ACTIONS(652), 1, anon_sym_LPAREN, - ACTIONS(679), 1, + ACTIONS(658), 1, + anon_sym_await, + ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1260), 1, anon_sym_STAR, - ACTIONS(2002), 1, - anon_sym_await, - STATE(1006), 1, + STATE(951), 1, sym_string, - STATE(1519), 1, + STATE(971), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(621), 2, - sym_attribute, - sym_subscript, - ACTIONS(321), 3, + ACTIONS(67), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(2000), 3, + ACTIONS(656), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(2004), 3, + ACTIONS(79), 7, anon_sym_type, anon_sym_match, - sym_identifier, - ACTIONS(329), 4, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -79003,54 +79062,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62116] = 17, - ACTIONS(316), 1, + [62190] = 15, + ACTIONS(776), 1, + anon_sym_LPAREN, + ACTIONS(782), 1, + anon_sym_await, + ACTIONS(786), 1, + anon_sym_LBRACK, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(327), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(333), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1212), 1, anon_sym_STAR, - ACTIONS(2010), 1, - anon_sym_await, - STATE(1006), 1, + STATE(978), 1, sym_string, - STATE(1515), 1, + STATE(1054), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1348), 2, - sym_attribute, - sym_subscript, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(2008), 3, + ACTIONS(780), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(2012), 3, + ACTIONS(788), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(774), 7, anon_sym_type, anon_sym_match, - sym_identifier, - ACTIONS(329), 4, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_ellipsis, sym_call, sym_list, @@ -79064,39 +79121,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62194] = 15, - ACTIONS(754), 1, + [62264] = 15, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(782), 1, anon_sym_await, - ACTIONS(762), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(766), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(770), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(772), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1276), 1, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(1024), 1, + STATE(978), 1, sym_string, - STATE(1111), 1, + STATE(1055), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(758), 3, + ACTIONS(780), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(764), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(752), 7, + ACTIONS(774), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -79104,7 +79161,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1302), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79123,39 +79180,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62268] = 15, - ACTIONS(69), 1, + [62338] = 15, + ACTIONS(776), 1, + anon_sym_LPAREN, + ACTIONS(782), 1, + anon_sym_await, + ACTIONS(786), 1, + anon_sym_LBRACK, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(77), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_await, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(951), 1, + STATE(978), 1, sym_string, - STATE(973), 1, + STATE(1056), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(67), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(656), 3, + ACTIONS(780), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 7, + ACTIONS(788), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(774), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -79163,7 +79220,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1082), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79182,39 +79239,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62342] = 15, - ACTIONS(688), 1, + [62412] = 15, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(694), 1, + ACTIONS(782), 1, anon_sym_await, - ACTIONS(696), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1004), 1, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(961), 1, + STATE(978), 1, sym_string, - STATE(1011), 1, + STATE(1057), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(692), 3, + ACTIONS(780), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(698), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(686), 7, + ACTIONS(774), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -79222,7 +79279,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1167), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79241,39 +79298,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62416] = 15, - ACTIONS(688), 1, + [62486] = 15, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(694), 1, + ACTIONS(782), 1, anon_sym_await, - ACTIONS(696), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1004), 1, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(961), 1, + STATE(978), 1, sym_string, - STATE(1013), 1, + STATE(1058), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(692), 3, + ACTIONS(780), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(698), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(686), 7, + ACTIONS(774), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -79281,7 +79338,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1167), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79300,39 +79357,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62490] = 15, - ACTIONS(688), 1, + [62560] = 15, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(694), 1, + ACTIONS(782), 1, anon_sym_await, - ACTIONS(696), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1004), 1, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(961), 1, + STATE(978), 1, sym_string, - STATE(1014), 1, + STATE(1059), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(692), 3, + ACTIONS(780), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(698), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(686), 7, + ACTIONS(774), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -79340,7 +79397,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1167), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79359,39 +79416,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62564] = 15, - ACTIONS(688), 1, + [62634] = 15, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(694), 1, + ACTIONS(782), 1, anon_sym_await, - ACTIONS(696), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1004), 1, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(961), 1, + STATE(978), 1, sym_string, - STATE(1015), 1, + STATE(1060), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(692), 3, + ACTIONS(780), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(698), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(686), 7, + ACTIONS(774), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -79399,7 +79456,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1167), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79418,39 +79475,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62638] = 15, - ACTIONS(688), 1, + [62708] = 15, + ACTIONS(776), 1, anon_sym_LPAREN, - ACTIONS(694), 1, + ACTIONS(782), 1, anon_sym_await, - ACTIONS(696), 1, + ACTIONS(786), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(790), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(794), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(796), 1, sym_string_start, - ACTIONS(1004), 1, + ACTIONS(1212), 1, anon_sym_STAR, - STATE(961), 1, + STATE(978), 1, sym_string, - STATE(1020), 1, + STATE(1061), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(692), 3, + ACTIONS(780), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(698), 3, + ACTIONS(788), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(686), 7, + ACTIONS(774), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -79458,7 +79515,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1167), 18, + STATE(1275), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79477,39 +79534,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62712] = 15, - ACTIONS(688), 1, + [62782] = 15, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(694), 1, + ACTIONS(738), 1, anon_sym_await, - ACTIONS(696), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(1004), 1, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(961), 1, + STATE(966), 1, sym_string, - STATE(1022), 1, + STATE(989), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(692), 3, + ACTIONS(736), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(698), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(686), 7, + ACTIONS(730), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -79517,7 +79574,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1167), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79536,39 +79593,159 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62786] = 15, - ACTIONS(688), 1, + [62856] = 17, + ACTIONS(316), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(331), 1, + sym_float, + ACTIONS(333), 1, + sym_string_start, + ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(694), 1, + ACTIONS(679), 1, + anon_sym_LBRACK, + ACTIONS(1372), 1, + anon_sym_STAR, + ACTIONS(1976), 1, anon_sym_await, - ACTIONS(696), 1, + STATE(1012), 1, + sym_string, + STATE(1511), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1364), 2, + sym_attribute, + sym_subscript, + ACTIONS(321), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1972), 3, + anon_sym_type, + anon_sym_match, + sym_identifier, + ACTIONS(1974), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(329), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1272), 16, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [62934] = 15, + ACTIONS(732), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, + anon_sym_await, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(1004), 1, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(961), 1, + STATE(966), 1, sym_string, - STATE(1023), 1, + STATE(990), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(692), 3, + ACTIONS(736), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(698), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(686), 7, + ACTIONS(730), 7, + anon_sym_type, + anon_sym_match, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + STATE(1118), 18, + sym_list_splat_pattern, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_ellipsis, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [63008] = 15, + ACTIONS(754), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, + anon_sym_await, + ACTIONS(762), 1, + anon_sym_LBRACK, + ACTIONS(766), 1, + anon_sym_LBRACE, + ACTIONS(768), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(770), 1, + sym_float, + ACTIONS(772), 1, + sym_string_start, + ACTIONS(1274), 1, + anon_sym_STAR, + STATE(1021), 1, + sym_string, + STATE(1101), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(758), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + ACTIONS(764), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(752), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -79576,7 +79753,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1167), 18, + STATE(1302), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79595,7 +79772,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62860] = 17, + [63082] = 17, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -79608,29 +79785,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(2010), 1, + ACTIONS(1976), 1, anon_sym_await, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1516), 1, + STATE(1512), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1138), 2, + STATE(1196), 2, sym_attribute, sym_subscript, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(2034), 3, + ACTIONS(2028), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(2036), 3, + ACTIONS(2030), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -79639,7 +79816,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79656,39 +79833,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62938] = 15, - ACTIONS(688), 1, + [63160] = 15, + ACTIONS(710), 1, anon_sym_LPAREN, - ACTIONS(694), 1, + ACTIONS(716), 1, anon_sym_await, - ACTIONS(696), 1, + ACTIONS(718), 1, anon_sym_LBRACK, - ACTIONS(700), 1, + ACTIONS(722), 1, anon_sym_LBRACE, - ACTIONS(702), 1, + ACTIONS(724), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(704), 1, + ACTIONS(726), 1, sym_float, - ACTIONS(706), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(1004), 1, + ACTIONS(1268), 1, anon_sym_STAR, - STATE(961), 1, + STATE(1095), 1, sym_string, - STATE(974), 1, + STATE(1133), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(692), 3, + ACTIONS(714), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(698), 3, + ACTIONS(720), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(686), 7, + ACTIONS(708), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -79696,7 +79873,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1167), 18, + STATE(1350), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79715,39 +79892,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63012] = 15, - ACTIONS(710), 1, + [63234] = 15, + ACTIONS(732), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(738), 1, anon_sym_await, - ACTIONS(718), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(722), 1, + ACTIONS(744), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(746), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(726), 1, + ACTIONS(748), 1, sym_float, - ACTIONS(728), 1, + ACTIONS(750), 1, sym_string_start, - ACTIONS(1268), 1, + ACTIONS(1198), 1, anon_sym_STAR, - STATE(1042), 1, + STATE(966), 1, sym_string, - STATE(1117), 1, + STATE(991), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(714), 3, + ACTIONS(736), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(720), 3, + ACTIONS(742), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(708), 7, + ACTIONS(730), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -79755,7 +79932,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1382), 18, + STATE(1118), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79774,7 +79951,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63086] = 17, + [63308] = 17, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -79787,29 +79964,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(2018), 1, + ACTIONS(1996), 1, anon_sym_await, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1495), 1, + STATE(1513), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1139), 2, + STATE(1200), 2, sym_attribute, sym_subscript, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(2038), 3, + ACTIONS(2032), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(2040), 3, + ACTIONS(2034), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -79818,7 +79995,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79835,39 +80012,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63164] = 15, - ACTIONS(69), 1, + [63386] = 15, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(77), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(652), 1, + ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(658), 1, + ACTIONS(677), 1, anon_sym_await, - ACTIONS(660), 1, + ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(951), 1, + STATE(1012), 1, sym_string, - STATE(960), 1, + STATE(1103), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(67), 3, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(656), 3, + ACTIONS(675), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 7, + ACTIONS(329), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -79875,7 +80052,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1082), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79894,7 +80071,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63238] = 17, + [63460] = 17, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -79907,29 +80084,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(2046), 1, + ACTIONS(2040), 1, anon_sym_await, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1509), 1, + STATE(1507), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1397), 2, + STATE(1388), 2, sym_attribute, sym_subscript, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(2042), 3, + ACTIONS(2036), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(2044), 3, + ACTIONS(2038), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -79938,7 +80115,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -79955,104 +80132,39 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63316] = 21, - ACTIONS(2050), 1, - anon_sym_DOT, - ACTIONS(2052), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_STAR_STAR, - ACTIONS(2062), 1, - anon_sym_EQ, - ACTIONS(2064), 1, - anon_sym_LBRACK, - ACTIONS(2070), 1, - anon_sym_PIPE, - ACTIONS(2072), 1, - anon_sym_not, - ACTIONS(2074), 1, - anon_sym_AMP, - ACTIONS(2076), 1, - anon_sym_CARET, - ACTIONS(2078), 1, - anon_sym_is, - STATE(1459), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2054), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2056), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2068), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2080), 2, - anon_sym_LT, - anon_sym_GT, - STATE(926), 2, - sym_not_in, - sym_is_not, - STATE(1041), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2066), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2058), 6, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(2048), 9, - sym_newline, - anon_sym_SEMI, - anon_sym_from, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_and, - anon_sym_or, - [63402] = 15, - ACTIONS(69), 1, + [63538] = 15, + ACTIONS(316), 1, anon_sym_LBRACE, - ACTIONS(77), 1, + ACTIONS(327), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(331), 1, sym_float, - ACTIONS(83), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(652), 1, + ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(658), 1, + ACTIONS(677), 1, anon_sym_await, - ACTIONS(660), 1, + ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(951), 1, + STATE(1012), 1, sym_string, - STATE(962), 1, + STATE(1104), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(67), 3, + ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(656), 3, + ACTIONS(675), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(79), 7, + ACTIONS(329), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -80060,7 +80172,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1082), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -80079,7 +80191,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63476] = 15, + [63612] = 15, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -80094,11 +80206,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1057), 1, + STATE(1105), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -80119,7 +80231,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -80138,7 +80250,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63550] = 15, + [63686] = 15, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -80153,11 +80265,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1114), 1, + STATE(1106), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -80178,7 +80290,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -80197,7 +80309,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63624] = 15, + [63760] = 15, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -80212,11 +80324,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1029), 1, + STATE(1107), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -80237,7 +80349,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -80256,7 +80368,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63698] = 15, + [63834] = 15, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -80271,11 +80383,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1061), 1, + STATE(1108), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -80296,7 +80408,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -80315,125 +80427,72 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63772] = 15, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(669), 1, + [63908] = 21, + ACTIONS(2044), 1, + anon_sym_DOT, + ACTIONS(2046), 1, anon_sym_LPAREN, - ACTIONS(677), 1, - anon_sym_await, - ACTIONS(679), 1, + ACTIONS(2054), 1, + anon_sym_STAR_STAR, + ACTIONS(2056), 1, + anon_sym_EQ, + ACTIONS(2058), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, - anon_sym_STAR, - STATE(1006), 1, - sym_string, - STATE(1046), 1, - sym_primary_expression, + ACTIONS(2064), 1, + anon_sym_PIPE, + ACTIONS(2066), 1, + anon_sym_not, + ACTIONS(2068), 1, + anon_sym_AMP, + ACTIONS(2070), 1, + anon_sym_CARET, + ACTIONS(2072), 1, + anon_sym_is, + STATE(1459), 1, + aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(321), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(675), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(329), 7, - anon_sym_type, - anon_sym_match, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(1317), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [63846] = 15, - ACTIONS(316), 1, - anon_sym_LBRACE, - ACTIONS(327), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(331), 1, - sym_float, - ACTIONS(333), 1, - sym_string_start, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(677), 1, - anon_sym_await, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(2048), 2, anon_sym_STAR, - STATE(1006), 1, - sym_string, - STATE(1093), 1, - sym_primary_expression, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(321), 3, + anon_sym_SLASH, + ACTIONS(2050), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2062), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(675), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(329), 7, - anon_sym_type, - anon_sym_match, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(1317), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, + ACTIONS(2074), 2, + anon_sym_LT, + anon_sym_GT, + STATE(873), 2, + sym_not_in, + sym_is_not, + STATE(1067), 2, + sym_argument_list, sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [63920] = 15, + ACTIONS(2060), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2052), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(2042), 9, + sym_newline, + anon_sym_SEMI, + anon_sym_from, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_and, + anon_sym_or, + [63994] = 15, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -80448,11 +80507,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1102), 1, + STATE(1109), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -80473,7 +80532,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -80492,7 +80551,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63994] = 15, + [64068] = 15, ACTIONS(316), 1, anon_sym_LBRACE, ACTIONS(327), 1, @@ -80507,11 +80566,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1048), 1, + STATE(1110), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -80532,66 +80591,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 18, - sym_list_splat_pattern, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_ellipsis, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [64068] = 15, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(77), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(81), 1, - sym_float, - ACTIONS(83), 1, - sym_string_start, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_await, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1248), 1, - anon_sym_STAR, - STATE(951), 1, - sym_string, - STATE(954), 1, - sym_primary_expression, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(67), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(656), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(79), 7, - anon_sym_type, - anon_sym_match, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(1082), 18, + STATE(1272), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -80625,11 +80625,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(660), 1, anon_sym_LBRACK, - ACTIONS(1248), 1, + ACTIONS(1260), 1, anon_sym_STAR, STATE(951), 1, sym_string, - STATE(967), 1, + STATE(972), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, @@ -80650,7 +80650,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1082), 18, + STATE(1069), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -80682,29 +80682,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(2018), 1, + ACTIONS(2080), 1, anon_sym_await, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1495), 1, + STATE(1499), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1241), 2, + STATE(1501), 2, sym_attribute, sym_subscript, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(2014), 3, + ACTIONS(2076), 3, anon_sym_type, anon_sym_match, sym_identifier, - ACTIONS(2016), 3, + ACTIONS(2078), 3, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -80713,7 +80713,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -80743,38 +80743,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(2026), 1, + ACTIONS(1996), 1, anon_sym_await, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1507), 1, + STATE(1513), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1282), 2, + STATE(1240), 2, sym_attribute, sym_subscript, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(2024), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - ACTIONS(2028), 3, + ACTIONS(1992), 3, anon_sym_type, anon_sym_match, sym_identifier, + ACTIONS(1994), 3, + anon_sym_print, + anon_sym_exec, + anon_sym_async, ACTIONS(329), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -80804,29 +80804,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, - ACTIONS(1370), 1, + ACTIONS(1372), 1, anon_sym_STAR, - ACTIONS(2010), 1, + ACTIONS(2002), 1, anon_sym_await, - STATE(1006), 1, + STATE(1012), 1, sym_string, - STATE(1516), 1, + STATE(1505), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1348), 2, + STATE(1303), 2, sym_attribute, sym_subscript, ACTIONS(321), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(2008), 3, + ACTIONS(2000), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(2012), 3, + ACTIONS(2004), 3, anon_sym_type, anon_sym_match, sym_identifier, @@ -80835,7 +80835,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1317), 16, + STATE(1272), 16, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -80853,38 +80853,38 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [64450] = 15, - ACTIONS(732), 1, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(806), 1, anon_sym_await, - ACTIONS(740), 1, + ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(744), 1, + ACTIONS(812), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(748), 1, + ACTIONS(816), 1, sym_float, - ACTIONS(750), 1, + ACTIONS(818), 1, sym_string_start, - ACTIONS(1216), 1, + ACTIONS(1218), 1, anon_sym_STAR, - STATE(956), 1, + STATE(973), 1, sym_string, - STATE(986), 1, + STATE(999), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(736), 3, + ACTIONS(804), 3, anon_sym_print, anon_sym_exec, anon_sym_async, - ACTIONS(742), 3, + ACTIONS(810), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(730), 7, + ACTIONS(798), 7, anon_sym_type, anon_sym_match, sym_integer, @@ -80892,7 +80892,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1213), 18, + STATE(1135), 18, sym_list_splat_pattern, sym_binary_operator, sym_unary_operator, @@ -80912,9 +80912,9 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [64524] = 21, - ACTIONS(2062), 1, - anon_sym_as, - ACTIONS(2072), 1, + ACTIONS(2056), 1, + anon_sym_EQ, + ACTIONS(2066), 1, anon_sym_not, ACTIONS(2082), 1, anon_sym_DOT, @@ -80932,7 +80932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(2106), 1, anon_sym_is, - STATE(1477), 1, + STATE(1479), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, @@ -80949,10 +80949,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2108), 2, anon_sym_LT, anon_sym_GT, - STATE(901), 2, + STATE(867), 2, sym_not_in, sym_is_not, - STATE(1119), 2, + STATE(1185), 2, sym_argument_list, sym_generator_expression, ACTIONS(2096), 3, @@ -80966,19 +80966,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2048), 8, + ACTIONS(2042), 8, anon_sym_COMMA, - anon_sym_async, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_RBRACE, anon_sym_and, anon_sym_or, + sym_type_conversion, [64609] = 21, - ACTIONS(2062), 1, - anon_sym_EQ, - ACTIONS(2072), 1, + ACTIONS(2056), 1, + anon_sym_as, + ACTIONS(2066), 1, anon_sym_not, ACTIONS(2110), 1, anon_sym_DOT, @@ -80996,7 +80996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(2134), 1, anon_sym_is, - STATE(1475), 1, + STATE(1477), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, @@ -81013,10 +81013,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2136), 2, anon_sym_LT, anon_sym_GT, - STATE(917), 2, + STATE(923), 2, sym_not_in, sym_is_not, - STATE(1184), 2, + STATE(1136), 2, sym_argument_list, sym_generator_expression, ACTIONS(2124), 3, @@ -81030,19 +81030,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2048), 8, + ACTIONS(2042), 8, anon_sym_COMMA, - anon_sym_as, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_RBRACE, anon_sym_and, anon_sym_or, - sym_type_conversion, [64694] = 21, - ACTIONS(2062), 1, + ACTIONS(2056), 1, anon_sym_as, - ACTIONS(2072), 1, + ACTIONS(2066), 1, anon_sym_not, ACTIONS(2138), 1, anon_sym_DOT, @@ -81077,10 +81077,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2164), 2, anon_sym_LT, anon_sym_GT, - STATE(871), 2, + STATE(903), 2, sym_not_in, sym_is_not, - STATE(1179), 2, + STATE(1169), 2, sym_argument_list, sym_generator_expression, ACTIONS(2152), 3, @@ -81094,7 +81094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2048), 8, + ACTIONS(2042), 8, anon_sym_COMMA, anon_sym_async, anon_sym_if, @@ -81151,9 +81151,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, [64831] = 21, - ACTIONS(2062), 1, + ACTIONS(2056), 1, anon_sym_EQ, - ACTIONS(2072), 1, + ACTIONS(2066), 1, anon_sym_not, ACTIONS(2173), 1, anon_sym_DOT, @@ -81171,7 +81171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(2197), 1, anon_sym_is, - STATE(1474), 1, + STATE(1471), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, @@ -81191,7 +81191,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(932), 2, sym_not_in, sym_is_not, - STATE(1337), 2, + STATE(1307), 2, sym_argument_list, sym_generator_expression, ACTIONS(2187), 3, @@ -81205,7 +81205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2048), 7, + ACTIONS(2042), 7, anon_sym_COMMA, anon_sym_as, anon_sym_if, @@ -81213,70 +81213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_and, anon_sym_or, - [64915] = 21, - ACTIONS(2062), 1, - anon_sym_EQ, - ACTIONS(2072), 1, - anon_sym_not, - ACTIONS(2201), 1, - anon_sym_DOT, - ACTIONS(2203), 1, - anon_sym_LPAREN, - ACTIONS(2211), 1, - anon_sym_STAR_STAR, - ACTIONS(2213), 1, - anon_sym_LBRACK, - ACTIONS(2219), 1, - anon_sym_PIPE, - ACTIONS(2221), 1, - anon_sym_AMP, - ACTIONS(2223), 1, - anon_sym_CARET, - ACTIONS(2225), 1, - anon_sym_is, - STATE(1472), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2205), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2207), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2217), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2227), 2, - anon_sym_LT, - anon_sym_GT, - STATE(854), 2, - sym_not_in, - sym_is_not, - STATE(1312), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2215), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2209), 6, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(2048), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_and, - anon_sym_or, - [64999] = 5, + [64915] = 5, ACTIONS(83), 1, sym_string_start, ACTIONS(3), 2, @@ -81285,13 +81222,13 @@ static const uint16_t ts_small_parse_table[] = { STATE(947), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(2231), 5, + ACTIONS(2203), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2229), 31, + ACTIONS(2201), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -81323,13 +81260,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, + [64967] = 21, + ACTIONS(2056), 1, + anon_sym_EQ, + ACTIONS(2066), 1, + anon_sym_not, + ACTIONS(2205), 1, + anon_sym_DOT, + ACTIONS(2207), 1, + anon_sym_LPAREN, + ACTIONS(2215), 1, + anon_sym_STAR_STAR, + ACTIONS(2217), 1, + anon_sym_LBRACK, + ACTIONS(2223), 1, + anon_sym_PIPE, + ACTIONS(2225), 1, + anon_sym_AMP, + ACTIONS(2227), 1, + anon_sym_CARET, + ACTIONS(2229), 1, + anon_sym_is, + STATE(1473), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2209), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2211), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2221), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2231), 2, + anon_sym_LT, + anon_sym_GT, + STATE(879), 2, + sym_not_in, + sym_is_not, + STATE(1340), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2219), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2213), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(2042), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_and, + anon_sym_or, [65051] = 5, ACTIONS(83), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(950), 2, + STATE(949), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(284), 5, @@ -81370,215 +81370,165 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [65103] = 21, - ACTIONS(2062), 1, - anon_sym_as, - ACTIONS(2072), 1, - anon_sym_not, - ACTIONS(2233), 1, - anon_sym_DOT, - ACTIONS(2235), 1, + [65103] = 20, + ACTIONS(2046), 1, anon_sym_LPAREN, - ACTIONS(2243), 1, + ACTIONS(2054), 1, anon_sym_STAR_STAR, - ACTIONS(2245), 1, - anon_sym_LBRACK, - ACTIONS(2251), 1, + ACTIONS(2064), 1, anon_sym_PIPE, - ACTIONS(2253), 1, + ACTIONS(2066), 1, + anon_sym_not, + ACTIONS(2068), 1, anon_sym_AMP, - ACTIONS(2255), 1, + ACTIONS(2070), 1, anon_sym_CARET, - ACTIONS(2257), 1, + ACTIONS(2072), 1, anon_sym_is, - STATE(1482), 1, + ACTIONS(2233), 1, + anon_sym_DOT, + ACTIONS(2235), 1, + anon_sym_LBRACK, + STATE(1459), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2237), 2, + ACTIONS(2048), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2239), 2, + ACTIONS(2050), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2249), 2, + ACTIONS(2062), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2259), 2, + ACTIONS(2074), 2, anon_sym_LT, anon_sym_GT, - STATE(885), 2, + STATE(873), 2, sym_not_in, sym_is_not, - STATE(1251), 2, + STATE(1067), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2247), 3, + ACTIONS(2060), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2241), 6, + ACTIONS(2052), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2048), 7, - anon_sym_RPAREN, + ACTIONS(2042), 8, + sym_newline, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_async, + anon_sym_as, anon_sym_if, - anon_sym_for, + anon_sym_COLON, anon_sym_and, anon_sym_or, - [65187] = 20, - ACTIONS(2052), 1, + [65185] = 21, + ACTIONS(2056), 1, + anon_sym_as, + ACTIONS(2066), 1, + anon_sym_not, + ACTIONS(2237), 1, + anon_sym_DOT, + ACTIONS(2239), 1, anon_sym_LPAREN, - ACTIONS(2060), 1, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - ACTIONS(2070), 1, + ACTIONS(2249), 1, + anon_sym_LBRACK, + ACTIONS(2255), 1, anon_sym_PIPE, - ACTIONS(2072), 1, - anon_sym_not, - ACTIONS(2074), 1, + ACTIONS(2257), 1, anon_sym_AMP, - ACTIONS(2076), 1, + ACTIONS(2259), 1, anon_sym_CARET, - ACTIONS(2078), 1, - anon_sym_is, ACTIONS(2261), 1, - anon_sym_DOT, - ACTIONS(2263), 1, - anon_sym_LBRACK, - STATE(1459), 1, + anon_sym_is, + STATE(1482), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2054), 2, + ACTIONS(2241), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2056), 2, + ACTIONS(2243), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2068), 2, + ACTIONS(2253), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2080), 2, + ACTIONS(2263), 2, anon_sym_LT, anon_sym_GT, - STATE(926), 2, + STATE(915), 2, sym_not_in, sym_is_not, - STATE(1041), 2, + STATE(1341), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2066), 3, + ACTIONS(2251), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2058), 6, + ACTIONS(2245), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2048), 8, - sym_newline, - anon_sym_SEMI, + ACTIONS(2042), 7, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_and, anon_sym_or, - [65269] = 13, - ACTIONS(2050), 1, + [65269] = 8, + ACTIONS(2044), 1, anon_sym_DOT, - ACTIONS(2052), 1, + ACTIONS(2046), 1, anon_sym_LPAREN, - ACTIONS(2060), 1, + ACTIONS(2054), 1, anon_sym_STAR_STAR, - ACTIONS(2064), 1, + ACTIONS(2058), 1, anon_sym_LBRACK, - ACTIONS(2076), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2054), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2056), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2068), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1041), 2, + STATE(1067), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2066), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, + ACTIONS(2267), 5, + anon_sym_STAR, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 19, + ACTIONS(2265), 27, sym_newline, anon_sym_SEMI, anon_sym_from, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [65336] = 5, - ACTIONS(706), 1, - sym_string_start, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(970), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2231), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2229), 30, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -81594,90 +81544,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [65387] = 5, - ACTIONS(750), 1, - sym_string_start, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(969), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(284), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(282), 30, + [65326] = 11, + ACTIONS(2044), 1, anon_sym_DOT, + ACTIONS(2046), 1, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_async, - anon_sym_if, - anon_sym_COLON, - anon_sym_for, - anon_sym_in, + ACTIONS(2054), 1, anon_sym_STAR_STAR, + ACTIONS(2058), 1, anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [65438] = 5, - ACTIONS(2269), 1, - sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(957), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2168), 5, - anon_sym_as, + ACTIONS(2048), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2062), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1067), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2060), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2166), 30, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2265), 22, + sym_newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -81687,31 +81596,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [65489] = 12, - ACTIONS(2050), 1, + [65389] = 12, + ACTIONS(2044), 1, anon_sym_DOT, - ACTIONS(2052), 1, + ACTIONS(2046), 1, anon_sym_LPAREN, - ACTIONS(2060), 1, + ACTIONS(2054), 1, anon_sym_STAR_STAR, - ACTIONS(2064), 1, + ACTIONS(2058), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2054), 2, + ACTIONS(2048), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2056), 2, + ACTIONS(2050), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2068), 2, + ACTIONS(2062), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1041), 2, + STATE(1067), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2066), 3, + ACTIONS(2060), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -81740,94 +81649,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [65554] = 8, - ACTIONS(2050), 1, + [65454] = 15, + ACTIONS(2044), 1, anon_sym_DOT, - ACTIONS(2052), 1, + ACTIONS(2046), 1, anon_sym_LPAREN, - ACTIONS(2060), 1, + ACTIONS(2054), 1, anon_sym_STAR_STAR, - ACTIONS(2064), 1, + ACTIONS(2058), 1, anon_sym_LBRACK, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1041), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2274), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2272), 27, - sym_newline, - anon_sym_SEMI, - anon_sym_from, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [65611] = 15, - ACTIONS(2050), 1, - anon_sym_DOT, - ACTIONS(2052), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_STAR_STAR, ACTIONS(2064), 1, - anon_sym_LBRACK, - ACTIONS(2070), 1, anon_sym_PIPE, - ACTIONS(2074), 1, + ACTIONS(2068), 1, anon_sym_AMP, - ACTIONS(2076), 1, + ACTIONS(2070), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2054), 2, + ACTIONS(2048), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2056), 2, + ACTIONS(2050), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2068), 2, + ACTIONS(2062), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1041), 2, + STATE(1067), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2066), 3, + ACTIONS(2060), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2278), 3, + ACTIONS(2271), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2276), 17, + ACTIONS(2269), 17, sym_newline, anon_sym_SEMI, anon_sym_from, @@ -81845,36 +81705,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [65682] = 5, - ACTIONS(706), 1, - sym_string_start, + [65525] = 8, + ACTIONS(2044), 1, + anon_sym_DOT, + ACTIONS(2046), 1, + anon_sym_LPAREN, + ACTIONS(2054), 1, + anon_sym_STAR_STAR, + ACTIONS(2058), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(955), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(284), 5, + STATE(1067), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2267), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 30, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2265), 27, + sym_newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -81890,29 +81754,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [65733] = 8, - ACTIONS(2050), 1, + [65582] = 8, + ACTIONS(2044), 1, anon_sym_DOT, - ACTIONS(2052), 1, + ACTIONS(2046), 1, anon_sym_LPAREN, - ACTIONS(2060), 1, + ACTIONS(2054), 1, anon_sym_STAR_STAR, - ACTIONS(2064), 1, + ACTIONS(2058), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1041), 2, + STATE(1067), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2267), 5, + ACTIONS(2275), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 27, + ACTIONS(2273), 27, sym_newline, anon_sym_SEMI, anon_sym_from, @@ -81940,83 +81803,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [65790] = 20, - ACTIONS(2072), 1, - anon_sym_not, - ACTIONS(2280), 1, - anon_sym_DOT, - ACTIONS(2282), 1, - anon_sym_LPAREN, - ACTIONS(2290), 1, - anon_sym_STAR_STAR, - ACTIONS(2292), 1, - anon_sym_LBRACK, - ACTIONS(2298), 1, - anon_sym_PIPE, - ACTIONS(2300), 1, - anon_sym_AMP, - ACTIONS(2302), 1, - anon_sym_CARET, - ACTIONS(2304), 1, - anon_sym_is, - STATE(1479), 1, - aux_sym_comparison_operator_repeat1, + [65639] = 5, + ACTIONS(818), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2284), 2, + STATE(962), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2203), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2286), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2296), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2306), 2, anon_sym_LT, anon_sym_GT, - STATE(865), 2, - sym_not_in, - sym_is_not, - STATE(1365), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2294), 3, + ACTIONS(2201), 30, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_async, + anon_sym_if, + anon_sym_COLON, + anon_sym_for, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2288), 6, - anon_sym_in, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2048), 7, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_and, - anon_sym_or, - [65871] = 5, - ACTIONS(794), 1, + [65690] = 5, + ACTIONS(2277), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(965), 2, + STATE(961), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(2231), 5, + ACTIONS(2168), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2229), 30, + ACTIONS(2166), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -82028,10 +81876,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -82047,13 +81895,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [65922] = 5, - ACTIONS(2308), 1, + [65741] = 5, + ACTIONS(2280), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(965), 2, + STATE(962), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(2168), 5, @@ -82093,37 +81941,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [65973] = 5, - ACTIONS(794), 1, + [65792] = 5, + ACTIONS(706), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(964), 2, + STATE(970), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(284), 5, - anon_sym_as, + ACTIONS(2203), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 30, + ACTIONS(2201), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -82139,33 +81986,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66024] = 10, - ACTIONS(2050), 1, + sym_type_conversion, + [65843] = 8, + ACTIONS(2044), 1, anon_sym_DOT, - ACTIONS(2052), 1, + ACTIONS(2046), 1, anon_sym_LPAREN, - ACTIONS(2060), 1, + ACTIONS(2054), 1, anon_sym_STAR_STAR, - ACTIONS(2064), 1, + ACTIONS(2058), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2054), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(1041), 2, + STATE(1067), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2066), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, + ACTIONS(2285), 5, + anon_sym_STAR, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 24, + ACTIONS(2283), 27, sym_newline, anon_sym_SEMI, anon_sym_from, @@ -82175,12 +82018,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -82190,40 +82036,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66085] = 8, - ACTIONS(2050), 1, - anon_sym_DOT, - ACTIONS(2052), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_STAR_STAR, - ACTIONS(2064), 1, - anon_sym_LBRACK, + [65900] = 5, + ACTIONS(750), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1041), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2313), 5, + STATE(961), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2203), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2311), 27, - sym_newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(2201), 30, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -82239,22 +82082,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66142] = 5, + [65951] = 5, ACTIONS(750), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(957), 2, + STATE(965), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(2231), 5, + ACTIONS(284), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2229), 30, + ACTIONS(282), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -82285,22 +82128,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66193] = 5, - ACTIONS(2315), 1, + [66002] = 5, + ACTIONS(706), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(970), 2, + STATE(963), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(2168), 5, + ACTIONS(284), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2166), 30, + ACTIONS(282), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -82331,35 +82174,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [66244] = 14, - ACTIONS(2050), 1, + [66053] = 10, + ACTIONS(2044), 1, anon_sym_DOT, - ACTIONS(2052), 1, + ACTIONS(2046), 1, anon_sym_LPAREN, - ACTIONS(2060), 1, + ACTIONS(2054), 1, anon_sym_STAR_STAR, - ACTIONS(2064), 1, + ACTIONS(2058), 1, anon_sym_LBRACK, - ACTIONS(2074), 1, - anon_sym_AMP, - ACTIONS(2076), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2054), 2, + ACTIONS(2048), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2056), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2068), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1041), 2, + STATE(1067), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2066), 3, + ACTIONS(2060), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -82367,59 +82200,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 18, + ACTIONS(2265), 24, sym_newline, anon_sym_SEMI, anon_sym_from, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66313] = 8, - ACTIONS(2050), 1, + [66114] = 20, + ACTIONS(2066), 1, + anon_sym_not, + ACTIONS(2287), 1, anon_sym_DOT, - ACTIONS(2052), 1, + ACTIONS(2289), 1, anon_sym_LPAREN, - ACTIONS(2060), 1, + ACTIONS(2297), 1, anon_sym_STAR_STAR, - ACTIONS(2064), 1, + ACTIONS(2299), 1, anon_sym_LBRACK, + ACTIONS(2305), 1, + anon_sym_PIPE, + ACTIONS(2307), 1, + anon_sym_AMP, + ACTIONS(2309), 1, + anon_sym_CARET, + ACTIONS(2311), 1, + anon_sym_is, + STATE(1475), 1, + aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1041), 2, + ACTIONS(2291), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2293), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2303), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2313), 2, + anon_sym_LT, + anon_sym_GT, + STATE(891), 2, + sym_not_in, + sym_is_not, + STATE(1358), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2267), 5, + ACTIONS(2301), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2295), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(2042), 7, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_and, + anon_sym_or, + [66195] = 5, + ACTIONS(2315), 1, + sym_string_start, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(970), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2168), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 27, - sym_newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(2166), 30, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -82435,28 +82331,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66370] = 11, - ACTIONS(2050), 1, + sym_type_conversion, + [66246] = 14, + ACTIONS(2044), 1, anon_sym_DOT, - ACTIONS(2052), 1, + ACTIONS(2046), 1, anon_sym_LPAREN, - ACTIONS(2060), 1, + ACTIONS(2054), 1, anon_sym_STAR_STAR, - ACTIONS(2064), 1, + ACTIONS(2058), 1, anon_sym_LBRACK, + ACTIONS(2068), 1, + anon_sym_AMP, + ACTIONS(2070), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2054), 2, + ACTIONS(2048), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2068), 2, + ACTIONS(2050), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2062), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1041), 2, + STATE(1067), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2066), 3, + ACTIONS(2060), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -82464,13 +82368,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 22, + ACTIONS(2265), 18, sym_newline, anon_sym_SEMI, anon_sym_from, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, @@ -82478,40 +82381,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66433] = 12, - ACTIONS(2110), 1, + [66315] = 13, + ACTIONS(2044), 1, anon_sym_DOT, - ACTIONS(2112), 1, + ACTIONS(2046), 1, anon_sym_LPAREN, - ACTIONS(2120), 1, + ACTIONS(2054), 1, anon_sym_STAR_STAR, - ACTIONS(2122), 1, + ACTIONS(2058), 1, anon_sym_LBRACK, + ACTIONS(2070), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2114), 2, + ACTIONS(2048), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2116), 2, + ACTIONS(2050), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2126), 2, + ACTIONS(2062), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1184), 2, + STATE(1067), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2124), 3, + ACTIONS(2060), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -82520,47 +82422,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, ACTIONS(2265), 19, + sym_newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, - anon_sym_CARET, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [66497] = 8, - ACTIONS(2082), 1, - anon_sym_DOT, - ACTIONS(2084), 1, - anon_sym_LPAREN, - ACTIONS(2092), 1, - anon_sym_STAR_STAR, - ACTIONS(2094), 1, - anon_sym_LBRACK, + [66382] = 5, + ACTIONS(818), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1119), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2274), 5, + STATE(960), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(284), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2272), 26, + ACTIONS(282), 30, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, @@ -82568,10 +82466,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -82587,25 +82487,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66553] = 5, - ACTIONS(772), 1, - sym_string_start, + [66433] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(983), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2231), 5, + ACTIONS(2320), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2229), 29, + ACTIONS(2318), 32, + sym_newline, + sym_string_start, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -82632,26 +82530,175 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66603] = 6, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(2318), 1, - anon_sym_LBRACK, - STATE(1941), 1, - sym_type_parameter, + [66479] = 5, + ACTIONS(772), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, + STATE(976), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2203), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2201), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [66529] = 5, + ACTIONS(2322), 1, + sym_string_start, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(976), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2168), 5, anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2166), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, anon_sym_COLON, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [66579] = 20, + ACTIONS(2066), 1, + anon_sym_not, + ACTIONS(2138), 1, + anon_sym_DOT, + ACTIONS(2150), 1, + anon_sym_LBRACK, + ACTIONS(2289), 1, + anon_sym_LPAREN, + ACTIONS(2297), 1, + anon_sym_STAR_STAR, + ACTIONS(2305), 1, + anon_sym_PIPE, + ACTIONS(2307), 1, + anon_sym_AMP, + ACTIONS(2309), 1, + anon_sym_CARET, + ACTIONS(2311), 1, + anon_sym_is, + STATE(1475), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2291), 2, + anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2293), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2303), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2313), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 28, + STATE(891), 2, + sym_not_in, + sym_is_not, + STATE(1358), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2301), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2042), 6, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_RBRACK, + anon_sym_and, + anon_sym_or, + ACTIONS(2295), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [66659] = 5, + ACTIONS(796), 1, + sym_string_start, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(984), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(284), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(282), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, @@ -82659,6 +82706,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [66709] = 8, + ACTIONS(2138), 1, + anon_sym_DOT, + ACTIONS(2140), 1, + anon_sym_LPAREN, + ACTIONS(2148), 1, + anon_sym_STAR_STAR, + ACTIONS(2150), 1, + anon_sym_LBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1169), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2285), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2283), 26, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_async, + anon_sym_if, + anon_sym_COLON, + anon_sym_for, + anon_sym_in, anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, @@ -82678,28 +82773,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66655] = 8, - ACTIONS(2082), 1, + [66765] = 8, + ACTIONS(2110), 1, anon_sym_DOT, - ACTIONS(2084), 1, + ACTIONS(2112), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2120), 1, anon_sym_STAR_STAR, - ACTIONS(2094), 1, + ACTIONS(2122), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1119), 2, + STATE(1136), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2313), 5, + ACTIONS(2285), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2311), 26, + ACTIONS(2283), 26, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, @@ -82726,34 +82821,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66711] = 3, + [66821] = 6, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(2325), 1, + anon_sym_LBRACK, + STATE(1945), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2322), 5, + ACTIONS(284), 6, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, + anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2320), 32, - sym_newline, - sym_string_start, - anon_sym_SEMI, + ACTIONS(282), 28, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [66873] = 8, + ACTIONS(2110), 1, + anon_sym_DOT, + ACTIONS(2112), 1, + anon_sym_LPAREN, + ACTIONS(2120), 1, + anon_sym_STAR_STAR, + ACTIONS(2122), 1, anon_sym_LBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1136), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2275), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2273), 26, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_async, + anon_sym_if, + anon_sym_COLON, + anon_sym_for, + anon_sym_in, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -82769,7 +82915,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66757] = 4, + [66929] = 4, ACTIONS(297), 1, anon_sym_COLON_EQ, ACTIONS(3), 2, @@ -82813,22 +82959,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66805] = 5, - ACTIONS(818), 1, + [66977] = 5, + ACTIONS(796), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1000), 2, + STATE(986), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(284), 5, + ACTIONS(2203), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(2201), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -82858,28 +83004,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66855] = 8, - ACTIONS(2082), 1, + [67027] = 8, + ACTIONS(2138), 1, anon_sym_DOT, - ACTIONS(2084), 1, + ACTIONS(2140), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2148), 1, anon_sym_STAR_STAR, - ACTIONS(2094), 1, + ACTIONS(2150), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1119), 2, + STATE(1169), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2267), 5, + ACTIONS(2275), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 26, + ACTIONS(2273), 26, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, @@ -82887,10 +83033,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_for, anon_sym_in, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -82906,18 +83052,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66911] = 5, - ACTIONS(2324), 1, + [67083] = 5, + ACTIONS(2327), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(983), 2, + STATE(986), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(2168), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, @@ -82926,10 +83072,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, + anon_sym_for, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [67133] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(284), 6, + anon_sym_STAR, anon_sym_COLON, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(282), 30, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -82951,28 +83141,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [66961] = 11, - ACTIONS(2082), 1, + [67181] = 8, + ACTIONS(2110), 1, anon_sym_DOT, - ACTIONS(2084), 1, + ACTIONS(2112), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2120), 1, anon_sym_STAR_STAR, - ACTIONS(2094), 1, + ACTIONS(2122), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2086), 2, + STATE(1136), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2267), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2098), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2265), 26, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_async, + anon_sym_if, + anon_sym_COLON, + anon_sym_for, + anon_sym_in, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [67237] = 11, + ACTIONS(2110), 1, + anon_sym_DOT, + ACTIONS(2112), 1, + anon_sym_LPAREN, + ACTIONS(2120), 1, + anon_sym_STAR_STAR, + ACTIONS(2122), 1, + anon_sym_LBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2114), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2126), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1119), 2, + STATE(1136), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2096), 3, + ACTIONS(2124), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -83002,45 +83240,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [67023] = 15, - ACTIONS(2082), 1, + [67299] = 15, + ACTIONS(2110), 1, anon_sym_DOT, - ACTIONS(2084), 1, + ACTIONS(2112), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2120), 1, anon_sym_STAR_STAR, - ACTIONS(2094), 1, + ACTIONS(2122), 1, anon_sym_LBRACK, - ACTIONS(2100), 1, + ACTIONS(2128), 1, anon_sym_PIPE, - ACTIONS(2102), 1, + ACTIONS(2130), 1, anon_sym_AMP, - ACTIONS(2104), 1, + ACTIONS(2132), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2086), 2, + ACTIONS(2114), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2088), 2, + ACTIONS(2116), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2098), 2, + ACTIONS(2126), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1119), 2, + STATE(1136), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2096), 3, + ACTIONS(2124), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2278), 3, + ACTIONS(2271), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2276), 16, + ACTIONS(2269), 16, anon_sym_COMMA, anon_sym_async, anon_sym_if, @@ -83057,19 +83295,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [67093] = 8, - ACTIONS(2082), 1, + [67369] = 8, + ACTIONS(2110), 1, anon_sym_DOT, - ACTIONS(2084), 1, + ACTIONS(2112), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2120), 1, anon_sym_STAR_STAR, - ACTIONS(2094), 1, + ACTIONS(2122), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1119), 2, + STATE(1136), 2, sym_argument_list, sym_generator_expression, ACTIONS(2267), 5, @@ -83105,25 +83343,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [67149] = 10, - ACTIONS(2082), 1, + [67425] = 10, + ACTIONS(2110), 1, anon_sym_DOT, - ACTIONS(2084), 1, + ACTIONS(2112), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2120), 1, anon_sym_STAR_STAR, - ACTIONS(2094), 1, + ACTIONS(2122), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2086), 2, + ACTIONS(2114), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1119), 2, + STATE(1136), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2096), 3, + ACTIONS(2124), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -83155,35 +83393,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [67209] = 14, - ACTIONS(2082), 1, + [67485] = 14, + ACTIONS(2110), 1, anon_sym_DOT, - ACTIONS(2084), 1, + ACTIONS(2112), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2120), 1, anon_sym_STAR_STAR, - ACTIONS(2094), 1, + ACTIONS(2122), 1, anon_sym_LBRACK, - ACTIONS(2102), 1, + ACTIONS(2130), 1, anon_sym_AMP, - ACTIONS(2104), 1, + ACTIONS(2132), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2086), 2, + ACTIONS(2114), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2088), 2, + ACTIONS(2116), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2098), 2, + ACTIONS(2126), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1119), 2, + STATE(1136), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2096), 3, + ACTIONS(2124), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -83209,33 +83447,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [67277] = 13, - ACTIONS(2082), 1, + [67553] = 13, + ACTIONS(2110), 1, anon_sym_DOT, - ACTIONS(2084), 1, + ACTIONS(2112), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2120), 1, anon_sym_STAR_STAR, - ACTIONS(2094), 1, + ACTIONS(2122), 1, anon_sym_LBRACK, - ACTIONS(2104), 1, + ACTIONS(2132), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2086), 2, + ACTIONS(2114), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2088), 2, + ACTIONS(2116), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2098), 2, + ACTIONS(2126), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1119), 2, + STATE(1136), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2096), 3, + ACTIONS(2124), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -83262,31 +83500,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [67343] = 12, - ACTIONS(2082), 1, + [67619] = 12, + ACTIONS(2110), 1, anon_sym_DOT, - ACTIONS(2084), 1, + ACTIONS(2112), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2120), 1, anon_sym_STAR_STAR, - ACTIONS(2094), 1, + ACTIONS(2122), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2086), 2, + ACTIONS(2114), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2088), 2, + ACTIONS(2116), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2098), 2, + ACTIONS(2126), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1119), 2, + STATE(1136), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2096), 3, + ACTIONS(2124), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -83314,34 +83552,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [67407] = 3, + [67683] = 8, + ACTIONS(2082), 1, + anon_sym_DOT, + ACTIONS(2084), 1, + anon_sym_LPAREN, + ACTIONS(2092), 1, + anon_sym_STAR_STAR, + ACTIONS(2094), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 5, + STATE(1185), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2285), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2327), 32, - sym_newline, - sym_string_start, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + ACTIONS(2283), 26, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -83357,88 +83599,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [67453] = 20, - ACTIONS(2072), 1, - anon_sym_not, - ACTIONS(2138), 1, + sym_type_conversion, + [67739] = 8, + ACTIONS(2082), 1, anon_sym_DOT, - ACTIONS(2150), 1, - anon_sym_LBRACK, - ACTIONS(2282), 1, + ACTIONS(2084), 1, anon_sym_LPAREN, - ACTIONS(2290), 1, + ACTIONS(2092), 1, anon_sym_STAR_STAR, - ACTIONS(2298), 1, - anon_sym_PIPE, - ACTIONS(2300), 1, - anon_sym_AMP, - ACTIONS(2302), 1, - anon_sym_CARET, - ACTIONS(2304), 1, - anon_sym_is, - STATE(1479), 1, - aux_sym_comparison_operator_repeat1, + ACTIONS(2094), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2284), 2, + STATE(1185), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2275), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2286), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2296), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2306), 2, - anon_sym_LT, - anon_sym_GT, - STATE(865), 2, - sym_not_in, - sym_is_not, - STATE(1365), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2294), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2048), 6, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_RBRACK, - anon_sym_and, - anon_sym_or, - ACTIONS(2288), 6, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [67533] = 8, - ACTIONS(2110), 1, - anon_sym_DOT, - ACTIONS(2112), 1, - anon_sym_LPAREN, - ACTIONS(2120), 1, - anon_sym_STAR_STAR, - ACTIONS(2122), 1, - anon_sym_LBRACK, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1184), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2274), 5, - anon_sym_STAR, - anon_sym_EQ, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2272), 26, + ACTIONS(2273), 26, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -83465,82 +83648,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [67589] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [67795] = 12, + ACTIONS(2138), 1, + anon_sym_DOT, + ACTIONS(2140), 1, + anon_sym_LPAREN, + ACTIONS(2148), 1, + anon_sym_STAR_STAR, + ACTIONS(2150), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, + ACTIONS(2142), 2, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2144), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2154), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1169), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2152), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 30, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + ACTIONS(2265), 19, anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, + anon_sym_async, anon_sym_if, + anon_sym_COLON, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [67637] = 8, - ACTIONS(2110), 1, + [67859] = 8, + ACTIONS(2138), 1, anon_sym_DOT, - ACTIONS(2112), 1, + ACTIONS(2140), 1, anon_sym_LPAREN, - ACTIONS(2120), 1, + ACTIONS(2148), 1, anon_sym_STAR_STAR, - ACTIONS(2122), 1, + ACTIONS(2150), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1184), 2, + STATE(1169), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2313), 5, + ACTIONS(2267), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2311), 26, + ACTIONS(2265), 26, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -83556,43 +83748,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [67693] = 5, - ACTIONS(2331), 1, - sym_string_start, + [67915] = 11, + ACTIONS(2138), 1, + anon_sym_DOT, + ACTIONS(2140), 1, + anon_sym_LPAREN, + ACTIONS(2148), 1, + anon_sym_STAR_STAR, + ACTIONS(2150), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(996), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2168), 5, + ACTIONS(2142), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2154), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1169), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2152), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2166), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2265), 21, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_else, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -83602,7 +83799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [67743] = 8, + [67977] = 15, ACTIONS(2138), 1, anon_sym_DOT, ACTIONS(2140), 1, @@ -83611,57 +83808,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, ACTIONS(2150), 1, anon_sym_LBRACK, + ACTIONS(2156), 1, + anon_sym_PIPE, + ACTIONS(2158), 1, + anon_sym_AMP, + ACTIONS(2160), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1179), 2, + ACTIONS(2142), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2144), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2154), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1169), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2313), 5, + ACTIONS(2152), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2271), 3, anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2311), 26, + ACTIONS(2269), 16, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_async, anon_sym_if, anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_RBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [67799] = 3, + [68047] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1559), 6, + ACTIONS(1590), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1557), 31, + ACTIONS(1588), 31, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -83693,29 +83897,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [67845] = 3, + [68093] = 8, + ACTIONS(2082), 1, + anon_sym_DOT, + ACTIONS(2084), 1, + anon_sym_LPAREN, + ACTIONS(2092), 1, + anon_sym_STAR_STAR, + ACTIONS(2094), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 6, - anon_sym_as, + STATE(1185), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2267), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 31, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2265), 26, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -83736,42 +83945,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [67891] = 5, - ACTIONS(818), 1, - sym_string_start, + [68149] = 11, + ACTIONS(2082), 1, + anon_sym_DOT, + ACTIONS(2084), 1, + anon_sym_LPAREN, + ACTIONS(2092), 1, + anon_sym_STAR_STAR, + ACTIONS(2094), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1016), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2231), 5, - anon_sym_as, + ACTIONS(2086), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2098), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1185), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2096), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2229), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(2265), 21, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_PLUS, + anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -83781,42 +83995,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [67941] = 3, + sym_type_conversion, + [68211] = 15, + ACTIONS(2082), 1, + anon_sym_DOT, + ACTIONS(2084), 1, + anon_sym_LPAREN, + ACTIONS(2092), 1, + anon_sym_STAR_STAR, + ACTIONS(2094), 1, + anon_sym_LBRACK, + ACTIONS(2100), 1, + anon_sym_PIPE, + ACTIONS(2102), 1, + anon_sym_AMP, + ACTIONS(2104), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 6, - anon_sym_as, + ACTIONS(2086), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2088), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2098), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1185), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2096), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2271), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 31, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2269), 16, anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_async, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, anon_sym_RBRACE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -83824,39 +84051,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [67987] = 8, - ACTIONS(2138), 1, + [68281] = 8, + ACTIONS(2082), 1, anon_sym_DOT, - ACTIONS(2140), 1, + ACTIONS(2084), 1, anon_sym_LPAREN, - ACTIONS(2148), 1, + ACTIONS(2092), 1, anon_sym_STAR_STAR, - ACTIONS(2150), 1, + ACTIONS(2094), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1179), 2, + STATE(1185), 2, sym_argument_list, sym_generator_expression, ACTIONS(2267), 5, - anon_sym_as, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(2265), 26, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -83872,45 +84098,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [68043] = 11, - ACTIONS(2138), 1, + sym_type_conversion, + [68337] = 10, + ACTIONS(2082), 1, anon_sym_DOT, - ACTIONS(2140), 1, + ACTIONS(2084), 1, anon_sym_LPAREN, - ACTIONS(2148), 1, + ACTIONS(2092), 1, anon_sym_STAR_STAR, - ACTIONS(2150), 1, + ACTIONS(2094), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2142), 2, + ACTIONS(2086), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2154), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1179), 2, + STATE(1185), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2152), 3, + ACTIONS(2096), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(2267), 3, - anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 21, + ACTIONS(2265), 23, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, - anon_sym_RBRACK, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, @@ -83923,52 +84148,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [68105] = 15, - ACTIONS(2138), 1, + sym_type_conversion, + [68397] = 14, + ACTIONS(2082), 1, anon_sym_DOT, - ACTIONS(2140), 1, + ACTIONS(2084), 1, anon_sym_LPAREN, - ACTIONS(2148), 1, + ACTIONS(2092), 1, anon_sym_STAR_STAR, - ACTIONS(2150), 1, + ACTIONS(2094), 1, anon_sym_LBRACK, - ACTIONS(2156), 1, - anon_sym_PIPE, - ACTIONS(2158), 1, + ACTIONS(2102), 1, anon_sym_AMP, - ACTIONS(2160), 1, + ACTIONS(2104), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2142), 2, + ACTIONS(2086), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2144), 2, + ACTIONS(2088), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2154), 2, + ACTIONS(2098), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1179), 2, + STATE(1185), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2152), 3, + ACTIONS(2096), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2278), 3, - anon_sym_as, + ACTIONS(2267), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2276), 16, + ACTIONS(2265), 17, anon_sym_COMMA, - anon_sym_async, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, - anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, @@ -83978,42 +84202,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [68175] = 3, + sym_type_conversion, + [68465] = 13, + ACTIONS(2082), 1, + anon_sym_DOT, + ACTIONS(2084), 1, + anon_sym_LPAREN, + ACTIONS(2092), 1, + anon_sym_STAR_STAR, + ACTIONS(2094), 1, + anon_sym_LBRACK, + ACTIONS(2104), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 6, - anon_sym_as, + ACTIONS(2086), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2088), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2098), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1185), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2096), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 31, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2265), 18, anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_async, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, anon_sym_RBRACE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -84021,52 +84256,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [68221] = 5, - ACTIONS(333), 1, - sym_string_start, + [68531] = 12, + ACTIONS(2082), 1, + anon_sym_DOT, + ACTIONS(2084), 1, + anon_sym_LPAREN, + ACTIONS(2092), 1, + anon_sym_STAR_STAR, + ACTIONS(2094), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1021), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(284), 5, + ACTIONS(2086), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2088), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2098), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1185), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2096), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2265), 19, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_PLUS, + anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [68271] = 8, + sym_type_conversion, + [68595] = 8, ACTIONS(2138), 1, anon_sym_DOT, ACTIONS(2140), 1, @@ -84078,7 +84320,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1179), 2, + STATE(1169), 2, sym_argument_list, sym_generator_expression, ACTIONS(2267), 5, @@ -84114,47 +84356,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [68327] = 10, - ACTIONS(2138), 1, - anon_sym_DOT, - ACTIONS(2140), 1, - anon_sym_LPAREN, - ACTIONS(2148), 1, - anon_sym_STAR_STAR, - ACTIONS(2150), 1, - anon_sym_LBRACK, + [68651] = 5, + ACTIONS(333), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2142), 2, + STATE(1022), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(284), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - STATE(1179), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2152), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 23, + ACTIONS(282), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, + anon_sym_else, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -84164,7 +84401,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [68387] = 14, + [68701] = 10, ACTIONS(2138), 1, anon_sym_DOT, ACTIONS(2140), 1, @@ -84173,23 +84410,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, ACTIONS(2150), 1, anon_sym_LBRACK, - ACTIONS(2158), 1, - anon_sym_AMP, - ACTIONS(2160), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(2142), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2144), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2154), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1179), 2, + STATE(1169), 2, sym_argument_list, sym_generator_expression, ACTIONS(2152), 3, @@ -84200,36 +84427,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 17, + ACTIONS(2265), 23, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_async, anon_sym_if, anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_RBRACK, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [68455] = 3, + [68761] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1574), 6, + ACTIONS(1567), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1572), 31, + ACTIONS(1565), 31, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -84261,34 +84494,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [68501] = 8, - ACTIONS(2110), 1, - anon_sym_DOT, - ACTIONS(2112), 1, - anon_sym_LPAREN, - ACTIONS(2120), 1, - anon_sym_STAR_STAR, - ACTIONS(2122), 1, - anon_sym_LBRACK, + [68807] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1184), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2267), 5, + ACTIONS(1545), 6, + anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 26, + ACTIONS(1543), 31, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -84309,107 +84537,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [68557] = 20, - ACTIONS(2072), 1, - anon_sym_not, - ACTIONS(2082), 1, - anon_sym_DOT, - ACTIONS(2094), 1, - anon_sym_LBRACK, - ACTIONS(2112), 1, - anon_sym_LPAREN, - ACTIONS(2120), 1, - anon_sym_STAR_STAR, - ACTIONS(2128), 1, - anon_sym_PIPE, - ACTIONS(2130), 1, - anon_sym_AMP, - ACTIONS(2132), 1, - anon_sym_CARET, - ACTIONS(2134), 1, - anon_sym_is, - STATE(1475), 1, - aux_sym_comparison_operator_repeat1, + [68853] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2114), 2, + ACTIONS(1541), 6, + anon_sym_as, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(2116), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2126), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2136), 2, anon_sym_LT, anon_sym_GT, - STATE(917), 2, - sym_not_in, - sym_is_not, - STATE(1184), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2124), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2048), 6, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_RBRACE, - anon_sym_and, - anon_sym_or, - ACTIONS(2118), 6, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [68637] = 11, - ACTIONS(2110), 1, + ACTIONS(1539), 31, anon_sym_DOT, - ACTIONS(2112), 1, anon_sym_LPAREN, - ACTIONS(2120), 1, - anon_sym_STAR_STAR, - ACTIONS(2122), 1, - anon_sym_LBRACK, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2114), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2126), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1184), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2124), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2265), 21, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -84420,89 +84580,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [68699] = 15, - ACTIONS(2110), 1, - anon_sym_DOT, - ACTIONS(2112), 1, - anon_sym_LPAREN, - ACTIONS(2120), 1, - anon_sym_STAR_STAR, - ACTIONS(2122), 1, - anon_sym_LBRACK, - ACTIONS(2128), 1, - anon_sym_PIPE, - ACTIONS(2130), 1, - anon_sym_AMP, - ACTIONS(2132), 1, - anon_sym_CARET, + [68899] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2114), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2116), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2126), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1184), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2124), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2278), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2276), 16, - anon_sym_COMMA, + ACTIONS(1541), 6, anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - sym_type_conversion, - [68769] = 8, - ACTIONS(2110), 1, - anon_sym_DOT, - ACTIONS(2112), 1, - anon_sym_LPAREN, - ACTIONS(2120), 1, - anon_sym_STAR_STAR, - ACTIONS(2122), 1, - anon_sym_LBRACK, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1184), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2267), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 26, + ACTIONS(1539), 31, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -84523,29 +84623,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [68825] = 5, - ACTIONS(2334), 1, - sym_string_start, + [68945] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1016), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2168), 5, + ACTIONS(1526), 6, anon_sym_as, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2166), 29, + ACTIONS(1524), 31, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, anon_sym_if, + anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, @@ -84553,6 +84649,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -84568,211 +84665,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [68875] = 13, - ACTIONS(2138), 1, - anon_sym_DOT, - ACTIONS(2140), 1, - anon_sym_LPAREN, - ACTIONS(2148), 1, - anon_sym_STAR_STAR, - ACTIONS(2150), 1, - anon_sym_LBRACK, - ACTIONS(2160), 1, - anon_sym_CARET, + sym_type_conversion, + [68991] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2142), 2, + ACTIONS(1526), 6, + anon_sym_as, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(2144), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2154), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1179), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2152), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 18, + ACTIONS(1524), 31, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_async, anon_sym_if, anon_sym_COLON, anon_sym_for, anon_sym_in, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [68941] = 12, - ACTIONS(2138), 1, - anon_sym_DOT, - ACTIONS(2140), 1, - anon_sym_LPAREN, - ACTIONS(2148), 1, anon_sym_STAR_STAR, - ACTIONS(2150), 1, anon_sym_LBRACK, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2142), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2144), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2154), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1179), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2152), 3, anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2265), 19, - anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_COLON, - anon_sym_for, - anon_sym_in, - anon_sym_RBRACK, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, + anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [69005] = 20, - ACTIONS(2072), 1, + sym_type_conversion, + [69037] = 20, + ACTIONS(2066), 1, anon_sym_not, - ACTIONS(2203), 1, + ACTIONS(2207), 1, anon_sym_LPAREN, - ACTIONS(2211), 1, + ACTIONS(2215), 1, anon_sym_STAR_STAR, - ACTIONS(2219), 1, + ACTIONS(2223), 1, anon_sym_PIPE, - ACTIONS(2221), 1, + ACTIONS(2225), 1, anon_sym_AMP, - ACTIONS(2223), 1, + ACTIONS(2227), 1, anon_sym_CARET, - ACTIONS(2225), 1, + ACTIONS(2229), 1, anon_sym_is, - ACTIONS(2233), 1, + ACTIONS(2237), 1, anon_sym_DOT, - ACTIONS(2245), 1, + ACTIONS(2249), 1, anon_sym_LBRACK, - STATE(1472), 1, + STATE(1473), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2205), 2, + ACTIONS(2209), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2207), 2, + ACTIONS(2211), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2217), 2, + ACTIONS(2221), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2227), 2, + ACTIONS(2231), 2, anon_sym_LT, anon_sym_GT, - STATE(854), 2, + STATE(879), 2, sym_not_in, sym_is_not, - STATE(1312), 2, + STATE(1340), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2215), 3, + ACTIONS(2219), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2048), 6, + ACTIONS(2042), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_and, anon_sym_or, - ACTIONS(2209), 6, + ACTIONS(2213), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [69085] = 10, - ACTIONS(2110), 1, - anon_sym_DOT, - ACTIONS(2112), 1, - anon_sym_LPAREN, - ACTIONS(2120), 1, - anon_sym_STAR_STAR, - ACTIONS(2122), 1, - anon_sym_LBRACK, + [69117] = 5, + ACTIONS(772), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2114), 2, + STATE(975), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(284), 5, anon_sym_STAR, - anon_sym_SLASH, - STATE(1184), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2124), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 23, + ACTIONS(282), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -84782,23 +84814,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [69145] = 5, + [69167] = 5, ACTIONS(333), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(996), 2, + STATE(1025), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(2231), 5, + ACTIONS(2203), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2229), 29, + ACTIONS(2201), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -84828,137 +84859,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [69195] = 14, - ACTIONS(2110), 1, - anon_sym_DOT, - ACTIONS(2112), 1, + [69217] = 20, + ACTIONS(2066), 1, + anon_sym_not, + ACTIONS(2084), 1, anon_sym_LPAREN, - ACTIONS(2120), 1, + ACTIONS(2092), 1, anon_sym_STAR_STAR, - ACTIONS(2122), 1, - anon_sym_LBRACK, - ACTIONS(2130), 1, + ACTIONS(2100), 1, + anon_sym_PIPE, + ACTIONS(2102), 1, anon_sym_AMP, - ACTIONS(2132), 1, + ACTIONS(2104), 1, anon_sym_CARET, + ACTIONS(2106), 1, + anon_sym_is, + ACTIONS(2110), 1, + anon_sym_DOT, + ACTIONS(2122), 1, + anon_sym_LBRACK, + STATE(1479), 1, + aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2114), 2, + ACTIONS(2086), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2116), 2, + ACTIONS(2088), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2126), 2, + ACTIONS(2098), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1184), 2, + ACTIONS(2108), 2, + anon_sym_LT, + anon_sym_GT, + STATE(867), 2, + sym_not_in, + sym_is_not, + STATE(1185), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2124), 3, + ACTIONS(2096), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2265), 17, + ACTIONS(2042), 6, anon_sym_COMMA, anon_sym_as, anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, anon_sym_RBRACE, - anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_is, + ACTIONS(2090), 6, + anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [69263] = 13, - ACTIONS(2110), 1, + [69297] = 14, + ACTIONS(2138), 1, anon_sym_DOT, - ACTIONS(2112), 1, + ACTIONS(2140), 1, anon_sym_LPAREN, - ACTIONS(2120), 1, + ACTIONS(2148), 1, anon_sym_STAR_STAR, - ACTIONS(2122), 1, + ACTIONS(2150), 1, anon_sym_LBRACK, - ACTIONS(2132), 1, + ACTIONS(2158), 1, + anon_sym_AMP, + ACTIONS(2160), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2114), 2, + ACTIONS(2142), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2116), 2, + ACTIONS(2144), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2126), 2, + ACTIONS(2154), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1184), 2, + STATE(1169), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2124), 3, + ACTIONS(2152), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(2267), 3, - anon_sym_EQ, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 18, + ACTIONS(2265), 17, anon_sym_COMMA, - anon_sym_as, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_AMP, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [69329] = 5, - ACTIONS(772), 1, + [69365] = 5, + ACTIONS(2330), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(976), 2, + STATE(1025), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(284), 5, + ACTIONS(2168), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(2166), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -84980,7 +85018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [69379] = 8, + [69415] = 13, ACTIONS(2138), 1, anon_sym_DOT, ACTIONS(2140), 1, @@ -84989,27 +85027,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, ACTIONS(2150), 1, anon_sym_LBRACK, + ACTIONS(2160), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1179), 2, + ACTIONS(2142), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2144), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2154), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1169), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2274), 5, + ACTIONS(2152), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2272), 26, + ACTIONS(2265), 18, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_async, anon_sym_if, anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [69481] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2335), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2333), 32, + sym_newline, + sym_string_start, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -85028,18 +85114,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [69435] = 3, + [69527] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1590), 6, + ACTIONS(2335), 5, anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1588), 31, + ACTIONS(2333), 31, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -85051,10 +85137,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -85070,34 +85156,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [69481] = 3, + [69572] = 5, + ACTIONS(728), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 6, - anon_sym_as, + STATE(1030), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2203), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 31, + ACTIONS(2201), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -85113,30 +85200,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [69527] = 6, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(671), 1, - anon_sym_COLON, + [69621] = 5, + ACTIONS(2337), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(664), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(666), 5, - anon_sym_as, + STATE(1030), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2168), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 27, + ACTIONS(2166), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -85159,77 +85244,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [69578] = 15, - ACTIONS(2173), 1, + [69670] = 8, + ACTIONS(2237), 1, anon_sym_DOT, - ACTIONS(2175), 1, + ACTIONS(2239), 1, anon_sym_LPAREN, - ACTIONS(2183), 1, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - ACTIONS(2185), 1, + ACTIONS(2249), 1, anon_sym_LBRACK, - ACTIONS(2191), 1, - anon_sym_PIPE, - ACTIONS(2193), 1, - anon_sym_AMP, - ACTIONS(2195), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2177), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2179), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2189), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1337), 2, + STATE(1341), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2187), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2278), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2276), 15, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [69647] = 5, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(806), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(2285), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2283), 25, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, @@ -85237,8 +85273,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -85257,37 +85291,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [69696] = 7, + [69725] = 6, ACTIONS(297), 1, anon_sym_COLON_EQ, - ACTIONS(1566), 1, - anon_sym_COLON, + ACTIONS(2340), 1, + anon_sym_LBRACK, + STATE(1799), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(664), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(1564), 4, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_PIPE, - ACTIONS(666), 5, - anon_sym_as, + ACTIONS(284), 6, anon_sym_STAR, + anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 23, + ACTIONS(282), 27, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -85303,17 +85336,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [69749] = 3, + [69776] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1574), 5, + ACTIONS(1526), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1572), 31, + ACTIONS(1524), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -85345,17 +85378,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [69794] = 3, + [69821] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2322), 5, + ACTIONS(2320), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2320), 31, + ACTIONS(2318), 31, sym_string_start, anon_sym_DOT, anon_sym_LPAREN, @@ -85368,10 +85401,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -85387,34 +85420,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [69839] = 5, - ACTIONS(289), 1, - anon_sym_COMMA, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [69866] = 8, + ACTIONS(2237), 1, + anon_sym_DOT, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + ACTIONS(2249), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, + STATE(1341), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2275), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 28, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_as, + ACTIONS(2273), 25, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -85430,32 +85467,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [69888] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [69921] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, - anon_sym_as, + ACTIONS(2344), 5, anon_sym_STAR, - anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(2342), 31, + sym_newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -85474,31 +85509,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [69935] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [69966] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, - anon_sym_as, + ACTIONS(2348), 5, anon_sym_STAR, - anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(2346), 31, + sym_newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -85517,27 +85551,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [69982] = 3, + [70011] = 5, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(784), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2339), 5, + ACTIONS(284), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2337), 31, - sym_newline, - anon_sym_SEMI, + ACTIONS(282), 29, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -85559,35 +85595,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70027] = 8, - ACTIONS(2201), 1, - anon_sym_DOT, - ACTIONS(2203), 1, - anon_sym_LPAREN, - ACTIONS(2211), 1, - anon_sym_STAR_STAR, - ACTIONS(2213), 1, + [70060] = 6, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(2350), 1, anon_sym_LBRACK, + STATE(1843), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1312), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2267), 5, + ACTIONS(284), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 25, + ACTIONS(282), 27, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -85606,17 +85640,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70082] = 3, + [70111] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2343), 5, + ACTIONS(2354), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2341), 31, + ACTIONS(2352), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -85648,17 +85682,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70127] = 3, + [70156] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2347), 5, + ACTIONS(2358), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2345), 31, + ACTIONS(2356), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -85690,30 +85724,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70172] = 3, + [70201] = 6, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(671), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2351), 5, + ACTIONS(664), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(666), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2349), 31, - sym_newline, - anon_sym_SEMI, + ACTIONS(683), 27, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -85732,16 +85769,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70217] = 5, - ACTIONS(728), 1, - sym_string_start, + [70252] = 5, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(784), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1088), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(284), 4, + ACTIONS(284), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -85749,15 +85786,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(282), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -85776,30 +85813,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70266] = 3, + [70301] = 6, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(671), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2355), 5, + ACTIONS(664), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(666), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2353), 31, - sym_newline, - anon_sym_SEMI, + ACTIONS(683), 27, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -85818,26 +85858,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70311] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [70352] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, + ACTIONS(2335), 5, anon_sym_STAR, - anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(2333), 31, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -85861,33 +85900,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [70358] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [70397] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, + ACTIONS(1533), 5, anon_sym_STAR, - anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(1528), 31, + sym_newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -85903,47 +85942,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [70405] = 10, - ACTIONS(2173), 1, - anon_sym_DOT, - ACTIONS(2175), 1, - anon_sym_LPAREN, - ACTIONS(2183), 1, - anon_sym_STAR_STAR, - ACTIONS(2185), 1, - anon_sym_LBRACK, + [70442] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2177), 2, + ACTIONS(1559), 5, anon_sym_STAR, - anon_sym_SLASH, - STATE(1337), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2187), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 22, + ACTIONS(1554), 31, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -85953,17 +85984,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70464] = 3, + [70487] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2359), 5, + ACTIONS(2362), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2357), 31, + ACTIONS(2360), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -85995,68 +86026,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70509] = 12, - ACTIONS(2173), 1, - anon_sym_DOT, - ACTIONS(2175), 1, - anon_sym_LPAREN, - ACTIONS(2183), 1, - anon_sym_STAR_STAR, - ACTIONS(2185), 1, - anon_sym_LBRACK, + [70532] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2177), 2, + ACTIONS(2366), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2179), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2189), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1337), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2187), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 18, + ACTIONS(2364), 31, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, + anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70572] = 3, + [70577] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2363), 5, + ACTIONS(1526), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2361), 31, + ACTIONS(1524), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -86088,17 +86110,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70617] = 3, + [70622] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2367), 5, + ACTIONS(2370), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2365), 31, + ACTIONS(2368), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -86130,17 +86152,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70662] = 3, + [70667] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 5, + ACTIONS(1567), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 31, + ACTIONS(1565), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -86172,17 +86194,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70707] = 3, + [70712] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2371), 5, + ACTIONS(284), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2369), 31, + ACTIONS(282), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -86214,42 +86236,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70752] = 11, - ACTIONS(2201), 1, + [70757] = 8, + ACTIONS(2237), 1, anon_sym_DOT, - ACTIONS(2203), 1, + ACTIONS(2239), 1, anon_sym_LPAREN, - ACTIONS(2211), 1, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - ACTIONS(2213), 1, + ACTIONS(2249), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2205), 2, + STATE(1341), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2267), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2217), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2265), 25, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_async, + anon_sym_if, + anon_sym_for, + anon_sym_in, + anon_sym_AT, anon_sym_DASH, + anon_sym_PIPE, anon_sym_PLUS, - STATE(1312), 2, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [70812] = 11, + ACTIONS(2237), 1, + anon_sym_DOT, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + ACTIONS(2249), 1, + anon_sym_LBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2241), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2253), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1341), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2215), 3, + ACTIONS(2251), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(2267), 3, - anon_sym_EQ, + anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(2265), 20, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_not, @@ -86264,30 +86333,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70813] = 3, + [70873] = 15, + ACTIONS(2237), 1, + anon_sym_DOT, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + ACTIONS(2249), 1, + anon_sym_LBRACK, + ACTIONS(2255), 1, + anon_sym_PIPE, + ACTIONS(2257), 1, + anon_sym_AMP, + ACTIONS(2259), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1590), 5, + ACTIONS(2241), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2243), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2253), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1341), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2251), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2271), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1588), 31, - sym_newline, - anon_sym_SEMI, + ACTIONS(2269), 15, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_async, + anon_sym_if, + anon_sym_for, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [70942] = 8, + ACTIONS(2237), 1, anon_sym_DOT, - anon_sym_from, + ACTIONS(2239), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + ACTIONS(2249), 1, + anon_sym_LBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1341), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2267), 5, anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2265), 25, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -86306,42 +86434,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70858] = 6, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(671), 1, - anon_sym_COLON, + [70997] = 10, + ACTIONS(2237), 1, + anon_sym_DOT, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + ACTIONS(2249), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(664), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(666), 5, - anon_sym_as, + ACTIONS(2241), 2, anon_sym_STAR, anon_sym_SLASH, + STATE(1341), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2251), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 27, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2265), 22, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -86351,51 +86483,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70909] = 15, - ACTIONS(2201), 1, + [71056] = 14, + ACTIONS(2237), 1, anon_sym_DOT, - ACTIONS(2203), 1, + ACTIONS(2239), 1, anon_sym_LPAREN, - ACTIONS(2211), 1, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - ACTIONS(2213), 1, + ACTIONS(2249), 1, anon_sym_LBRACK, - ACTIONS(2219), 1, - anon_sym_PIPE, - ACTIONS(2221), 1, + ACTIONS(2257), 1, anon_sym_AMP, - ACTIONS(2223), 1, + ACTIONS(2259), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2205), 2, + ACTIONS(2241), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2207), 2, + ACTIONS(2243), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2217), 2, + ACTIONS(2253), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1312), 2, + STATE(1341), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2215), 3, + ACTIONS(2251), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2278), 3, - anon_sym_EQ, + ACTIONS(2267), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2276), 15, + ACTIONS(2265), 16, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, + anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, @@ -86405,127 +86536,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [70978] = 8, - ACTIONS(2173), 1, + [71123] = 13, + ACTIONS(2237), 1, anon_sym_DOT, - ACTIONS(2175), 1, + ACTIONS(2239), 1, anon_sym_LPAREN, - ACTIONS(2183), 1, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - ACTIONS(2185), 1, + ACTIONS(2249), 1, anon_sym_LBRACK, + ACTIONS(2259), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1337), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2267), 5, + ACTIONS(2241), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2243), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2253), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1341), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2251), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 25, + ACTIONS(2265), 17, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_for, anon_sym_in, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71033] = 8, - ACTIONS(2201), 1, + [71188] = 12, + ACTIONS(2237), 1, anon_sym_DOT, - ACTIONS(2203), 1, + ACTIONS(2239), 1, anon_sym_LPAREN, - ACTIONS(2211), 1, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - ACTIONS(2213), 1, + ACTIONS(2249), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1312), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2267), 5, + ACTIONS(2241), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2243), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2253), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1341), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2251), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 25, + ACTIONS(2265), 18, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71088] = 3, + [71251] = 5, + ACTIONS(289), 1, + anon_sym_COMMA, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1540), 5, + ACTIONS(284), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1535), 31, - sym_newline, - anon_sym_SEMI, + ACTIONS(282), 28, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -86541,17 +86682,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71133] = 3, + sym_type_conversion, + [71300] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1529), 5, + ACTIONS(2374), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1524), 31, + ACTIONS(2372), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -86583,19 +86725,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71178] = 8, - ACTIONS(2173), 1, + [71345] = 8, + ACTIONS(2205), 1, anon_sym_DOT, - ACTIONS(2175), 1, + ACTIONS(2207), 1, anon_sym_LPAREN, - ACTIONS(2183), 1, + ACTIONS(2215), 1, anon_sym_STAR_STAR, - ACTIONS(2185), 1, + ACTIONS(2217), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1337), 2, + STATE(1340), 2, sym_argument_list, sym_generator_expression, ACTIONS(2267), 5, @@ -86605,12 +86747,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, ACTIONS(2265), 25, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_AT, anon_sym_DASH, @@ -86630,25 +86772,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71233] = 10, - ACTIONS(2201), 1, + [71400] = 11, + ACTIONS(2205), 1, anon_sym_DOT, - ACTIONS(2203), 1, + ACTIONS(2207), 1, anon_sym_LPAREN, - ACTIONS(2211), 1, + ACTIONS(2215), 1, anon_sym_STAR_STAR, - ACTIONS(2213), 1, + ACTIONS(2217), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2205), 2, + ACTIONS(2209), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1312), 2, + ACTIONS(2221), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1340), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2215), 3, + ACTIONS(2219), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -86656,7 +86801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 22, + ACTIONS(2265), 20, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, @@ -86664,9 +86809,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, @@ -86679,17 +86822,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71292] = 3, + [71461] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2375), 5, + ACTIONS(1545), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 31, + ACTIONS(1543), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -86721,70 +86864,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71337] = 14, - ACTIONS(2201), 1, - anon_sym_DOT, - ACTIONS(2203), 1, - anon_sym_LPAREN, - ACTIONS(2211), 1, - anon_sym_STAR_STAR, - ACTIONS(2213), 1, - anon_sym_LBRACK, - ACTIONS(2221), 1, - anon_sym_AMP, - ACTIONS(2223), 1, - anon_sym_CARET, + [71506] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2205), 2, + ACTIONS(2378), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2207), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2217), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1312), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2215), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 16, - anon_sym_RPAREN, + ACTIONS(2376), 31, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71404] = 3, + [71551] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(2382), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 31, + ACTIONS(2380), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -86816,86 +86948,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71449] = 13, - ACTIONS(2201), 1, - anon_sym_DOT, - ACTIONS(2203), 1, - anon_sym_LPAREN, - ACTIONS(2211), 1, - anon_sym_STAR_STAR, - ACTIONS(2213), 1, - anon_sym_LBRACK, - ACTIONS(2223), 1, - anon_sym_CARET, + [71596] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2205), 2, + ACTIONS(284), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2207), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2217), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1312), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2215), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 17, - anon_sym_RPAREN, + ACTIONS(282), 31, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71514] = 5, - ACTIONS(289), 1, - anon_sym_COMMA, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [71641] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, + ACTIONS(1541), 5, anon_sym_STAR, - anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 28, + ACTIONS(1539), 31, + sym_newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -86911,29 +87032,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [71563] = 5, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(806), 1, - anon_sym_EQ, + [71686] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(2320), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(2318), 31, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, anon_sym_if, + anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, @@ -86941,6 +87058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -86956,129 +87074,177 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71612] = 5, + [71731] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, + ACTIONS(2386), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(671), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 14, + ACTIONS(2384), 31, + sym_newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(664), 17, - sym_newline, - anon_sym_SEMI, - anon_sym_from, - anon_sym_COMMA, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [71776] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(284), 6, anon_sym_as, - anon_sym_if, + anon_sym_STAR, anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(282), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_async, + anon_sym_if, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71661] = 12, - ACTIONS(2201), 1, + [71823] = 15, + ACTIONS(2205), 1, anon_sym_DOT, - ACTIONS(2203), 1, + ACTIONS(2207), 1, anon_sym_LPAREN, - ACTIONS(2211), 1, + ACTIONS(2215), 1, anon_sym_STAR_STAR, - ACTIONS(2213), 1, + ACTIONS(2217), 1, anon_sym_LBRACK, + ACTIONS(2223), 1, + anon_sym_PIPE, + ACTIONS(2225), 1, + anon_sym_AMP, + ACTIONS(2227), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2205), 2, + ACTIONS(2209), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2207), 2, + ACTIONS(2211), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2217), 2, + ACTIONS(2221), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1312), 2, + STATE(1340), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2215), 3, + ACTIONS(2219), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, + ACTIONS(2271), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 18, + ACTIONS(2269), 15, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71724] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [71892] = 8, + ACTIONS(2205), 1, + anon_sym_DOT, + ACTIONS(2207), 1, + anon_sym_LPAREN, + ACTIONS(2215), 1, + anon_sym_STAR_STAR, + ACTIONS(2217), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, - anon_sym_as, + STATE(1340), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2267), 5, anon_sym_STAR, - anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2265), 25, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -87094,39 +87260,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71771] = 3, + [71947] = 10, + ACTIONS(2205), 1, + anon_sym_DOT, + ACTIONS(2207), 1, + anon_sym_LPAREN, + ACTIONS(2215), 1, + anon_sym_STAR_STAR, + ACTIONS(2217), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 5, + ACTIONS(2209), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + STATE(1340), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2219), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 31, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + ACTIONS(2265), 22, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -87136,33 +87309,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71816] = 3, + [72006] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 5, - anon_sym_as, + ACTIONS(1541), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2327), 31, - sym_string_start, + ACTIONS(1539), 31, + sym_newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -87178,125 +87351,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71861] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [72051] = 14, + ACTIONS(2205), 1, + anon_sym_DOT, + ACTIONS(2207), 1, + anon_sym_LPAREN, + ACTIONS(2215), 1, + anon_sym_STAR_STAR, + ACTIONS(2217), 1, + anon_sym_LBRACK, + ACTIONS(2225), 1, + anon_sym_AMP, + ACTIONS(2227), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, - anon_sym_as, + ACTIONS(2209), 2, anon_sym_STAR, - anon_sym_COLON, anon_sym_SLASH, + ACTIONS(2211), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2221), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1340), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2219), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2265), 16, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_async, + anon_sym_as, anon_sym_if, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71908] = 5, + [72118] = 13, + ACTIONS(2205), 1, + anon_sym_DOT, + ACTIONS(2207), 1, + anon_sym_LPAREN, + ACTIONS(2215), 1, + anon_sym_STAR_STAR, + ACTIONS(2217), 1, + anon_sym_LBRACK, + ACTIONS(2227), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, + ACTIONS(2209), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 14, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2211), 2, anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, + anon_sym_LT_LT, + ACTIONS(2221), 2, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, + STATE(1340), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2219), 3, + anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(664), 17, - sym_newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(2267), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2265), 17, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_AMP, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [71957] = 8, - ACTIONS(2173), 1, - anon_sym_DOT, - ACTIONS(2175), 1, - anon_sym_LPAREN, - ACTIONS(2183), 1, - anon_sym_STAR_STAR, - ACTIONS(2185), 1, - anon_sym_LBRACK, + [72183] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1337), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2274), 5, + ACTIONS(2335), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2272), 25, + ACTIONS(2333), 31, + sym_string_start, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_else, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -87312,64 +87498,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72012] = 8, - ACTIONS(2233), 1, + [72228] = 12, + ACTIONS(2205), 1, anon_sym_DOT, - ACTIONS(2235), 1, + ACTIONS(2207), 1, anon_sym_LPAREN, - ACTIONS(2243), 1, + ACTIONS(2215), 1, anon_sym_STAR_STAR, - ACTIONS(2245), 1, + ACTIONS(2217), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1251), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2267), 5, - anon_sym_as, + ACTIONS(2209), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2211), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2221), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1340), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2219), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 25, + ACTIONS(2265), 18, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_async, + anon_sym_as, anon_sym_if, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72067] = 3, + [72291] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2379), 5, + ACTIONS(2390), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2377), 31, + ACTIONS(2388), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -87401,35 +87591,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72112] = 8, - ACTIONS(2173), 1, - anon_sym_DOT, - ACTIONS(2175), 1, - anon_sym_LPAREN, - ACTIONS(2183), 1, - anon_sym_STAR_STAR, - ACTIONS(2185), 1, - anon_sym_LBRACK, + [72336] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1337), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2313), 5, + ACTIONS(2394), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2311), 25, + ACTIONS(2392), 31, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -87448,30 +87633,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72167] = 3, + [72381] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 5, - anon_sym_as, + ACTIONS(2398), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2327), 31, - sym_string_start, + ACTIONS(2396), 31, + sym_newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -87490,17 +87675,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72212] = 3, + [72426] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2383), 5, + ACTIONS(2402), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2381), 31, + ACTIONS(2400), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -87532,17 +87717,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72257] = 3, + [72471] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(2406), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 31, + ACTIONS(2404), 31, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -87574,47 +87759,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72302] = 11, - ACTIONS(2233), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_LPAREN, - ACTIONS(2243), 1, - anon_sym_STAR_STAR, - ACTIONS(2245), 1, - anon_sym_LBRACK, + [72516] = 5, + ACTIONS(289), 1, + anon_sym_COMMA, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2237), 2, + ACTIONS(284), 6, anon_sym_STAR, + anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(2249), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1251), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2247), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 20, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(282), 28, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -87624,134 +87802,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72363] = 15, - ACTIONS(2233), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_LPAREN, - ACTIONS(2243), 1, - anon_sym_STAR_STAR, - ACTIONS(2245), 1, - anon_sym_LBRACK, - ACTIONS(2251), 1, - anon_sym_PIPE, - ACTIONS(2253), 1, - anon_sym_AMP, - ACTIONS(2255), 1, - anon_sym_CARET, + sym_type_conversion, + [72565] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2237), 2, + ACTIONS(666), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2239), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2249), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1251), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2247), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2278), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2276), 15, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_for, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [72432] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2387), 5, - anon_sym_STAR, + ACTIONS(671), 3, anon_sym_EQ, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2385), 31, - sym_newline, - anon_sym_SEMI, + ACTIONS(683), 14, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(664), 17, + sym_newline, + anon_sym_SEMI, + anon_sym_from, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72477] = 8, - ACTIONS(2201), 1, - anon_sym_DOT, - ACTIONS(2203), 1, - anon_sym_LPAREN, - ACTIONS(2211), 1, - anon_sym_STAR_STAR, - ACTIONS(2213), 1, - anon_sym_LBRACK, + [72614] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1312), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2274), 5, + ACTIONS(284), 6, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, + anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2272), 25, - anon_sym_RPAREN, + ACTIONS(282), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -87767,38 +87890,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72532] = 8, - ACTIONS(2233), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_LPAREN, - ACTIONS(2243), 1, - anon_sym_STAR_STAR, - ACTIONS(2245), 1, - anon_sym_LBRACK, + [72661] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1251), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2267), 5, + ACTIONS(284), 6, anon_sym_as, anon_sym_STAR, + anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 25, - anon_sym_RPAREN, + ACTIONS(282), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, anon_sym_if, anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -87814,22 +87933,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72587] = 5, - ACTIONS(728), 1, - sym_string_start, + [72708] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1095), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2231), 4, + ACTIONS(2410), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2229), 29, + ACTIONS(2408), 31, + sym_newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, @@ -87839,7 +87957,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -87858,46 +87975,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72636] = 10, - ACTIONS(2233), 1, + [72753] = 8, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2235), 1, + ACTIONS(2175), 1, anon_sym_LPAREN, - ACTIONS(2243), 1, + ACTIONS(2183), 1, anon_sym_STAR_STAR, - ACTIONS(2245), 1, + ACTIONS(2185), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2237), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(1251), 2, + STATE(1307), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2247), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, - anon_sym_as, + ACTIONS(2285), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 22, - anon_sym_RPAREN, + ACTIONS(2283), 25, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, + anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -87907,235 +88022,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72695] = 14, - ACTIONS(2233), 1, + [72808] = 8, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2235), 1, + ACTIONS(2175), 1, anon_sym_LPAREN, - ACTIONS(2243), 1, + ACTIONS(2183), 1, anon_sym_STAR_STAR, - ACTIONS(2245), 1, + ACTIONS(2185), 1, anon_sym_LBRACK, - ACTIONS(2253), 1, - anon_sym_AMP, - ACTIONS(2255), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2237), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2239), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2249), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1251), 2, + STATE(1307), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2247), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2265), 16, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [72762] = 13, - ACTIONS(2233), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_LPAREN, - ACTIONS(2243), 1, - anon_sym_STAR_STAR, - ACTIONS(2245), 1, - anon_sym_LBRACK, - ACTIONS(2255), 1, - anon_sym_CARET, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2237), 2, + ACTIONS(2275), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(2239), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2249), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1251), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2247), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 17, - anon_sym_RPAREN, + ACTIONS(2273), 25, anon_sym_COMMA, - anon_sym_async, + anon_sym_as, + anon_sym_GT_GT, anon_sym_if, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_AMP, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [72827] = 12, - ACTIONS(2233), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_LPAREN, - ACTIONS(2243), 1, - anon_sym_STAR_STAR, - ACTIONS(2245), 1, - anon_sym_LBRACK, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2237), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2239), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2249), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1251), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2247), 3, - anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2265), 18, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_AMP, anon_sym_CARET, + anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72890] = 14, - ACTIONS(2173), 1, - anon_sym_DOT, - ACTIONS(2175), 1, - anon_sym_LPAREN, - ACTIONS(2183), 1, - anon_sym_STAR_STAR, - ACTIONS(2185), 1, - anon_sym_LBRACK, - ACTIONS(2193), 1, - anon_sym_AMP, - ACTIONS(2195), 1, - anon_sym_CARET, + [72863] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2177), 2, + ACTIONS(2320), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2179), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2189), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1337), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2187), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 16, + ACTIONS(2318), 31, + sym_string_start, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [72957] = 3, + sym_type_conversion, + [72908] = 5, + ACTIONS(728), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2322), 5, - anon_sym_as, + STATE(1029), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(284), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2320), 31, - sym_string_start, + ACTIONS(282), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -88158,35 +88155,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73002] = 5, - ACTIONS(2389), 1, - sym_string_start, + [72957] = 6, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(671), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1095), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2168), 4, + ACTIONS(664), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(666), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2166), 29, + ACTIONS(683), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -88202,25 +88200,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73051] = 3, + [73008] = 6, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(671), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 5, + ACTIONS(664), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(666), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2327), 31, - sym_string_start, + ACTIONS(683), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -88243,73 +88245,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [73096] = 3, + [73059] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2394), 5, + ACTIONS(666), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(671), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2392), 31, - sym_newline, - anon_sym_SEMI, + ACTIONS(683), 14, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(664), 17, + sym_newline, + anon_sym_SEMI, + anon_sym_from, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73141] = 3, + [73108] = 8, + ACTIONS(2205), 1, + anon_sym_DOT, + ACTIONS(2207), 1, + anon_sym_LPAREN, + ACTIONS(2215), 1, + anon_sym_STAR_STAR, + ACTIONS(2217), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 5, + STATE(1340), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2285), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 31, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + ACTIONS(2283), 25, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -88328,36 +88336,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73186] = 6, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(671), 1, - anon_sym_COLON, + [73163] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(664), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(666), 5, - anon_sym_as, + ACTIONS(2414), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 27, + ACTIONS(2412), 31, + sym_newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -88373,34 +88378,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73237] = 8, - ACTIONS(2233), 1, + [73208] = 8, + ACTIONS(2205), 1, anon_sym_DOT, - ACTIONS(2235), 1, + ACTIONS(2207), 1, anon_sym_LPAREN, - ACTIONS(2243), 1, + ACTIONS(2215), 1, anon_sym_STAR_STAR, - ACTIONS(2245), 1, + ACTIONS(2217), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1251), 2, + STATE(1340), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2274), 5, - anon_sym_as, + ACTIONS(2275), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2272), 25, + ACTIONS(2273), 25, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_AT, anon_sym_DASH, @@ -88420,36 +88425,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73292] = 6, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(671), 1, - anon_sym_COLON, + [73263] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(664), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(666), 5, - anon_sym_as, + ACTIONS(1590), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 27, + ACTIONS(1588), 31, + sym_newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -88465,7 +88467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73343] = 13, + [73308] = 8, ACTIONS(2173), 1, anon_sym_DOT, ACTIONS(2175), 1, @@ -88474,126 +88476,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, ACTIONS(2185), 1, anon_sym_LBRACK, - ACTIONS(2195), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2177), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2179), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2189), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1337), 2, + STATE(1307), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2187), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, + ACTIONS(2267), 5, + anon_sym_STAR, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 17, + ACTIONS(2265), 25, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, - anon_sym_is, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73408] = 6, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(2396), 1, + [73363] = 11, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2175), 1, + anon_sym_LPAREN, + ACTIONS(2183), 1, + anon_sym_STAR_STAR, + ACTIONS(2185), 1, anon_sym_LBRACK, - STATE(1879), 1, - sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, + ACTIONS(2177), 2, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(282), 27, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_AT, + ACTIONS(2189), 2, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, + STATE(1307), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2187), 3, + anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [73459] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2322), 5, - anon_sym_STAR, + ACTIONS(2267), 3, anon_sym_EQ, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2320), 31, - sym_string_start, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2265), 20, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -88603,115 +88564,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [73504] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1559), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1557), 31, - sym_newline, - anon_sym_SEMI, + [73424] = 15, + ACTIONS(2173), 1, anon_sym_DOT, - anon_sym_from, + ACTIONS(2175), 1, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, + ACTIONS(2183), 1, anon_sym_STAR_STAR, + ACTIONS(2185), 1, anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, + ACTIONS(2191), 1, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, + ACTIONS(2193), 1, anon_sym_AMP, + ACTIONS(2195), 1, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [73549] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2400), 5, + ACTIONS(2177), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2179), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2189), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1307), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2187), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2271), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2398), 31, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + ACTIONS(2269), 15, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73594] = 3, + [73493] = 8, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2175), 1, + anon_sym_LPAREN, + ACTIONS(2183), 1, + anon_sym_STAR_STAR, + ACTIONS(2185), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2404), 5, + STATE(1307), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2267), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2402), 31, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + ACTIONS(2265), 25, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -88730,39 +88665,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73639] = 3, + [73548] = 10, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2175), 1, + anon_sym_LPAREN, + ACTIONS(2183), 1, + anon_sym_STAR_STAR, + ACTIONS(2185), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2408), 5, + ACTIONS(2177), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + STATE(1307), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2187), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2406), 31, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + ACTIONS(2265), 22, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -88772,172 +88714,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73684] = 6, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(2410), 1, + [73607] = 14, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2175), 1, + anon_sym_LPAREN, + ACTIONS(2183), 1, + anon_sym_STAR_STAR, + ACTIONS(2185), 1, anon_sym_LBRACK, - STATE(1889), 1, - sym_type_parameter, + ACTIONS(2193), 1, + anon_sym_AMP, + ACTIONS(2195), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, + ACTIONS(2177), 2, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2179), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2189), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1307), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2187), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 27, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(2265), 16, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73735] = 8, - ACTIONS(2233), 1, + [73674] = 13, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2235), 1, + ACTIONS(2175), 1, anon_sym_LPAREN, - ACTIONS(2243), 1, + ACTIONS(2183), 1, anon_sym_STAR_STAR, - ACTIONS(2245), 1, + ACTIONS(2185), 1, anon_sym_LBRACK, + ACTIONS(2195), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1251), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2313), 5, - anon_sym_as, + ACTIONS(2177), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2179), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2189), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1307), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2187), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2311), 25, - anon_sym_RPAREN, + ACTIONS(2265), 17, anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_async, + anon_sym_as, anon_sym_if, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73790] = 8, - ACTIONS(2201), 1, + [73739] = 12, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2203), 1, + ACTIONS(2175), 1, anon_sym_LPAREN, - ACTIONS(2211), 1, + ACTIONS(2183), 1, anon_sym_STAR_STAR, - ACTIONS(2213), 1, + ACTIONS(2185), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1312), 2, + ACTIONS(2177), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2179), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2189), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1307), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2313), 5, - anon_sym_STAR, + ACTIONS(2187), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2267), 3, anon_sym_EQ, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2311), 25, - anon_sym_RPAREN, + ACTIONS(2265), 18, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73845] = 3, + [73802] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 5, + ACTIONS(284), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 31, - sym_newline, - anon_sym_SEMI, + ACTIONS(282), 29, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -88953,33 +88912,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73890] = 3, + sym_type_conversion, + [73849] = 7, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(1586), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2414), 5, + ACTIONS(664), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(1584), 4, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_PIPE, + ACTIONS(666), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2412), 31, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, + ACTIONS(683), 23, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -88995,134 +88959,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [73935] = 11, - ACTIONS(2173), 1, - anon_sym_DOT, - ACTIONS(2175), 1, - anon_sym_LPAREN, - ACTIONS(2183), 1, - anon_sym_STAR_STAR, - ACTIONS(2185), 1, - anon_sym_LBRACK, + [73902] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2177), 2, + ACTIONS(284), 6, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2189), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1337), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2187), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2267), 3, + anon_sym_COLON, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 20, + ACTIONS(282), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, anon_sym_in, - anon_sym_PIPE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [73996] = 13, - ACTIONS(2280), 1, - anon_sym_DOT, - ACTIONS(2282), 1, - anon_sym_LPAREN, - ACTIONS(2290), 1, anon_sym_STAR_STAR, - ACTIONS(2292), 1, anon_sym_LBRACK, - ACTIONS(2302), 1, - anon_sym_CARET, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2267), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2284), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2286), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2296), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1365), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2294), 3, anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2265), 17, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74060] = 8, - ACTIONS(2280), 1, - anon_sym_DOT, - ACTIONS(2282), 1, - anon_sym_LPAREN, - ACTIONS(2290), 1, - anon_sym_STAR_STAR, - ACTIONS(2292), 1, - anon_sym_LBRACK, + sym_type_conversion, + [73949] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1365), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2274), 4, + ACTIONS(284), 6, + anon_sym_as, anon_sym_STAR, + anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2272), 25, + ACTIONS(282), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, @@ -89142,37 +89045,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74114] = 8, - ACTIONS(2280), 1, - anon_sym_DOT, - ACTIONS(2282), 1, - anon_sym_LPAREN, - ACTIONS(2290), 1, - anon_sym_STAR_STAR, - ACTIONS(2292), 1, - anon_sym_LBRACK, + [73996] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1365), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2313), 4, + ACTIONS(1533), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2311), 25, + ACTIONS(1528), 30, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -89188,29 +89086,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74168] = 3, + [74040] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2343), 5, + ACTIONS(2335), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2341), 30, + ACTIONS(2333), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, anon_sym_if, - anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -89229,17 +89127,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74212] = 3, + [74084] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2351), 5, + ACTIONS(2390), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2349), 30, + ACTIONS(2388), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -89270,17 +89168,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74256] = 3, + [74128] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2408), 5, + ACTIONS(284), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2406), 30, + ACTIONS(282), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -89292,10 +89190,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -89311,17 +89209,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74300] = 3, + [74172] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2343), 5, + ACTIONS(2410), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2341), 30, + ACTIONS(2408), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -89333,10 +89231,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -89352,32 +89250,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74344] = 3, + [74216] = 8, + ACTIONS(2287), 1, + anon_sym_DOT, + ACTIONS(2289), 1, + anon_sym_LPAREN, + ACTIONS(2297), 1, + anon_sym_STAR_STAR, + ACTIONS(2299), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2408), 5, - anon_sym_as, + STATE(1358), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2285), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2406), 30, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2283), 25, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -89393,17 +89296,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74388] = 3, + [74270] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 5, + ACTIONS(2335), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2327), 30, + ACTIONS(2333), 30, sym_string_start, anon_sym_DOT, anon_sym_LPAREN, @@ -89434,17 +89337,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74432] = 3, + [74314] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1540), 5, + ACTIONS(1533), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1535), 30, + ACTIONS(1528), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -89475,17 +89378,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [74476] = 3, + [74358] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1529), 5, + ACTIONS(1559), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1524), 30, + ACTIONS(1554), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -89516,19 +89419,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [74520] = 8, - ACTIONS(2280), 1, + [74402] = 8, + ACTIONS(2287), 1, anon_sym_DOT, - ACTIONS(2282), 1, + ACTIONS(2289), 1, anon_sym_LPAREN, - ACTIONS(2290), 1, + ACTIONS(2297), 1, anon_sym_STAR_STAR, - ACTIONS(2292), 1, + ACTIONS(2299), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1365), 2, + STATE(1358), 2, sym_argument_list, sym_generator_expression, ACTIONS(2267), 4, @@ -89562,14 +89465,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74574] = 11, - ACTIONS(2280), 1, + [74456] = 11, + ACTIONS(2287), 1, anon_sym_DOT, - ACTIONS(2282), 1, + ACTIONS(2289), 1, anon_sym_LPAREN, - ACTIONS(2290), 1, + ACTIONS(2297), 1, anon_sym_STAR_STAR, - ACTIONS(2292), 1, + ACTIONS(2299), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, @@ -89577,16 +89480,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2267), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2284), 2, + ACTIONS(2291), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2296), 2, + ACTIONS(2303), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1365), 2, + STATE(1358), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2294), 3, + ACTIONS(2301), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -89611,44 +89514,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74634] = 15, - ACTIONS(2280), 1, - anon_sym_DOT, - ACTIONS(2282), 1, - anon_sym_LPAREN, - ACTIONS(2290), 1, - anon_sym_STAR_STAR, - ACTIONS(2292), 1, - anon_sym_LBRACK, - ACTIONS(2298), 1, - anon_sym_PIPE, - ACTIONS(2300), 1, - anon_sym_AMP, - ACTIONS(2302), 1, - anon_sym_CARET, + [74516] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2278), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2284), 2, + ACTIONS(1590), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2286), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2296), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1365), 2, - sym_argument_list, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1588), 30, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_async, + anon_sym_if, + anon_sym_COLON, + anon_sym_for, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [74560] = 15, + ACTIONS(2287), 1, + anon_sym_DOT, + ACTIONS(2289), 1, + anon_sym_LPAREN, + ACTIONS(2297), 1, + anon_sym_STAR_STAR, + ACTIONS(2299), 1, + anon_sym_LBRACK, + ACTIONS(2305), 1, + anon_sym_PIPE, + ACTIONS(2307), 1, + anon_sym_AMP, + ACTIONS(2309), 1, + anon_sym_CARET, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2271), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2291), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2293), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2303), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1358), 2, + sym_argument_list, sym_generator_expression, - ACTIONS(2294), 3, + ACTIONS(2301), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2276), 15, + ACTIONS(2269), 15, anon_sym_COMMA, anon_sym_as, anon_sym_if, @@ -89664,19 +89608,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74702] = 8, - ACTIONS(2280), 1, + [74628] = 8, + ACTIONS(2287), 1, anon_sym_DOT, - ACTIONS(2282), 1, + ACTIONS(2289), 1, anon_sym_LPAREN, - ACTIONS(2290), 1, + ACTIONS(2297), 1, anon_sym_STAR_STAR, - ACTIONS(2292), 1, + ACTIONS(2299), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1365), 2, + STATE(1358), 2, sym_argument_list, sym_generator_expression, ACTIONS(2267), 4, @@ -89710,14 +89654,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74756] = 10, - ACTIONS(2280), 1, + [74682] = 10, + ACTIONS(2287), 1, anon_sym_DOT, - ACTIONS(2282), 1, + ACTIONS(2289), 1, anon_sym_LPAREN, - ACTIONS(2290), 1, + ACTIONS(2297), 1, anon_sym_STAR_STAR, - ACTIONS(2292), 1, + ACTIONS(2299), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, @@ -89725,13 +89669,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2267), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2284), 2, + ACTIONS(2291), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1365), 2, + STATE(1358), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2294), 3, + ACTIONS(2301), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -89758,18 +89702,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74814] = 14, - ACTIONS(2280), 1, + [74740] = 14, + ACTIONS(2287), 1, anon_sym_DOT, - ACTIONS(2282), 1, + ACTIONS(2289), 1, anon_sym_LPAREN, - ACTIONS(2290), 1, + ACTIONS(2297), 1, anon_sym_STAR_STAR, - ACTIONS(2292), 1, + ACTIONS(2299), 1, anon_sym_LBRACK, - ACTIONS(2300), 1, + ACTIONS(2307), 1, anon_sym_AMP, - ACTIONS(2302), 1, + ACTIONS(2309), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, @@ -89777,19 +89721,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2267), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2284), 2, + ACTIONS(2291), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2286), 2, + ACTIONS(2293), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2296), 2, + ACTIONS(2303), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1365), 2, + STATE(1358), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2294), 3, + ACTIONS(2301), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -89810,38 +89754,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74880] = 12, - ACTIONS(2280), 1, + [74806] = 13, + ACTIONS(2287), 1, anon_sym_DOT, - ACTIONS(2282), 1, + ACTIONS(2289), 1, anon_sym_LPAREN, - ACTIONS(2290), 1, + ACTIONS(2297), 1, anon_sym_STAR_STAR, - ACTIONS(2292), 1, + ACTIONS(2299), 1, anon_sym_LBRACK, + ACTIONS(2309), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(2267), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2284), 2, + ACTIONS(2291), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2286), 2, + ACTIONS(2293), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2296), 2, + ACTIONS(2303), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1365), 2, + STATE(1358), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2294), 3, + ACTIONS(2301), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2265), 18, + ACTIONS(2265), 17, anon_sym_COMMA, anon_sym_as, anon_sym_if, @@ -89853,82 +89799,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_AMP, - anon_sym_CARET, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74942] = 5, + [74870] = 12, + ACTIONS(2287), 1, + anon_sym_DOT, + ACTIONS(2289), 1, + anon_sym_LPAREN, + ACTIONS(2297), 1, + anon_sym_STAR_STAR, + ACTIONS(2299), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_as, + ACTIONS(2267), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 14, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2291), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2293), 2, anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, + anon_sym_LT_LT, + ACTIONS(2303), 2, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, + STATE(1358), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2301), 3, + anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(664), 16, + ACTIONS(2265), 18, anon_sym_COMMA, - anon_sym_async, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [74990] = 3, + [74932] = 8, + ACTIONS(2287), 1, + anon_sym_DOT, + ACTIONS(2289), 1, + anon_sym_LPAREN, + ACTIONS(2297), 1, + anon_sym_STAR_STAR, + ACTIONS(2299), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2371), 5, - anon_sym_as, + STATE(1358), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2275), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2369), 30, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2273), 25, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -89944,60 +89901,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75034] = 5, + [74986] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, + ACTIONS(2390), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 14, + ACTIONS(2388), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_async, + anon_sym_if, + anon_sym_COLON, + anon_sym_for, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(664), 16, - anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_COLON, - anon_sym_for, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75082] = 3, + [75030] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2379), 5, + ACTIONS(284), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2377), 30, + ACTIONS(282), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -90009,10 +89964,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -90028,17 +89983,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75126] = 3, + [75074] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2414), 5, + ACTIONS(2378), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2412), 30, + ACTIONS(2376), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -90069,113 +90024,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75170] = 5, + [75118] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, + ACTIONS(284), 6, anon_sym_STAR, + anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 14, + ACTIONS(282), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_else, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(664), 16, - anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_COLON, - anon_sym_for, - anon_sym_in, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [75218] = 5, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(666), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(664), 16, - anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_COLON, - anon_sym_for, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75266] = 5, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [75164] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(289), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(284), 5, + ACTIONS(2394), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 27, + ACTIONS(2392), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, anon_sym_if, + anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, @@ -90183,6 +90091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -90198,17 +90107,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75314] = 3, + [75208] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1574), 5, + ACTIONS(2406), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1572), 30, + ACTIONS(2404), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -90220,10 +90129,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -90239,18 +90148,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75358] = 3, + [75252] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2322), 5, + ACTIONS(1567), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2320), 30, - sym_string_start, + ACTIONS(1565), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -90258,6 +90166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_async, anon_sym_if, + anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, @@ -90280,17 +90189,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75402] = 3, + [75296] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2394), 5, + ACTIONS(2398), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2392), 30, + ACTIONS(2396), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -90321,27 +90230,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75446] = 5, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [75340] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(289), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(284), 5, + ACTIONS(2344), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 27, + ACTIONS(2342), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, anon_sym_if, + anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, @@ -90349,6 +90255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -90364,33 +90271,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75494] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [75384] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, + ACTIONS(2354), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 28, + ACTIONS(2352), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_else, + anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -90406,30 +90312,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75540] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [75428] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, + ACTIONS(1590), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 28, + ACTIONS(1588), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_else, + anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -90448,17 +90353,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75586] = 3, + [75472] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2371), 5, + ACTIONS(2348), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2369), 30, + ACTIONS(2346), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -90470,10 +90375,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -90489,32 +90394,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75630] = 3, + [75516] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2379), 5, - anon_sym_as, + ACTIONS(1590), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2377), 30, + ACTIONS(1588), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -90530,29 +90434,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75674] = 3, + sym_type_conversion, + [75560] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2414), 5, + ACTIONS(284), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2412), 30, + ACTIONS(282), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, anon_sym_if, - anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -90571,32 +90477,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75718] = 3, + [75606] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2383), 5, - anon_sym_as, + ACTIONS(284), 6, anon_sym_STAR, + anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2381), 30, + ACTIONS(282), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_COLON, - anon_sym_for, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -90612,17 +90519,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75762] = 3, + [75652] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2347), 5, + ACTIONS(2382), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2345), 30, + ACTIONS(2380), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -90653,17 +90560,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75806] = 3, + [75696] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2363), 5, + ACTIONS(2414), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2361), 30, + ACTIONS(2412), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -90694,17 +90601,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75850] = 3, + [75740] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2355), 5, + ACTIONS(2386), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2353), 30, + ACTIONS(2384), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -90735,17 +90642,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75894] = 3, + [75784] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2367), 5, + ACTIONS(2370), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2365), 30, + ACTIONS(2368), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -90776,17 +90683,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75938] = 3, + [75828] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2339), 5, + ACTIONS(2374), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2337), 30, + ACTIONS(2372), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -90817,17 +90724,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [75982] = 3, + [75872] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1590), 5, + ACTIONS(2366), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1588), 30, + ACTIONS(2364), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -90839,10 +90746,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -90858,17 +90765,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76026] = 3, + [75916] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2404), 5, + ACTIONS(1567), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2402), 30, + ACTIONS(1565), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -90880,10 +90787,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -90899,19 +90806,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76070] = 3, + [75960] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2375), 5, + ACTIONS(1545), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 30, + ACTIONS(1543), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, @@ -90924,7 +90832,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -90940,19 +90847,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76114] = 3, + [76004] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1559), 5, + ACTIONS(1541), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1557), 30, + ACTIONS(1539), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, @@ -90962,7 +90870,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -90981,19 +90888,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76158] = 3, + [76048] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 5, + ACTIONS(1541), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 30, + ACTIONS(1539), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, @@ -91003,7 +90911,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -91022,25 +90929,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76202] = 3, + [76092] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 5, + ACTIONS(2358), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2327), 30, - sym_string_start, + ACTIONS(2356), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, anon_sym_if, + anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, @@ -91048,6 +90954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -91063,17 +90970,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76246] = 3, + [76136] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 5, + ACTIONS(2362), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 30, + ACTIONS(2360), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -91085,10 +90992,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -91104,17 +91011,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76290] = 3, + [76180] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2400), 5, + ACTIONS(1545), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2398), 30, + ACTIONS(1543), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -91126,10 +91033,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -91145,17 +91052,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76334] = 3, + [76224] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 5, + ACTIONS(1541), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 30, + ACTIONS(1539), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -91186,17 +91093,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76378] = 3, + [76268] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 5, + ACTIONS(1541), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 30, + ACTIONS(1539), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -91227,65 +91134,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76422] = 3, + [76312] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2387), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2385), 30, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(2402), 5, anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - sym_type_conversion, - [76466] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(284), 5, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 30, + ACTIONS(2400), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -91308,21 +91175,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [76510] = 3, + [76356] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1574), 5, + ACTIONS(1526), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1572), 30, + ACTIONS(1524), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, @@ -91332,6 +91197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -91350,59 +91216,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76554] = 4, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(664), 3, - anon_sym_async, - anon_sym_COLON, - anon_sym_for, - ACTIONS(666), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 27, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [76600] = 3, + [76400] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2394), 5, + ACTIONS(1526), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2392), 30, + ACTIONS(1524), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -91433,17 +91257,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76644] = 3, + [76444] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(2390), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 30, + ACTIONS(2388), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -91474,33 +91298,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [76688] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [76488] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(284), 5, - anon_sym_as, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(282), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -91516,30 +91338,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76734] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + sym_type_conversion, + [76532] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(2378), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(2376), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, anon_sym_if, + anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -91558,32 +91380,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76780] = 3, + [76576] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(664), 3, + anon_sym_async, + anon_sym_COLON, + anon_sym_for, + ACTIONS(666), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 30, + ACTIONS(683), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -91599,118 +91422,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76824] = 3, + [76622] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2359), 5, + ACTIONS(666), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(671), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2357), 30, + ACTIONS(683), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - sym_type_conversion, - [76868] = 5, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(664), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(666), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 27, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(664), 16, anon_sym_COMMA, - anon_sym_GT_GT, + anon_sym_async, anon_sym_if, + anon_sym_COLON, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76916] = 5, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [76670] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(289), 2, - anon_sym_RPAREN, - anon_sym_COMMA, ACTIONS(284), 5, - anon_sym_as, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 27, + ACTIONS(282), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -91726,19 +91505,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [76964] = 3, + sym_type_conversion, + [76714] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2383), 5, + ACTIONS(1526), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2381), 30, + ACTIONS(1524), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, @@ -91748,7 +91529,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -91767,19 +91547,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77008] = 3, + [76758] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2351), 5, + ACTIONS(1526), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2349), 30, + ACTIONS(1524), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, @@ -91789,7 +91570,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -91808,32 +91588,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77052] = 3, + [76802] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2347), 5, - anon_sym_as, + ACTIONS(2410), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2345), 30, + ACTIONS(2408), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -91849,29 +91628,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77096] = 3, + sym_type_conversion, + [76846] = 5, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2363), 5, + ACTIONS(664), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(666), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2361), 30, + ACTIONS(683), 27, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -91890,17 +91672,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77140] = 3, + [76894] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2355), 5, + ACTIONS(2394), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2353), 30, + ACTIONS(2392), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -91931,17 +91713,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77184] = 3, + [76938] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2367), 5, + ACTIONS(2406), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2365), 30, + ACTIONS(2404), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -91972,31 +91754,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77228] = 3, + [76982] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2351), 5, + ACTIONS(2382), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2349), 30, + ACTIONS(2380), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -92012,32 +91795,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [77272] = 3, + [77026] = 5, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2343), 5, + ACTIONS(664), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(666), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2341), 30, + ACTIONS(683), 27, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -92053,32 +91838,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [77316] = 3, + [77074] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2408), 5, + ACTIONS(2398), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2406), 30, + ACTIONS(2396), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -92094,18 +91879,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [77360] = 3, + [77118] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1540), 5, + ACTIONS(2344), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1535), 30, + ACTIONS(2342), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -92136,17 +91920,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77404] = 3, + [77162] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1529), 5, + ACTIONS(2354), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1524), 30, + ACTIONS(2352), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -92177,31 +91961,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77448] = 3, + [77206] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2371), 5, + ACTIONS(2348), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2369), 30, + ACTIONS(2346), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -92217,18 +92002,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [77492] = 3, + [77250] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2379), 5, + ACTIONS(2378), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2377), 30, + ACTIONS(2376), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -92259,89 +92043,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [77536] = 3, + [77294] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2414), 5, + ACTIONS(666), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(671), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2412), 30, + ACTIONS(683), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - sym_type_conversion, - [77580] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2339), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2337), 30, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(664), 16, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_async, anon_sym_if, anon_sym_COLON, anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, + anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77624] = 3, + [77342] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -92382,32 +92127,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [77668] = 3, + [77386] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2404), 5, - anon_sym_as, + ACTIONS(2406), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2402), 30, + ACTIONS(2404), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -92423,20 +92167,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77712] = 3, + sym_type_conversion, + [77430] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1559), 5, + ACTIONS(1533), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1557), 30, + ACTIONS(1528), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, @@ -92446,6 +92190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -92464,20 +92209,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77756] = 3, + [77474] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 5, + ACTIONS(1559), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 30, + ACTIONS(1554), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, @@ -92487,6 +92231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -92505,32 +92250,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77800] = 3, + [77518] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 5, - anon_sym_as, + ACTIONS(2398), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 30, + ACTIONS(2396), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -92546,32 +92290,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77844] = 3, + sym_type_conversion, + [77562] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2375), 5, - anon_sym_as, + ACTIONS(2344), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 30, + ACTIONS(2342), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -92587,32 +92331,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77888] = 3, + sym_type_conversion, + [77606] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2400), 5, - anon_sym_as, + ACTIONS(2354), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2398), 30, + ACTIONS(2352), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -92628,20 +92372,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [77932] = 3, + sym_type_conversion, + [77650] = 4, + ACTIONS(289), 1, + anon_sym_COMMA, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2383), 5, + ACTIONS(284), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2381), 30, + ACTIONS(282), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, @@ -92669,17 +92415,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [77976] = 3, + [77696] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2347), 5, + ACTIONS(2348), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2345), 30, + ACTIONS(2346), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -92710,58 +92456,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [78020] = 3, + [77740] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2363), 5, + ACTIONS(666), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(671), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2361), 30, + ACTIONS(683), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(664), 16, + anon_sym_COMMA, + anon_sym_async, + anon_sym_if, + anon_sym_COLON, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [78064] = 3, + [77788] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2355), 5, + ACTIONS(1567), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2353), 30, + ACTIONS(1565), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -92792,17 +92540,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [78108] = 3, + [77832] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2367), 5, + ACTIONS(2382), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2365), 30, + ACTIONS(2380), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -92833,17 +92581,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [78152] = 3, + [77876] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2339), 5, + ACTIONS(2414), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2337), 30, + ACTIONS(2412), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -92874,99 +92622,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [78196] = 3, + [77920] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2404), 5, + ACTIONS(666), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(671), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2402), 30, + ACTIONS(683), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - sym_type_conversion, - [78240] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2375), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 30, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(664), 16, anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, anon_sym_RBRACE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [78284] = 3, + [77968] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2359), 5, + ACTIONS(2362), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2357), 30, + ACTIONS(2360), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -92997,17 +92706,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [78328] = 3, + [78012] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2400), 5, + ACTIONS(2386), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2398), 30, + ACTIONS(2384), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -93038,24 +92747,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [78372] = 3, + [78056] = 5, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2387), 5, + ACTIONS(289), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(284), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2385), 30, + ACTIONS(282), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, anon_sym_if, - anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, @@ -93063,7 +92775,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93079,32 +92790,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [78416] = 3, + [78104] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 5, - anon_sym_as, + ACTIONS(2370), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 30, + ACTIONS(2368), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93120,26 +92830,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [78460] = 3, + sym_type_conversion, + [78148] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 5, - anon_sym_as, + ACTIONS(2320), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 30, + ACTIONS(2318), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -93161,7 +92872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [78504] = 3, + [78192] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -93183,10 +92894,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93202,32 +92913,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [78548] = 4, - ACTIONS(289), 1, - anon_sym_COMMA, + [78236] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(2414), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(2412), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_as, + anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93243,22 +92954,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [78594] = 4, - ACTIONS(1537), 1, - anon_sym_COMMA, + [78280] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1540), 5, + ACTIONS(2374), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1535), 29, + ACTIONS(2372), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, @@ -93286,77 +92995,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [78640] = 5, + [78324] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, + ACTIONS(2320), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 14, + ACTIONS(2318), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_async, + anon_sym_if, + anon_sym_for, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(664), 16, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [78368] = 6, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(2325), 1, + anon_sym_LBRACK, + STATE(1945), 1, + sym_type_parameter, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(284), 5, + anon_sym_STAR, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(282), 27, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, - anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [78688] = 5, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [78418] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(664), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(666), 5, - anon_sym_as, + ACTIONS(2366), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 27, + ACTIONS(2364), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93372,33 +93120,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [78736] = 4, + sym_type_conversion, + [78462] = 4, + ACTIONS(1530), 1, + anon_sym_COMMA, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(664), 3, - anon_sym_async, - anon_sym_COLON, - anon_sym_for, - ACTIONS(666), 5, - anon_sym_as, + ACTIONS(1533), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 27, + ACTIONS(1528), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93414,33 +93162,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [78782] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + sym_type_conversion, + [78508] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, + ACTIONS(2358), 5, anon_sym_STAR, - anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 28, + ACTIONS(2356), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93456,33 +93203,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [78828] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + sym_type_conversion, + [78552] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, + ACTIONS(2362), 5, anon_sym_STAR, - anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 28, + ACTIONS(2360), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93498,25 +93244,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [78874] = 3, + sym_type_conversion, + [78596] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, - anon_sym_as, + ACTIONS(1545), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 30, + ACTIONS(1543), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -93539,34 +93285,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [78918] = 5, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + sym_type_conversion, + [78640] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(289), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(284), 5, - anon_sym_as, + ACTIONS(1541), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 27, + ACTIONS(1539), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93582,18 +93326,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [78966] = 3, + sym_type_conversion, + [78684] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2322), 5, + ACTIONS(1541), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2320), 30, - sym_string_start, + ACTIONS(1539), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -93601,13 +93345,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93623,17 +93367,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79010] = 3, + sym_type_conversion, + [78728] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1574), 5, + ACTIONS(2402), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1572), 30, + ACTIONS(2400), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -93664,21 +93409,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [79054] = 4, - ACTIONS(1526), 1, - anon_sym_COMMA, + [78772] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1529), 5, + ACTIONS(1526), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1524), 29, + ACTIONS(1524), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, @@ -93706,25 +93450,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [79100] = 3, + [78816] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2359), 5, - anon_sym_as, + ACTIONS(1526), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2357), 30, + ACTIONS(1524), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -93747,32 +93490,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79144] = 6, + sym_type_conversion, + [78860] = 4, ACTIONS(297), 1, anon_sym_COLON_EQ, - ACTIONS(2318), 1, - anon_sym_LBRACK, - STATE(1941), 1, - sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(284), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 27, + ACTIONS(282), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, - anon_sym_RBRACK, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -93791,29 +93533,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79194] = 3, + [78906] = 5, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2387), 5, + ACTIONS(289), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(284), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2385), 30, + ACTIONS(282), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, anon_sym_if, - anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -93832,32 +93576,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79238] = 6, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(1482), 1, - anon_sym_LBRACK, - STATE(1974), 1, - sym_type_parameter, + [78954] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 6, + ACTIONS(666), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(671), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(683), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(664), 16, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + sym_type_conversion, + [79002] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2335), 5, + anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 26, + ACTIONS(2333), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -93876,17 +93660,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79288] = 3, + [79046] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(2386), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 30, + ACTIONS(2384), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -93917,19 +93701,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79332] = 3, + [79090] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1590), 5, + ACTIONS(2320), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1588), 30, + ACTIONS(2318), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -93941,7 +93727,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93957,32 +93742,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [79376] = 3, + [79134] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1559), 5, + ACTIONS(664), 3, + anon_sym_async, + anon_sym_COLON, + anon_sym_for, + ACTIONS(666), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1557), 30, + ACTIONS(683), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93998,25 +93784,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [79420] = 3, + [79180] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 5, + ACTIONS(1559), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 30, + ACTIONS(1554), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -94039,32 +93825,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [79464] = 3, + [79224] = 5, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 5, + ACTIONS(289), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(284), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 30, + ACTIONS(282), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -94080,27 +93868,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [79508] = 3, + [79272] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 5, + ACTIONS(284), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2327), 30, - sym_string_start, + ACTIONS(282), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -94122,31 +93910,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79552] = 3, + [79318] = 6, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(1482), 1, + anon_sym_LBRACK, + STATE(2002), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 5, + ACTIONS(284), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 30, + ACTIONS(282), 26, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -94162,32 +93954,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [79596] = 3, + [79368] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 5, + ACTIONS(284), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 30, + ACTIONS(282), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -94203,18 +93996,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym_type_conversion, - [79640] = 3, + [79414] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1540), 5, + ACTIONS(284), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1535), 30, + ACTIONS(282), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -94245,17 +94037,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79684] = 3, + [79458] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1529), 5, + ACTIONS(2370), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1524), 30, + ACTIONS(2368), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -94267,10 +94059,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -94286,29 +94078,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79728] = 3, + [79502] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2322), 5, + ACTIONS(2374), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2320), 30, - sym_string_start, + ACTIONS(2372), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -94327,42 +94119,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79772] = 5, + [79546] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, + ACTIONS(2402), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 14, + ACTIONS(2400), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_async, + anon_sym_if, + anon_sym_COLON, + anon_sym_for, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(664), 16, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [79590] = 4, + ACTIONS(1556), 1, anon_sym_COMMA, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1559), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1554), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -94370,20 +94202,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, sym_type_conversion, - [79820] = 3, + [79636] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1590), 5, + ACTIONS(2366), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1588), 30, + ACTIONS(2364), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, @@ -94393,6 +94224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -94411,31 +94243,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79864] = 3, + [79680] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2383), 5, + ACTIONS(2410), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2381), 29, + ACTIONS(2408), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -94451,28 +94284,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79907] = 3, + [79724] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1529), 5, + ACTIONS(666), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(671), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(683), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(664), 16, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + sym_type_conversion, + [79772] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2358), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1524), 29, + ACTIONS(2356), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, anon_sym_if, + anon_sym_COLON, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -94491,25 +94368,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79950] = 3, + [79816] = 5, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1574), 5, + ACTIONS(289), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(284), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1572), 29, + ACTIONS(282), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -94531,26 +94411,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79993] = 4, + [79864] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1526), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1529), 5, - anon_sym_as, + ACTIONS(2382), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1524), 27, + ACTIONS(2380), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -94572,26 +94451,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80038] = 3, + [79907] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2359), 5, - anon_sym_as, + ACTIONS(666), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(671), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2357), 29, + ACTIONS(683), 14, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(664), 15, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_async, anon_sym_if, anon_sym_for, anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [79954] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1541), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1539), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, @@ -94612,25 +94533,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80081] = 3, + [79997] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1540), 5, + ACTIONS(2382), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1535), 29, + ACTIONS(2380), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -94652,25 +94573,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80124] = 3, + [80040] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2371), 5, + ACTIONS(2406), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2369), 29, + ACTIONS(2404), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -94692,25 +94613,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80167] = 3, + [80083] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2414), 5, + ACTIONS(1590), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2412), 29, + ACTIONS(1588), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -94732,25 +94653,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80210] = 3, + [80126] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2351), 5, - anon_sym_as, + ACTIONS(2402), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2349), 29, + ACTIONS(2400), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -94772,25 +94693,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80253] = 3, + [80169] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2343), 5, - anon_sym_as, + ACTIONS(1526), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2341), 29, + ACTIONS(1524), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -94812,17 +94733,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80296] = 3, + [80212] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2408), 5, + ACTIONS(2358), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2406), 29, + ACTIONS(2356), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -94852,65 +94773,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80339] = 7, - ACTIONS(1566), 1, - anon_sym_EQ, + [80255] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(671), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1564), 5, - sym_newline, - anon_sym_SEMI, + ACTIONS(1554), 3, anon_sym_DOT, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(664), 12, - anon_sym_as, - anon_sym_if, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(683), 12, anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(1559), 13, + anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, + anon_sym_PIPE, anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [80390] = 3, + ACTIONS(1561), 18, + sym_newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [80300] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2371), 5, + ACTIONS(289), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(284), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2369), 29, + ACTIONS(282), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, anon_sym_if, @@ -94936,17 +94855,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80433] = 3, + [80345] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2379), 5, + ACTIONS(2362), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2377), 29, + ACTIONS(2360), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -94976,25 +94895,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80476] = 3, + [80388] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2414), 5, - anon_sym_as, + ACTIONS(2374), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2412), 29, + ACTIONS(2372), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95016,67 +94935,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80519] = 5, + [80431] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, + ACTIONS(2382), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(671), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 14, + ACTIONS(2380), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(664), 15, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80566] = 3, + [80474] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1574), 5, + ACTIONS(2414), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1572), 29, + ACTIONS(2412), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95098,25 +95015,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80609] = 3, + [80517] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2394), 5, - anon_sym_as, + ACTIONS(2386), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2392), 29, + ACTIONS(2384), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95138,20 +95055,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80652] = 5, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(806), 1, - anon_sym_EQ, + [80560] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 4, + ACTIONS(2370), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 28, + ACTIONS(2368), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -95159,6 +95073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95180,20 +95095,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80699] = 5, - ACTIONS(297), 1, - anon_sym_COLON_EQ, - ACTIONS(806), 1, - anon_sym_EQ, + [80603] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 4, + ACTIONS(2374), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 28, + ACTIONS(2372), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -95201,6 +95113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95222,65 +95135,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80746] = 3, + [80646] = 7, + ACTIONS(1586), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1590), 5, + ACTIONS(666), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1588), 29, + ACTIONS(1584), 5, + sym_newline, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(664), 12, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(683), 12, + anon_sym_LPAREN, + anon_sym_GT_GT, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [80789] = 3, + [80697] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2347), 5, + ACTIONS(2390), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2345), 29, + ACTIONS(2388), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95302,58 +95219,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80832] = 4, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(282), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(284), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(325), 18, - sym_newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [80877] = 3, + [80740] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1559), 5, + ACTIONS(2366), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1557), 29, + ACTIONS(2364), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -95383,17 +95259,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80920] = 3, + [80783] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2383), 5, + ACTIONS(2348), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2381), 29, + ACTIONS(2346), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -95423,17 +95299,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [80963] = 3, + [80826] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 5, + ACTIONS(1541), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 29, + ACTIONS(1539), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -95463,17 +95339,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81006] = 3, + [80869] = 5, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(784), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 5, + ACTIONS(284), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 29, + ACTIONS(282), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -95481,7 +95360,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95503,25 +95381,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81049] = 3, + [80916] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2363), 5, + ACTIONS(1533), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2361), 29, + ACTIONS(1528), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95543,25 +95421,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81092] = 3, + [80959] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 5, + ACTIONS(2414), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 29, + ACTIONS(2412), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95583,25 +95461,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81135] = 3, + [81002] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2400), 5, + ACTIONS(2386), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2398), 29, + ACTIONS(2384), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95623,25 +95501,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81178] = 3, + [81045] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 5, + ACTIONS(1533), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 29, + ACTIONS(1528), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95663,25 +95541,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81221] = 3, + [81088] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2347), 5, - anon_sym_as, + ACTIONS(2390), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2345), 29, + ACTIONS(2388), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95703,17 +95581,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81264] = 3, + [81131] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2363), 5, + ACTIONS(284), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(282), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [81174] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2370), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2361), 29, + ACTIONS(2368), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -95743,17 +95661,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81307] = 3, + [81217] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2355), 5, + ACTIONS(2374), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2353), 29, + ACTIONS(2372), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -95783,17 +95701,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81350] = 3, + [81260] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2367), 5, + ACTIONS(284), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2365), 29, + ACTIONS(282), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -95823,25 +95741,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81393] = 3, + [81303] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2355), 5, + ACTIONS(1559), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2353), 29, + ACTIONS(1554), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95863,20 +95781,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81436] = 4, + [81346] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1526), 2, + ACTIONS(289), 2, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(1529), 5, + ACTIONS(284), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1524), 27, + ACTIONS(282), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -95904,17 +95822,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81481] = 3, + [81391] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2339), 5, + ACTIONS(2366), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2337), 29, + ACTIONS(2364), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -95944,17 +95862,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81524] = 3, + [81434] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2322), 4, + ACTIONS(1559), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2320), 30, - sym_string_start, + ACTIONS(1554), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -95962,10 +95880,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -95984,7 +95902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81567] = 5, + [81477] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -96011,11 +95929,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_LT_LT, ACTIONS(664), 15, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_not, anon_sym_and, @@ -96026,28 +95944,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81614] = 3, + [81524] = 5, + ACTIONS(297), 1, + anon_sym_COLON_EQ, + ACTIONS(784), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 4, + ACTIONS(284), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2327), 30, - sym_string_start, + ACTIONS(282), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -96066,25 +95986,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81657] = 3, + [81571] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2367), 5, + ACTIONS(1530), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1533), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2365), 29, + ACTIONS(1528), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96106,25 +96027,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81700] = 3, + [81616] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1590), 5, + ACTIONS(2358), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1588), 29, + ACTIONS(2356), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96146,25 +96067,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81743] = 3, + [81659] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1540), 5, + ACTIONS(1556), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(1559), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1535), 29, + ACTIONS(1554), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96186,25 +96108,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81786] = 3, + [81704] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2404), 5, - anon_sym_as, + ACTIONS(284), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2402), 29, + ACTIONS(282), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96226,58 +96148,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81829] = 4, + [81747] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(282), 3, + ACTIONS(1530), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(1533), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1528), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(284), 13, - anon_sym_STAR, anon_sym_GT_GT, + anon_sym_async, + anon_sym_if, + anon_sym_for, + anon_sym_in, anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_SLASH, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(325), 18, - sym_newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [81874] = 3, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [81792] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2375), 5, + ACTIONS(2410), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 29, + ACTIONS(2408), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -96307,141 +96229,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [81917] = 4, + [81835] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1535), 3, + ACTIONS(1526), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1524), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1540), 13, - anon_sym_STAR, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_SLASH, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1544), 18, - sym_newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [81962] = 5, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [81878] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, + ACTIONS(1526), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 14, + ACTIONS(1524), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(664), 15, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_for, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82009] = 4, + [81921] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1524), 3, + ACTIONS(666), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(671), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(683), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1529), 13, - anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1531), 18, - sym_newline, - anon_sym_SEMI, + ACTIONS(664), 15, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [82054] = 3, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [81968] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1559), 5, + ACTIONS(2410), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1557), 29, + ACTIONS(2408), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -96471,25 +96391,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82097] = 3, + [82011] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 5, + ACTIONS(2362), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 29, + ACTIONS(2360), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96511,17 +96431,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82140] = 3, + [82054] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 5, + ACTIONS(2362), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 29, + ACTIONS(2360), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -96551,25 +96471,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82183] = 3, + [82097] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 5, + ACTIONS(2394), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 29, + ACTIONS(2392), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96591,17 +96511,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82226] = 3, + [82140] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 5, + ACTIONS(2320), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 29, + ACTIONS(2318), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -96609,10 +96529,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -96631,22 +96551,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82269] = 4, + [82183] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(289), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(284), 5, + ACTIONS(2406), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 27, + ACTIONS(2404), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_async, anon_sym_if, @@ -96672,58 +96591,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82314] = 4, + [82226] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1537), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1540), 5, - anon_sym_as, + ACTIONS(666), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(671), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1535), 27, + ACTIONS(683), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, - anon_sym_async, - anon_sym_if, - anon_sym_for, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(664), 15, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82359] = 3, + [82273] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2400), 5, + ACTIONS(284), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2398), 29, + ACTIONS(282), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -96753,25 +96673,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82402] = 3, + [82316] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2387), 5, + ACTIONS(1556), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1559), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2385), 29, + ACTIONS(1554), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96793,17 +96714,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82445] = 3, + [82361] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(282), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(284), 13, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(325), 18, + sym_newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [82406] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2390), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(2388), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -96833,25 +96795,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82488] = 3, + [82449] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1529), 5, + ACTIONS(284), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1524), 29, + ACTIONS(282), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96873,7 +96835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82531] = 5, + [82492] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -96881,7 +96843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, ACTIONS(671), 3, - anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(683), 14, @@ -96902,9 +96864,9 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(664), 15, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_async, + anon_sym_as, anon_sym_if, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_not, anon_sym_and, @@ -96915,29 +96877,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82578] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [82539] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(2402), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 28, + ACTIONS(2400), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -96956,29 +96917,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82623] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [82582] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(2398), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 28, + ACTIONS(2396), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -96997,65 +96957,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82668] = 3, + [82625] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(666), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(671), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(683), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(664), 15, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_async, + anon_sym_if, + anon_sym_for, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82711] = 3, + [82672] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2359), 5, + ACTIONS(2378), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2357), 29, + ACTIONS(2376), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -97077,17 +97039,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82754] = 3, + [82715] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2387), 5, + ACTIONS(2344), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2385), 29, + ACTIONS(2342), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -97117,28 +97079,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82797] = 3, + [82758] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, - anon_sym_as, + ACTIONS(2335), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(2333), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -97157,25 +97119,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82840] = 3, + [82801] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2394), 5, + ACTIONS(2398), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2392), 29, + ACTIONS(2396), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -97197,17 +97159,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82883] = 3, + [82844] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2351), 5, + ACTIONS(2344), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2349), 29, + ACTIONS(2342), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -97237,28 +97199,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82926] = 3, + [82887] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2339), 5, + ACTIONS(284), 5, anon_sym_STAR, - anon_sym_EQ, + anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2337), 29, + ACTIONS(282), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -97277,28 +97240,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [82969] = 3, + [82932] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2343), 5, + ACTIONS(284), 5, anon_sym_STAR, - anon_sym_EQ, + anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2341), 29, + ACTIONS(282), 28, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -97317,25 +97281,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83012] = 3, + [82977] = 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(282), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(284), 13, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(325), 18, + sym_newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [83022] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2408), 5, + ACTIONS(2394), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2406), 29, + ACTIONS(2392), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -97357,17 +97362,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83055] = 3, + [83065] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2387), 5, + ACTIONS(2406), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2385), 29, + ACTIONS(2404), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -97397,17 +97402,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83098] = 3, + [83108] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(1545), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(1543), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -97437,17 +97442,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83141] = 3, + [83151] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1529), 5, + ACTIONS(2354), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1524), 29, + ACTIONS(2352), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -97477,17 +97482,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83184] = 3, + [83194] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2371), 5, + ACTIONS(284), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2369), 29, + ACTIONS(282), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -97517,25 +97522,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83227] = 3, + [83237] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2379), 5, + ACTIONS(1567), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2377), 29, + ACTIONS(1565), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -97557,25 +97562,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83270] = 3, + [83280] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2414), 5, + ACTIONS(2398), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2412), 29, + ACTIONS(2396), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -97597,67 +97602,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83313] = 5, + [83323] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(664), 15, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [83360] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2394), 5, + ACTIONS(2344), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2392), 29, + ACTIONS(2342), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -97679,17 +97642,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83403] = 3, + [83366] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2383), 5, + ACTIONS(2354), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2381), 29, + ACTIONS(2352), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -97719,25 +97682,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83446] = 3, + [83409] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, + ACTIONS(1533), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(1528), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -97759,26 +97722,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83489] = 4, + [83452] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(289), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(284), 5, - anon_sym_as, + ACTIONS(1541), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 27, + ACTIONS(1539), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -97800,25 +97762,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83534] = 3, + [83495] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2359), 5, + ACTIONS(1559), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2357), 29, + ACTIONS(1554), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -97840,105 +97802,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83577] = 3, + [83538] = 7, + ACTIONS(1586), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2379), 5, + ACTIONS(666), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2377), 29, + ACTIONS(1584), 5, anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(664), 12, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83620] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2347), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2345), 29, - anon_sym_DOT, + ACTIONS(683), 12, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [83663] = 3, + [83589] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2363), 5, + ACTIONS(2348), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2361), 29, + ACTIONS(2346), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -97960,25 +97886,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83706] = 3, + [83632] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2355), 5, + ACTIONS(2354), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2353), 29, + ACTIONS(2352), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, - anon_sym_COLON, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98000,25 +97926,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83749] = 3, + [83675] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2367), 5, + ACTIONS(1541), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2365), 29, + ACTIONS(1539), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98040,17 +97966,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83792] = 3, + [83718] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2339), 5, + ACTIONS(2348), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2337), 29, + ACTIONS(2346), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -98080,25 +98006,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83835] = 3, + [83761] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2404), 5, + ACTIONS(2366), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2402), 29, + ACTIONS(2364), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98120,17 +98046,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83878] = 3, + [83804] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2375), 5, + ACTIONS(1567), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 29, + ACTIONS(1565), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -98160,26 +98086,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83921] = 4, + [83847] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1537), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1540), 5, + ACTIONS(664), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(666), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1535), 27, + ACTIONS(683), 27, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98201,17 +98127,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [83966] = 3, + [83892] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2351), 5, + ACTIONS(1590), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2349), 29, + ACTIONS(1588), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -98241,59 +98167,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84009] = 5, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(666), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(664), 15, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [84056] = 3, + [83935] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2400), 5, + ACTIONS(2394), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2398), 29, + ACTIONS(2392), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -98323,69 +98207,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84099] = 7, - ACTIONS(1566), 1, - anon_sym_EQ, + [83978] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(671), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1564), 5, + ACTIONS(1528), 3, anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(664), 12, - anon_sym_as, - anon_sym_if, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(683), 12, anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(1533), 13, + anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, + anon_sym_PIPE, anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [84150] = 3, + ACTIONS(1535), 18, + sym_newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [84023] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2404), 5, + ACTIONS(2410), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2402), 29, + ACTIONS(2408), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98407,25 +98288,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84193] = 3, + [84066] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2343), 5, + ACTIONS(1545), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2341), 29, + ACTIONS(1543), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98447,25 +98328,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84236] = 3, + [84109] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2408), 5, + ACTIONS(2378), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2406), 29, + ACTIONS(2376), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98487,26 +98368,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84279] = 4, + [84152] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(664), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(666), 5, + ACTIONS(2378), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 27, + ACTIONS(2376), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_async, anon_sym_if, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98528,17 +98408,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84324] = 3, + [84195] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2375), 5, + ACTIONS(2358), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 29, + ACTIONS(2356), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -98568,25 +98448,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84367] = 3, + [84238] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 5, - anon_sym_as, + ACTIONS(1526), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(1524), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98608,25 +98488,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84410] = 3, + [84281] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1540), 5, - anon_sym_as, + ACTIONS(2414), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1535), 29, + ACTIONS(2412), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_async, anon_sym_if, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98648,57 +98528,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84453] = 5, + [84324] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, + ACTIONS(2386), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 14, + ACTIONS(2384), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(664), 15, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84499] = 3, + [84367] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2347), 4, + ACTIONS(2370), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2345), 29, + ACTIONS(2368), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -98706,10 +98586,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -98728,18 +98608,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84541] = 3, + [84410] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2363), 4, + ACTIONS(2402), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2361), 29, + ACTIONS(2400), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -98748,7 +98630,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -98767,16 +98648,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84583] = 3, + [84453] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2355), 4, + ACTIONS(2414), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2353), 29, + ACTIONS(2412), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -98806,16 +98687,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84625] = 3, + [84495] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2367), 4, + ACTIONS(2390), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2365), 29, + ACTIONS(2388), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -98845,28 +98726,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84667] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [84537] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 4, + ACTIONS(284), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 28, + ACTIONS(282), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -98885,63 +98765,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84711] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [84579] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 4, + ACTIONS(666), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 28, + ACTIONS(683), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(664), 15, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84755] = 3, + [84625] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 4, + ACTIONS(666), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(683), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98964,31 +98846,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84797] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [84669] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 4, + ACTIONS(284), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 28, + ACTIONS(282), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -99004,7 +98885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84841] = 4, + [84711] = 4, ACTIONS(297), 1, anon_sym_COLON_EQ, ACTIONS(3), 2, @@ -99044,16 +98925,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84885] = 3, + [84755] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1574), 4, + ACTIONS(2410), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1572), 29, + ACTIONS(2408), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99083,30 +98964,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84927] = 3, + [84797] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1590), 4, + ACTIONS(666), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1588), 29, + ACTIONS(683), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -99122,23 +99004,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84969] = 3, + [84841] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1559), 4, + ACTIONS(666), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1557), 29, + ACTIONS(683), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -99161,16 +99044,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85011] = 3, + [84885] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 4, + ACTIONS(2378), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 29, + ACTIONS(2376), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99200,16 +99083,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85053] = 3, + [84927] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 4, + ACTIONS(2394), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1568), 29, + ACTIONS(2392), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99239,16 +99122,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85095] = 3, + [84969] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 4, + ACTIONS(2406), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 29, + ACTIONS(2404), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99278,16 +99161,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85137] = 3, + [85011] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 4, + ACTIONS(1533), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1553), 29, + ACTIONS(1528), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99317,16 +99200,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85179] = 3, + [85053] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2351), 4, + ACTIONS(2398), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2349), 29, + ACTIONS(2396), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99356,16 +99239,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85221] = 3, + [85095] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2359), 4, + ACTIONS(2344), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2357), 29, + ACTIONS(2342), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99395,55 +99278,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85263] = 3, + [85137] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2343), 4, + ACTIONS(666), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2341), 29, + ACTIONS(683), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(664), 15, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85305] = 3, + [85183] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2339), 4, + ACTIONS(1559), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2337), 29, + ACTIONS(1554), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99473,24 +99358,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85347] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [85225] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 4, + ACTIONS(2348), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 28, + ACTIONS(2346), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -99513,59 +99397,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85391] = 7, - ACTIONS(1566), 1, - anon_sym_EQ, + [85267] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, + ACTIONS(2382), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1564), 4, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(664), 12, - anon_sym_as, - anon_sym_if, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(683), 12, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [85441] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1540), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1535), 29, + ACTIONS(2380), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99595,16 +99436,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85483] = 3, + [85309] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2404), 4, + ACTIONS(2386), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2402), 29, + ACTIONS(2384), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99634,16 +99475,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85525] = 3, + [85351] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2375), 4, + ACTIONS(2370), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 29, + ACTIONS(2368), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99673,16 +99514,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85567] = 3, + [85393] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1529), 4, + ACTIONS(2374), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1524), 29, + ACTIONS(2372), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99712,16 +99553,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85609] = 3, + [85435] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2408), 4, + ACTIONS(2366), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2406), 29, + ACTIONS(2364), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99751,24 +99592,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85651] = 4, - ACTIONS(297), 1, - anon_sym_COLON_EQ, + [85477] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 4, + ACTIONS(2358), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 28, + ACTIONS(2356), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -99791,16 +99631,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85695] = 3, + [85519] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2394), 4, + ACTIONS(2362), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2392), 29, + ACTIONS(2360), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99830,66 +99670,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85737] = 3, + [85561] = 7, + ACTIONS(1586), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2400), 4, + ACTIONS(666), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2398), 29, + ACTIONS(1584), 4, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(664), 12, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(683), 12, + anon_sym_LPAREN, + anon_sym_GT_GT, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [85779] = 3, + [85611] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2371), 4, + ACTIONS(666), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2369), 29, + ACTIONS(683), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -99908,16 +99753,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85821] = 3, + [85655] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2379), 4, + ACTIONS(2402), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2377), 29, + ACTIONS(2400), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99947,27 +99792,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85863] = 3, + [85697] = 4, + ACTIONS(297), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2387), 4, + ACTIONS(666), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2385), 29, + ACTIONS(683), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -99986,16 +99832,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85905] = 3, + [85741] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 4, + ACTIONS(1590), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(282), 29, + ACTIONS(1588), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -100025,16 +99871,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85947] = 3, + [85783] = 6, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2414), 4, + ACTIONS(666), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2412), 29, + ACTIONS(1584), 5, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_PIPE, + ACTIONS(664), 12, + anon_sym_as, + anon_sym_if, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(683), 12, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [85831] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1567), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1565), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -100064,83 +99952,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [85989] = 6, + [85873] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, + ACTIONS(1545), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1564), 5, + ACTIONS(1543), 29, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, anon_sym_COLON, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, - ACTIONS(664), 12, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [85915] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1541), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1539), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(683), 12, + [85957] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1541), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1539), 29, + anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, + anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [86037] = 5, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [85999] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, + ACTIONS(1526), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 14, + ACTIONS(1524), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(664), 15, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [86041] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1526), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1524), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_is, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -100151,12 +100151,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2383), 4, + ACTIONS(2354), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2381), 29, + ACTIONS(2352), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -100190,7 +100190,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1590), 13, + ACTIONS(1567), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -100204,7 +100204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1588), 19, + ACTIONS(1565), 19, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -100224,11 +100224,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [86166] = 3, + [86166] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1559), 13, + ACTIONS(683), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(666), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -100242,13 +100246,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1557), 19, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(664), 16, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, - anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -100262,11 +100263,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [86207] = 3, + [86209] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(666), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(683), 28, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [86250] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 13, + ACTIONS(1590), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -100280,7 +100319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1568), 19, + ACTIONS(1588), 19, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -100300,11 +100339,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [86248] = 3, + [86291] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1570), 13, + ACTIONS(1554), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(1559), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -100318,13 +100361,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1568), 19, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1561), 16, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, - anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -100338,11 +100378,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [86289] = 3, + [86334] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 13, + ACTIONS(282), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(284), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -100356,13 +100400,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1553), 19, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(325), 16, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, - anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -100376,31 +100417,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [86330] = 3, + [86377] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1555), 13, + ACTIONS(666), 4, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(683), 28, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_SLASH, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1553), 19, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [86418] = 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1528), 3, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(1533), 13, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(1535), 16, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, - anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -100414,7 +100494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [86371] = 4, + [86461] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -100453,15 +100533,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [86414] = 4, + [86504] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(683), 3, + ACTIONS(666), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(683), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_STAR_STAR, anon_sym_LBRACK, - ACTIONS(666), 13, + anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_is, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [86545] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1541), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -100475,10 +100589,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(664), 16, + ACTIONS(1539), 19, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, + anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -100492,15 +100609,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [86457] = 4, + [86586] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1535), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1540), 13, + ACTIONS(1545), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -100514,10 +100627,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1544), 16, + ACTIONS(1543), 19, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, + anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -100531,15 +100647,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [86500] = 4, + [86627] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(282), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(284), 13, + ACTIONS(1541), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -100553,10 +100665,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(325), 16, + ACTIONS(1539), 19, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, + anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -100570,15 +100685,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [86543] = 4, + [86668] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(683), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(666), 13, + ACTIONS(1526), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -100592,10 +100703,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(664), 16, + ACTIONS(1524), 19, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, + anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -100609,49 +100723,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [86586] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(666), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 28, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [86627] = 3, + [86709] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1574), 13, + ACTIONS(1526), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -100665,7 +100741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1572), 19, + ACTIONS(1524), 19, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -100685,15 +100761,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [86668] = 4, + [86750] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1524), 3, + ACTIONS(683), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, - ACTIONS(1529), 13, + ACTIONS(666), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -100707,7 +100783,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1531), 16, + ACTIONS(664), 16, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, @@ -100724,82 +100800,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [86711] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(666), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 28, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [86752] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(666), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 28, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_is, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, [86793] = 21, ACTIONS(333), 1, sym_string_start, @@ -100825,20 +100825,20 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, ACTIONS(2438), 1, sym_float, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(1790), 1, + STATE(1805), 1, sym_simple_pattern, - STATE(2108), 1, + STATE(2072), 1, sym_case_pattern, - STATE(2559), 1, + STATE(2594), 1, sym_if_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2078), 2, + STATE(2024), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2432), 4, @@ -100846,7 +100846,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 8, + STATE(1963), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -100880,20 +100880,20 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(2440), 1, anon_sym_COLON, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(1790), 1, + STATE(1805), 1, sym_simple_pattern, - STATE(2108), 1, + STATE(2072), 1, sym_case_pattern, - STATE(2653), 1, + STATE(2503), 1, sym_if_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2078), 2, + STATE(2024), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2432), 4, @@ -100901,7 +100901,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 8, + STATE(1963), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -100911,20 +100911,20 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [86945] = 19, - ACTIONS(728), 1, + ACTIONS(772), 1, sym_string_start, ACTIONS(2442), 1, sym_identifier, ACTIONS(2444), 1, anon_sym_LPAREN, ACTIONS(2446), 1, - anon_sym_STAR, + anon_sym_RPAREN, ACTIONS(2448), 1, - anon_sym_STAR_STAR, + anon_sym_STAR, ACTIONS(2450), 1, - anon_sym_LBRACK, + anon_sym_STAR_STAR, ACTIONS(2452), 1, - anon_sym_RBRACK, + anon_sym_LBRACK, ACTIONS(2454), 1, anon_sym_DASH, ACTIONS(2458), 1, @@ -100933,18 +100933,18 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, ACTIONS(2462), 1, sym_float, - STATE(1773), 1, + STATE(1737), 1, sym_string, - STATE(1990), 1, - sym_dotted_name, - STATE(1991), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2348), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2042), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2303), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2456), 4, @@ -100952,7 +100952,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -100962,20 +100962,20 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [87015] = 19, - ACTIONS(772), 1, + ACTIONS(728), 1, sym_string_start, ACTIONS(2464), 1, sym_identifier, ACTIONS(2466), 1, anon_sym_LPAREN, ACTIONS(2468), 1, - anon_sym_RPAREN, - ACTIONS(2470), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, + ACTIONS(2474), 1, + anon_sym_RBRACK, ACTIONS(2476), 1, anon_sym_DASH, ACTIONS(2480), 1, @@ -100984,18 +100984,18 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, ACTIONS(2484), 1, sym_float, - STATE(1779), 1, + STATE(1759), 1, sym_string, - STATE(1993), 1, + STATE(1964), 1, sym_dotted_name, - STATE(1996), 1, + STATE(1965), 1, sym_simple_pattern, - STATE(2084), 1, + STATE(2133), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2326), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2478), 4, @@ -101003,7 +101003,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101013,17 +101013,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [87085] = 19, - ACTIONS(728), 1, + ACTIONS(772), 1, sym_string_start, ACTIONS(2442), 1, sym_identifier, ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2446), 1, - anon_sym_STAR, ACTIONS(2448), 1, - anon_sym_STAR_STAR, + anon_sym_STAR, ACTIONS(2450), 1, + anon_sym_STAR_STAR, + ACTIONS(2452), 1, anon_sym_LBRACK, ACTIONS(2454), 1, anon_sym_DASH, @@ -101034,19 +101034,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2462), 1, sym_float, ACTIONS(2486), 1, - anon_sym_RBRACK, - STATE(1773), 1, + anon_sym_RPAREN, + STATE(1737), 1, sym_string, - STATE(1990), 1, - sym_dotted_name, - STATE(1991), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2348), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2303), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2456), 4, @@ -101054,7 +101054,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101066,46 +101066,46 @@ static const uint16_t ts_small_parse_table[] = { [87155] = 19, ACTIONS(772), 1, sym_string_start, - ACTIONS(2464), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2466), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2462), 1, sym_float, ACTIONS(2488), 1, anon_sym_RPAREN, - STATE(1779), 1, + STATE(1737), 1, sym_string, - STATE(1993), 1, - sym_dotted_name, - STATE(1996), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2101), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2478), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101115,17 +101115,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [87225] = 19, - ACTIONS(772), 1, + ACTIONS(728), 1, sym_string_start, ACTIONS(2464), 1, sym_identifier, ACTIONS(2466), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2468), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, ACTIONS(2476), 1, anon_sym_DASH, @@ -101136,19 +101136,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2484), 1, sym_float, ACTIONS(2490), 1, - anon_sym_RPAREN, - STATE(1779), 1, + anon_sym_RBRACK, + STATE(1759), 1, sym_string, - STATE(1993), 1, + STATE(1964), 1, sym_dotted_name, - STATE(1996), 1, + STATE(1965), 1, sym_simple_pattern, - STATE(2048), 1, + STATE(2133), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2326), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2478), 4, @@ -101156,7 +101156,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101168,46 +101168,46 @@ static const uint16_t ts_small_parse_table[] = { [87295] = 19, ACTIONS(728), 1, sym_string_start, - ACTIONS(2442), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(2444), 1, + ACTIONS(2466), 1, anon_sym_LPAREN, - ACTIONS(2446), 1, + ACTIONS(2468), 1, anon_sym_STAR, - ACTIONS(2448), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2450), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, - ACTIONS(2454), 1, + ACTIONS(2476), 1, anon_sym_DASH, - ACTIONS(2458), 1, + ACTIONS(2480), 1, anon_sym_LBRACE, - ACTIONS(2460), 1, + ACTIONS(2482), 1, sym_integer, - ACTIONS(2462), 1, + ACTIONS(2484), 1, sym_float, ACTIONS(2492), 1, anon_sym_RBRACK, - STATE(1773), 1, + STATE(1759), 1, sym_string, - STATE(1990), 1, + STATE(1964), 1, sym_dotted_name, - STATE(1991), 1, + STATE(1965), 1, sym_simple_pattern, - STATE(2103), 1, + STATE(2133), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2303), 2, + STATE(2326), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2456), 4, + ACTIONS(2478), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101219,46 +101219,46 @@ static const uint16_t ts_small_parse_table[] = { [87365] = 19, ACTIONS(772), 1, sym_string_start, - ACTIONS(2464), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2466), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2462), 1, sym_float, ACTIONS(2494), 1, anon_sym_RPAREN, - STATE(1779), 1, + STATE(1737), 1, sym_string, - STATE(1993), 1, - sym_dotted_name, - STATE(1996), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2082), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2478), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101268,17 +101268,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [87435] = 19, - ACTIONS(728), 1, + ACTIONS(772), 1, sym_string_start, ACTIONS(2442), 1, sym_identifier, ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2446), 1, - anon_sym_STAR, ACTIONS(2448), 1, - anon_sym_STAR_STAR, + anon_sym_STAR, ACTIONS(2450), 1, + anon_sym_STAR_STAR, + ACTIONS(2452), 1, anon_sym_LBRACK, ACTIONS(2454), 1, anon_sym_DASH, @@ -101289,19 +101289,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2462), 1, sym_float, ACTIONS(2496), 1, - anon_sym_RBRACK, - STATE(1773), 1, + anon_sym_RPAREN, + STATE(1737), 1, sym_string, - STATE(1990), 1, - sym_dotted_name, - STATE(1991), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2096), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2008), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2303), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2456), 4, @@ -101309,7 +101309,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101319,17 +101319,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [87505] = 19, - ACTIONS(772), 1, + ACTIONS(728), 1, sym_string_start, ACTIONS(2464), 1, sym_identifier, ACTIONS(2466), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2468), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, ACTIONS(2476), 1, anon_sym_DASH, @@ -101340,19 +101340,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2484), 1, sym_float, ACTIONS(2498), 1, - anon_sym_RPAREN, - STATE(1779), 1, + anon_sym_RBRACK, + STATE(1759), 1, sym_string, - STATE(1993), 1, + STATE(1964), 1, sym_dotted_name, - STATE(1996), 1, + STATE(1965), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(2009), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2326), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2478), 4, @@ -101360,7 +101360,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101372,46 +101372,46 @@ static const uint16_t ts_small_parse_table[] = { [87575] = 19, ACTIONS(772), 1, sym_string_start, - ACTIONS(2464), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2466), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2462), 1, sym_float, ACTIONS(2500), 1, anon_sym_RPAREN, - STATE(1779), 1, + STATE(1737), 1, sym_string, - STATE(1993), 1, - sym_dotted_name, - STATE(1996), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2478), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101423,46 +101423,46 @@ static const uint16_t ts_small_parse_table[] = { [87645] = 19, ACTIONS(728), 1, sym_string_start, - ACTIONS(2442), 1, + ACTIONS(2464), 1, sym_identifier, - ACTIONS(2444), 1, + ACTIONS(2466), 1, anon_sym_LPAREN, - ACTIONS(2446), 1, + ACTIONS(2468), 1, anon_sym_STAR, - ACTIONS(2448), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2450), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, - ACTIONS(2454), 1, + ACTIONS(2476), 1, anon_sym_DASH, - ACTIONS(2458), 1, + ACTIONS(2480), 1, anon_sym_LBRACE, - ACTIONS(2460), 1, + ACTIONS(2482), 1, sym_integer, - ACTIONS(2462), 1, + ACTIONS(2484), 1, sym_float, ACTIONS(2502), 1, anon_sym_RBRACK, - STATE(1773), 1, + STATE(1759), 1, sym_string, - STATE(1990), 1, + STATE(1964), 1, sym_dotted_name, - STATE(1991), 1, + STATE(1965), 1, sym_simple_pattern, - STATE(2348), 1, + STATE(2133), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2303), 2, + STATE(2326), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2456), 4, + ACTIONS(2478), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101474,46 +101474,46 @@ static const uint16_t ts_small_parse_table[] = { [87715] = 19, ACTIONS(772), 1, sym_string_start, - ACTIONS(2464), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2466), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2462), 1, sym_float, ACTIONS(2504), 1, anon_sym_RPAREN, - STATE(1779), 1, + STATE(1737), 1, sym_string, - STATE(1993), 1, - sym_dotted_name, - STATE(1996), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2478), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101523,17 +101523,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [87785] = 19, - ACTIONS(772), 1, + ACTIONS(728), 1, sym_string_start, ACTIONS(2464), 1, sym_identifier, ACTIONS(2466), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2468), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, ACTIONS(2476), 1, anon_sym_DASH, @@ -101544,19 +101544,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2484), 1, sym_float, ACTIONS(2506), 1, - anon_sym_RPAREN, - STATE(1779), 1, + anon_sym_RBRACK, + STATE(1759), 1, sym_string, - STATE(1993), 1, + STATE(1964), 1, sym_dotted_name, - STATE(1996), 1, + STATE(1965), 1, sym_simple_pattern, - STATE(2049), 1, + STATE(2133), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2326), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2478), 4, @@ -101564,7 +101564,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101574,17 +101574,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [87855] = 19, - ACTIONS(728), 1, + ACTIONS(772), 1, sym_string_start, ACTIONS(2442), 1, sym_identifier, ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2446), 1, - anon_sym_STAR, ACTIONS(2448), 1, - anon_sym_STAR_STAR, + anon_sym_STAR, ACTIONS(2450), 1, + anon_sym_STAR_STAR, + ACTIONS(2452), 1, anon_sym_LBRACK, ACTIONS(2454), 1, anon_sym_DASH, @@ -101595,19 +101595,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2462), 1, sym_float, ACTIONS(2508), 1, - anon_sym_RBRACK, - STATE(1773), 1, + anon_sym_RPAREN, + STATE(1737), 1, sym_string, - STATE(1990), 1, - sym_dotted_name, - STATE(1991), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2055), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2303), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2456), 4, @@ -101615,7 +101615,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101627,46 +101627,46 @@ static const uint16_t ts_small_parse_table[] = { [87925] = 19, ACTIONS(772), 1, sym_string_start, - ACTIONS(2464), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2466), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2462), 1, sym_float, ACTIONS(2510), 1, anon_sym_RPAREN, - STATE(1779), 1, + STATE(1737), 1, sym_string, - STATE(1993), 1, - sym_dotted_name, - STATE(1996), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2071), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2478), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101678,46 +101678,46 @@ static const uint16_t ts_small_parse_table[] = { [87995] = 19, ACTIONS(772), 1, sym_string_start, - ACTIONS(2464), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2466), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2462), 1, sym_float, ACTIONS(2512), 1, anon_sym_RPAREN, - STATE(1779), 1, + STATE(1737), 1, sym_string, - STATE(1993), 1, - sym_dotted_name, - STATE(1996), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2036), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2478), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101729,46 +101729,46 @@ static const uint16_t ts_small_parse_table[] = { [88065] = 19, ACTIONS(772), 1, sym_string_start, - ACTIONS(2464), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2466), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2462), 1, sym_float, ACTIONS(2514), 1, anon_sym_RPAREN, - STATE(1779), 1, + STATE(1737), 1, sym_string, - STATE(1993), 1, - sym_dotted_name, - STATE(1996), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2478), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101778,17 +101778,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [88135] = 19, - ACTIONS(728), 1, + ACTIONS(772), 1, sym_string_start, ACTIONS(2442), 1, sym_identifier, ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2446), 1, - anon_sym_STAR, ACTIONS(2448), 1, - anon_sym_STAR_STAR, + anon_sym_STAR, ACTIONS(2450), 1, + anon_sym_STAR_STAR, + ACTIONS(2452), 1, anon_sym_LBRACK, ACTIONS(2454), 1, anon_sym_DASH, @@ -101799,19 +101799,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2462), 1, sym_float, ACTIONS(2516), 1, - anon_sym_RBRACK, - STATE(1773), 1, + anon_sym_RPAREN, + STATE(1737), 1, sym_string, - STATE(1990), 1, - sym_dotted_name, - STATE(1991), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2348), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2303), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2456), 4, @@ -101819,7 +101819,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101829,17 +101829,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [88205] = 19, - ACTIONS(728), 1, + ACTIONS(772), 1, sym_string_start, ACTIONS(2442), 1, sym_identifier, ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2446), 1, - anon_sym_STAR, ACTIONS(2448), 1, - anon_sym_STAR_STAR, + anon_sym_STAR, ACTIONS(2450), 1, + anon_sym_STAR_STAR, + ACTIONS(2452), 1, anon_sym_LBRACK, ACTIONS(2454), 1, anon_sym_DASH, @@ -101850,19 +101850,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2462), 1, sym_float, ACTIONS(2518), 1, - anon_sym_RBRACK, - STATE(1773), 1, + anon_sym_RPAREN, + STATE(1737), 1, sym_string, - STATE(1990), 1, - sym_dotted_name, - STATE(1991), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2348), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2061), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2303), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2456), 4, @@ -101870,7 +101870,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101882,46 +101882,46 @@ static const uint16_t ts_small_parse_table[] = { [88275] = 19, ACTIONS(772), 1, sym_string_start, - ACTIONS(2464), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2466), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2462), 1, sym_float, ACTIONS(2520), 1, anon_sym_RPAREN, - STATE(1779), 1, + STATE(1737), 1, sym_string, - STATE(1993), 1, - sym_dotted_name, - STATE(1996), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2478), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101931,17 +101931,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [88345] = 19, - ACTIONS(728), 1, + ACTIONS(772), 1, sym_string_start, ACTIONS(2442), 1, sym_identifier, ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2446), 1, - anon_sym_STAR, ACTIONS(2448), 1, - anon_sym_STAR_STAR, + anon_sym_STAR, ACTIONS(2450), 1, + anon_sym_STAR_STAR, + ACTIONS(2452), 1, anon_sym_LBRACK, ACTIONS(2454), 1, anon_sym_DASH, @@ -101952,19 +101952,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2462), 1, sym_float, ACTIONS(2522), 1, - anon_sym_RBRACK, - STATE(1773), 1, + anon_sym_RPAREN, + STATE(1737), 1, sym_string, - STATE(1990), 1, - sym_dotted_name, - STATE(1991), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2348), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2303), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2456), 4, @@ -101972,7 +101972,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -101984,46 +101984,46 @@ static const uint16_t ts_small_parse_table[] = { [88415] = 19, ACTIONS(772), 1, sym_string_start, - ACTIONS(2464), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2466), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2462), 1, sym_float, ACTIONS(2524), 1, anon_sym_RPAREN, - STATE(1779), 1, + STATE(1737), 1, sym_string, - STATE(1993), 1, - sym_dotted_name, - STATE(1996), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2019), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2478), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102033,17 +102033,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [88485] = 19, - ACTIONS(728), 1, + ACTIONS(772), 1, sym_string_start, ACTIONS(2442), 1, sym_identifier, ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2446), 1, - anon_sym_STAR, ACTIONS(2448), 1, - anon_sym_STAR_STAR, + anon_sym_STAR, ACTIONS(2450), 1, + anon_sym_STAR_STAR, + ACTIONS(2452), 1, anon_sym_LBRACK, ACTIONS(2454), 1, anon_sym_DASH, @@ -102054,19 +102054,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2462), 1, sym_float, ACTIONS(2526), 1, - anon_sym_RBRACK, - STATE(1773), 1, + anon_sym_RPAREN, + STATE(1737), 1, sym_string, - STATE(1990), 1, - sym_dotted_name, - STATE(1991), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2348), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2041), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2303), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2456), 4, @@ -102074,7 +102074,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102084,17 +102084,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [88555] = 19, - ACTIONS(772), 1, + ACTIONS(728), 1, sym_string_start, ACTIONS(2464), 1, sym_identifier, ACTIONS(2466), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2468), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, ACTIONS(2476), 1, anon_sym_DASH, @@ -102105,19 +102105,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2484), 1, sym_float, ACTIONS(2528), 1, - anon_sym_RPAREN, - STATE(1779), 1, + anon_sym_RBRACK, + STATE(1759), 1, sym_string, - STATE(1993), 1, + STATE(1964), 1, sym_dotted_name, - STATE(1996), 1, + STATE(1965), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(2022), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2326), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2478), 4, @@ -102125,7 +102125,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102135,17 +102135,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [88625] = 19, - ACTIONS(772), 1, + ACTIONS(728), 1, sym_string_start, ACTIONS(2464), 1, sym_identifier, ACTIONS(2466), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2468), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, ACTIONS(2476), 1, anon_sym_DASH, @@ -102156,19 +102156,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2484), 1, sym_float, ACTIONS(2530), 1, - anon_sym_RPAREN, - STATE(1779), 1, + anon_sym_RBRACK, + STATE(1759), 1, sym_string, - STATE(1993), 1, + STATE(1964), 1, sym_dotted_name, - STATE(1996), 1, + STATE(1965), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(2053), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2326), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2478), 4, @@ -102176,7 +102176,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102188,46 +102188,46 @@ static const uint16_t ts_small_parse_table[] = { [88695] = 19, ACTIONS(772), 1, sym_string_start, - ACTIONS(2464), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2466), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2462), 1, sym_float, ACTIONS(2532), 1, anon_sym_RPAREN, - STATE(1779), 1, + STATE(1737), 1, sym_string, - STATE(1993), 1, - sym_dotted_name, - STATE(1996), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2032), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2478), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102239,46 +102239,46 @@ static const uint16_t ts_small_parse_table[] = { [88765] = 19, ACTIONS(772), 1, sym_string_start, - ACTIONS(2464), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2466), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2462), 1, sym_float, ACTIONS(2534), 1, anon_sym_RPAREN, - STATE(1779), 1, + STATE(1737), 1, sym_string, - STATE(1993), 1, - sym_dotted_name, - STATE(1996), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2086), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2478), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102288,17 +102288,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [88835] = 19, - ACTIONS(772), 1, + ACTIONS(728), 1, sym_string_start, ACTIONS(2464), 1, sym_identifier, ACTIONS(2466), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2468), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, ACTIONS(2476), 1, anon_sym_DASH, @@ -102309,19 +102309,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2484), 1, sym_float, ACTIONS(2536), 1, - anon_sym_RPAREN, - STATE(1779), 1, + anon_sym_RBRACK, + STATE(1759), 1, sym_string, - STATE(1993), 1, + STATE(1964), 1, sym_dotted_name, - STATE(1996), 1, + STATE(1965), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(2133), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2326), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2478), 4, @@ -102329,7 +102329,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102341,46 +102341,46 @@ static const uint16_t ts_small_parse_table[] = { [88905] = 19, ACTIONS(772), 1, sym_string_start, - ACTIONS(2464), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2466), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2462), 1, sym_float, ACTIONS(2538), 1, anon_sym_RPAREN, - STATE(1779), 1, + STATE(1737), 1, sym_string, - STATE(1993), 1, - sym_dotted_name, - STATE(1996), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2478), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102390,17 +102390,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [88975] = 19, - ACTIONS(728), 1, + ACTIONS(772), 1, sym_string_start, ACTIONS(2442), 1, sym_identifier, ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2446), 1, - anon_sym_STAR, ACTIONS(2448), 1, - anon_sym_STAR_STAR, + anon_sym_STAR, ACTIONS(2450), 1, + anon_sym_STAR_STAR, + ACTIONS(2452), 1, anon_sym_LBRACK, ACTIONS(2454), 1, anon_sym_DASH, @@ -102411,19 +102411,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2462), 1, sym_float, ACTIONS(2540), 1, - anon_sym_RBRACK, - STATE(1773), 1, + anon_sym_RPAREN, + STATE(1737), 1, sym_string, - STATE(1990), 1, - sym_dotted_name, - STATE(1991), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2348), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2303), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2456), 4, @@ -102431,7 +102431,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102441,17 +102441,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [89045] = 19, - ACTIONS(772), 1, + ACTIONS(728), 1, sym_string_start, ACTIONS(2464), 1, sym_identifier, ACTIONS(2466), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2468), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, ACTIONS(2476), 1, anon_sym_DASH, @@ -102462,19 +102462,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2484), 1, sym_float, ACTIONS(2542), 1, - anon_sym_RPAREN, - STATE(1779), 1, + anon_sym_RBRACK, + STATE(1759), 1, sym_string, - STATE(1993), 1, + STATE(1964), 1, sym_dotted_name, - STATE(1996), 1, + STATE(1965), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(2133), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2326), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2478), 4, @@ -102482,7 +102482,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102494,46 +102494,46 @@ static const uint16_t ts_small_parse_table[] = { [89115] = 19, ACTIONS(772), 1, sym_string_start, - ACTIONS(2464), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2466), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2462), 1, sym_float, ACTIONS(2544), 1, anon_sym_RPAREN, - STATE(1779), 1, + STATE(1737), 1, sym_string, - STATE(1993), 1, - sym_dotted_name, - STATE(1996), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2478), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102543,17 +102543,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [89185] = 19, - ACTIONS(728), 1, + ACTIONS(772), 1, sym_string_start, ACTIONS(2442), 1, sym_identifier, ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2446), 1, - anon_sym_STAR, ACTIONS(2448), 1, - anon_sym_STAR_STAR, + anon_sym_STAR, ACTIONS(2450), 1, + anon_sym_STAR_STAR, + ACTIONS(2452), 1, anon_sym_LBRACK, ACTIONS(2454), 1, anon_sym_DASH, @@ -102564,19 +102564,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2462), 1, sym_float, ACTIONS(2546), 1, - anon_sym_RBRACK, - STATE(1773), 1, + anon_sym_RPAREN, + STATE(1737), 1, sym_string, - STATE(1990), 1, - sym_dotted_name, - STATE(1991), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2087), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2303), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2456), 4, @@ -102584,7 +102584,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102596,46 +102596,46 @@ static const uint16_t ts_small_parse_table[] = { [89255] = 19, ACTIONS(772), 1, sym_string_start, - ACTIONS(2464), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2466), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2462), 1, sym_float, ACTIONS(2548), 1, anon_sym_RPAREN, - STATE(1779), 1, + STATE(1737), 1, sym_string, - STATE(1993), 1, - sym_dotted_name, - STATE(1996), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2090), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2012), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2478), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102645,17 +102645,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [89325] = 19, - ACTIONS(772), 1, + ACTIONS(728), 1, sym_string_start, ACTIONS(2464), 1, sym_identifier, ACTIONS(2466), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2468), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, ACTIONS(2476), 1, anon_sym_DASH, @@ -102666,19 +102666,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2484), 1, sym_float, ACTIONS(2550), 1, - anon_sym_RPAREN, - STATE(1779), 1, + anon_sym_RBRACK, + STATE(1759), 1, sym_string, - STATE(1993), 1, + STATE(1964), 1, sym_dotted_name, - STATE(1996), 1, + STATE(1965), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(2023), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2326), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2478), 4, @@ -102686,7 +102686,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102696,17 +102696,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [89395] = 19, - ACTIONS(772), 1, + ACTIONS(728), 1, sym_string_start, ACTIONS(2464), 1, sym_identifier, ACTIONS(2466), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2468), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, ACTIONS(2476), 1, anon_sym_DASH, @@ -102717,19 +102717,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2484), 1, sym_float, ACTIONS(2552), 1, - anon_sym_RPAREN, - STATE(1779), 1, + anon_sym_RBRACK, + STATE(1759), 1, sym_string, - STATE(1993), 1, + STATE(1964), 1, sym_dotted_name, - STATE(1996), 1, + STATE(1965), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(2133), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2326), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2478), 4, @@ -102737,7 +102737,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102747,46 +102747,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [89465] = 18, - ACTIONS(728), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(2442), 1, + ACTIONS(2554), 1, sym_identifier, - ACTIONS(2444), 1, + ACTIONS(2556), 1, anon_sym_LPAREN, - ACTIONS(2446), 1, + ACTIONS(2558), 1, anon_sym_STAR, - ACTIONS(2448), 1, + ACTIONS(2560), 1, anon_sym_STAR_STAR, - ACTIONS(2450), 1, + ACTIONS(2562), 1, anon_sym_LBRACK, - ACTIONS(2454), 1, + ACTIONS(2564), 1, anon_sym_DASH, - ACTIONS(2458), 1, + ACTIONS(2568), 1, anon_sym_LBRACE, - ACTIONS(2460), 1, + ACTIONS(2570), 1, sym_integer, - ACTIONS(2462), 1, + ACTIONS(2572), 1, sym_float, - STATE(1773), 1, + STATE(1757), 1, sym_string, - STATE(1990), 1, + STATE(1966), 1, sym_dotted_name, - STATE(1991), 1, + STATE(1967), 1, sym_simple_pattern, - STATE(2348), 1, + STATE(2161), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2303), 2, + STATE(2282), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2456), 4, + ACTIONS(2566), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(2033), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102796,46 +102796,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [89532] = 18, - ACTIONS(333), 1, + ACTIONS(772), 1, sym_string_start, - ACTIONS(2416), 1, + ACTIONS(2442), 1, sym_identifier, - ACTIONS(2418), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2420), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2426), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2428), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2430), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2434), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2436), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2438), 1, + ACTIONS(2462), 1, sym_float, - STATE(1711), 1, + STATE(1737), 1, sym_string, - STATE(1786), 1, - sym_dotted_name, - STATE(1790), 1, + STATE(1918), 1, sym_simple_pattern, - STATE(2108), 1, + STATE(1944), 1, + sym_dotted_name, + STATE(2271), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2078), 2, + STATE(2334), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2432), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2004), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102865,18 +102865,18 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, ACTIONS(2438), 1, sym_float, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(1789), 1, + STATE(1801), 1, sym_case_pattern, - STATE(1790), 1, + STATE(1805), 1, sym_simple_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2078), 2, + STATE(2024), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2432), 4, @@ -102884,7 +102884,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 8, + STATE(1963), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102894,17 +102894,17 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [89666] = 18, - ACTIONS(772), 1, + ACTIONS(728), 1, sym_string_start, ACTIONS(2464), 1, sym_identifier, ACTIONS(2466), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2468), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, ACTIONS(2476), 1, anon_sym_DASH, @@ -102914,18 +102914,18 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, ACTIONS(2484), 1, sym_float, - STATE(1779), 1, + STATE(1759), 1, sym_string, - STATE(1993), 1, + STATE(1964), 1, sym_dotted_name, - STATE(1996), 1, + STATE(1965), 1, sym_simple_pattern, - STATE(2154), 1, + STATE(2133), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2212), 2, + STATE(2326), 2, sym_as_pattern, sym_keyword_pattern, ACTIONS(2478), 4, @@ -102933,7 +102933,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -102943,46 +102943,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [89733] = 18, - ACTIONS(706), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(2554), 1, + ACTIONS(2416), 1, sym_identifier, - ACTIONS(2556), 1, + ACTIONS(2418), 1, anon_sym_LPAREN, - ACTIONS(2558), 1, + ACTIONS(2420), 1, anon_sym_STAR, - ACTIONS(2560), 1, + ACTIONS(2426), 1, anon_sym_STAR_STAR, - ACTIONS(2562), 1, + ACTIONS(2428), 1, anon_sym_LBRACK, - ACTIONS(2564), 1, + ACTIONS(2430), 1, anon_sym_DASH, - ACTIONS(2568), 1, + ACTIONS(2434), 1, anon_sym_LBRACE, - ACTIONS(2570), 1, + ACTIONS(2436), 1, sym_integer, - ACTIONS(2572), 1, + ACTIONS(2438), 1, sym_float, - STATE(1748), 1, + STATE(1705), 1, sym_string, - STATE(1958), 1, + STATE(1800), 1, sym_dotted_name, - STATE(1959), 1, + STATE(1805), 1, sym_simple_pattern, - STATE(2146), 1, + STATE(2072), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2260), 2, + STATE(2024), 2, sym_as_pattern, sym_keyword_pattern, - ACTIONS(2566), 4, + ACTIONS(2432), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2022), 8, + STATE(1963), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103014,15 +103014,15 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2576), 1, anon_sym_RBRACE, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(2079), 1, + STATE(2070), 1, sym_splat_pattern, - STATE(2296), 1, + STATE(2348), 1, sym_simple_pattern, - STATE(2396), 1, + STATE(2447), 1, sym_key_value_pattern, ACTIONS(3), 2, sym_comment, @@ -103032,7 +103032,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 7, + STATE(1963), 7, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103063,15 +103063,15 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2578), 1, anon_sym_RBRACE, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(2079), 1, + STATE(2070), 1, sym_splat_pattern, - STATE(2296), 1, + STATE(2348), 1, sym_simple_pattern, - STATE(2396), 1, + STATE(2447), 1, sym_key_value_pattern, ACTIONS(3), 2, sym_comment, @@ -103081,7 +103081,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 7, + STATE(1963), 7, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103112,16 +103112,16 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2580), 1, anon_sym_RBRACE, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(2079), 1, + STATE(1951), 1, sym_splat_pattern, - STATE(2296), 1, - sym_simple_pattern, - STATE(2396), 1, + STATE(2304), 1, sym_key_value_pattern, + STATE(2348), 1, + sym_simple_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -103130,7 +103130,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 7, + STATE(1963), 7, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103161,15 +103161,15 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2582), 1, anon_sym_RBRACE, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(2079), 1, + STATE(2070), 1, sym_splat_pattern, - STATE(2296), 1, + STATE(2348), 1, sym_simple_pattern, - STATE(2396), 1, + STATE(2447), 1, sym_key_value_pattern, ACTIONS(3), 2, sym_comment, @@ -103179,7 +103179,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 7, + STATE(1963), 7, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103210,16 +103210,16 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2584), 1, anon_sym_RBRACE, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(2079), 1, + STATE(1906), 1, sym_splat_pattern, - STATE(2296), 1, - sym_simple_pattern, - STATE(2396), 1, + STATE(2149), 1, sym_key_value_pattern, + STATE(2348), 1, + sym_simple_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -103228,7 +103228,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 7, + STATE(1963), 7, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103259,15 +103259,15 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2586), 1, anon_sym_RBRACE, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(1994), 1, + STATE(2070), 1, sym_splat_pattern, - STATE(2296), 1, + STATE(2348), 1, sym_simple_pattern, - STATE(2309), 1, + STATE(2447), 1, sym_key_value_pattern, ACTIONS(3), 2, sym_comment, @@ -103277,7 +103277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 7, + STATE(1963), 7, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103308,15 +103308,15 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2588), 1, anon_sym_RBRACE, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(1998), 1, + STATE(2070), 1, sym_splat_pattern, - STATE(2296), 1, + STATE(2348), 1, sym_simple_pattern, - STATE(2301), 1, + STATE(2447), 1, sym_key_value_pattern, ACTIONS(3), 2, sym_comment, @@ -103326,7 +103326,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 7, + STATE(1963), 7, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103357,15 +103357,15 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2590), 1, anon_sym_RBRACE, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(2079), 1, + STATE(1976), 1, sym_splat_pattern, - STATE(2296), 1, + STATE(2348), 1, sym_simple_pattern, - STATE(2396), 1, + STATE(2350), 1, sym_key_value_pattern, ACTIONS(3), 2, sym_comment, @@ -103375,7 +103375,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 7, + STATE(1963), 7, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103406,15 +103406,15 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2592), 1, anon_sym_RBRACE, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(1931), 1, + STATE(1924), 1, sym_splat_pattern, - STATE(2191), 1, + STATE(2186), 1, sym_key_value_pattern, - STATE(2296), 1, + STATE(2348), 1, sym_simple_pattern, ACTIONS(3), 2, sym_comment, @@ -103424,7 +103424,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 7, + STATE(1963), 7, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103455,15 +103455,15 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2594), 1, anon_sym_RBRACE, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(2079), 1, + STATE(2070), 1, sym_splat_pattern, - STATE(2296), 1, + STATE(2348), 1, sym_simple_pattern, - STATE(2396), 1, + STATE(2447), 1, sym_key_value_pattern, ACTIONS(3), 2, sym_comment, @@ -103473,7 +103473,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 7, + STATE(1963), 7, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103504,16 +103504,16 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2596), 1, anon_sym_RBRACE, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(1915), 1, + STATE(2070), 1, sym_splat_pattern, - STATE(2156), 1, - sym_key_value_pattern, - STATE(2296), 1, + STATE(2348), 1, sym_simple_pattern, + STATE(2447), 1, + sym_key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -103522,7 +103522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 7, + STATE(1963), 7, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103553,15 +103553,15 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2598), 1, anon_sym_RBRACE, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(2079), 1, + STATE(2070), 1, sym_splat_pattern, - STATE(2296), 1, + STATE(2348), 1, sym_simple_pattern, - STATE(2396), 1, + STATE(2447), 1, sym_key_value_pattern, ACTIONS(3), 2, sym_comment, @@ -103571,7 +103571,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 7, + STATE(1963), 7, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103600,15 +103600,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, ACTIONS(2574), 1, sym_identifier, - STATE(1711), 1, + STATE(1705), 1, sym_string, - STATE(1786), 1, + STATE(1800), 1, sym_dotted_name, - STATE(2079), 1, + STATE(2070), 1, sym_splat_pattern, - STATE(2296), 1, + STATE(2348), 1, sym_simple_pattern, - STATE(2396), 1, + STATE(2447), 1, sym_key_value_pattern, ACTIONS(3), 2, sym_comment, @@ -103618,7 +103618,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2004), 7, + STATE(1963), 7, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103627,24 +103627,24 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [90681] = 9, - ACTIONS(2072), 1, + ACTIONS(2066), 1, anon_sym_not, - ACTIONS(2078), 1, + ACTIONS(2072), 1, anon_sym_is, ACTIONS(2602), 1, anon_sym_EQ, - STATE(1463), 1, + STATE(1468), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2080), 2, + ACTIONS(2074), 2, anon_sym_LT, anon_sym_GT, - STATE(926), 2, + STATE(873), 2, sym_not_in, sym_is_not, - ACTIONS(2058), 6, + ACTIONS(2052), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -103664,41 +103664,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, [90727] = 16, - ACTIONS(772), 1, + ACTIONS(706), 1, sym_string_start, - ACTIONS(2466), 1, + ACTIONS(2556), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2558), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2560), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2562), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2564), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2568), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2570), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2572), 1, sym_float, ACTIONS(2604), 1, sym_identifier, - STATE(1779), 1, + STATE(1757), 1, sym_string, - STATE(1928), 1, - sym_simple_pattern, - STATE(1993), 1, + STATE(1966), 1, sym_dotted_name, + STATE(1978), 1, + sym_simple_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2478), 4, + ACTIONS(2566), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(2033), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103708,41 +103708,41 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [90787] = 16, - ACTIONS(772), 1, + ACTIONS(333), 1, sym_string_start, - ACTIONS(2466), 1, + ACTIONS(2418), 1, anon_sym_LPAREN, - ACTIONS(2470), 1, + ACTIONS(2420), 1, anon_sym_STAR, - ACTIONS(2472), 1, + ACTIONS(2426), 1, anon_sym_STAR_STAR, - ACTIONS(2474), 1, + ACTIONS(2428), 1, anon_sym_LBRACK, - ACTIONS(2476), 1, + ACTIONS(2430), 1, anon_sym_DASH, - ACTIONS(2480), 1, + ACTIONS(2434), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2436), 1, sym_integer, - ACTIONS(2484), 1, + ACTIONS(2438), 1, sym_float, - ACTIONS(2604), 1, + ACTIONS(2574), 1, sym_identifier, - STATE(1779), 1, + STATE(1705), 1, sym_string, - STATE(1937), 1, - sym_simple_pattern, - STATE(1993), 1, + STATE(1800), 1, sym_dotted_name, + STATE(1811), 1, + sym_simple_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2478), 4, + ACTIONS(2432), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2066), 8, + STATE(1963), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103752,41 +103752,41 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [90847] = 16, - ACTIONS(333), 1, + ACTIONS(728), 1, sym_string_start, - ACTIONS(2418), 1, + ACTIONS(2466), 1, anon_sym_LPAREN, - ACTIONS(2420), 1, + ACTIONS(2468), 1, anon_sym_STAR, - ACTIONS(2426), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2428), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, - ACTIONS(2430), 1, + ACTIONS(2476), 1, anon_sym_DASH, - ACTIONS(2434), 1, + ACTIONS(2480), 1, anon_sym_LBRACE, - ACTIONS(2436), 1, + ACTIONS(2482), 1, sym_integer, - ACTIONS(2438), 1, + ACTIONS(2484), 1, sym_float, - ACTIONS(2574), 1, + ACTIONS(2606), 1, sym_identifier, - STATE(1711), 1, + STATE(1759), 1, sym_string, - STATE(1786), 1, - sym_dotted_name, - STATE(1817), 1, + STATE(1896), 1, sym_simple_pattern, + STATE(1964), 1, + sym_dotted_name, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2432), 4, + ACTIONS(2478), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2004), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103795,79 +103795,42 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [90907] = 9, - ACTIONS(2611), 1, - anon_sym_EQ, - ACTIONS(2613), 1, - anon_sym_not, - ACTIONS(2616), 1, - anon_sym_is, - STATE(1463), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2619), 2, - anon_sym_LT, - anon_sym_GT, - STATE(926), 2, - sym_not_in, - sym_is_not, - ACTIONS(2608), 6, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(2606), 11, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_and, - anon_sym_or, - [90953] = 16, - ACTIONS(333), 1, + [90907] = 16, + ACTIONS(772), 1, sym_string_start, - ACTIONS(2418), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2420), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2426), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2428), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2430), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2434), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2436), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2438), 1, + ACTIONS(2462), 1, sym_float, - ACTIONS(2574), 1, + ACTIONS(2608), 1, sym_identifier, - STATE(1711), 1, + STATE(1737), 1, sym_string, - STATE(1786), 1, - sym_dotted_name, - STATE(1811), 1, + STATE(1928), 1, sym_simple_pattern, + STATE(1944), 1, + sym_dotted_name, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2432), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2004), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103876,42 +103839,42 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [91013] = 16, + [90967] = 16, ACTIONS(728), 1, sym_string_start, - ACTIONS(2444), 1, + ACTIONS(2466), 1, anon_sym_LPAREN, - ACTIONS(2446), 1, + ACTIONS(2468), 1, anon_sym_STAR, - ACTIONS(2448), 1, + ACTIONS(2470), 1, anon_sym_STAR_STAR, - ACTIONS(2450), 1, + ACTIONS(2472), 1, anon_sym_LBRACK, - ACTIONS(2454), 1, + ACTIONS(2476), 1, anon_sym_DASH, - ACTIONS(2458), 1, + ACTIONS(2480), 1, anon_sym_LBRACE, - ACTIONS(2460), 1, + ACTIONS(2482), 1, sym_integer, - ACTIONS(2462), 1, + ACTIONS(2484), 1, sym_float, - ACTIONS(2622), 1, + ACTIONS(2606), 1, sym_identifier, - STATE(1773), 1, + STATE(1759), 1, sym_string, - STATE(1898), 1, + STATE(1901), 1, sym_simple_pattern, - STATE(1990), 1, + STATE(1964), 1, sym_dotted_name, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2456), 4, + ACTIONS(2478), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(2031), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103920,42 +103883,42 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [91073] = 16, - ACTIONS(706), 1, + [91027] = 16, + ACTIONS(772), 1, sym_string_start, - ACTIONS(2556), 1, + ACTIONS(2444), 1, anon_sym_LPAREN, - ACTIONS(2558), 1, + ACTIONS(2448), 1, anon_sym_STAR, - ACTIONS(2560), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2562), 1, + ACTIONS(2452), 1, anon_sym_LBRACK, - ACTIONS(2564), 1, + ACTIONS(2454), 1, anon_sym_DASH, - ACTIONS(2568), 1, + ACTIONS(2458), 1, anon_sym_LBRACE, - ACTIONS(2570), 1, + ACTIONS(2460), 1, sym_integer, - ACTIONS(2572), 1, + ACTIONS(2462), 1, sym_float, - ACTIONS(2624), 1, + ACTIONS(2608), 1, sym_identifier, - STATE(1748), 1, + STATE(1737), 1, sym_string, - STATE(1958), 1, - sym_dotted_name, - STATE(1965), 1, + STATE(1931), 1, sym_simple_pattern, + STATE(1944), 1, + sym_dotted_name, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2566), 4, + ACTIONS(2456), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2022), 8, + STATE(2121), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -103964,42 +103927,42 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [91133] = 16, - ACTIONS(728), 1, + [91087] = 16, + ACTIONS(333), 1, sym_string_start, - ACTIONS(2444), 1, + ACTIONS(2418), 1, anon_sym_LPAREN, - ACTIONS(2446), 1, + ACTIONS(2420), 1, anon_sym_STAR, - ACTIONS(2448), 1, + ACTIONS(2426), 1, anon_sym_STAR_STAR, - ACTIONS(2450), 1, + ACTIONS(2428), 1, anon_sym_LBRACK, - ACTIONS(2454), 1, + ACTIONS(2430), 1, anon_sym_DASH, - ACTIONS(2458), 1, + ACTIONS(2434), 1, anon_sym_LBRACE, - ACTIONS(2460), 1, + ACTIONS(2436), 1, sym_integer, - ACTIONS(2462), 1, + ACTIONS(2438), 1, sym_float, - ACTIONS(2622), 1, + ACTIONS(2574), 1, sym_identifier, - STATE(1773), 1, + STATE(1705), 1, sym_string, - STATE(1897), 1, - sym_simple_pattern, - STATE(1990), 1, + STATE(1800), 1, sym_dotted_name, + STATE(1816), 1, + sym_simple_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2456), 4, + ACTIONS(2432), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2085), 8, + STATE(1963), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -104008,7 +103971,7 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [91193] = 16, + [91147] = 16, ACTIONS(706), 1, sym_string_start, ACTIONS(2556), 1, @@ -104027,13 +103990,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, ACTIONS(2572), 1, sym_float, - ACTIONS(2624), 1, + ACTIONS(2604), 1, sym_identifier, - STATE(1748), 1, + STATE(1757), 1, sym_string, - STATE(1958), 1, - sym_dotted_name, STATE(1966), 1, + sym_dotted_name, + STATE(1977), 1, sym_simple_pattern, ACTIONS(3), 2, sym_comment, @@ -104043,7 +104006,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(2022), 8, + STATE(2033), 8, sym_union_pattern, sym_list_pattern, sym_tuple_pattern, @@ -104052,10 +104015,47 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, + [91207] = 9, + ACTIONS(2615), 1, + anon_sym_EQ, + ACTIONS(2617), 1, + anon_sym_not, + ACTIONS(2620), 1, + anon_sym_is, + STATE(1468), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2623), 2, + anon_sym_LT, + anon_sym_GT, + STATE(873), 2, + sym_not_in, + sym_is_not, + ACTIONS(2612), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(2610), 11, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_and, + anon_sym_or, [91253] = 9, - ACTIONS(2611), 1, + ACTIONS(2615), 1, anon_sym_as, - ACTIONS(2613), 1, + ACTIONS(2617), 1, anon_sym_not, ACTIONS(2629), 1, anon_sym_is, @@ -104067,7 +104067,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2632), 2, anon_sym_LT, anon_sym_GT, - STATE(871), 2, + STATE(903), 2, sym_not_in, sym_is_not, ACTIONS(2626), 6, @@ -104077,7 +104077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2606), 10, + ACTIONS(2610), 10, anon_sym_DOT, anon_sym_COMMA, anon_sym_async, @@ -104089,7 +104089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, [91298] = 9, - ACTIONS(2072), 1, + ACTIONS(2066), 1, anon_sym_not, ACTIONS(2162), 1, anon_sym_is, @@ -104103,7 +104103,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2164), 2, anon_sym_LT, anon_sym_GT, - STATE(871), 2, + STATE(903), 2, sym_not_in, sym_is_not, ACTIONS(2146), 6, @@ -104125,66 +104125,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, [91343] = 9, - ACTIONS(2611), 1, - anon_sym_EQ, - ACTIONS(2613), 1, + ACTIONS(2066), 1, anon_sym_not, - ACTIONS(2638), 1, + ACTIONS(2197), 1, anon_sym_is, - STATE(1471), 1, + ACTIONS(2602), 1, + anon_sym_EQ, + STATE(1474), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2641), 2, + ACTIONS(2199), 2, anon_sym_LT, anon_sym_GT, - STATE(854), 2, + STATE(932), 2, sym_not_in, sym_is_not, - ACTIONS(2635), 6, + ACTIONS(2181), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2606), 9, + ACTIONS(2600), 9, anon_sym_DOT, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_PIPE, anon_sym_and, anon_sym_or, [91387] = 9, - ACTIONS(2072), 1, + ACTIONS(2615), 1, + anon_sym_EQ, + ACTIONS(2617), 1, anon_sym_not, - ACTIONS(2225), 1, + ACTIONS(2638), 1, anon_sym_is, - ACTIONS(2602), 1, - anon_sym_EQ, - STATE(1471), 1, + STATE(1472), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2227), 2, + ACTIONS(2641), 2, anon_sym_LT, anon_sym_GT, - STATE(854), 2, + STATE(879), 2, sym_not_in, sym_is_not, - ACTIONS(2209), 6, + ACTIONS(2635), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2600), 9, + ACTIONS(2610), 9, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, @@ -104195,66 +104195,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, [91431] = 9, - ACTIONS(2611), 1, - anon_sym_EQ, - ACTIONS(2613), 1, + ACTIONS(2066), 1, anon_sym_not, - ACTIONS(2647), 1, + ACTIONS(2229), 1, anon_sym_is, - STATE(1473), 1, + ACTIONS(2602), 1, + anon_sym_EQ, + STATE(1472), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2650), 2, + ACTIONS(2231), 2, anon_sym_LT, anon_sym_GT, - STATE(932), 2, + STATE(879), 2, sym_not_in, sym_is_not, - ACTIONS(2644), 6, + ACTIONS(2213), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2606), 9, + ACTIONS(2600), 9, anon_sym_DOT, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_PIPE, anon_sym_and, anon_sym_or, [91475] = 9, - ACTIONS(2072), 1, + ACTIONS(2615), 1, + anon_sym_EQ, + ACTIONS(2617), 1, anon_sym_not, - ACTIONS(2197), 1, + ACTIONS(2647), 1, anon_sym_is, - ACTIONS(2602), 1, - anon_sym_EQ, - STATE(1473), 1, + STATE(1474), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2199), 2, + ACTIONS(2650), 2, anon_sym_LT, anon_sym_GT, STATE(932), 2, sym_not_in, sym_is_not, - ACTIONS(2181), 6, + ACTIONS(2644), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2600), 9, + ACTIONS(2610), 9, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -104264,44 +104264,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [91519] = 9, - ACTIONS(2072), 1, + [91519] = 8, + ACTIONS(2066), 1, anon_sym_not, - ACTIONS(2134), 1, + ACTIONS(2311), 1, anon_sym_is, - ACTIONS(2602), 1, - anon_sym_EQ, - STATE(1476), 1, + STATE(1480), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2136), 2, + ACTIONS(2313), 2, anon_sym_LT, anon_sym_GT, - STATE(917), 2, + STATE(891), 2, sym_not_in, sym_is_not, - ACTIONS(2118), 6, + ACTIONS(2295), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2600), 8, + ACTIONS(2600), 9, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_and, anon_sym_or, - sym_type_conversion, - [91562] = 9, - ACTIONS(2611), 1, - anon_sym_EQ, - ACTIONS(2613), 1, + [91560] = 9, + ACTIONS(2615), 1, + anon_sym_as, + ACTIONS(2617), 1, anon_sym_not, ACTIONS(2656), 1, anon_sym_is, @@ -104313,7 +104312,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2659), 2, anon_sym_LT, anon_sym_GT, - STATE(917), 2, + STATE(923), 2, sym_not_in, sym_is_not, ACTIONS(2653), 6, @@ -104323,34 +104322,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2606), 8, + ACTIONS(2610), 8, anon_sym_COMMA, - anon_sym_as, + anon_sym_async, anon_sym_if, anon_sym_COLON, + anon_sym_for, anon_sym_RBRACE, anon_sym_and, anon_sym_or, - sym_type_conversion, - [91605] = 9, - ACTIONS(2072), 1, + [91603] = 9, + ACTIONS(2066), 1, anon_sym_not, - ACTIONS(2106), 1, + ACTIONS(2134), 1, anon_sym_is, ACTIONS(2602), 1, anon_sym_as, - STATE(1480), 1, + STATE(1476), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2108), 2, + ACTIONS(2136), 2, anon_sym_LT, anon_sym_GT, - STATE(901), 2, + STATE(923), 2, sym_not_in, sym_is_not, - ACTIONS(2090), 6, + ACTIONS(2118), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -104366,8 +104365,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_and, anon_sym_or, - [91648] = 8, - ACTIONS(2613), 1, + [91646] = 9, + ACTIONS(2615), 1, + anon_sym_EQ, + ACTIONS(2617), 1, anon_sym_not, ACTIONS(2665), 1, anon_sym_is, @@ -104379,7 +104380,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2668), 2, anon_sym_LT, anon_sym_GT, - STATE(865), 2, + STATE(867), 2, sym_not_in, sym_is_not, ACTIONS(2662), 6, @@ -104389,53 +104390,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2606), 9, - anon_sym_DOT, + ACTIONS(2610), 8, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_and, anon_sym_or, - [91689] = 8, - ACTIONS(2072), 1, + sym_type_conversion, + [91689] = 9, + ACTIONS(2066), 1, anon_sym_not, - ACTIONS(2304), 1, + ACTIONS(2106), 1, anon_sym_is, + ACTIONS(2602), 1, + anon_sym_EQ, STATE(1478), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2306), 2, + ACTIONS(2108), 2, anon_sym_LT, anon_sym_GT, - STATE(865), 2, + STATE(867), 2, sym_not_in, sym_is_not, - ACTIONS(2288), 6, + ACTIONS(2090), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2600), 9, - anon_sym_DOT, + ACTIONS(2600), 8, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_and, anon_sym_or, - [91730] = 9, - ACTIONS(2611), 1, - anon_sym_as, - ACTIONS(2613), 1, + sym_type_conversion, + [91732] = 8, + ACTIONS(2617), 1, anon_sym_not, ACTIONS(2674), 1, anon_sym_is, @@ -104447,7 +104446,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2677), 2, anon_sym_LT, anon_sym_GT, - STATE(901), 2, + STATE(891), 2, sym_not_in, sym_is_not, ACTIONS(2671), 6, @@ -104457,61 +104456,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2606), 8, + ACTIONS(2610), 9, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_async, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_for, - anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_and, anon_sym_or, - [91773] = 3, + [91773] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2682), 10, - sym_string_start, - anon_sym_LPAREN, + ACTIONS(1533), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1535), 5, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + ACTIONS(1528), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, - anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_PLUS, - anon_sym_TILDE, - anon_sym_DOT_DOT_DOT, - sym_float, - ACTIONS(2680), 11, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_await, - anon_sym_type, - anon_sym_match, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - [91803] = 9, - ACTIONS(2072), 1, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [91805] = 9, + ACTIONS(2066), 1, anon_sym_not, - ACTIONS(2257), 1, + ACTIONS(2261), 1, anon_sym_is, ACTIONS(2602), 1, anon_sym_as, - STATE(1487), 1, + STATE(1485), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2259), 2, + ACTIONS(2263), 2, anon_sym_LT, anon_sym_GT, - STATE(885), 2, + STATE(915), 2, sym_not_in, sym_is_not, - ACTIONS(2241), 6, + ACTIONS(2245), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -104526,48 +104527,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_and, anon_sym_or, - [91845] = 4, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1529), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1531), 5, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - ACTIONS(1524), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [91877] = 4, + [91847] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1540), 2, + ACTIONS(284), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1544), 5, + ACTIONS(325), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - ACTIONS(1535), 14, + ACTIONS(282), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -104582,11 +104555,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [91909] = 3, + [91879] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2686), 10, + ACTIONS(2682), 10, sym_string_start, anon_sym_LPAREN, anon_sym_STAR, @@ -104597,7 +104570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_DOT_DOT_DOT, sym_float, - ACTIONS(2684), 11, + ACTIONS(2680), 11, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -104609,60 +104582,32 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [91939] = 4, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(284), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(325), 5, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - ACTIONS(282), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [91971] = 9, - ACTIONS(2611), 1, + [91909] = 9, + ACTIONS(2615), 1, anon_sym_as, - ACTIONS(2613), 1, + ACTIONS(2617), 1, anon_sym_not, - ACTIONS(2691), 1, + ACTIONS(2687), 1, anon_sym_is, - STATE(1487), 1, + STATE(1485), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2694), 2, + ACTIONS(2690), 2, anon_sym_LT, anon_sym_GT, - STATE(885), 2, + STATE(915), 2, sym_not_in, sym_is_not, - ACTIONS(2688), 6, + ACTIONS(2684), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2606), 7, + ACTIONS(2610), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, @@ -104670,7 +104615,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_and, anon_sym_or, - [92013] = 4, + [91951] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2695), 10, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + anon_sym_DOT_DOT_DOT, + sym_float, + ACTIONS(2693), 11, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_await, + anon_sym_type, + anon_sym_match, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + [91981] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -104698,18 +104670,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [92045] = 4, + [92013] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, + ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1366), 3, - anon_sym_RPAREN, + ACTIONS(1561), 5, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(282), 14, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + ACTIONS(1554), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -104724,6 +104698,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + [92045] = 4, + ACTIONS(2697), 1, + anon_sym_COMMA, + STATE(1492), 1, + aux_sym_patterns_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(968), 17, + sym_newline, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, [92075] = 4, ACTIONS(3), 2, sym_comment, @@ -104757,7 +104757,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(284), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1366), 3, + ACTIONS(664), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, @@ -104777,14 +104777,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_LT_LT, [92135] = 4, - ACTIONS(2699), 1, + ACTIONS(2701), 1, anon_sym_COMMA, STATE(1492), 1, aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2697), 17, + ACTIONS(2699), 17, sym_newline, anon_sym_SEMI, anon_sym_COLON, @@ -104803,39 +104803,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [92165] = 4, - ACTIONS(2702), 1, - anon_sym_COMMA, - STATE(1492), 1, - aux_sym_patterns_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(980), 17, - sym_newline, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [92195] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(284), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(664), 3, + ACTIONS(1326), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, @@ -104854,50 +104828,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [92225] = 13, - ACTIONS(2082), 1, - anon_sym_DOT, - ACTIONS(2094), 1, - anon_sym_LBRACK, - ACTIONS(2175), 1, - anon_sym_LPAREN, - ACTIONS(2183), 1, - anon_sym_STAR_STAR, - ACTIONS(2191), 1, - anon_sym_PIPE, - ACTIONS(2193), 1, - anon_sym_AMP, - ACTIONS(2195), 1, - anon_sym_CARET, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2177), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2179), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2189), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1337), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2187), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - [92272] = 4, + [92195] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(284), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(325), 2, + ACTIONS(1326), 3, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_COLON, ACTIONS(282), 14, anon_sym_DOT, anon_sym_LPAREN, @@ -104913,11 +104854,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [92301] = 2, + [92225] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2697), 18, + ACTIONS(2699), 18, sym_newline, anon_sym_SEMI, anon_sym_COMMA, @@ -104936,89 +104877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [92326] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(325), 18, - sym_newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [92351] = 4, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1540), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1544), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1535), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [92380] = 13, - ACTIONS(2173), 1, - anon_sym_DOT, - ACTIONS(2175), 1, - anon_sym_LPAREN, - ACTIONS(2183), 1, - anon_sym_STAR_STAR, - ACTIONS(2185), 1, - anon_sym_LBRACK, - ACTIONS(2191), 1, - anon_sym_PIPE, - ACTIONS(2193), 1, - anon_sym_AMP, - ACTIONS(2195), 1, - anon_sym_CARET, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2177), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2179), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2189), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1337), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2187), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - [92427] = 4, + [92250] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -105043,17 +104902,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [92456] = 4, + [92279] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1529), 2, + ACTIONS(284), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1531), 2, + ACTIONS(325), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_in, - ACTIONS(1524), 14, + ACTIONS(282), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -105068,17 +104927,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [92485] = 4, + [92308] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, + ACTIONS(1533), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1366), 2, + ACTIONS(1535), 2, anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(282), 14, + anon_sym_RBRACK, + ACTIONS(1528), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -105093,15 +104952,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [92514] = 13, - ACTIONS(2050), 1, + [92337] = 13, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2064), 1, - anon_sym_LBRACK, ACTIONS(2175), 1, anon_sym_LPAREN, ACTIONS(2183), 1, anon_sym_STAR_STAR, + ACTIONS(2185), 1, + anon_sym_LBRACK, ACTIONS(2191), 1, anon_sym_PIPE, ACTIONS(2193), 1, @@ -105120,24 +104979,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2189), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1337), 2, + STATE(1307), 2, sym_argument_list, sym_generator_expression, ACTIONS(2187), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [92561] = 4, + [92384] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1529), 2, + ACTIONS(1533), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1531), 2, - anon_sym_RPAREN, + ACTIONS(1535), 2, anon_sym_COMMA, - ACTIONS(1524), 14, + anon_sym_in, + ACTIONS(1528), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -105152,17 +105011,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [92590] = 4, + [92413] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1540), 2, + ACTIONS(284), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1544), 2, + ACTIONS(1326), 2, anon_sym_COMMA, - anon_sym_in, - ACTIONS(1535), 14, + anon_sym_COLON, + ACTIONS(282), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -105177,7 +105036,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [92619] = 13, + [92442] = 13, + ACTIONS(2044), 1, + anon_sym_DOT, + ACTIONS(2058), 1, + anon_sym_LBRACK, ACTIONS(2175), 1, anon_sym_LPAREN, ACTIONS(2183), 1, @@ -105188,10 +105051,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(2195), 1, anon_sym_CARET, - ACTIONS(2233), 1, - anon_sym_DOT, - ACTIONS(2245), 1, - anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -105204,18 +105063,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2189), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1337), 2, + STATE(1307), 2, sym_argument_list, sym_generator_expression, ACTIONS(2187), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [92666] = 2, + [92489] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2704), 18, + ACTIONS(325), 18, sym_newline, anon_sym_SEMI, anon_sym_COMMA, @@ -105234,7 +105093,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [92691] = 13, + [92514] = 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(284), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(325), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(282), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [92543] = 13, ACTIONS(2175), 1, anon_sym_LPAREN, ACTIONS(2183), 1, @@ -105245,9 +105129,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(2195), 1, anon_sym_CARET, - ACTIONS(2706), 1, + ACTIONS(2237), 1, anon_sym_DOT, - ACTIONS(2708), 1, + ACTIONS(2249), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, @@ -105261,18 +105145,39 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2189), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1337), 2, + STATE(1307), 2, sym_argument_list, sym_generator_expression, ACTIONS(2187), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [92738] = 13, - ACTIONS(2110), 1, + [92590] = 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(284), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(325), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(282), 14, anon_sym_DOT, - ACTIONS(2122), 1, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [92619] = 13, ACTIONS(2175), 1, anon_sym_LPAREN, ACTIONS(2183), 1, @@ -105283,6 +105188,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(2195), 1, anon_sym_CARET, + ACTIONS(2704), 1, + anon_sym_DOT, + ACTIONS(2706), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -105295,49 +105204,58 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2189), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1337), 2, + STATE(1307), 2, sym_argument_list, sym_generator_expression, ACTIONS(2187), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [92785] = 4, + [92666] = 13, + ACTIONS(2082), 1, + anon_sym_DOT, + ACTIONS(2094), 1, + anon_sym_LBRACK, + ACTIONS(2175), 1, + anon_sym_LPAREN, + ACTIONS(2183), 1, + anon_sym_STAR_STAR, + ACTIONS(2191), 1, + anon_sym_PIPE, + ACTIONS(2193), 1, + anon_sym_AMP, + ACTIONS(2195), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, + ACTIONS(2177), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(664), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(282), 14, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2179), 2, anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, + anon_sym_LT_LT, + ACTIONS(2189), 2, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, + STATE(1307), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2187), 3, + anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [92814] = 4, + [92713] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1529), 2, + ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1531), 2, + ACTIONS(1561), 2, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(1524), 14, + ACTIONS(1554), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -105352,7 +105270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [92843] = 13, + [92742] = 13, ACTIONS(2175), 1, anon_sym_LPAREN, ACTIONS(2183), 1, @@ -105363,9 +105281,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(2195), 1, anon_sym_CARET, - ACTIONS(2201), 1, + ACTIONS(2205), 1, anon_sym_DOT, - ACTIONS(2213), 1, + ACTIONS(2217), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, @@ -105379,39 +105297,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2189), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1337), 2, + STATE(1307), 2, sym_argument_list, sym_generator_expression, ACTIONS(2187), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [92890] = 4, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(284), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(664), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(282), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [92919] = 13, + [92789] = 13, ACTIONS(2175), 1, anon_sym_LPAREN, ACTIONS(2183), 1, @@ -105422,9 +105315,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(2195), 1, anon_sym_CARET, - ACTIONS(2280), 1, + ACTIONS(2287), 1, anon_sym_DOT, - ACTIONS(2292), 1, + ACTIONS(2299), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, @@ -105438,14 +105331,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2189), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1337), 2, + STATE(1307), 2, sym_argument_list, sym_generator_expression, ACTIONS(2187), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [92966] = 13, + [92836] = 13, ACTIONS(2138), 1, anon_sym_DOT, ACTIONS(2150), 1, @@ -105472,43 +105365,52 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2189), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1337), 2, + STATE(1307), 2, sym_argument_list, sym_generator_expression, ACTIONS(2187), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [93013] = 4, + [92883] = 13, + ACTIONS(2110), 1, + anon_sym_DOT, + ACTIONS(2122), 1, + anon_sym_LBRACK, + ACTIONS(2175), 1, + anon_sym_LPAREN, + ACTIONS(2183), 1, + anon_sym_STAR_STAR, + ACTIONS(2191), 1, + anon_sym_PIPE, + ACTIONS(2193), 1, + anon_sym_AMP, + ACTIONS(2195), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, + ACTIONS(2177), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1366), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(282), 14, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2179), 2, anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, + anon_sym_LT_LT, + ACTIONS(2189), 2, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, + STATE(1307), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2187), 3, + anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [93042] = 2, + [92930] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2710), 18, + ACTIONS(2708), 18, sym_newline, anon_sym_SEMI, anon_sym_COMMA, @@ -105527,50 +105429,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93067] = 13, - ACTIONS(2175), 1, - anon_sym_LPAREN, - ACTIONS(2183), 1, - anon_sym_STAR_STAR, - ACTIONS(2191), 1, - anon_sym_PIPE, - ACTIONS(2193), 1, - anon_sym_AMP, - ACTIONS(2195), 1, - anon_sym_CARET, - ACTIONS(2261), 1, - anon_sym_DOT, - ACTIONS(2263), 1, - anon_sym_LBRACK, + [92955] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2177), 2, + ACTIONS(284), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2179), 2, + ACTIONS(325), 2, + anon_sym_COMMA, + anon_sym_in, + ACTIONS(282), 14, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2189), 2, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, + anon_sym_PIPE, anon_sym_PLUS, - STATE(1337), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2187), 3, - anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [93114] = 4, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [92984] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(284), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(325), 2, + ACTIONS(664), 2, anon_sym_COMMA, - anon_sym_in, + anon_sym_COLON, ACTIONS(282), 14, anon_sym_DOT, anon_sym_LPAREN, @@ -105586,16 +105479,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93143] = 4, + [93013] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(284), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(325), 2, - anon_sym_RPAREN, + ACTIONS(1326), 2, anon_sym_COMMA, + anon_sym_COLON, ACTIONS(282), 14, anon_sym_DOT, anon_sym_LPAREN, @@ -105611,17 +105504,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93172] = 4, + [93042] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, + ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(325), 2, + ACTIONS(1561), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(282), 14, + ACTIONS(1554), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -105636,17 +105529,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93201] = 4, + [93071] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, + ACTIONS(1533), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(325), 2, + ACTIONS(1535), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(282), 14, + ACTIONS(1528), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -105661,17 +105554,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93230] = 4, + [93100] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1540), 2, + ACTIONS(284), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1544), 2, + ACTIONS(664), 2, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1535), 14, + anon_sym_COLON, + ACTIONS(282), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -105686,151 +105579,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93259] = 13, - ACTIONS(2712), 1, - sym_identifier, - ACTIONS(2714), 1, + [93129] = 13, + ACTIONS(2175), 1, anon_sym_LPAREN, - ACTIONS(2716), 1, - anon_sym_STAR, - ACTIONS(2718), 1, - anon_sym_COLON, - ACTIONS(2720), 1, + ACTIONS(2183), 1, anon_sym_STAR_STAR, - ACTIONS(2722), 1, - anon_sym_SLASH, - STATE(2137), 1, - sym_tuple_pattern_, - STATE(2347), 1, - sym_parameter, - STATE(2583), 1, - sym_lambda_parameters, - STATE(2590), 1, - sym_parameters_, + ACTIONS(2191), 1, + anon_sym_PIPE, + ACTIONS(2193), 1, + anon_sym_AMP, + ACTIONS(2195), 1, + anon_sym_CARET, + ACTIONS(2233), 1, + anon_sym_DOT, + ACTIONS(2235), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2377), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(2458), 5, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [93305] = 13, - ACTIONS(2712), 1, - sym_identifier, - ACTIONS(2714), 1, - anon_sym_LPAREN, - ACTIONS(2716), 1, + ACTIONS(2177), 2, anon_sym_STAR, - ACTIONS(2720), 1, - anon_sym_STAR_STAR, - ACTIONS(2722), 1, anon_sym_SLASH, - ACTIONS(2724), 1, - anon_sym_COLON, - STATE(2137), 1, - sym_tuple_pattern_, - STATE(2347), 1, - sym_parameter, - STATE(2585), 1, - sym_lambda_parameters, - STATE(2590), 1, - sym_parameters_, + ACTIONS(2179), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2189), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1307), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2187), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + [93176] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2377), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(2458), 5, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [93351] = 13, - ACTIONS(2712), 1, - sym_identifier, - ACTIONS(2714), 1, - anon_sym_LPAREN, - ACTIONS(2716), 1, + ACTIONS(1559), 2, anon_sym_STAR, - ACTIONS(2720), 1, - anon_sym_STAR_STAR, - ACTIONS(2722), 1, anon_sym_SLASH, - ACTIONS(2726), 1, - anon_sym_COLON, - STATE(2137), 1, - sym_tuple_pattern_, - STATE(2347), 1, - sym_parameter, - STATE(2590), 1, - sym_parameters_, - STATE(2624), 1, - sym_lambda_parameters, + ACTIONS(1561), 2, + anon_sym_COMMA, + anon_sym_in, + ACTIONS(1554), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [93205] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2377), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(2458), 5, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [93397] = 13, - ACTIONS(2712), 1, - sym_identifier, - ACTIONS(2714), 1, - anon_sym_LPAREN, - ACTIONS(2716), 1, + ACTIONS(284), 2, anon_sym_STAR, - ACTIONS(2720), 1, - anon_sym_STAR_STAR, - ACTIONS(2722), 1, anon_sym_SLASH, - ACTIONS(2728), 1, - anon_sym_COLON, - STATE(2137), 1, - sym_tuple_pattern_, - STATE(2347), 1, - sym_parameter, - STATE(2504), 1, - sym_lambda_parameters, - STATE(2590), 1, - sym_parameters_, + ACTIONS(325), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(282), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [93234] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2377), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(2458), 5, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [93443] = 6, - ACTIONS(2730), 1, + ACTIONS(2710), 18, + sym_newline, + anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(2732), 1, anon_sym_COLON, - ACTIONS(2734), 1, anon_sym_EQ, - STATE(1534), 1, - aux_sym_patterns_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2736), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -105844,19 +105686,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93475] = 6, - ACTIONS(2732), 1, + [93259] = 6, + ACTIONS(2712), 1, + anon_sym_COMMA, + ACTIONS(2714), 1, anon_sym_COLON, - ACTIONS(2734), 1, + ACTIONS(2716), 1, anon_sym_EQ, - ACTIONS(2738), 1, - anon_sym_COMMA, - STATE(1493), 1, + STATE(1528), 1, aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2736), 13, + ACTIONS(2718), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -105870,18 +105712,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93507] = 5, - ACTIONS(2732), 1, - anon_sym_COLON, - ACTIONS(2734), 1, - anon_sym_EQ, + [93291] = 4, + ACTIONS(2720), 1, + anon_sym_COMMA, + STATE(1526), 1, + aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2740), 2, - sym_newline, - anon_sym_SEMI, - ACTIONS(2736), 13, + ACTIONS(2699), 15, + anon_sym_COLON, + anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -105895,47 +105736,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93537] = 13, - ACTIONS(2712), 1, + [93319] = 13, + ACTIONS(2723), 1, sym_identifier, - ACTIONS(2714), 1, + ACTIONS(2725), 1, anon_sym_LPAREN, - ACTIONS(2716), 1, + ACTIONS(2727), 1, anon_sym_STAR, - ACTIONS(2720), 1, + ACTIONS(2729), 1, + anon_sym_COLON, + ACTIONS(2731), 1, anon_sym_STAR_STAR, - ACTIONS(2722), 1, + ACTIONS(2733), 1, anon_sym_SLASH, - ACTIONS(2742), 1, - anon_sym_COLON, - STATE(2137), 1, - sym_tuple_pattern_, - STATE(2347), 1, + STATE(2249), 1, sym_parameter, - STATE(2501), 1, + STATE(2290), 1, + sym_tuple_pattern_, + STATE(2495), 1, sym_lambda_parameters, - STATE(2590), 1, + STATE(2502), 1, sym_parameters_, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2377), 2, + STATE(2413), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2458), 5, + STATE(2406), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [93583] = 2, + [93365] = 4, + ACTIONS(2735), 1, + anon_sym_COMMA, + STATE(1526), 1, + aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2704), 17, - anon_sym_COMMA, + ACTIONS(968), 15, anon_sym_COLON, - anon_sym_in, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -105950,16 +105793,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93607] = 4, - ACTIONS(2744), 1, - anon_sym_COMMA, - STATE(1541), 1, - aux_sym_patterns_repeat1, + [93393] = 13, + ACTIONS(2723), 1, + sym_identifier, + ACTIONS(2725), 1, + anon_sym_LPAREN, + ACTIONS(2727), 1, + anon_sym_STAR, + ACTIONS(2731), 1, + anon_sym_STAR_STAR, + ACTIONS(2733), 1, + anon_sym_SLASH, + ACTIONS(2737), 1, + anon_sym_COLON, + STATE(2249), 1, + sym_parameter, + STATE(2290), 1, + sym_tuple_pattern_, + STATE(2479), 1, + sym_lambda_parameters, + STATE(2502), 1, + sym_parameters_, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(980), 15, + STATE(2413), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(2406), 5, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [93439] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(325), 17, + anon_sym_COMMA, anon_sym_COLON, + anon_sym_in, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -105974,128 +105848,205 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93635] = 13, - ACTIONS(2712), 1, + [93463] = 13, + ACTIONS(2723), 1, sym_identifier, - ACTIONS(2714), 1, + ACTIONS(2725), 1, anon_sym_LPAREN, - ACTIONS(2716), 1, + ACTIONS(2727), 1, anon_sym_STAR, - ACTIONS(2720), 1, + ACTIONS(2731), 1, anon_sym_STAR_STAR, - ACTIONS(2722), 1, + ACTIONS(2733), 1, anon_sym_SLASH, - ACTIONS(2746), 1, + ACTIONS(2739), 1, anon_sym_COLON, - STATE(2137), 1, - sym_tuple_pattern_, - STATE(2347), 1, + STATE(2249), 1, sym_parameter, - STATE(2590), 1, + STATE(2290), 1, + sym_tuple_pattern_, + STATE(2502), 1, sym_parameters_, - STATE(2635), 1, + STATE(2539), 1, sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2377), 2, + STATE(2413), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2458), 5, + STATE(2406), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [93681] = 13, - ACTIONS(2712), 1, + [93509] = 13, + ACTIONS(2723), 1, sym_identifier, - ACTIONS(2714), 1, + ACTIONS(2725), 1, anon_sym_LPAREN, - ACTIONS(2716), 1, + ACTIONS(2727), 1, anon_sym_STAR, - ACTIONS(2720), 1, + ACTIONS(2731), 1, anon_sym_STAR_STAR, - ACTIONS(2722), 1, + ACTIONS(2733), 1, anon_sym_SLASH, - ACTIONS(2748), 1, + ACTIONS(2741), 1, anon_sym_COLON, - STATE(2137), 1, - sym_tuple_pattern_, - STATE(2347), 1, + STATE(2249), 1, sym_parameter, - STATE(2566), 1, + STATE(2290), 1, + sym_tuple_pattern_, + STATE(2474), 1, sym_lambda_parameters, - STATE(2590), 1, + STATE(2502), 1, sym_parameters_, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2377), 2, + STATE(2413), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2458), 5, + STATE(2406), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [93727] = 2, + [93555] = 13, + ACTIONS(2723), 1, + sym_identifier, + ACTIONS(2725), 1, + anon_sym_LPAREN, + ACTIONS(2727), 1, + anon_sym_STAR, + ACTIONS(2731), 1, + anon_sym_STAR_STAR, + ACTIONS(2733), 1, + anon_sym_SLASH, + ACTIONS(2743), 1, + anon_sym_COLON, + STATE(2249), 1, + sym_parameter, + STATE(2290), 1, + sym_tuple_pattern_, + STATE(2502), 1, + sym_parameters_, + STATE(2565), 1, + sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2697), 17, - anon_sym_COMMA, + STATE(2413), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(2406), 5, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [93601] = 13, + ACTIONS(2723), 1, + sym_identifier, + ACTIONS(2725), 1, + anon_sym_LPAREN, + ACTIONS(2727), 1, + anon_sym_STAR, + ACTIONS(2731), 1, + anon_sym_STAR_STAR, + ACTIONS(2733), 1, + anon_sym_SLASH, + ACTIONS(2745), 1, anon_sym_COLON, - anon_sym_in, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [93751] = 13, - ACTIONS(2712), 1, + STATE(2249), 1, + sym_parameter, + STATE(2290), 1, + sym_tuple_pattern_, + STATE(2502), 1, + sym_parameters_, + STATE(2564), 1, + sym_lambda_parameters, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(2413), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(2406), 5, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [93647] = 13, + ACTIONS(2723), 1, sym_identifier, - ACTIONS(2714), 1, + ACTIONS(2725), 1, anon_sym_LPAREN, - ACTIONS(2716), 1, + ACTIONS(2727), 1, anon_sym_STAR, - ACTIONS(2720), 1, + ACTIONS(2731), 1, anon_sym_STAR_STAR, - ACTIONS(2722), 1, + ACTIONS(2733), 1, anon_sym_SLASH, - ACTIONS(2750), 1, + ACTIONS(2747), 1, anon_sym_COLON, - STATE(2137), 1, + STATE(2249), 1, + sym_parameter, + STATE(2290), 1, sym_tuple_pattern_, - STATE(2347), 1, + STATE(2502), 1, + sym_parameters_, + STATE(2535), 1, + sym_lambda_parameters, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(2413), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(2406), 5, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [93693] = 13, + ACTIONS(2723), 1, + sym_identifier, + ACTIONS(2725), 1, + anon_sym_LPAREN, + ACTIONS(2727), 1, + anon_sym_STAR, + ACTIONS(2731), 1, + anon_sym_STAR_STAR, + ACTIONS(2733), 1, + anon_sym_SLASH, + ACTIONS(2749), 1, + anon_sym_COLON, + STATE(2249), 1, sym_parameter, - STATE(2506), 1, + STATE(2290), 1, + sym_tuple_pattern_, + STATE(2471), 1, sym_lambda_parameters, - STATE(2590), 1, + STATE(2502), 1, sym_parameters_, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2377), 2, + STATE(2413), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2458), 5, + STATE(2406), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [93797] = 2, + [93739] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -106117,50 +106068,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93821] = 13, - ACTIONS(2712), 1, + [93763] = 13, + ACTIONS(2723), 1, sym_identifier, - ACTIONS(2714), 1, + ACTIONS(2725), 1, anon_sym_LPAREN, - ACTIONS(2716), 1, + ACTIONS(2727), 1, anon_sym_STAR, - ACTIONS(2720), 1, + ACTIONS(2731), 1, anon_sym_STAR_STAR, - ACTIONS(2722), 1, + ACTIONS(2733), 1, anon_sym_SLASH, - ACTIONS(2752), 1, + ACTIONS(2751), 1, anon_sym_COLON, - STATE(2137), 1, - sym_tuple_pattern_, - STATE(2347), 1, + STATE(2249), 1, sym_parameter, - STATE(2582), 1, - sym_lambda_parameters, - STATE(2590), 1, + STATE(2290), 1, + sym_tuple_pattern_, + STATE(2502), 1, sym_parameters_, + STATE(2608), 1, + sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2377), 2, + STATE(2413), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2458), 5, + STATE(2406), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [93867] = 4, - ACTIONS(2754), 1, + [93809] = 6, + ACTIONS(2714), 1, + anon_sym_COLON, + ACTIONS(2716), 1, + anon_sym_EQ, + ACTIONS(2753), 1, anon_sym_COMMA, - STATE(1541), 1, + STATE(1489), 1, aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2697), 15, - anon_sym_COLON, - anon_sym_EQ, + ACTIONS(2718), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -106174,77 +106127,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93895] = 13, - ACTIONS(2712), 1, + [93841] = 13, + ACTIONS(2723), 1, sym_identifier, - ACTIONS(2714), 1, + ACTIONS(2725), 1, anon_sym_LPAREN, - ACTIONS(2716), 1, + ACTIONS(2727), 1, anon_sym_STAR, - ACTIONS(2720), 1, + ACTIONS(2731), 1, anon_sym_STAR_STAR, - ACTIONS(2722), 1, + ACTIONS(2733), 1, anon_sym_SLASH, - ACTIONS(2757), 1, + ACTIONS(2755), 1, anon_sym_COLON, - STATE(2137), 1, - sym_tuple_pattern_, - STATE(2347), 1, + STATE(2249), 1, sym_parameter, - STATE(2584), 1, - sym_lambda_parameters, - STATE(2590), 1, + STATE(2290), 1, + sym_tuple_pattern_, + STATE(2502), 1, sym_parameters_, + STATE(2582), 1, + sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2377), 2, + STATE(2413), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2458), 5, + STATE(2406), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [93941] = 13, - ACTIONS(2712), 1, + [93887] = 13, + ACTIONS(2723), 1, sym_identifier, - ACTIONS(2714), 1, + ACTIONS(2725), 1, anon_sym_LPAREN, - ACTIONS(2716), 1, + ACTIONS(2727), 1, anon_sym_STAR, - ACTIONS(2720), 1, + ACTIONS(2731), 1, anon_sym_STAR_STAR, - ACTIONS(2722), 1, + ACTIONS(2733), 1, anon_sym_SLASH, - ACTIONS(2759), 1, + ACTIONS(2757), 1, anon_sym_COLON, - STATE(2137), 1, - sym_tuple_pattern_, - STATE(2347), 1, + STATE(2249), 1, sym_parameter, - STATE(2472), 1, - sym_lambda_parameters, - STATE(2590), 1, + STATE(2290), 1, + sym_tuple_pattern_, + STATE(2502), 1, sym_parameters_, + STATE(2518), 1, + sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2377), 2, + STATE(2413), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2458), 5, + STATE(2406), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [93987] = 2, + [93933] = 5, + ACTIONS(2714), 1, + anon_sym_COLON, + ACTIONS(2716), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(325), 17, + ACTIONS(2759), 2, + sym_newline, + anon_sym_SEMI, + ACTIONS(2718), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [93963] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2708), 17, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_in, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [93987] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2699), 17, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, @@ -106275,19 +106275,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, ACTIONS(2771), 1, anon_sym_SLASH, - STATE(2266), 1, + STATE(2332), 1, sym_parameter, - STATE(2277), 1, + STATE(2333), 1, sym_tuple_pattern_, - STATE(2507), 1, + STATE(2606), 1, sym_parameters_, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2302), 2, + STATE(2335), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2433), 5, + STATE(2442), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, @@ -106306,52 +106306,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(2773), 1, anon_sym_RPAREN, - STATE(2277), 1, + STATE(2333), 1, sym_tuple_pattern_, - STATE(2451), 1, + STATE(2427), 1, sym_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2302), 2, + STATE(2335), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2433), 5, + STATE(2442), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [94094] = 11, - ACTIONS(2712), 1, + ACTIONS(2723), 1, sym_identifier, - ACTIONS(2714), 1, + ACTIONS(2725), 1, anon_sym_LPAREN, - ACTIONS(2716), 1, + ACTIONS(2727), 1, anon_sym_STAR, - ACTIONS(2720), 1, + ACTIONS(2731), 1, anon_sym_STAR_STAR, - ACTIONS(2722), 1, + ACTIONS(2733), 1, anon_sym_SLASH, - ACTIONS(2773), 1, + ACTIONS(2775), 1, anon_sym_COLON, - STATE(2137), 1, + STATE(2290), 1, sym_tuple_pattern_, - STATE(2417), 1, + STATE(2373), 1, sym_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2377), 2, + STATE(2413), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2458), 5, + STATE(2406), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [94134] = 11, + ACTIONS(2723), 1, + sym_identifier, + ACTIONS(2725), 1, + anon_sym_LPAREN, + ACTIONS(2727), 1, + anon_sym_STAR, + ACTIONS(2731), 1, + anon_sym_STAR_STAR, + ACTIONS(2733), 1, + anon_sym_SLASH, + ACTIONS(2773), 1, + anon_sym_COLON, + STATE(2290), 1, + sym_tuple_pattern_, + STATE(2373), 1, + sym_parameter, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(2413), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(2406), 5, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [94174] = 11, ACTIONS(2761), 1, sym_identifier, ACTIONS(2763), 1, @@ -106364,31 +106393,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(2775), 1, anon_sym_RPAREN, - STATE(2277), 1, + STATE(2333), 1, sym_tuple_pattern_, - STATE(2451), 1, + STATE(2427), 1, sym_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2302), 2, + STATE(2335), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2433), 5, + STATE(2442), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [94174] = 4, - ACTIONS(2732), 1, + [94214] = 4, + ACTIONS(2714), 1, anon_sym_COLON, - ACTIONS(2734), 1, + ACTIONS(2716), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2736), 13, + ACTIONS(2718), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -106402,36 +106431,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [94200] = 11, - ACTIONS(2712), 1, + [94240] = 11, + ACTIONS(2779), 1, + anon_sym_as, + ACTIONS(2781), 1, + anon_sym_async, + ACTIONS(2783), 1, + anon_sym_if, + ACTIONS(2785), 1, + anon_sym_for, + ACTIONS(2787), 1, + anon_sym_and, + ACTIONS(2789), 1, + anon_sym_or, + STATE(1763), 1, + sym_for_in_clause, + STATE(2355), 1, + aux_sym_collection_elements_repeat1, + STATE(2499), 1, + sym_comprehension_clauses, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2777), 5, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_PIPE, + [94279] = 10, + ACTIONS(2723), 1, sym_identifier, - ACTIONS(2714), 1, + ACTIONS(2725), 1, anon_sym_LPAREN, - ACTIONS(2716), 1, + ACTIONS(2727), 1, anon_sym_STAR, - ACTIONS(2720), 1, + ACTIONS(2731), 1, anon_sym_STAR_STAR, - ACTIONS(2722), 1, + ACTIONS(2733), 1, anon_sym_SLASH, - ACTIONS(2775), 1, - anon_sym_COLON, - STATE(2137), 1, + STATE(2290), 1, sym_tuple_pattern_, - STATE(2417), 1, + STATE(2373), 1, sym_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2377), 2, + STATE(2413), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2458), 5, + STATE(2406), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [94240] = 10, + [94316] = 10, ACTIONS(2761), 1, sym_identifier, ACTIONS(2763), 1, @@ -106442,86 +106497,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, ACTIONS(2771), 1, anon_sym_SLASH, - STATE(2277), 1, - sym_tuple_pattern_, - STATE(2451), 1, - sym_parameter, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(2302), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(2433), 5, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [94277] = 10, - ACTIONS(2712), 1, - sym_identifier, - ACTIONS(2714), 1, - anon_sym_LPAREN, - ACTIONS(2716), 1, - anon_sym_STAR, - ACTIONS(2720), 1, - anon_sym_STAR_STAR, - ACTIONS(2722), 1, - anon_sym_SLASH, - STATE(2137), 1, + STATE(2333), 1, sym_tuple_pattern_, - STATE(2417), 1, + STATE(2427), 1, sym_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2377), 2, + STATE(2335), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2458), 5, + STATE(2442), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [94314] = 11, - ACTIONS(2779), 1, + [94353] = 13, + ACTIONS(2791), 1, + anon_sym_COMMA, + ACTIONS(2793), 1, anon_sym_as, - ACTIONS(2781), 1, + ACTIONS(2795), 1, anon_sym_async, - ACTIONS(2783), 1, + ACTIONS(2797), 1, anon_sym_if, - ACTIONS(2785), 1, + ACTIONS(2799), 1, + anon_sym_COLON, + ACTIONS(2801), 1, anon_sym_for, - ACTIONS(2787), 1, + ACTIONS(2803), 1, + anon_sym_RBRACE, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2789), 1, + ACTIONS(2807), 1, anon_sym_or, - STATE(1769), 1, + STATE(1783), 1, sym_for_in_clause, - STATE(2331), 1, + STATE(2164), 1, aux_sym_collection_elements_repeat1, - STATE(2631), 1, + STATE(2621), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2777), 5, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, - [94353] = 4, - ACTIONS(2793), 1, - anon_sym_and, - ACTIONS(2795), 1, - anon_sym_or, + [94394] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2791), 10, + ACTIONS(2042), 12, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -106532,11 +106556,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [94376] = 2, + anon_sym_and, + anon_sym_or, + [94413] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2797), 12, + ACTIONS(2809), 12, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -106549,169 +106575,207 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [94395] = 13, - ACTIONS(2799), 1, + [94432] = 13, + ACTIONS(2791), 1, anon_sym_COMMA, - ACTIONS(2801), 1, + ACTIONS(2793), 1, anon_sym_as, - ACTIONS(2803), 1, + ACTIONS(2795), 1, anon_sym_async, - ACTIONS(2805), 1, + ACTIONS(2797), 1, anon_sym_if, - ACTIONS(2807), 1, + ACTIONS(2799), 1, anon_sym_COLON, - ACTIONS(2809), 1, + ACTIONS(2801), 1, anon_sym_for, - ACTIONS(2811), 1, + ACTIONS(2803), 1, anon_sym_RBRACE, - ACTIONS(2813), 1, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2815), 1, + ACTIONS(2807), 1, anon_sym_or, - STATE(1780), 1, + STATE(1783), 1, sym_for_in_clause, - STATE(2133), 1, + STATE(2164), 1, aux_sym_collection_elements_repeat1, - STATE(2606), 1, + STATE(2591), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [94436] = 2, + [94473] = 5, + ACTIONS(2813), 1, + anon_sym_as, + ACTIONS(2816), 1, + anon_sym_and, + ACTIONS(2818), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2817), 12, + ACTIONS(2811), 9, sym_newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_from, anon_sym_COMMA, - anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - anon_sym_and, - anon_sym_or, - [94455] = 13, - ACTIONS(2799), 1, + [94498] = 13, + ACTIONS(2791), 1, anon_sym_COMMA, - ACTIONS(2801), 1, + ACTIONS(2793), 1, anon_sym_as, - ACTIONS(2803), 1, + ACTIONS(2795), 1, anon_sym_async, - ACTIONS(2805), 1, + ACTIONS(2797), 1, anon_sym_if, - ACTIONS(2807), 1, + ACTIONS(2799), 1, anon_sym_COLON, - ACTIONS(2809), 1, + ACTIONS(2801), 1, anon_sym_for, - ACTIONS(2811), 1, + ACTIONS(2803), 1, anon_sym_RBRACE, - ACTIONS(2813), 1, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2815), 1, + ACTIONS(2807), 1, anon_sym_or, - STATE(1780), 1, + STATE(1783), 1, sym_for_in_clause, - STATE(2133), 1, + STATE(2164), 1, aux_sym_collection_elements_repeat1, - STATE(2515), 1, + STATE(2480), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [94496] = 13, - ACTIONS(2799), 1, + [94539] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2820), 12, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, - ACTIONS(2801), 1, anon_sym_as, - ACTIONS(2803), 1, + anon_sym_if, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_and, + anon_sym_or, + [94558] = 13, + ACTIONS(2791), 1, + anon_sym_COMMA, + ACTIONS(2793), 1, + anon_sym_as, + ACTIONS(2795), 1, anon_sym_async, - ACTIONS(2805), 1, + ACTIONS(2797), 1, anon_sym_if, - ACTIONS(2807), 1, + ACTIONS(2799), 1, anon_sym_COLON, - ACTIONS(2809), 1, + ACTIONS(2801), 1, anon_sym_for, - ACTIONS(2811), 1, + ACTIONS(2803), 1, anon_sym_RBRACE, - ACTIONS(2813), 1, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2815), 1, + ACTIONS(2807), 1, anon_sym_or, - STATE(1780), 1, + STATE(1783), 1, sym_for_in_clause, - STATE(2133), 1, + STATE(2164), 1, aux_sym_collection_elements_repeat1, - STATE(2557), 1, + STATE(2513), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [94537] = 13, - ACTIONS(2799), 1, + [94599] = 6, + ACTIONS(2816), 1, + anon_sym_and, + ACTIONS(2818), 1, + anon_sym_or, + ACTIONS(2824), 1, + anon_sym_as, + ACTIONS(2826), 1, + anon_sym_if, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2822), 8, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, - ACTIONS(2801), 1, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PIPE, + [94626] = 13, + ACTIONS(2791), 1, + anon_sym_COMMA, + ACTIONS(2793), 1, anon_sym_as, - ACTIONS(2803), 1, + ACTIONS(2795), 1, anon_sym_async, - ACTIONS(2805), 1, + ACTIONS(2797), 1, anon_sym_if, - ACTIONS(2807), 1, + ACTIONS(2799), 1, anon_sym_COLON, - ACTIONS(2809), 1, + ACTIONS(2801), 1, anon_sym_for, - ACTIONS(2811), 1, + ACTIONS(2803), 1, anon_sym_RBRACE, - ACTIONS(2813), 1, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2815), 1, + ACTIONS(2807), 1, anon_sym_or, - STATE(1780), 1, + STATE(1783), 1, sym_for_in_clause, - STATE(2133), 1, + STATE(2164), 1, aux_sym_collection_elements_repeat1, - STATE(2595), 1, + STATE(2531), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [94578] = 6, - ACTIONS(2793), 1, + [94667] = 3, + ACTIONS(2816), 1, anon_sym_and, - ACTIONS(2795), 1, - anon_sym_or, - ACTIONS(2821), 1, - anon_sym_as, - ACTIONS(2823), 1, - anon_sym_if, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2819), 8, + ACTIONS(2809), 11, sym_newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_from, anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [94605] = 6, - ACTIONS(2793), 1, + anon_sym_or, + [94688] = 6, + ACTIONS(2816), 1, anon_sym_and, - ACTIONS(2795), 1, + ACTIONS(2818), 1, anon_sym_or, - ACTIONS(2821), 1, + ACTIONS(2824), 1, anon_sym_as, - ACTIONS(2823), 1, + ACTIONS(2826), 1, anon_sym_if, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2825), 8, + ACTIONS(2828), 8, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -106720,87 +106784,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [94632] = 13, - ACTIONS(2799), 1, + [94715] = 13, + ACTIONS(2791), 1, anon_sym_COMMA, - ACTIONS(2801), 1, + ACTIONS(2793), 1, anon_sym_as, - ACTIONS(2803), 1, + ACTIONS(2795), 1, anon_sym_async, - ACTIONS(2805), 1, + ACTIONS(2797), 1, anon_sym_if, - ACTIONS(2807), 1, + ACTIONS(2799), 1, anon_sym_COLON, - ACTIONS(2809), 1, + ACTIONS(2801), 1, anon_sym_for, - ACTIONS(2811), 1, + ACTIONS(2803), 1, anon_sym_RBRACE, - ACTIONS(2813), 1, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2815), 1, + ACTIONS(2807), 1, anon_sym_or, - STATE(1780), 1, + STATE(1783), 1, sym_for_in_clause, - STATE(2133), 1, + STATE(2164), 1, aux_sym_collection_elements_repeat1, - STATE(2481), 1, + STATE(2528), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [94673] = 13, - ACTIONS(2799), 1, + [94756] = 13, + ACTIONS(2791), 1, anon_sym_COMMA, - ACTIONS(2801), 1, + ACTIONS(2793), 1, anon_sym_as, - ACTIONS(2803), 1, + ACTIONS(2795), 1, anon_sym_async, - ACTIONS(2805), 1, + ACTIONS(2797), 1, anon_sym_if, - ACTIONS(2807), 1, + ACTIONS(2799), 1, anon_sym_COLON, - ACTIONS(2809), 1, + ACTIONS(2801), 1, anon_sym_for, - ACTIONS(2811), 1, + ACTIONS(2803), 1, anon_sym_RBRACE, - ACTIONS(2813), 1, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2815), 1, + ACTIONS(2807), 1, anon_sym_or, - STATE(1780), 1, + STATE(1783), 1, sym_for_in_clause, - STATE(2133), 1, + STATE(2164), 1, aux_sym_collection_elements_repeat1, - STATE(2528), 1, + STATE(2581), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [94714] = 5, - ACTIONS(2793), 1, + [94797] = 4, + ACTIONS(2816), 1, anon_sym_and, - ACTIONS(2795), 1, + ACTIONS(2818), 1, anon_sym_or, - ACTIONS(2829), 1, - anon_sym_as, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2827), 9, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [94739] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2048), 12, + ACTIONS(2830), 10, sym_newline, anon_sym_SEMI, anon_sym_DOT, @@ -106811,472 +106859,425 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - anon_sym_and, - anon_sym_or, - [94758] = 6, - ACTIONS(2793), 1, - anon_sym_and, - ACTIONS(2795), 1, - anon_sym_or, - ACTIONS(2821), 1, - anon_sym_as, - ACTIONS(2823), 1, - anon_sym_if, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2832), 8, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [94785] = 13, - ACTIONS(2799), 1, + [94820] = 13, + ACTIONS(2791), 1, anon_sym_COMMA, - ACTIONS(2801), 1, + ACTIONS(2793), 1, anon_sym_as, - ACTIONS(2803), 1, + ACTIONS(2795), 1, anon_sym_async, - ACTIONS(2805), 1, + ACTIONS(2797), 1, anon_sym_if, - ACTIONS(2807), 1, + ACTIONS(2799), 1, anon_sym_COLON, - ACTIONS(2809), 1, + ACTIONS(2801), 1, anon_sym_for, - ACTIONS(2811), 1, + ACTIONS(2803), 1, anon_sym_RBRACE, - ACTIONS(2813), 1, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2815), 1, + ACTIONS(2807), 1, anon_sym_or, - STATE(1780), 1, + STATE(1783), 1, sym_for_in_clause, - STATE(2133), 1, + STATE(2164), 1, aux_sym_collection_elements_repeat1, - STATE(2480), 1, + STATE(2501), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [94826] = 3, - ACTIONS(2793), 1, + [94861] = 6, + ACTIONS(2816), 1, anon_sym_and, + ACTIONS(2818), 1, + anon_sym_or, + ACTIONS(2824), 1, + anon_sym_as, + ACTIONS(2826), 1, + anon_sym_if, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2817), 11, + ACTIONS(2832), 8, sym_newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_from, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - anon_sym_or, - [94847] = 13, - ACTIONS(2799), 1, + [94888] = 12, + ACTIONS(2834), 1, + anon_sym_RPAREN, + ACTIONS(2836), 1, anon_sym_COMMA, - ACTIONS(2801), 1, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2803), 1, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2805), 1, + ACTIONS(2842), 1, anon_sym_if, - ACTIONS(2807), 1, - anon_sym_COLON, - ACTIONS(2809), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(2811), 1, - anon_sym_RBRACE, - ACTIONS(2813), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2815), 1, + ACTIONS(2848), 1, anon_sym_or, - STATE(1780), 1, + STATE(1743), 1, sym_for_in_clause, - STATE(2133), 1, - aux_sym_collection_elements_repeat1, - STATE(2533), 1, + STATE(2211), 1, + aux_sym_argument_list_repeat1, + STATE(2573), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [94888] = 3, - ACTIONS(2834), 1, + [94926] = 12, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2817), 10, - anon_sym_DOT, - anon_sym_COMMA, + ACTIONS(2840), 1, anon_sym_async, + ACTIONS(2842), 1, anon_sym_if, - anon_sym_COLON, + ACTIONS(2844), 1, anon_sym_for, - anon_sym_RBRACK, - anon_sym_PIPE, + ACTIONS(2846), 1, anon_sym_and, + ACTIONS(2848), 1, anon_sym_or, - [94908] = 12, - ACTIONS(2836), 1, + ACTIONS(2850), 1, anon_sym_RPAREN, - ACTIONS(2838), 1, + ACTIONS(2852), 1, anon_sym_COMMA, - ACTIONS(2840), 1, - anon_sym_as, - ACTIONS(2842), 1, - anon_sym_async, - ACTIONS(2844), 1, - anon_sym_if, - ACTIONS(2846), 1, - anon_sym_for, - ACTIONS(2848), 1, - anon_sym_and, - ACTIONS(2850), 1, - anon_sym_or, - STATE(1778), 1, + STATE(1743), 1, sym_for_in_clause, - STATE(2251), 1, - aux_sym_argument_list_repeat1, - STATE(2479), 1, + STATE(2200), 1, + aux_sym_collection_elements_repeat1, + STATE(2568), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [94946] = 12, - ACTIONS(2779), 1, + [94964] = 12, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2781), 1, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2783), 1, + ACTIONS(2842), 1, anon_sym_if, - ACTIONS(2785), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(2787), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2789), 1, + ACTIONS(2848), 1, anon_sym_or, - ACTIONS(2811), 1, - anon_sym_RBRACK, - ACTIONS(2852), 1, + ACTIONS(2855), 1, + anon_sym_RPAREN, + ACTIONS(2857), 1, anon_sym_COMMA, - STATE(1769), 1, + STATE(1743), 1, sym_for_in_clause, - STATE(2331), 1, + STATE(2200), 1, aux_sym_collection_elements_repeat1, STATE(2478), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [94984] = 12, - ACTIONS(2779), 1, + [95002] = 12, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2781), 1, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2783), 1, + ACTIONS(2842), 1, anon_sym_if, - ACTIONS(2785), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(2787), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2789), 1, + ACTIONS(2848), 1, anon_sym_or, - ACTIONS(2811), 1, - anon_sym_RBRACK, - ACTIONS(2852), 1, + ACTIONS(2859), 1, + anon_sym_RPAREN, + ACTIONS(2861), 1, anon_sym_COMMA, - STATE(1769), 1, + STATE(1743), 1, sym_for_in_clause, - STATE(2331), 1, - aux_sym_collection_elements_repeat1, - STATE(2512), 1, + STATE(2269), 1, + aux_sym_argument_list_repeat1, + STATE(2478), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95022] = 6, - ACTIONS(2779), 1, - anon_sym_as, - ACTIONS(2783), 1, - anon_sym_if, - ACTIONS(2787), 1, + [95040] = 9, + ACTIONS(2816), 1, anon_sym_and, - ACTIONS(2789), 1, + ACTIONS(2818), 1, anon_sym_or, + ACTIONS(2824), 1, + anon_sym_as, + ACTIONS(2826), 1, + anon_sym_if, + ACTIONS(2865), 1, + anon_sym_COMMA, + STATE(2086), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2832), 7, + ACTIONS(2863), 2, + sym_newline, + anon_sym_SEMI, + ACTIONS(2777), 3, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_async, anon_sym_COLON, - anon_sym_for, - anon_sym_RBRACK, anon_sym_PIPE, - [95048] = 12, - ACTIONS(2779), 1, + [95072] = 12, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2781), 1, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2783), 1, + ACTIONS(2842), 1, anon_sym_if, - ACTIONS(2785), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(2787), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2789), 1, + ACTIONS(2848), 1, anon_sym_or, - ACTIONS(2811), 1, - anon_sym_RBRACK, - ACTIONS(2852), 1, + ACTIONS(2857), 1, anon_sym_COMMA, - STATE(1769), 1, + ACTIONS(2867), 1, + anon_sym_RPAREN, + STATE(1743), 1, sym_for_in_clause, - STATE(2331), 1, + STATE(2200), 1, aux_sym_collection_elements_repeat1, - STATE(2603), 1, + STATE(2519), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95086] = 5, - ACTIONS(2787), 1, - anon_sym_and, - ACTIONS(2789), 1, - anon_sym_or, - ACTIONS(2854), 1, - anon_sym_as, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2827), 8, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_COLON, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_PIPE, [95110] = 12, - ACTIONS(2840), 1, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2844), 1, + ACTIONS(2842), 1, anon_sym_if, - ACTIONS(2846), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(2848), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2848), 1, anon_sym_or, - ACTIONS(2857), 1, + ACTIONS(2869), 1, anon_sym_RPAREN, - ACTIONS(2859), 1, + ACTIONS(2871), 1, anon_sym_COMMA, - STATE(1778), 1, + STATE(1743), 1, sym_for_in_clause, - STATE(2166), 1, - aux_sym_collection_elements_repeat1, - STATE(2599), 1, + STATE(2250), 1, + aux_sym_argument_list_repeat1, + STATE(2519), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, [95148] = 12, - ACTIONS(2840), 1, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2844), 1, + ACTIONS(2842), 1, anon_sym_if, - ACTIONS(2846), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(2848), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2848), 1, anon_sym_or, - ACTIONS(2859), 1, - anon_sym_COMMA, - ACTIONS(2861), 1, + ACTIONS(2850), 1, anon_sym_RPAREN, - STATE(1778), 1, + ACTIONS(2857), 1, + anon_sym_COMMA, + STATE(1743), 1, sym_for_in_clause, - STATE(2166), 1, + STATE(2200), 1, aux_sym_collection_elements_repeat1, - STATE(2477), 1, + STATE(2568), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, [95186] = 12, - ACTIONS(2779), 1, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2781), 1, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2783), 1, + ACTIONS(2842), 1, anon_sym_if, - ACTIONS(2785), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(2787), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2789), 1, + ACTIONS(2848), 1, anon_sym_or, - ACTIONS(2811), 1, - anon_sym_RBRACK, - ACTIONS(2852), 1, + ACTIONS(2873), 1, + anon_sym_RPAREN, + ACTIONS(2875), 1, anon_sym_COMMA, - STATE(1769), 1, + STATE(1743), 1, sym_for_in_clause, - STATE(2331), 1, - aux_sym_collection_elements_repeat1, - STATE(2534), 1, + STATE(2140), 1, + aux_sym_argument_list_repeat1, + STATE(2568), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95224] = 12, - ACTIONS(2840), 1, + [95224] = 3, + ACTIONS(2056), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2042), 10, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_async, - ACTIONS(2844), 1, anon_sym_if, - ACTIONS(2846), 1, + anon_sym_COLON, anon_sym_for, - ACTIONS(2848), 1, + anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_and, - ACTIONS(2850), 1, anon_sym_or, - ACTIONS(2863), 1, - anon_sym_RPAREN, - ACTIONS(2865), 1, - anon_sym_COMMA, - STATE(1778), 1, - sym_for_in_clause, - STATE(2272), 1, - aux_sym_argument_list_repeat1, - STATE(2588), 1, - sym_comprehension_clauses, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [95262] = 12, - ACTIONS(2840), 1, + [95244] = 12, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2844), 1, + ACTIONS(2842), 1, anon_sym_if, - ACTIONS(2846), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(2848), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2848), 1, anon_sym_or, - ACTIONS(2859), 1, + ACTIONS(2857), 1, anon_sym_COMMA, - ACTIONS(2867), 1, + ACTIONS(2877), 1, anon_sym_RPAREN, - STATE(1778), 1, + STATE(1743), 1, sym_for_in_clause, - STATE(2166), 1, + STATE(2200), 1, aux_sym_collection_elements_repeat1, - STATE(2479), 1, + STATE(2487), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95300] = 12, - ACTIONS(2840), 1, + [95282] = 12, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2844), 1, + ACTIONS(2842), 1, anon_sym_if, - ACTIONS(2846), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(2848), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2848), 1, anon_sym_or, - ACTIONS(2859), 1, - anon_sym_COMMA, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_RPAREN, - STATE(1778), 1, + ACTIONS(2881), 1, + anon_sym_COMMA, + STATE(1743), 1, sym_for_in_clause, - STATE(2166), 1, - aux_sym_collection_elements_repeat1, - STATE(2604), 1, + STATE(2177), 1, + aux_sym_argument_list_repeat1, + STATE(2487), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95338] = 12, - ACTIONS(2840), 1, + [95320] = 3, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2820), 10, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_async, - ACTIONS(2844), 1, anon_sym_if, - ACTIONS(2846), 1, + anon_sym_COLON, anon_sym_for, - ACTIONS(2848), 1, + anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_and, - ACTIONS(2850), 1, anon_sym_or, - ACTIONS(2859), 1, + [95340] = 12, + ACTIONS(2779), 1, + anon_sym_as, + ACTIONS(2781), 1, + anon_sym_async, + ACTIONS(2783), 1, + anon_sym_if, + ACTIONS(2785), 1, + anon_sym_for, + ACTIONS(2787), 1, + anon_sym_and, + ACTIONS(2789), 1, + anon_sym_or, + ACTIONS(2803), 1, + anon_sym_RBRACK, + ACTIONS(2885), 1, anon_sym_COMMA, - ACTIONS(2871), 1, - anon_sym_RPAREN, - STATE(1778), 1, + STATE(1763), 1, sym_for_in_clause, - STATE(2166), 1, + STATE(2355), 1, aux_sym_collection_elements_repeat1, - STATE(2591), 1, + STATE(2477), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95376] = 12, - ACTIONS(2840), 1, + [95378] = 12, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2844), 1, + ACTIONS(2842), 1, anon_sym_if, - ACTIONS(2846), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(2848), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2848), 1, anon_sym_or, - ACTIONS(2873), 1, - anon_sym_RPAREN, - ACTIONS(2875), 1, + ACTIONS(2857), 1, anon_sym_COMMA, - STATE(1778), 1, + ACTIONS(2887), 1, + anon_sym_RPAREN, + STATE(1743), 1, sym_for_in_clause, - STATE(2141), 1, - aux_sym_argument_list_repeat1, - STATE(2591), 1, + STATE(2200), 1, + aux_sym_collection_elements_repeat1, + STATE(2573), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95414] = 6, + [95416] = 6, ACTIONS(2779), 1, anon_sym_as, ACTIONS(2783), 1, @@ -107288,7 +107289,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2825), 7, + ACTIONS(2832), 7, anon_sym_DOT, anon_sym_COMMA, anon_sym_async, @@ -107296,61 +107297,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_RBRACK, anon_sym_PIPE, - [95440] = 12, - ACTIONS(2840), 1, + [95442] = 12, + ACTIONS(2779), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(2781), 1, anon_sym_async, - ACTIONS(2844), 1, + ACTIONS(2783), 1, anon_sym_if, - ACTIONS(2846), 1, + ACTIONS(2785), 1, anon_sym_for, - ACTIONS(2848), 1, + ACTIONS(2787), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2789), 1, anon_sym_or, - ACTIONS(2877), 1, - anon_sym_RPAREN, - ACTIONS(2879), 1, + ACTIONS(2803), 1, + anon_sym_RBRACK, + ACTIONS(2885), 1, anon_sym_COMMA, - STATE(1778), 1, + STATE(1763), 1, sym_for_in_clause, - STATE(2228), 1, - aux_sym_argument_list_repeat1, - STATE(2604), 1, + STATE(2355), 1, + aux_sym_collection_elements_repeat1, + STATE(2586), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95478] = 6, - ACTIONS(2779), 1, - anon_sym_as, - ACTIONS(2783), 1, - anon_sym_if, + [95480] = 5, ACTIONS(2787), 1, anon_sym_and, ACTIONS(2789), 1, anon_sym_or, + ACTIONS(2889), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2819), 7, + ACTIONS(2830), 8, anon_sym_DOT, anon_sym_COMMA, anon_sym_async, + anon_sym_if, anon_sym_COLON, anon_sym_for, anon_sym_RBRACK, anon_sym_PIPE, - [95504] = 4, - ACTIONS(2787), 1, - anon_sym_and, - ACTIONS(2834), 1, + [95504] = 3, + ACTIONS(2891), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2817), 9, + ACTIONS(2809), 10, anon_sym_DOT, anon_sym_COMMA, anon_sym_async, @@ -107359,66 +107357,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_RBRACK, anon_sym_PIPE, + anon_sym_and, anon_sym_or, - [95526] = 12, - ACTIONS(2779), 1, + [95524] = 12, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2781), 1, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2783), 1, + ACTIONS(2842), 1, anon_sym_if, - ACTIONS(2785), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(2787), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2789), 1, + ACTIONS(2848), 1, anon_sym_or, - ACTIONS(2811), 1, - anon_sym_RBRACK, - ACTIONS(2852), 1, + ACTIONS(2857), 1, anon_sym_COMMA, - STATE(1769), 1, + ACTIONS(2893), 1, + anon_sym_RPAREN, + STATE(1743), 1, sym_for_in_clause, - STATE(2331), 1, + STATE(2200), 1, aux_sym_collection_elements_repeat1, - STATE(2631), 1, + STATE(2507), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95564] = 12, - ACTIONS(2779), 1, - anon_sym_as, - ACTIONS(2781), 1, - anon_sym_async, - ACTIONS(2783), 1, - anon_sym_if, - ACTIONS(2785), 1, - anon_sym_for, + [95562] = 4, ACTIONS(2787), 1, anon_sym_and, - ACTIONS(2789), 1, - anon_sym_or, - ACTIONS(2811), 1, - anon_sym_RBRACK, - ACTIONS(2852), 1, - anon_sym_COMMA, - STATE(1769), 1, - sym_for_in_clause, - STATE(2331), 1, - aux_sym_collection_elements_repeat1, - STATE(2589), 1, - sym_comprehension_clauses, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [95602] = 3, - ACTIONS(2881), 1, + ACTIONS(2891), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2797), 10, + ACTIONS(2809), 9, anon_sym_DOT, anon_sym_COMMA, anon_sym_async, @@ -107427,149 +107402,178 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_RBRACK, anon_sym_PIPE, + anon_sym_or, + [95584] = 12, + ACTIONS(2838), 1, + anon_sym_as, + ACTIONS(2840), 1, + anon_sym_async, + ACTIONS(2842), 1, + anon_sym_if, + ACTIONS(2844), 1, + anon_sym_for, + ACTIONS(2846), 1, anon_sym_and, + ACTIONS(2848), 1, anon_sym_or, + ACTIONS(2895), 1, + anon_sym_RPAREN, + ACTIONS(2897), 1, + anon_sym_COMMA, + STATE(1743), 1, + sym_for_in_clause, + STATE(2235), 1, + aux_sym_argument_list_repeat1, + STATE(2507), 1, + sym_comprehension_clauses, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, [95622] = 12, - ACTIONS(2840), 1, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2844), 1, + ACTIONS(2842), 1, anon_sym_if, - ACTIONS(2846), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(2848), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2848), 1, anon_sym_or, - ACTIONS(2859), 1, + ACTIONS(2857), 1, anon_sym_COMMA, - ACTIONS(2883), 1, + ACTIONS(2899), 1, anon_sym_RPAREN, - STATE(1778), 1, + STATE(1743), 1, sym_for_in_clause, - STATE(2166), 1, + STATE(2200), 1, aux_sym_collection_elements_repeat1, - STATE(2517), 1, + STATE(2525), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95660] = 12, + [95660] = 6, ACTIONS(2779), 1, anon_sym_as, - ACTIONS(2781), 1, - anon_sym_async, ACTIONS(2783), 1, anon_sym_if, - ACTIONS(2785), 1, - anon_sym_for, ACTIONS(2787), 1, anon_sym_and, ACTIONS(2789), 1, anon_sym_or, - ACTIONS(2811), 1, - anon_sym_RBRACK, - ACTIONS(2852), 1, - anon_sym_COMMA, - STATE(1769), 1, - sym_for_in_clause, - STATE(2331), 1, - aux_sym_collection_elements_repeat1, - STATE(2556), 1, - sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95698] = 12, - ACTIONS(2840), 1, + ACTIONS(2828), 7, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_async, + anon_sym_COLON, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_PIPE, + [95686] = 12, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2844), 1, + ACTIONS(2842), 1, anon_sym_if, - ACTIONS(2846), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(2848), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2848), 1, anon_sym_or, - ACTIONS(2885), 1, + ACTIONS(2901), 1, anon_sym_RPAREN, - ACTIONS(2887), 1, + ACTIONS(2903), 1, anon_sym_COMMA, - STATE(1778), 1, + STATE(1743), 1, sym_for_in_clause, - STATE(2297), 1, + STATE(2262), 1, aux_sym_argument_list_repeat1, - STATE(2477), 1, + STATE(2525), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95736] = 3, - ACTIONS(2062), 1, + [95724] = 6, + ACTIONS(2779), 1, anon_sym_as, + ACTIONS(2783), 1, + anon_sym_if, + ACTIONS(2787), 1, + anon_sym_and, + ACTIONS(2789), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2048), 10, + ACTIONS(2822), 7, anon_sym_DOT, anon_sym_COMMA, anon_sym_async, - anon_sym_if, anon_sym_COLON, anon_sym_for, anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_and, - anon_sym_or, - [95756] = 12, - ACTIONS(2840), 1, + [95750] = 12, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2844), 1, + ACTIONS(2842), 1, anon_sym_if, - ACTIONS(2846), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(2848), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2848), 1, anon_sym_or, - ACTIONS(2889), 1, - anon_sym_RPAREN, - ACTIONS(2891), 1, + ACTIONS(2857), 1, anon_sym_COMMA, - STATE(1778), 1, + ACTIONS(2905), 1, + anon_sym_RPAREN, + STATE(1743), 1, sym_for_in_clause, - STATE(2222), 1, - aux_sym_argument_list_repeat1, - STATE(2599), 1, + STATE(2200), 1, + aux_sym_collection_elements_repeat1, + STATE(2476), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95794] = 5, - ACTIONS(2787), 1, + [95788] = 12, + ACTIONS(2838), 1, + anon_sym_as, + ACTIONS(2840), 1, + anon_sym_async, + ACTIONS(2842), 1, + anon_sym_if, + ACTIONS(2844), 1, + anon_sym_for, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2789), 1, + ACTIONS(2848), 1, anon_sym_or, - ACTIONS(2893), 1, - anon_sym_as, + ACTIONS(2907), 1, + anon_sym_RPAREN, + ACTIONS(2909), 1, + anon_sym_COMMA, + STATE(1743), 1, + sym_for_in_clause, + STATE(2287), 1, + aux_sym_argument_list_repeat1, + STATE(2476), 1, + sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2791), 8, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_COLON, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_PIPE, - [95818] = 12, + [95826] = 12, ACTIONS(2779), 1, anon_sym_as, ACTIONS(2781), 1, @@ -107582,303 +107586,330 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, ACTIONS(2789), 1, anon_sym_or, - ACTIONS(2811), 1, + ACTIONS(2803), 1, anon_sym_RBRACK, - ACTIONS(2852), 1, + ACTIONS(2885), 1, anon_sym_COMMA, - STATE(1769), 1, + STATE(1763), 1, sym_for_in_clause, - STATE(2331), 1, + STATE(2355), 1, aux_sym_collection_elements_repeat1, - STATE(2526), 1, + STATE(2589), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95856] = 12, - ACTIONS(2840), 1, + [95864] = 12, + ACTIONS(2779), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(2781), 1, anon_sym_async, - ACTIONS(2844), 1, + ACTIONS(2783), 1, anon_sym_if, - ACTIONS(2846), 1, + ACTIONS(2785), 1, anon_sym_for, - ACTIONS(2848), 1, + ACTIONS(2787), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2789), 1, anon_sym_or, - ACTIONS(2871), 1, - anon_sym_RPAREN, - ACTIONS(2895), 1, + ACTIONS(2803), 1, + anon_sym_RBRACK, + ACTIONS(2885), 1, anon_sym_COMMA, - STATE(1778), 1, + STATE(1763), 1, sym_for_in_clause, - STATE(2166), 1, + STATE(2355), 1, aux_sym_collection_elements_repeat1, - STATE(2591), 1, + STATE(2499), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95894] = 12, - ACTIONS(2840), 1, + [95902] = 12, + ACTIONS(2779), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(2781), 1, anon_sym_async, - ACTIONS(2844), 1, + ACTIONS(2783), 1, anon_sym_if, - ACTIONS(2846), 1, + ACTIONS(2785), 1, anon_sym_for, - ACTIONS(2848), 1, + ACTIONS(2787), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2789), 1, anon_sym_or, - ACTIONS(2898), 1, - anon_sym_RPAREN, - ACTIONS(2900), 1, + ACTIONS(2803), 1, + anon_sym_RBRACK, + ACTIONS(2885), 1, anon_sym_COMMA, - STATE(1778), 1, + STATE(1763), 1, sym_for_in_clause, - STATE(2248), 1, - aux_sym_argument_list_repeat1, - STATE(2510), 1, + STATE(2355), 1, + aux_sym_collection_elements_repeat1, + STATE(2496), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95932] = 12, - ACTIONS(2840), 1, + [95940] = 12, + ACTIONS(2779), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(2781), 1, anon_sym_async, - ACTIONS(2844), 1, + ACTIONS(2783), 1, anon_sym_if, - ACTIONS(2846), 1, + ACTIONS(2785), 1, anon_sym_for, - ACTIONS(2848), 1, + ACTIONS(2787), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2789), 1, anon_sym_or, - ACTIONS(2859), 1, + ACTIONS(2803), 1, + anon_sym_RBRACK, + ACTIONS(2885), 1, anon_sym_COMMA, - ACTIONS(2902), 1, - anon_sym_RPAREN, - STATE(1778), 1, + STATE(1763), 1, sym_for_in_clause, - STATE(2166), 1, + STATE(2355), 1, aux_sym_collection_elements_repeat1, - STATE(2588), 1, + STATE(2574), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [95970] = 9, - ACTIONS(2793), 1, - anon_sym_and, - ACTIONS(2795), 1, - anon_sym_or, - ACTIONS(2821), 1, + [95978] = 12, + ACTIONS(2779), 1, anon_sym_as, - ACTIONS(2823), 1, + ACTIONS(2781), 1, + anon_sym_async, + ACTIONS(2783), 1, anon_sym_if, - ACTIONS(2906), 1, - anon_sym_COMMA, - STATE(2037), 1, - aux_sym_assert_statement_repeat1, + ACTIONS(2785), 1, + anon_sym_for, + ACTIONS(2787), 1, + anon_sym_and, + ACTIONS(2789), 1, + anon_sym_or, + ACTIONS(2803), 1, + anon_sym_RBRACK, + ACTIONS(2885), 1, + anon_sym_COMMA, + STATE(1763), 1, + sym_for_in_clause, + STATE(2355), 1, + aux_sym_collection_elements_repeat1, + STATE(2508), 1, + sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2904), 2, - sym_newline, - anon_sym_SEMI, - ACTIONS(2777), 3, - anon_sym_DOT, - anon_sym_COLON, - anon_sym_PIPE, - [96002] = 12, - ACTIONS(2840), 1, + [96016] = 12, + ACTIONS(2779), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(2781), 1, anon_sym_async, - ACTIONS(2844), 1, + ACTIONS(2783), 1, anon_sym_if, - ACTIONS(2846), 1, + ACTIONS(2785), 1, anon_sym_for, - ACTIONS(2848), 1, + ACTIONS(2787), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2789), 1, anon_sym_or, - ACTIONS(2859), 1, + ACTIONS(2803), 1, + anon_sym_RBRACK, + ACTIONS(2885), 1, anon_sym_COMMA, - ACTIONS(2908), 1, - anon_sym_RPAREN, - STATE(1778), 1, + STATE(1763), 1, sym_for_in_clause, - STATE(2166), 1, + STATE(2355), 1, aux_sym_collection_elements_repeat1, - STATE(2510), 1, + STATE(2526), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [96040] = 12, - ACTIONS(2840), 1, + [96054] = 5, + ACTIONS(2787), 1, + anon_sym_and, + ACTIONS(2789), 1, + anon_sym_or, + ACTIONS(2911), 1, anon_sym_as, - ACTIONS(2842), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2811), 8, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_async, - ACTIONS(2844), 1, anon_sym_if, - ACTIONS(2846), 1, + anon_sym_COLON, anon_sym_for, - ACTIONS(2848), 1, + anon_sym_RBRACK, + anon_sym_PIPE, + [96078] = 8, + ACTIONS(2914), 1, + anon_sym_COMMA, + ACTIONS(2916), 1, + anon_sym_as, + ACTIONS(2918), 1, + anon_sym_if, + ACTIONS(2922), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2924), 1, anon_sym_or, - ACTIONS(2910), 1, - anon_sym_RPAREN, - ACTIONS(2912), 1, - anon_sym_COMMA, - STATE(1778), 1, - sym_for_in_clause, - STATE(2183), 1, - aux_sym_argument_list_repeat1, - STATE(2517), 1, - sym_comprehension_clauses, + STATE(1869), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [96078] = 8, + ACTIONS(2920), 4, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + [96107] = 3, + ACTIONS(2926), 1, + anon_sym_and, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2809), 9, + anon_sym_DOT, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_or, + [96126] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2914), 1, + ACTIONS(2928), 1, anon_sym_LBRACE, - ACTIONS(2918), 1, + ACTIONS(2932), 1, sym_not_escape_sequence, - ACTIONS(2920), 1, + ACTIONS(2934), 1, sym_string_end, - STATE(1739), 1, + STATE(1760), 1, aux_sym_string_content_repeat1, - ACTIONS(2916), 3, + ACTIONS(2930), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, - STATE(1639), 3, + STATE(1609), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [96107] = 8, + [96155] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2914), 1, + ACTIONS(2928), 1, anon_sym_LBRACE, - ACTIONS(2918), 1, + ACTIONS(2932), 1, sym_not_escape_sequence, - ACTIONS(2922), 1, + ACTIONS(2936), 1, sym_string_end, - STATE(1739), 1, + STATE(1760), 1, aux_sym_string_content_repeat1, - ACTIONS(2916), 3, + ACTIONS(2930), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, - STATE(1616), 3, + STATE(1642), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [96136] = 2, - ACTIONS(3), 2, + [96184] = 8, + ACTIONS(3), 1, sym_comment, + ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2048), 10, - anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(2928), 1, + anon_sym_LBRACE, + ACTIONS(2932), 1, + sym_not_escape_sequence, + ACTIONS(2938), 1, + sym_string_end, + STATE(1760), 1, + aux_sym_string_content_repeat1, + ACTIONS(2930), 3, + sym_string_content_, + sym_escape_interpolation, + sym_escape_sequence, + STATE(1617), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [96213] = 6, + ACTIONS(2926), 1, + anon_sym_and, + ACTIONS(2940), 1, anon_sym_as, + ACTIONS(2942), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_and, + ACTIONS(2944), 1, anon_sym_or, - [96153] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2797), 10, + ACTIONS(2777), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, + [96238] = 6, + ACTIONS(2926), 1, anon_sym_and, - anon_sym_or, - [96170] = 6, - ACTIONS(2924), 1, + ACTIONS(2940), 1, anon_sym_as, - ACTIONS(2926), 1, + ACTIONS(2942), 1, anon_sym_if, - ACTIONS(2928), 1, - anon_sym_and, - ACTIONS(2930), 1, + ACTIONS(2944), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2832), 6, + ACTIONS(2828), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [96195] = 5, - ACTIONS(2928), 1, + [96263] = 6, + ACTIONS(2926), 1, anon_sym_and, - ACTIONS(2930), 1, - anon_sym_or, - ACTIONS(2932), 1, + ACTIONS(2940), 1, anon_sym_as, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2827), 7, - anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(2942), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [96218] = 4, - ACTIONS(2928), 1, - anon_sym_and, - ACTIONS(2930), 1, + ACTIONS(2944), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2791), 8, + ACTIONS(2822), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [96239] = 2, + [96288] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2817), 10, + ACTIONS(2042), 10, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, @@ -107889,86 +107920,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [96256] = 3, - ACTIONS(2928), 1, - anon_sym_and, - ACTIONS(3), 2, + [96305] = 8, + ACTIONS(3), 1, sym_comment, + ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2817), 9, - anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_or, - [96275] = 6, - ACTIONS(2924), 1, - anon_sym_as, - ACTIONS(2926), 1, - anon_sym_if, ACTIONS(2928), 1, - anon_sym_and, - ACTIONS(2930), 1, - anon_sym_or, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2819), 6, - anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [96300] = 8, + anon_sym_LBRACE, + ACTIONS(2932), 1, + sym_not_escape_sequence, + ACTIONS(2946), 1, + sym_string_end, + STATE(1760), 1, + aux_sym_string_content_repeat1, + ACTIONS(2930), 3, + sym_string_content_, + sym_escape_interpolation, + sym_escape_sequence, + STATE(1616), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [96334] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2914), 1, + ACTIONS(2928), 1, anon_sym_LBRACE, - ACTIONS(2918), 1, + ACTIONS(2932), 1, sym_not_escape_sequence, - ACTIONS(2935), 1, + ACTIONS(2948), 1, sym_string_end, - STATE(1739), 1, + STATE(1760), 1, aux_sym_string_content_repeat1, - ACTIONS(2916), 3, + ACTIONS(2930), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, - STATE(1625), 3, + STATE(1642), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [96329] = 6, - ACTIONS(2924), 1, - anon_sym_as, - ACTIONS(2926), 1, - anon_sym_if, - ACTIONS(2928), 1, - anon_sym_and, - ACTIONS(2930), 1, - anon_sym_or, - ACTIONS(3), 2, + [96363] = 8, + ACTIONS(3), 1, sym_comment, + ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2825), 6, - anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [96354] = 2, + ACTIONS(2928), 1, + anon_sym_LBRACE, + ACTIONS(2932), 1, + sym_not_escape_sequence, + ACTIONS(2950), 1, + sym_string_end, + STATE(1760), 1, + aux_sym_string_content_repeat1, + ACTIONS(2930), 3, + sym_string_content_, + sym_escape_interpolation, + sym_escape_sequence, + STATE(1642), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [96392] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2048), 10, + ACTIONS(2042), 10, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -107979,11 +107998,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [96371] = 2, + [96409] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(2928), 1, + anon_sym_LBRACE, + ACTIONS(2932), 1, + sym_not_escape_sequence, + ACTIONS(2952), 1, + sym_string_end, + STATE(1760), 1, + aux_sym_string_content_repeat1, + ACTIONS(2930), 3, + sym_string_content_, + sym_escape_interpolation, + sym_escape_sequence, + STATE(1622), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [96438] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2797), 10, + ACTIONS(2820), 10, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -107994,437 +108034,421 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [96388] = 8, - ACTIONS(2937), 1, - anon_sym_COMMA, - ACTIONS(2939), 1, - anon_sym_as, - ACTIONS(2941), 1, - anon_sym_if, - ACTIONS(2945), 1, - anon_sym_and, - ACTIONS(2947), 1, - anon_sym_or, - STATE(1881), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(3), 2, + [96455] = 8, + ACTIONS(3), 1, sym_comment, + ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2943), 4, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - [96417] = 8, + ACTIONS(2928), 1, + anon_sym_LBRACE, + ACTIONS(2932), 1, + sym_not_escape_sequence, + ACTIONS(2954), 1, + sym_string_end, + STATE(1760), 1, + aux_sym_string_content_repeat1, + ACTIONS(2930), 3, + sym_string_content_, + sym_escape_interpolation, + sym_escape_sequence, + STATE(1624), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [96484] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2914), 1, + ACTIONS(2928), 1, anon_sym_LBRACE, - ACTIONS(2918), 1, + ACTIONS(2932), 1, sym_not_escape_sequence, - ACTIONS(2949), 1, + ACTIONS(2956), 1, sym_string_end, - STATE(1739), 1, + STATE(1760), 1, aux_sym_string_content_repeat1, - ACTIONS(2916), 3, + ACTIONS(2930), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, - STATE(1622), 3, + STATE(1642), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [96446] = 8, + [96513] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2820), 10, + anon_sym_DOT, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_and, + anon_sym_or, + [96530] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2914), 1, + ACTIONS(2928), 1, anon_sym_LBRACE, - ACTIONS(2918), 1, + ACTIONS(2932), 1, sym_not_escape_sequence, - ACTIONS(2951), 1, + ACTIONS(2958), 1, sym_string_end, - STATE(1739), 1, + STATE(1760), 1, aux_sym_string_content_repeat1, - ACTIONS(2916), 3, + ACTIONS(2930), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, - STATE(1625), 3, + STATE(1642), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [96475] = 6, - ACTIONS(2953), 1, + [96559] = 6, + ACTIONS(2926), 1, + anon_sym_and, + ACTIONS(2940), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2942), 1, anon_sym_if, - ACTIONS(2957), 1, - anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2944), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(2832), 6, anon_sym_DOT, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, - anon_sym_else, anon_sym_EQ, anon_sym_PIPE, - [96500] = 5, - ACTIONS(2957), 1, - anon_sym_and, - ACTIONS(2959), 1, - anon_sym_or, - ACTIONS(2961), 1, - anon_sym_as, + [96584] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2827), 7, + ACTIONS(2809), 10, anon_sym_DOT, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_EQ, anon_sym_PIPE, - [96523] = 8, + anon_sym_and, + anon_sym_or, + [96601] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2964), 1, + ACTIONS(2928), 1, anon_sym_LBRACE, - ACTIONS(2970), 1, + ACTIONS(2932), 1, sym_not_escape_sequence, - ACTIONS(2973), 1, + ACTIONS(2960), 1, sym_string_end, - STATE(1739), 1, + STATE(1760), 1, aux_sym_string_content_repeat1, - ACTIONS(2967), 3, + ACTIONS(2930), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, - STATE(1625), 3, + STATE(1628), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [96552] = 8, + [96630] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2914), 1, + ACTIONS(2928), 1, anon_sym_LBRACE, - ACTIONS(2918), 1, + ACTIONS(2932), 1, sym_not_escape_sequence, - ACTIONS(2975), 1, + ACTIONS(2962), 1, sym_string_end, - STATE(1739), 1, + STATE(1760), 1, aux_sym_string_content_repeat1, - ACTIONS(2916), 3, + ACTIONS(2930), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, - STATE(1625), 3, + STATE(1642), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [96581] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2817), 10, - anon_sym_DOT, - anon_sym_COMMA, + [96659] = 6, + ACTIONS(2964), 1, anon_sym_as, + ACTIONS(2966), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_EQ, - anon_sym_PIPE, + ACTIONS(2968), 1, anon_sym_and, + ACTIONS(2970), 1, anon_sym_or, - [96598] = 3, - ACTIONS(2957), 1, - anon_sym_and, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2817), 9, + ACTIONS(2832), 6, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_EQ, anon_sym_PIPE, - anon_sym_or, - [96617] = 6, - ACTIONS(2953), 1, - anon_sym_as, - ACTIONS(2955), 1, - anon_sym_if, - ACTIONS(2957), 1, + [96684] = 5, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, + ACTIONS(2972), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2819), 6, + ACTIONS(2811), 7, anon_sym_DOT, anon_sym_COMMA, + anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_EQ, anon_sym_PIPE, - [96642] = 6, - ACTIONS(2953), 1, - anon_sym_as, - ACTIONS(2955), 1, - anon_sym_if, - ACTIONS(2957), 1, + [96707] = 4, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2825), 6, + ACTIONS(2830), 8, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_EQ, anon_sym_PIPE, - [96667] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5), 1, - sym_line_continuation, - ACTIONS(2914), 1, - anon_sym_LBRACE, - ACTIONS(2918), 1, - sym_not_escape_sequence, - ACTIONS(2977), 1, - sym_string_end, - STATE(1739), 1, - aux_sym_string_content_repeat1, - ACTIONS(2916), 3, - sym_string_content_, - sym_escape_interpolation, - sym_escape_sequence, - STATE(1632), 3, - sym_string_content, - sym_interpolation, - aux_sym_string_repeat1, - [96696] = 8, + [96728] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2914), 1, + ACTIONS(2928), 1, anon_sym_LBRACE, - ACTIONS(2918), 1, + ACTIONS(2932), 1, sym_not_escape_sequence, - ACTIONS(2979), 1, + ACTIONS(2975), 1, sym_string_end, - STATE(1739), 1, + STATE(1760), 1, aux_sym_string_content_repeat1, - ACTIONS(2916), 3, + ACTIONS(2930), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, - STATE(1625), 3, + STATE(1634), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [96725] = 6, - ACTIONS(2924), 1, - anon_sym_as, - ACTIONS(2926), 1, - anon_sym_if, - ACTIONS(2928), 1, - anon_sym_and, - ACTIONS(2930), 1, - anon_sym_or, + [96757] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2777), 6, + ACTIONS(2809), 10, anon_sym_DOT, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_EQ, anon_sym_PIPE, - [96750] = 8, + anon_sym_and, + anon_sym_or, + [96774] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2914), 1, + ACTIONS(2928), 1, anon_sym_LBRACE, - ACTIONS(2918), 1, + ACTIONS(2932), 1, sym_not_escape_sequence, - ACTIONS(2981), 1, + ACTIONS(2977), 1, sym_string_end, - STATE(1739), 1, + STATE(1760), 1, aux_sym_string_content_repeat1, - ACTIONS(2916), 3, + ACTIONS(2930), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, - STATE(1636), 3, + STATE(1642), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [96779] = 8, - ACTIONS(2937), 1, + [96803] = 3, + ACTIONS(2968), 1, + anon_sym_and, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2809), 9, + anon_sym_DOT, anon_sym_COMMA, - ACTIONS(2939), 1, anon_sym_as, - ACTIONS(2941), 1, anon_sym_if, - ACTIONS(2945), 1, + anon_sym_COLON, + anon_sym_else, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_or, + [96822] = 6, + ACTIONS(2964), 1, + anon_sym_as, + ACTIONS(2966), 1, + anon_sym_if, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2947), 1, + ACTIONS(2970), 1, anon_sym_or, - STATE(1881), 1, - aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2983), 4, + ACTIONS(2828), 6, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_COLON, + anon_sym_else, anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - [96808] = 8, - ACTIONS(3), 1, + anon_sym_PIPE, + [96847] = 6, + ACTIONS(2816), 1, + anon_sym_and, + ACTIONS(2818), 1, + anon_sym_or, + ACTIONS(2824), 1, + anon_sym_as, + ACTIONS(2826), 1, + anon_sym_if, + ACTIONS(3), 2, sym_comment, - ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2914), 1, - anon_sym_LBRACE, - ACTIONS(2918), 1, - sym_not_escape_sequence, - ACTIONS(2985), 1, - sym_string_end, - STATE(1739), 1, - aux_sym_string_content_repeat1, - ACTIONS(2916), 3, - sym_string_content_, - sym_escape_interpolation, - sym_escape_sequence, - STATE(1625), 3, - sym_string_content, - sym_interpolation, - aux_sym_string_repeat1, - [96837] = 8, + ACTIONS(2777), 6, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PIPE, + [96872] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2914), 1, + ACTIONS(2928), 1, anon_sym_LBRACE, - ACTIONS(2918), 1, + ACTIONS(2932), 1, sym_not_escape_sequence, - ACTIONS(2987), 1, + ACTIONS(2979), 1, sym_string_end, - STATE(1739), 1, + STATE(1760), 1, aux_sym_string_content_repeat1, - ACTIONS(2916), 3, + ACTIONS(2930), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, - STATE(1638), 3, + STATE(1639), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [96866] = 8, + [96901] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2914), 1, + ACTIONS(2928), 1, anon_sym_LBRACE, - ACTIONS(2918), 1, + ACTIONS(2932), 1, sym_not_escape_sequence, - ACTIONS(2989), 1, + ACTIONS(2981), 1, sym_string_end, - STATE(1739), 1, + STATE(1760), 1, aux_sym_string_content_repeat1, - ACTIONS(2916), 3, + ACTIONS(2930), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, - STATE(1625), 3, + STATE(1642), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [96895] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5), 1, - sym_line_continuation, + [96930] = 8, ACTIONS(2914), 1, - anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2916), 1, + anon_sym_as, ACTIONS(2918), 1, - sym_not_escape_sequence, - ACTIONS(2991), 1, - sym_string_end, - STATE(1739), 1, - aux_sym_string_content_repeat1, - ACTIONS(2916), 3, - sym_string_content_, - sym_escape_interpolation, - sym_escape_sequence, - STATE(1625), 3, - sym_string_content, - sym_interpolation, - aux_sym_string_repeat1, - [96924] = 6, - ACTIONS(2793), 1, + anon_sym_if, + ACTIONS(2922), 1, anon_sym_and, - ACTIONS(2795), 1, + ACTIONS(2924), 1, anon_sym_or, - ACTIONS(2821), 1, + STATE(1869), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2983), 4, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + [96959] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2823), 1, + ACTIONS(2966), 1, anon_sym_if, + ACTIONS(2968), 1, + anon_sym_and, + ACTIONS(2970), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2777), 6, - sym_newline, - anon_sym_SEMI, + ACTIONS(2822), 6, anon_sym_DOT, + anon_sym_COMMA, anon_sym_COLON, + anon_sym_else, anon_sym_EQ, anon_sym_PIPE, - [96949] = 8, + [96984] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2914), 1, + ACTIONS(2985), 1, anon_sym_LBRACE, - ACTIONS(2918), 1, + ACTIONS(2991), 1, sym_not_escape_sequence, - ACTIONS(2993), 1, + ACTIONS(2994), 1, sym_string_end, - STATE(1739), 1, + STATE(1760), 1, aux_sym_string_content_repeat1, - ACTIONS(2916), 3, + ACTIONS(2988), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, @@ -108432,161 +108456,127 @@ static const uint16_t ts_small_parse_table[] = { sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [96978] = 8, + [97013] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2914), 1, + ACTIONS(2928), 1, anon_sym_LBRACE, - ACTIONS(2918), 1, + ACTIONS(2932), 1, sym_not_escape_sequence, - ACTIONS(2995), 1, + ACTIONS(2996), 1, sym_string_end, - STATE(1739), 1, + STATE(1760), 1, aux_sym_string_content_repeat1, - ACTIONS(2916), 3, + ACTIONS(2930), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, - STATE(1625), 3, + STATE(1644), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [97007] = 8, + [97042] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(2914), 1, + ACTIONS(2928), 1, anon_sym_LBRACE, - ACTIONS(2918), 1, + ACTIONS(2932), 1, sym_not_escape_sequence, - ACTIONS(2997), 1, + ACTIONS(2998), 1, sym_string_end, - STATE(1739), 1, + STATE(1760), 1, aux_sym_string_content_repeat1, - ACTIONS(2916), 3, + ACTIONS(2930), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, - STATE(1644), 3, + STATE(1642), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [97036] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5), 1, - sym_line_continuation, - ACTIONS(2914), 1, - anon_sym_LBRACE, - ACTIONS(2918), 1, - sym_not_escape_sequence, - ACTIONS(2999), 1, - sym_string_end, - STATE(1739), 1, - aux_sym_string_content_repeat1, - ACTIONS(2916), 3, - sym_string_content_, - sym_escape_interpolation, - sym_escape_sequence, - STATE(1625), 3, - sym_string_content, - sym_interpolation, - aux_sym_string_repeat1, - [97065] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5), 1, - sym_line_continuation, - ACTIONS(2914), 1, - anon_sym_LBRACE, - ACTIONS(2918), 1, - sym_not_escape_sequence, - ACTIONS(3001), 1, - sym_string_end, - STATE(1739), 1, - aux_sym_string_content_repeat1, - ACTIONS(2916), 3, - sym_string_content_, - sym_escape_interpolation, - sym_escape_sequence, - STATE(1626), 3, - sym_string_content, - sym_interpolation, - aux_sym_string_repeat1, - [97094] = 4, - ACTIONS(2957), 1, + [97071] = 4, + ACTIONS(2926), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2944), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2791), 8, + ACTIONS(2830), 8, anon_sym_DOT, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_EQ, anon_sym_PIPE, - [97115] = 2, + [97092] = 5, + ACTIONS(2926), 1, + anon_sym_and, + ACTIONS(2944), 1, + anon_sym_or, + ACTIONS(3000), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2797), 9, + ACTIONS(2811), 7, + anon_sym_DOT, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_EQ, - anon_sym_RBRACE, - anon_sym_and, - anon_sym_or, - sym_type_conversion, - [97131] = 6, - ACTIONS(2939), 1, + anon_sym_PIPE, + [97115] = 6, + ACTIONS(2916), 1, anon_sym_as, - ACTIONS(2941), 1, + ACTIONS(2918), 1, anon_sym_if, - ACTIONS(2945), 1, + ACTIONS(2922), 1, anon_sym_and, - ACTIONS(2947), 1, + ACTIONS(2924), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2832), 5, + ACTIONS(3003), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [97155] = 2, + [97139] = 6, + ACTIONS(3005), 1, + anon_sym_as, + ACTIONS(3007), 1, + anon_sym_if, + ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2048), 9, + ACTIONS(2822), 5, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_and, - anon_sym_or, - [97171] = 6, - ACTIONS(2953), 1, + [97163] = 6, + ACTIONS(3005), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(3007), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(3009), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(3011), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, @@ -108595,200 +108585,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, - anon_sym_EQ, + anon_sym_RBRACK, anon_sym_PIPE, - [97195] = 2, + [97187] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2797), 9, - anon_sym_DOT, + ACTIONS(2042), 9, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_and, - anon_sym_or, - [97211] = 6, - ACTIONS(2801), 1, - anon_sym_as, - ACTIONS(2805), 1, - anon_sym_if, - ACTIONS(2813), 1, + anon_sym_EQ, + anon_sym_RBRACE, anon_sym_and, - ACTIONS(2815), 1, anon_sym_or, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2819), 5, - anon_sym_COMMA, - anon_sym_async, - anon_sym_COLON, - anon_sym_for, - anon_sym_RBRACE, - [97235] = 6, - ACTIONS(3003), 1, + sym_type_conversion, + [97203] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(3005), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(3007), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(3009), 1, + ACTIONS(2970), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2832), 5, + ACTIONS(2777), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_EQ, anon_sym_PIPE, - [97259] = 5, - ACTIONS(3007), 1, - anon_sym_and, - ACTIONS(3009), 1, - anon_sym_or, - ACTIONS(3011), 1, - anon_sym_as, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2827), 6, + [97227] = 4, + ACTIONS(3015), 1, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, - [97281] = 4, - ACTIONS(3007), 1, - anon_sym_and, - ACTIONS(3009), 1, - anon_sym_or, + STATE(1652), 1, + aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2791), 7, - anon_sym_DOT, + ACTIONS(3013), 7, + anon_sym_import, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_RBRACK, anon_sym_PIPE, - [97301] = 2, + [97247] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2817), 9, - anon_sym_DOT, + ACTIONS(2820), 9, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_and, - anon_sym_or, - [97317] = 3, - ACTIONS(3007), 1, + anon_sym_EQ, + anon_sym_RBRACE, anon_sym_and, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2817), 8, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, anon_sym_or, - [97335] = 5, - ACTIONS(2945), 1, + sym_type_conversion, + [97263] = 5, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2947), 1, + ACTIONS(2807), 1, anon_sym_or, - ACTIONS(3014), 1, + ACTIONS(2889), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2827), 6, + ACTIONS(2830), 6, anon_sym_COMMA, + anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_EQ, + anon_sym_for, anon_sym_RBRACE, - sym_type_conversion, - [97357] = 6, - ACTIONS(3003), 1, + [97285] = 6, + ACTIONS(2916), 1, anon_sym_as, - ACTIONS(3005), 1, + ACTIONS(2918), 1, anon_sym_if, - ACTIONS(3007), 1, + ACTIONS(2922), 1, anon_sym_and, - ACTIONS(3009), 1, + ACTIONS(2924), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2819), 5, - anon_sym_DOT, + ACTIONS(2832), 5, anon_sym_COMMA, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, - [97381] = 6, - ACTIONS(3003), 1, - anon_sym_as, - ACTIONS(3005), 1, - anon_sym_if, - ACTIONS(3007), 1, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + [97309] = 5, + ACTIONS(2922), 1, anon_sym_and, - ACTIONS(3009), 1, + ACTIONS(2924), 1, anon_sym_or, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2825), 5, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, - [97405] = 6, - ACTIONS(3003), 1, + ACTIONS(3018), 1, anon_sym_as, - ACTIONS(3005), 1, - anon_sym_if, - ACTIONS(3007), 1, - anon_sym_and, - ACTIONS(3009), 1, - anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2777), 5, - anon_sym_DOT, + ACTIONS(2811), 6, anon_sym_COMMA, + anon_sym_if, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, - [97429] = 4, - ACTIONS(2945), 1, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + [97331] = 4, + ACTIONS(2922), 1, anon_sym_and, - ACTIONS(2947), 1, + ACTIONS(2924), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2791), 7, + ACTIONS(2830), 7, anon_sym_COMMA, anon_sym_as, anon_sym_if, @@ -108796,31 +108717,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [97449] = 6, - ACTIONS(2939), 1, - anon_sym_as, - ACTIONS(2941), 1, - anon_sym_if, - ACTIONS(2945), 1, - anon_sym_and, - ACTIONS(2947), 1, - anon_sym_or, + [97351] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3017), 5, + ACTIONS(2809), 9, anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, + anon_sym_and, + anon_sym_or, sym_type_conversion, - [97473] = 3, - ACTIONS(2945), 1, + [97367] = 3, + ACTIONS(2922), 1, anon_sym_and, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2817), 8, + ACTIONS(2809), 8, anon_sym_COMMA, anon_sym_as, anon_sym_if, @@ -108829,169 +108746,253 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_or, sym_type_conversion, - [97491] = 6, - ACTIONS(2939), 1, + [97385] = 6, + ACTIONS(2916), 1, anon_sym_as, - ACTIONS(2941), 1, + ACTIONS(2918), 1, anon_sym_if, - ACTIONS(2945), 1, + ACTIONS(2922), 1, anon_sym_and, - ACTIONS(2947), 1, + ACTIONS(2924), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2819), 5, + ACTIONS(2828), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [97515] = 6, - ACTIONS(2939), 1, + [97409] = 6, + ACTIONS(2916), 1, anon_sym_as, - ACTIONS(2941), 1, + ACTIONS(2918), 1, anon_sym_if, - ACTIONS(2945), 1, + ACTIONS(2922), 1, anon_sym_and, - ACTIONS(2947), 1, + ACTIONS(2924), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2825), 5, + ACTIONS(2822), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [97539] = 6, - ACTIONS(2801), 1, + [97433] = 3, + ACTIONS(2891), 1, anon_sym_as, - ACTIONS(2805), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2809), 8, + anon_sym_COMMA, + anon_sym_async, anon_sym_if, - ACTIONS(2813), 1, + anon_sym_COLON, + anon_sym_for, + anon_sym_RBRACE, anon_sym_and, - ACTIONS(2815), 1, anon_sym_or, + [97451] = 5, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, + anon_sym_or, + ACTIONS(3021), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2825), 5, + ACTIONS(2811), 6, anon_sym_COMMA, anon_sym_async, + anon_sym_if, anon_sym_COLON, anon_sym_for, anon_sym_RBRACE, - [97563] = 9, - ACTIONS(2793), 1, + [97473] = 9, + ACTIONS(2816), 1, anon_sym_and, - ACTIONS(2795), 1, + ACTIONS(2818), 1, anon_sym_or, - ACTIONS(2821), 1, + ACTIONS(2824), 1, anon_sym_as, - ACTIONS(2823), 1, + ACTIONS(2826), 1, anon_sym_if, - ACTIONS(3021), 1, + ACTIONS(3026), 1, anon_sym_from, - ACTIONS(3023), 1, + ACTIONS(3028), 1, anon_sym_COMMA, - STATE(1989), 1, + STATE(1984), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3019), 2, + ACTIONS(3024), 2, sym_newline, anon_sym_SEMI, - [97593] = 6, - ACTIONS(2939), 1, + [97503] = 6, + ACTIONS(2793), 1, + anon_sym_as, + ACTIONS(2797), 1, + anon_sym_if, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2832), 5, + anon_sym_COMMA, + anon_sym_async, + anon_sym_COLON, + anon_sym_for, + anon_sym_RBRACE, + [97527] = 6, + ACTIONS(2916), 1, anon_sym_as, - ACTIONS(2941), 1, + ACTIONS(2918), 1, anon_sym_if, - ACTIONS(2945), 1, + ACTIONS(2922), 1, anon_sym_and, - ACTIONS(2947), 1, + ACTIONS(2924), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3025), 5, + ACTIONS(3030), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [97617] = 4, - ACTIONS(3029), 1, + [97551] = 6, + ACTIONS(2793), 1, + anon_sym_as, + ACTIONS(2797), 1, + anon_sym_if, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2828), 5, + anon_sym_COMMA, + anon_sym_async, + anon_sym_COLON, + anon_sym_for, + anon_sym_RBRACE, + [97575] = 5, + ACTIONS(3032), 1, anon_sym_DOT, - STATE(1676), 1, + ACTIONS(3036), 1, + anon_sym_EQ, + STATE(1681), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3027), 7, - anon_sym_import, + ACTIONS(3034), 6, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [97637] = 5, - ACTIONS(3029), 1, + [97597] = 6, + ACTIONS(2793), 1, + anon_sym_as, + ACTIONS(2797), 1, + anon_sym_if, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2822), 5, + anon_sym_COMMA, + anon_sym_async, + anon_sym_COLON, + anon_sym_for, + anon_sym_RBRACE, + [97621] = 4, + ACTIONS(3032), 1, anon_sym_DOT, - ACTIONS(3031), 1, - anon_sym_EQ, - STATE(1676), 1, + STATE(1681), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3027), 6, + ACTIONS(3034), 7, + anon_sym_import, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [97659] = 4, - ACTIONS(3035), 1, - anon_sym_DOT, - STATE(1672), 1, - aux_sym_dotted_name_repeat1, + [97641] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3033), 7, - anon_sym_import, - anon_sym_LPAREN, + ACTIONS(2042), 9, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, + anon_sym_RBRACK, anon_sym_PIPE, - [97679] = 2, + anon_sym_and, + anon_sym_or, + [97657] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2048), 9, + ACTIONS(2820), 9, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_and, anon_sym_or, - sym_type_conversion, - [97695] = 3, - ACTIONS(2062), 1, + [97673] = 6, + ACTIONS(3005), 1, + anon_sym_as, + ACTIONS(3007), 1, + anon_sym_if, + ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2832), 5, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_PIPE, + [97697] = 3, + ACTIONS(2056), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2048), 8, + ACTIONS(2042), 8, anon_sym_COMMA, anon_sym_async, anon_sym_if, @@ -109000,159 +109001,208 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_and, anon_sym_or, - [97713] = 3, - ACTIONS(2881), 1, + [97715] = 5, + ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, + anon_sym_or, + ACTIONS(3038), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2797), 8, + ACTIONS(2811), 6, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_async, anon_sym_if, anon_sym_COLON, - anon_sym_for, - anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_PIPE, + [97737] = 4, + ACTIONS(3009), 1, anon_sym_and, + ACTIONS(3011), 1, anon_sym_or, - [97731] = 4, - ACTIONS(3029), 1, - anon_sym_DOT, - STATE(1672), 1, - aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3038), 7, - anon_sym_import, - anon_sym_LPAREN, + ACTIONS(2830), 7, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, + anon_sym_RBRACK, anon_sym_PIPE, - [97751] = 6, - ACTIONS(2801), 1, + [97757] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2809), 9, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_as, - ACTIONS(2805), 1, anon_sym_if, - ACTIONS(2813), 1, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_and, - ACTIONS(2815), 1, anon_sym_or, + [97773] = 3, + ACTIONS(3009), 1, + anon_sym_and, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2832), 5, + ACTIONS(2809), 8, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_async, + anon_sym_as, + anon_sym_if, anon_sym_COLON, - anon_sym_for, - anon_sym_RBRACE, - [97775] = 5, - ACTIONS(2813), 1, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_or, + [97791] = 6, + ACTIONS(3005), 1, + anon_sym_as, + ACTIONS(3007), 1, + anon_sym_if, + ACTIONS(3009), 1, anon_sym_and, - ACTIONS(2815), 1, + ACTIONS(3011), 1, anon_sym_or, - ACTIONS(3040), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2828), 5, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_PIPE, + [97815] = 3, + ACTIONS(2883), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2827), 6, + ACTIONS(2820), 8, anon_sym_COMMA, anon_sym_async, anon_sym_if, anon_sym_COLON, anon_sym_for, anon_sym_RBRACE, - [97797] = 5, - ACTIONS(2813), 1, anon_sym_and, - ACTIONS(2815), 1, anon_sym_or, - ACTIONS(2893), 1, - anon_sym_as, + [97833] = 4, + ACTIONS(3032), 1, + anon_sym_DOT, + STATE(1652), 1, + aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2791), 6, + ACTIONS(3041), 7, + anon_sym_import, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_async, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_for, - anon_sym_RBRACE, - [97819] = 3, - ACTIONS(2834), 1, + anon_sym_PIPE, + [97853] = 4, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2891), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2817), 8, + ACTIONS(2809), 7, anon_sym_COMMA, anon_sym_async, anon_sym_if, anon_sym_COLON, anon_sym_for, anon_sym_RBRACE, - anon_sym_and, anon_sym_or, - [97837] = 4, - ACTIONS(2813), 1, - anon_sym_and, - ACTIONS(2834), 1, + [97873] = 7, + ACTIONS(1470), 1, + anon_sym_except_STAR, + ACTIONS(1480), 1, + anon_sym_except, + ACTIONS(3043), 1, + anon_sym_finally, + STATE(833), 1, + sym_finally_clause, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(587), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + STATE(593), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + [97898] = 5, + ACTIONS(2793), 1, anon_sym_as, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2817), 7, + ACTIONS(3045), 5, anon_sym_COMMA, anon_sym_async, anon_sym_if, - anon_sym_COLON, anon_sym_for, anon_sym_RBRACE, - anon_sym_or, - [97857] = 2, + [97919] = 5, + ACTIONS(3047), 1, + anon_sym_DOT, + ACTIONS(3049), 1, + anon_sym_EQ, + STATE(1748), 1, + aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2817), 9, + ACTIONS(3034), 5, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - anon_sym_and, - anon_sym_or, - sym_type_conversion, - [97873] = 8, - ACTIONS(2793), 1, + anon_sym_RBRACK, + anon_sym_PIPE, + [97940] = 8, + ACTIONS(2816), 1, anon_sym_and, - ACTIONS(2795), 1, + ACTIONS(2818), 1, anon_sym_or, - ACTIONS(2821), 1, + ACTIONS(2824), 1, anon_sym_as, - ACTIONS(2823), 1, + ACTIONS(2826), 1, anon_sym_if, - ACTIONS(3023), 1, + ACTIONS(3028), 1, anon_sym_COMMA, - STATE(1989), 1, + STATE(1984), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3043), 2, + ACTIONS(3051), 2, sym_newline, anon_sym_SEMI, - [97900] = 5, - ACTIONS(2779), 1, + [97967] = 5, + ACTIONS(2793), 1, anon_sym_as, - ACTIONS(2787), 1, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2789), 1, + ACTIONS(2807), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, @@ -109162,106 +109212,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, anon_sym_if, anon_sym_for, - anon_sym_RBRACK, - [97921] = 7, - ACTIONS(65), 1, - anon_sym_AT, - ACTIONS(3047), 1, - anon_sym_async, - ACTIONS(3049), 1, - anon_sym_def, - ACTIONS(3051), 1, - anon_sym_class, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(753), 2, - sym_function_definition, - sym_class_definition, - STATE(1788), 2, - sym_decorator, - aux_sym_decorated_definition_repeat1, - [97946] = 8, - ACTIONS(2793), 1, + anon_sym_RBRACE, + [97988] = 8, + ACTIONS(2816), 1, anon_sym_and, - ACTIONS(2795), 1, + ACTIONS(2818), 1, anon_sym_or, - ACTIONS(2821), 1, + ACTIONS(2824), 1, anon_sym_as, - ACTIONS(2823), 1, + ACTIONS(2826), 1, anon_sym_if, - ACTIONS(3023), 1, + ACTIONS(3028), 1, anon_sym_COMMA, - STATE(1989), 1, + STATE(1984), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2983), 2, + ACTIONS(3053), 2, sym_newline, anon_sym_SEMI, - [97973] = 8, - ACTIONS(2793), 1, - anon_sym_and, - ACTIONS(2795), 1, - anon_sym_or, - ACTIONS(2821), 1, + [98015] = 9, + ACTIONS(3005), 1, anon_sym_as, - ACTIONS(2823), 1, + ACTIONS(3007), 1, anon_sym_if, + ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, + anon_sym_or, ACTIONS(3055), 1, anon_sym_COMMA, - STATE(2106), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3053), 2, - sym_newline, - anon_sym_SEMI, - [98000] = 7, - ACTIONS(1474), 1, - anon_sym_except_STAR, - ACTIONS(1478), 1, - anon_sym_except, ACTIONS(3057), 1, - anon_sym_finally, - STATE(764), 1, - sym_finally_clause, + anon_sym_COLON, + ACTIONS(3059), 1, + anon_sym_RBRACK, + STATE(2141), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(587), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - STATE(590), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - [98025] = 8, + [98044] = 5, ACTIONS(2793), 1, + anon_sym_as, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2795), 1, + ACTIONS(2807), 1, anon_sym_or, - ACTIONS(2821), 1, - anon_sym_as, - ACTIONS(2823), 1, - anon_sym_if, - ACTIONS(2906), 1, - anon_sym_COMMA, - STATE(2037), 1, - aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2904), 2, - sym_newline, - anon_sym_SEMI, - [98052] = 5, - ACTIONS(2840), 1, + ACTIONS(3045), 5, + anon_sym_COMMA, + anon_sym_async, + anon_sym_if, + anon_sym_for, + anon_sym_RBRACE, + [98065] = 5, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2848), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2848), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, @@ -109272,67 +109284,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, anon_sym_if, anon_sym_for, - [98073] = 9, - ACTIONS(3003), 1, - anon_sym_as, - ACTIONS(3005), 1, - anon_sym_if, - ACTIONS(3007), 1, - anon_sym_and, - ACTIONS(3009), 1, - anon_sym_or, - ACTIONS(3059), 1, - anon_sym_COMMA, + [98086] = 7, + ACTIONS(65), 1, + anon_sym_AT, ACTIONS(3061), 1, - anon_sym_COLON, + anon_sym_async, ACTIONS(3063), 1, - anon_sym_RBRACK, - STATE(2252), 1, - aux_sym_subscript_repeat1, + anon_sym_def, + ACTIONS(3065), 1, + anon_sym_class, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [98102] = 7, - ACTIONS(1474), 1, + STATE(756), 2, + sym_function_definition, + sym_class_definition, + STATE(1798), 2, + sym_decorator, + aux_sym_decorated_definition_repeat1, + [98111] = 7, + ACTIONS(1470), 1, anon_sym_except_STAR, - ACTIONS(1478), 1, + ACTIONS(1480), 1, anon_sym_except, - ACTIONS(3057), 1, + ACTIONS(3043), 1, anon_sym_finally, - STATE(776), 1, + STATE(749), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(588), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - STATE(589), 2, + STATE(591), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, - [98127] = 6, - ACTIONS(2840), 1, + STATE(592), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + [98136] = 5, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2844), 1, - anon_sym_if, + ACTIONS(2846), 1, + anon_sym_and, ACTIONS(2848), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3045), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_async, + anon_sym_if, + anon_sym_for, + [98157] = 6, + ACTIONS(2838), 1, + anon_sym_as, + ACTIONS(2842), 1, + anon_sym_if, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2848), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2819), 4, + ACTIONS(2822), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, anon_sym_for, - [98150] = 5, - ACTIONS(2801), 1, + [98180] = 5, + ACTIONS(2779), 1, anon_sym_as, - ACTIONS(2813), 1, + ACTIONS(2787), 1, anon_sym_and, - ACTIONS(2815), 1, + ACTIONS(2789), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, @@ -109342,335 +109368,389 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, anon_sym_if, anon_sym_for, - anon_sym_RBRACE, - [98171] = 5, - ACTIONS(3065), 1, - anon_sym_DOT, + anon_sym_RBRACK, + [98201] = 5, ACTIONS(3067), 1, + anon_sym_DOT, + ACTIONS(3069), 1, anon_sym_EQ, STATE(1774), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3027), 5, + ACTIONS(3034), 5, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [98192] = 5, - ACTIONS(2840), 1, + [98222] = 9, + ACTIONS(3005), 1, anon_sym_as, - ACTIONS(2848), 1, + ACTIONS(3007), 1, + anon_sym_if, + ACTIONS(3009), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(3011), 1, + anon_sym_or, + ACTIONS(3057), 1, + anon_sym_COLON, + ACTIONS(3071), 1, + anon_sym_COMMA, + ACTIONS(3073), 1, + anon_sym_RBRACK, + STATE(2179), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [98251] = 8, + ACTIONS(2816), 1, + anon_sym_and, + ACTIONS(2818), 1, anon_sym_or, + ACTIONS(2824), 1, + anon_sym_as, + ACTIONS(2826), 1, + anon_sym_if, + ACTIONS(3028), 1, + anon_sym_COMMA, + STATE(1984), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3045), 5, + ACTIONS(2920), 2, + sym_newline, + anon_sym_SEMI, + [98278] = 6, + ACTIONS(2838), 1, + anon_sym_as, + ACTIONS(2842), 1, + anon_sym_if, + ACTIONS(2846), 1, + anon_sym_and, + ACTIONS(2848), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2832), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, - anon_sym_if, anon_sym_for, - [98213] = 7, - ACTIONS(1464), 1, - anon_sym_except, - ACTIONS(1480), 1, - anon_sym_except_STAR, - ACTIONS(3069), 1, - anon_sym_finally, - STATE(751), 1, - sym_finally_clause, + [98301] = 9, + ACTIONS(3005), 1, + anon_sym_as, + ACTIONS(3007), 1, + anon_sym_if, + ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, + anon_sym_or, + ACTIONS(3057), 1, + anon_sym_COLON, + ACTIONS(3075), 1, + anon_sym_COMMA, + ACTIONS(3077), 1, + anon_sym_RBRACK, + STATE(2212), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(586), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - STATE(592), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - [98238] = 5, - ACTIONS(2801), 1, + [98330] = 5, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2813), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2815), 1, + ACTIONS(2848), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(3045), 5, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, anon_sym_if, anon_sym_for, - anon_sym_RBRACE, - [98259] = 6, - ACTIONS(2840), 1, - anon_sym_as, - ACTIONS(2844), 1, - anon_sym_if, - ACTIONS(2848), 1, + [98351] = 5, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2848), 1, anon_sym_or, + ACTIONS(3079), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2825), 4, + ACTIONS(2811), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, + anon_sym_if, anon_sym_for, - [98282] = 8, - ACTIONS(2793), 1, + [98372] = 8, + ACTIONS(2816), 1, anon_sym_and, - ACTIONS(2795), 1, + ACTIONS(2818), 1, anon_sym_or, - ACTIONS(2821), 1, + ACTIONS(2824), 1, anon_sym_as, - ACTIONS(2823), 1, + ACTIONS(2826), 1, anon_sym_if, - ACTIONS(3023), 1, + ACTIONS(3084), 1, anon_sym_COMMA, - STATE(1989), 1, + STATE(2109), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2740), 2, + ACTIONS(3082), 2, sym_newline, anon_sym_SEMI, - [98309] = 5, - ACTIONS(2801), 1, - anon_sym_as, - ACTIONS(2813), 1, - anon_sym_and, - ACTIONS(2815), 1, - anon_sym_or, + [98399] = 4, + ACTIONS(333), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3045), 5, + STATE(1022), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(3086), 5, anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_for, - anon_sym_RBRACE, - [98330] = 9, - ACTIONS(3003), 1, anon_sym_as, - ACTIONS(3005), 1, anon_sym_if, - ACTIONS(3007), 1, + anon_sym_COLON, + anon_sym_PIPE, + [98418] = 8, + ACTIONS(2816), 1, anon_sym_and, - ACTIONS(3009), 1, + ACTIONS(2818), 1, anon_sym_or, - ACTIONS(3061), 1, - anon_sym_COLON, - ACTIONS(3071), 1, + ACTIONS(2824), 1, + anon_sym_as, + ACTIONS(2826), 1, + anon_sym_if, + ACTIONS(3028), 1, anon_sym_COMMA, - ACTIONS(3073), 1, - anon_sym_RBRACK, - STATE(2142), 1, - aux_sym_subscript_repeat1, + STATE(1984), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [98359] = 5, - ACTIONS(2779), 1, + ACTIONS(2759), 2, + sym_newline, + anon_sym_SEMI, + [98445] = 6, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2787), 1, + ACTIONS(2842), 1, + anon_sym_if, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2789), 1, + ACTIONS(2848), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3045), 5, + ACTIONS(2828), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, - anon_sym_if, anon_sym_for, - anon_sym_RBRACK, - [98380] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3033), 8, - anon_sym_import, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, + [98468] = 6, + ACTIONS(2793), 1, anon_sym_as, + ACTIONS(2797), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [98395] = 4, - ACTIONS(2834), 1, - anon_sym_as, - ACTIONS(2848), 1, + ACTIONS(2805), 1, anon_sym_and, + ACTIONS(2807), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2817), 6, - anon_sym_RPAREN, + ACTIONS(3088), 4, anon_sym_COMMA, anon_sym_async, - anon_sym_if, anon_sym_for, + anon_sym_RBRACE, + [98491] = 6, + ACTIONS(2816), 1, + anon_sym_and, + ACTIONS(2818), 1, anon_sym_or, - [98414] = 5, - ACTIONS(3075), 1, - anon_sym_DOT, - ACTIONS(3077), 1, - anon_sym_EQ, - STATE(1777), 1, - aux_sym_dotted_name_repeat1, + ACTIONS(2824), 1, + anon_sym_as, + ACTIONS(2826), 1, + anon_sym_if, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3027), 5, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(3003), 4, + sym_newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [98435] = 9, - ACTIONS(3003), 1, - anon_sym_as, + [98514] = 9, ACTIONS(3005), 1, - anon_sym_if, + anon_sym_as, ACTIONS(3007), 1, - anon_sym_and, + anon_sym_if, ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, anon_sym_or, - ACTIONS(3061), 1, + ACTIONS(3057), 1, anon_sym_COLON, - ACTIONS(3079), 1, + ACTIONS(3090), 1, anon_sym_COMMA, - ACTIONS(3081), 1, + ACTIONS(3092), 1, anon_sym_RBRACK, - STATE(2185), 1, + STATE(2236), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [98464] = 6, - ACTIONS(2801), 1, + [98543] = 3, + ACTIONS(2056), 1, anon_sym_as, - ACTIONS(2805), 1, - anon_sym_if, - ACTIONS(2813), 1, - anon_sym_and, - ACTIONS(2815), 1, - anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3083), 4, + ACTIONS(2042), 7, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, + anon_sym_if, anon_sym_for, - anon_sym_RBRACE, - [98487] = 3, - ACTIONS(2062), 1, + anon_sym_and, + anon_sym_or, + [98560] = 8, + ACTIONS(2816), 1, + anon_sym_and, + ACTIONS(2818), 1, + anon_sym_or, + ACTIONS(2824), 1, + anon_sym_as, + ACTIONS(2826), 1, + anon_sym_if, + ACTIONS(2865), 1, + anon_sym_COMMA, + STATE(2086), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2863), 2, + sym_newline, + anon_sym_SEMI, + [98587] = 5, + ACTIONS(2846), 1, + anon_sym_and, + ACTIONS(2848), 1, + anon_sym_or, + ACTIONS(2889), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2048), 7, + ACTIONS(2830), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, anon_sym_if, anon_sym_for, - anon_sym_and, - anon_sym_or, - [98504] = 9, - ACTIONS(3003), 1, - anon_sym_as, + [98608] = 9, ACTIONS(3005), 1, - anon_sym_if, + anon_sym_as, ACTIONS(3007), 1, - anon_sym_and, + anon_sym_if, ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, anon_sym_or, - ACTIONS(3061), 1, + ACTIONS(3057), 1, anon_sym_COLON, - ACTIONS(3085), 1, + ACTIONS(3094), 1, anon_sym_COMMA, - ACTIONS(3087), 1, + ACTIONS(3096), 1, anon_sym_RBRACK, - STATE(2224), 1, + STATE(2255), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [98533] = 4, - ACTIONS(333), 1, - sym_string_start, + [98637] = 8, + ACTIONS(2816), 1, + anon_sym_and, + ACTIONS(2818), 1, + anon_sym_or, + ACTIONS(2824), 1, + anon_sym_as, + ACTIONS(2826), 1, + anon_sym_if, + ACTIONS(3100), 1, + anon_sym_COMMA, + STATE(2028), 1, + aux_sym_print_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1021), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(3089), 5, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [98552] = 9, - ACTIONS(3003), 1, - anon_sym_as, + ACTIONS(3098), 2, + sym_newline, + anon_sym_SEMI, + [98664] = 9, ACTIONS(3005), 1, - anon_sym_if, + anon_sym_as, ACTIONS(3007), 1, - anon_sym_and, + anon_sym_if, ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, anon_sym_or, - ACTIONS(3061), 1, + ACTIONS(3057), 1, anon_sym_COLON, - ACTIONS(3091), 1, + ACTIONS(3102), 1, anon_sym_COMMA, - ACTIONS(3093), 1, + ACTIONS(3104), 1, anon_sym_RBRACK, - STATE(2249), 1, + STATE(2263), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [98581] = 6, - ACTIONS(2793), 1, + [98693] = 8, + ACTIONS(2816), 1, anon_sym_and, - ACTIONS(2795), 1, + ACTIONS(2818), 1, anon_sym_or, - ACTIONS(2821), 1, + ACTIONS(2824), 1, anon_sym_as, - ACTIONS(2823), 1, + ACTIONS(2826), 1, anon_sym_if, + ACTIONS(3084), 1, + anon_sym_COMMA, + STATE(2044), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3017), 4, + ACTIONS(3106), 2, sym_newline, anon_sym_SEMI, - anon_sym_from, - anon_sym_COMMA, - [98604] = 3, - ACTIONS(2881), 1, + [98720] = 3, + ACTIONS(2891), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2797), 7, + ACTIONS(2809), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, @@ -109678,1569 +109758,1437 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_and, anon_sym_or, - [98621] = 5, - ACTIONS(3095), 1, + [98737] = 5, + ACTIONS(2779), 1, + anon_sym_as, + ACTIONS(2787), 1, + anon_sym_and, + ACTIONS(2789), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3045), 5, + anon_sym_COMMA, + anon_sym_async, + anon_sym_if, + anon_sym_for, + anon_sym_RBRACK, + [98758] = 5, + ACTIONS(3108), 1, anon_sym_DOT, - ACTIONS(3097), 1, + ACTIONS(3110), 1, anon_sym_EQ, - STATE(1770), 1, + STATE(1769), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3027), 5, + ACTIONS(3034), 5, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, anon_sym_RBRACE, - [98642] = 7, + [98779] = 7, ACTIONS(65), 1, anon_sym_AT, - ACTIONS(3099), 1, + ACTIONS(3112), 1, anon_sym_async, - ACTIONS(3101), 1, + ACTIONS(3114), 1, anon_sym_def, - ACTIONS(3103), 1, + ACTIONS(3116), 1, anon_sym_class, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(730), 2, + STATE(795), 2, sym_function_definition, sym_class_definition, - STATE(1788), 2, + STATE(1798), 2, sym_decorator, aux_sym_decorated_definition_repeat1, - [98667] = 9, - ACTIONS(3003), 1, - anon_sym_as, + [98804] = 9, ACTIONS(3005), 1, - anon_sym_if, + anon_sym_as, ACTIONS(3007), 1, - anon_sym_and, + anon_sym_if, ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, anon_sym_or, - ACTIONS(3061), 1, + ACTIONS(3057), 1, anon_sym_COLON, - ACTIONS(3105), 1, + ACTIONS(3118), 1, anon_sym_COMMA, - ACTIONS(3107), 1, + ACTIONS(3120), 1, anon_sym_RBRACK, - STATE(2274), 1, + STATE(2288), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [98696] = 5, - ACTIONS(2779), 1, + [98833] = 9, + ACTIONS(3005), 1, anon_sym_as, - ACTIONS(2787), 1, + ACTIONS(3007), 1, + anon_sym_if, + ACTIONS(3009), 1, anon_sym_and, - ACTIONS(2789), 1, + ACTIONS(3011), 1, anon_sym_or, + ACTIONS(3057), 1, + anon_sym_COLON, + ACTIONS(3122), 1, + anon_sym_COMMA, + ACTIONS(3124), 1, + anon_sym_RBRACK, + STATE(2322), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3045), 5, - anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_for, - anon_sym_RBRACK, - [98717] = 8, - ACTIONS(2793), 1, + [98862] = 4, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2795), 1, - anon_sym_or, - ACTIONS(2821), 1, + ACTIONS(2891), 1, anon_sym_as, - ACTIONS(2823), 1, - anon_sym_if, - ACTIONS(3111), 1, - anon_sym_COMMA, - STATE(2099), 1, - aux_sym_print_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3109), 2, - sym_newline, - anon_sym_SEMI, - [98744] = 9, - ACTIONS(3003), 1, - anon_sym_as, - ACTIONS(3005), 1, + ACTIONS(2809), 6, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_async, anon_sym_if, + anon_sym_for, + anon_sym_or, + [98881] = 9, + ACTIONS(3005), 1, + anon_sym_as, ACTIONS(3007), 1, - anon_sym_and, + anon_sym_if, ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, anon_sym_or, - ACTIONS(3061), 1, + ACTIONS(3057), 1, anon_sym_COLON, - ACTIONS(3113), 1, + ACTIONS(3126), 1, anon_sym_COMMA, - ACTIONS(3115), 1, + ACTIONS(3128), 1, anon_sym_RBRACK, - STATE(2299), 1, + STATE(2293), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [98773] = 9, - ACTIONS(3003), 1, - anon_sym_as, + [98910] = 9, ACTIONS(3005), 1, - anon_sym_if, + anon_sym_as, ACTIONS(3007), 1, - anon_sym_and, + anon_sym_if, ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, anon_sym_or, - ACTIONS(3061), 1, + ACTIONS(3057), 1, anon_sym_COLON, - ACTIONS(3117), 1, + ACTIONS(3130), 1, anon_sym_COMMA, - ACTIONS(3119), 1, + ACTIONS(3132), 1, anon_sym_RBRACK, - STATE(2306), 1, + STATE(2297), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [98802] = 9, - ACTIONS(3003), 1, + [98939] = 5, + ACTIONS(2779), 1, anon_sym_as, - ACTIONS(3005), 1, - anon_sym_if, - ACTIONS(3007), 1, + ACTIONS(2787), 1, anon_sym_and, - ACTIONS(3009), 1, + ACTIONS(2789), 1, anon_sym_or, - ACTIONS(3061), 1, - anon_sym_COLON, - ACTIONS(3121), 1, - anon_sym_COMMA, - ACTIONS(3123), 1, - anon_sym_RBRACK, - STATE(2311), 1, - aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [98831] = 8, - ACTIONS(2793), 1, - anon_sym_and, - ACTIONS(2795), 1, - anon_sym_or, - ACTIONS(2821), 1, - anon_sym_as, - ACTIONS(2823), 1, - anon_sym_if, - ACTIONS(3023), 1, + ACTIONS(3045), 5, anon_sym_COMMA, - STATE(1989), 1, - aux_sym_assert_statement_repeat1, + anon_sym_async, + anon_sym_if, + anon_sym_for, + anon_sym_RBRACK, + [98960] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3125), 2, - sym_newline, - anon_sym_SEMI, - [98858] = 7, + ACTIONS(3013), 8, + anon_sym_import, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + [98975] = 7, ACTIONS(1464), 1, - anon_sym_except, - ACTIONS(1480), 1, anon_sym_except_STAR, - ACTIONS(3069), 1, + ACTIONS(1474), 1, + anon_sym_except, + ACTIONS(3134), 1, anon_sym_finally, - STATE(745), 1, + STATE(776), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(591), 2, + STATE(589), 2, sym_except_clause, aux_sym_try_statement_repeat1, - STATE(593), 2, + STATE(590), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, - [98883] = 6, - ACTIONS(2840), 1, + [99000] = 3, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2844), 1, - anon_sym_if, - ACTIONS(2848), 1, - anon_sym_and, - ACTIONS(2850), 1, - anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2832), 4, + ACTIONS(2820), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, + anon_sym_if, anon_sym_for, - [98906] = 8, - ACTIONS(2793), 1, anon_sym_and, - ACTIONS(2795), 1, anon_sym_or, - ACTIONS(2821), 1, - anon_sym_as, - ACTIONS(2823), 1, - anon_sym_if, - ACTIONS(3055), 1, - anon_sym_COMMA, - STATE(2075), 1, - aux_sym_assert_statement_repeat1, + [99017] = 7, + ACTIONS(1464), 1, + anon_sym_except_STAR, + ACTIONS(1474), 1, + anon_sym_except, + ACTIONS(3134), 1, + anon_sym_finally, + STATE(762), 1, + sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3127), 2, - sym_newline, - anon_sym_SEMI, - [98933] = 9, - ACTIONS(3003), 1, + STATE(586), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + STATE(588), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + [99042] = 8, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(3005), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(3007), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(3009), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3061), 1, + ACTIONS(3136), 1, + anon_sym_COMMA, + ACTIONS(3138), 1, anon_sym_COLON, - ACTIONS(3129), 1, + STATE(2341), 1, + aux_sym_match_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [99068] = 8, + ACTIONS(2795), 1, + anon_sym_async, + ACTIONS(2801), 1, + anon_sym_for, + ACTIONS(3140), 1, anon_sym_COMMA, - ACTIONS(3131), 1, - anon_sym_RBRACK, - STATE(2235), 1, - aux_sym_subscript_repeat1, + ACTIONS(3142), 1, + anon_sym_RBRACE, + STATE(1783), 1, + sym_for_in_clause, + STATE(2172), 1, + aux_sym_dictionary_repeat1, + STATE(2504), 1, + sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [98962] = 5, - ACTIONS(2840), 1, + [99094] = 7, + ACTIONS(3144), 1, + sym_identifier, + ACTIONS(3146), 1, + anon_sym_LPAREN, + ACTIONS(3148), 1, + anon_sym_STAR, + STATE(1935), 1, + sym_dotted_name, + STATE(2017), 1, + sym_aliased_import, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(2366), 2, + sym_import_list, + sym_wildcard_import, + [99118] = 7, + ACTIONS(3005), 1, anon_sym_as, - ACTIONS(2848), 1, + ACTIONS(3007), 1, + anon_sym_if, + ACTIONS(3009), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(3011), 1, anon_sym_or, + ACTIONS(3150), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3045), 5, - anon_sym_RPAREN, + ACTIONS(1388), 2, anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_for, - [98983] = 5, - ACTIONS(2848), 1, + anon_sym_RBRACK, + [99142] = 5, + ACTIONS(2779), 1, + anon_sym_as, + ACTIONS(2787), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2789), 1, anon_sym_or, - ACTIONS(3133), 1, - anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2827), 5, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(3152), 4, anon_sym_async, anon_sym_if, anon_sym_for, - [99004] = 5, - ACTIONS(2848), 1, - anon_sym_and, - ACTIONS(2850), 1, - anon_sym_or, - ACTIONS(2893), 1, - anon_sym_as, + anon_sym_RBRACK, + [99162] = 4, + ACTIONS(772), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2791), 5, + STATE(975), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(3086), 4, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_for, - [99025] = 3, - ACTIONS(2834), 1, anon_sym_as, + anon_sym_PIPE, + [99180] = 4, + ACTIONS(3154), 1, + anon_sym_DOT, + STATE(1738), 1, + aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2817), 7, - anon_sym_RPAREN, + ACTIONS(3013), 5, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [99198] = 6, + ACTIONS(2781), 1, anon_sym_async, - anon_sym_if, + ACTIONS(2785), 1, anon_sym_for, - anon_sym_and, - anon_sym_or, - [99042] = 8, - ACTIONS(2924), 1, + ACTIONS(3157), 1, + anon_sym_if, + ACTIONS(3159), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1755), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym_comprehension_clauses_repeat1, + [99220] = 8, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2926), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2928), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2930), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(2983), 1, - anon_sym_RPAREN, - ACTIONS(3136), 1, + ACTIONS(3161), 1, anon_sym_COMMA, - STATE(2162), 1, + ACTIONS(3163), 1, + anon_sym_COLON, + STATE(2360), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [99068] = 6, - ACTIONS(3), 1, + [99246] = 7, + ACTIONS(2574), 1, + sym_identifier, + ACTIONS(3165), 1, + anon_sym_DOT, + ACTIONS(3167), 1, + anon_sym___future__, + STATE(2094), 1, + aux_sym_import_prefix_repeat1, + STATE(2261), 1, + sym_import_prefix, + ACTIONS(3), 2, sym_comment, - ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3143), 1, - sym_not_escape_sequence, - STATE(1733), 1, - aux_sym_string_content_repeat1, - ACTIONS(3138), 2, - sym_string_end, - anon_sym_LBRACE, - ACTIONS(3140), 3, - sym_string_content_, - sym_escape_interpolation, - sym_escape_sequence, - [99090] = 8, - ACTIONS(2803), 1, + STATE(2588), 2, + sym_relative_import, + sym_dotted_name, + [99270] = 8, + ACTIONS(2795), 1, anon_sym_async, - ACTIONS(2809), 1, + ACTIONS(2801), 1, anon_sym_for, - ACTIONS(3146), 1, + ACTIONS(3169), 1, anon_sym_COMMA, - ACTIONS(3148), 1, + ACTIONS(3171), 1, anon_sym_RBRACE, - STATE(1780), 1, + STATE(1783), 1, sym_for_in_clause, - STATE(2214), 1, + STATE(2254), 1, aux_sym_dictionary_repeat1, - STATE(2608), 1, + STATE(2540), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [99116] = 7, - ACTIONS(3003), 1, - anon_sym_as, - ACTIONS(3005), 1, + [99296] = 6, + ACTIONS(2840), 1, + anon_sym_async, + ACTIONS(2844), 1, + anon_sym_for, + ACTIONS(3173), 1, + anon_sym_RPAREN, + ACTIONS(3175), 1, anon_sym_if, - ACTIONS(3007), 1, - anon_sym_and, - ACTIONS(3009), 1, - anon_sym_or, - ACTIONS(3061), 1, - anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3150), 2, + STATE(1773), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym_comprehension_clauses_repeat1, + [99318] = 8, + ACTIONS(2873), 1, + anon_sym_RPAREN, + ACTIONS(2875), 1, anon_sym_COMMA, - anon_sym_RBRACK, - [99140] = 8, - ACTIONS(2953), 1, + ACTIONS(2926), 1, + anon_sym_and, + ACTIONS(2940), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2942), 1, anon_sym_if, - ACTIONS(2957), 1, - anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2944), 1, anon_sym_or, - ACTIONS(3152), 1, - anon_sym_COMMA, - ACTIONS(3154), 1, - anon_sym_COLON, - STATE(2328), 1, - aux_sym_match_statement_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [99166] = 4, - ACTIONS(3156), 1, - anon_sym_DOT, - STATE(1737), 1, - aux_sym_dotted_name_repeat1, + STATE(2140), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3033), 5, - anon_sym_LPAREN, + [99344] = 8, + ACTIONS(2795), 1, + anon_sym_async, + ACTIONS(2801), 1, + anon_sym_for, + ACTIONS(3177), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, - anon_sym_PIPE, - [99184] = 7, - ACTIONS(1326), 1, - anon_sym_COLON, - ACTIONS(3003), 1, - anon_sym_as, - ACTIONS(3005), 1, - anon_sym_if, - ACTIONS(3007), 1, - anon_sym_and, - ACTIONS(3009), 1, - anon_sym_or, + ACTIONS(3179), 1, + anon_sym_RBRACE, + STATE(1783), 1, + sym_for_in_clause, + STATE(2347), 1, + aux_sym_dictionary_repeat1, + STATE(2592), 1, + sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1324), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [99208] = 6, + [99370] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3163), 1, + ACTIONS(3186), 1, sym_not_escape_sequence, - STATE(1733), 1, + STATE(1746), 1, aux_sym_string_content_repeat1, - ACTIONS(3159), 2, + ACTIONS(3181), 2, sym_string_end, anon_sym_LBRACE, - ACTIONS(3161), 3, + ACTIONS(3183), 3, sym_string_content_, sym_escape_interpolation, sym_escape_sequence, - [99230] = 8, - ACTIONS(2803), 1, - anon_sym_async, - ACTIONS(2809), 1, - anon_sym_for, - ACTIONS(3165), 1, - anon_sym_COMMA, - ACTIONS(3167), 1, - anon_sym_RBRACE, - STATE(1780), 1, - sym_for_in_clause, - STATE(2241), 1, - aux_sym_dictionary_repeat1, - STATE(2516), 1, - sym_comprehension_clauses, + [99392] = 6, + ACTIONS(2816), 1, + anon_sym_and, + ACTIONS(2818), 1, + anon_sym_or, + ACTIONS(2824), 1, + anon_sym_as, + ACTIONS(2826), 1, + anon_sym_if, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [99256] = 4, - ACTIONS(3169), 1, + ACTIONS(3189), 3, + sym_newline, + anon_sym_SEMI, + anon_sym_COMMA, + [99414] = 4, + ACTIONS(3047), 1, anon_sym_DOT, - STATE(1741), 1, + STATE(1738), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3033), 5, + ACTIONS(3041), 5, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - [99274] = 6, - ACTIONS(2803), 1, - anon_sym_async, - ACTIONS(2809), 1, - anon_sym_for, - ACTIONS(3172), 1, - anon_sym_if, - ACTIONS(3174), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1749), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym_comprehension_clauses_repeat1, - [99296] = 7, - ACTIONS(2574), 1, - sym_identifier, - ACTIONS(3176), 1, - anon_sym_DOT, - ACTIONS(3178), 1, - anon_sym___future__, - STATE(2069), 1, - aux_sym_import_prefix_repeat1, - STATE(2164), 1, - sym_import_prefix, + [99432] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2529), 2, - sym_relative_import, - sym_dotted_name, - [99320] = 5, - ACTIONS(2801), 1, - anon_sym_as, - ACTIONS(2813), 1, - anon_sym_and, - ACTIONS(2815), 1, - anon_sym_or, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3180), 4, - anon_sym_async, - anon_sym_if, - anon_sym_for, - anon_sym_RBRACE, - [99340] = 8, - ACTIONS(2803), 1, - anon_sym_async, - ACTIONS(2809), 1, - anon_sym_for, - ACTIONS(3182), 1, - anon_sym_COMMA, - ACTIONS(3184), 1, - anon_sym_RBRACE, - STATE(1780), 1, - sym_for_in_clause, - STATE(2134), 1, - aux_sym_dictionary_repeat1, - STATE(2494), 1, - sym_comprehension_clauses, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [99366] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3188), 2, + ACTIONS(3191), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3186), 5, + ACTIONS(3086), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [99382] = 8, - ACTIONS(2803), 1, - anon_sym_async, - ACTIONS(2809), 1, - anon_sym_for, - ACTIONS(3190), 1, - anon_sym_COMMA, - ACTIONS(3192), 1, - anon_sym_RBRACE, - STATE(1780), 1, - sym_for_in_clause, - STATE(2265), 1, - aux_sym_dictionary_repeat1, - STATE(2598), 1, - sym_comprehension_clauses, + [99448] = 7, + ACTIONS(1368), 1, + anon_sym_COLON, + ACTIONS(3005), 1, + anon_sym_as, + ACTIONS(3007), 1, + anon_sym_if, + ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [99408] = 4, - ACTIONS(706), 1, - sym_string_start, + ACTIONS(1366), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [99472] = 4, + ACTIONS(3193), 1, + anon_sym_DOT, + STATE(1751), 1, + aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(955), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(3089), 4, + ACTIONS(3013), 5, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, anon_sym_RBRACE, - [99426] = 6, - ACTIONS(3194), 1, - anon_sym_async, - ACTIONS(3197), 1, - anon_sym_if, - ACTIONS(3200), 1, - anon_sym_for, - ACTIONS(3203), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1749), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym_comprehension_clauses_repeat1, - [99448] = 4, - ACTIONS(3065), 1, + [99490] = 4, + ACTIONS(3067), 1, anon_sym_DOT, STATE(1774), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3027), 5, + ACTIONS(3034), 5, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [99466] = 8, - ACTIONS(2953), 1, - anon_sym_as, - ACTIONS(2955), 1, - anon_sym_if, - ACTIONS(2957), 1, - anon_sym_and, - ACTIONS(2959), 1, - anon_sym_or, - ACTIONS(3205), 1, + [99508] = 8, + ACTIONS(2795), 1, + anon_sym_async, + ACTIONS(2801), 1, + anon_sym_for, + ACTIONS(3196), 1, anon_sym_COMMA, - ACTIONS(3207), 1, - anon_sym_COLON, - STATE(2342), 1, - aux_sym_assert_statement_repeat1, + ACTIONS(3198), 1, + anon_sym_RBRACE, + STATE(1783), 1, + sym_for_in_clause, + STATE(2281), 1, + aux_sym_dictionary_repeat1, + STATE(2481), 1, + sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [99492] = 8, - ACTIONS(2803), 1, + [99534] = 8, + ACTIONS(2795), 1, anon_sym_async, - ACTIONS(2809), 1, + ACTIONS(2801), 1, anon_sym_for, - ACTIONS(3209), 1, + ACTIONS(3200), 1, anon_sym_COMMA, - ACTIONS(3211), 1, + ACTIONS(3202), 1, anon_sym_RBRACE, - STATE(1780), 1, + STATE(1783), 1, sym_for_in_clause, - STATE(2290), 1, + STATE(2205), 1, aux_sym_dictionary_repeat1, - STATE(2482), 1, + STATE(2587), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [99518] = 5, - ACTIONS(2779), 1, - anon_sym_as, - ACTIONS(2787), 1, - anon_sym_and, - ACTIONS(2789), 1, - anon_sym_or, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3180), 4, + [99560] = 6, + ACTIONS(3204), 1, anon_sym_async, + ACTIONS(3207), 1, anon_sym_if, + ACTIONS(3210), 1, anon_sym_for, - anon_sym_RBRACK, - [99538] = 7, - ACTIONS(3003), 1, - anon_sym_as, - ACTIONS(3005), 1, - anon_sym_if, - ACTIONS(3007), 1, - anon_sym_and, - ACTIONS(3009), 1, - anon_sym_or, ACTIONS(3213), 1, - anon_sym_COLON, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1378), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [99562] = 6, - ACTIONS(2793), 1, - anon_sym_and, - ACTIONS(2795), 1, - anon_sym_or, - ACTIONS(2821), 1, - anon_sym_as, - ACTIONS(2823), 1, + STATE(1755), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym_comprehension_clauses_repeat1, + [99582] = 6, + ACTIONS(3213), 1, + anon_sym_RBRACE, + ACTIONS(3215), 1, + anon_sym_async, + ACTIONS(3218), 1, anon_sym_if, + ACTIONS(3221), 1, + anon_sym_for, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3215), 3, - sym_newline, - anon_sym_SEMI, - anon_sym_COMMA, - [99584] = 3, + STATE(1756), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym_comprehension_clauses_repeat1, + [99604] = 4, + ACTIONS(706), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3217), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3089), 5, + STATE(963), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(3086), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, anon_sym_PIPE, - [99600] = 6, - ACTIONS(2781), 1, + anon_sym_RBRACE, + [99622] = 8, + ACTIONS(2795), 1, anon_sym_async, - ACTIONS(2785), 1, + ACTIONS(2801), 1, anon_sym_for, - ACTIONS(3174), 1, - anon_sym_RBRACK, - ACTIONS(3219), 1, - anon_sym_if, + ACTIONS(3224), 1, + anon_sym_COMMA, + ACTIONS(3226), 1, + anon_sym_RBRACE, + STATE(1783), 1, + sym_for_in_clause, + STATE(2208), 1, + aux_sym_dictionary_repeat1, + STATE(2622), 1, + sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1759), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym_comprehension_clauses_repeat1, - [99622] = 8, - ACTIONS(2873), 1, - anon_sym_RPAREN, - ACTIONS(2875), 1, - anon_sym_COMMA, - ACTIONS(2924), 1, - anon_sym_as, - ACTIONS(2926), 1, - anon_sym_if, - ACTIONS(2928), 1, - anon_sym_and, - ACTIONS(2930), 1, - anon_sym_or, - STATE(2141), 1, - aux_sym_argument_list_repeat1, + [99648] = 4, + ACTIONS(728), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [99648] = 6, - ACTIONS(3203), 1, + STATE(1029), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(3086), 4, + anon_sym_COMMA, + anon_sym_as, anon_sym_RBRACK, - ACTIONS(3221), 1, - anon_sym_async, - ACTIONS(3224), 1, - anon_sym_if, - ACTIONS(3227), 1, - anon_sym_for, - ACTIONS(3), 2, + anon_sym_PIPE, + [99666] = 6, + ACTIONS(3), 1, sym_comment, + ACTIONS(5), 1, sym_line_continuation, - STATE(1759), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym_comprehension_clauses_repeat1, - [99670] = 4, - ACTIONS(3095), 1, + ACTIONS(3232), 1, + sym_not_escape_sequence, + STATE(1746), 1, + aux_sym_string_content_repeat1, + ACTIONS(3228), 2, + sym_string_end, + anon_sym_LBRACE, + ACTIONS(3230), 3, + sym_string_content_, + sym_escape_interpolation, + sym_escape_sequence, + [99688] = 4, + ACTIONS(3047), 1, anon_sym_DOT, - STATE(1770), 1, + STATE(1748), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3027), 5, + ACTIONS(3034), 5, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [99688] = 5, - ACTIONS(2840), 1, - anon_sym_as, - ACTIONS(2848), 1, + [99706] = 6, + ACTIONS(2816), 1, anon_sym_and, - ACTIONS(2850), 1, + ACTIONS(2818), 1, anon_sym_or, + ACTIONS(2824), 1, + anon_sym_as, + ACTIONS(2826), 1, + anon_sym_if, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3180), 4, - anon_sym_RPAREN, + ACTIONS(3234), 3, + sym_newline, + anon_sym_SEMI, + anon_sym_COMMA, + [99728] = 6, + ACTIONS(2781), 1, anon_sym_async, - anon_sym_if, + ACTIONS(2785), 1, anon_sym_for, - [99708] = 6, - ACTIONS(3203), 1, - anon_sym_RPAREN, - ACTIONS(3230), 1, - anon_sym_async, - ACTIONS(3233), 1, + ACTIONS(3157), 1, anon_sym_if, - ACTIONS(3236), 1, - anon_sym_for, + ACTIONS(3173), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1762), 3, + STATE(1739), 3, sym_for_in_clause, sym_if_clause, aux_sym_comprehension_clauses_repeat1, - [99730] = 8, - ACTIONS(2953), 1, + [99750] = 8, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3239), 1, + ACTIONS(3236), 1, anon_sym_COMMA, - ACTIONS(3241), 1, + ACTIONS(3238), 1, anon_sym_COLON, - STATE(2197), 1, + STATE(2198), 1, aux_sym_match_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [99756] = 8, - ACTIONS(2953), 1, + [99776] = 7, + ACTIONS(3005), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(3007), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(3009), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(3011), 1, anon_sym_or, - ACTIONS(3205), 1, - anon_sym_COMMA, - ACTIONS(3243), 1, + ACTIONS(3057), 1, anon_sym_COLON, - STATE(2342), 1, - aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [99782] = 8, - ACTIONS(2953), 1, + ACTIONS(3240), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [99800] = 8, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3205), 1, + ACTIONS(3161), 1, anon_sym_COMMA, - ACTIONS(3245), 1, + ACTIONS(3242), 1, anon_sym_COLON, - STATE(2342), 1, + STATE(2360), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [99808] = 8, - ACTIONS(2953), 1, + [99826] = 8, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3205), 1, + ACTIONS(3161), 1, anon_sym_COMMA, - ACTIONS(3247), 1, + ACTIONS(3244), 1, anon_sym_COLON, - STATE(2342), 1, + STATE(2360), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [99834] = 8, - ACTIONS(2803), 1, - anon_sym_async, - ACTIONS(2809), 1, - anon_sym_for, - ACTIONS(3249), 1, - anon_sym_COMMA, - ACTIONS(3251), 1, - anon_sym_RBRACE, - STATE(1780), 1, - sym_for_in_clause, - STATE(2205), 1, - aux_sym_dictionary_repeat1, - STATE(2561), 1, - sym_comprehension_clauses, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [99860] = 6, - ACTIONS(2842), 1, - anon_sym_async, - ACTIONS(2846), 1, - anon_sym_for, - ACTIONS(3174), 1, - anon_sym_RPAREN, - ACTIONS(3253), 1, - anon_sym_if, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1762), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym_comprehension_clauses_repeat1, - [99882] = 6, - ACTIONS(2781), 1, - anon_sym_async, - ACTIONS(2785), 1, - anon_sym_for, - ACTIONS(3219), 1, - anon_sym_if, - ACTIONS(3255), 1, + [99852] = 8, + ACTIONS(2920), 1, anon_sym_RBRACK, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1757), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym_comprehension_clauses_repeat1, - [99904] = 4, - ACTIONS(3095), 1, - anon_sym_DOT, - STATE(1781), 1, - aux_sym_dotted_name_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3038), 5, - anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(3005), 1, anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [99922] = 8, - ACTIONS(2803), 1, - anon_sym_async, - ACTIONS(2809), 1, - anon_sym_for, - ACTIONS(3257), 1, - anon_sym_COMMA, - ACTIONS(3259), 1, - anon_sym_RBRACE, - STATE(1780), 1, - sym_for_in_clause, - STATE(2179), 1, - aux_sym_dictionary_repeat1, - STATE(2539), 1, - sym_comprehension_clauses, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [99948] = 6, - ACTIONS(2793), 1, + ACTIONS(3007), 1, + anon_sym_if, + ACTIONS(3009), 1, anon_sym_and, - ACTIONS(2795), 1, + ACTIONS(3011), 1, anon_sym_or, - ACTIONS(2821), 1, - anon_sym_as, - ACTIONS(2823), 1, - anon_sym_if, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3261), 3, - sym_newline, - anon_sym_SEMI, + ACTIONS(3246), 1, anon_sym_COMMA, - [99970] = 4, - ACTIONS(728), 1, - sym_string_start, + STATE(2210), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1088), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(3089), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, - anon_sym_PIPE, - [99988] = 4, - ACTIONS(3065), 1, + [99878] = 4, + ACTIONS(3108), 1, anon_sym_DOT, - STATE(1737), 1, + STATE(1751), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3038), 5, + ACTIONS(3041), 5, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [100006] = 8, - ACTIONS(2803), 1, + anon_sym_RBRACE, + [99896] = 8, + ACTIONS(2795), 1, anon_sym_async, - ACTIONS(2809), 1, + ACTIONS(2801), 1, anon_sym_for, - ACTIONS(3263), 1, + ACTIONS(3248), 1, anon_sym_COMMA, - ACTIONS(3265), 1, + ACTIONS(3250), 1, anon_sym_RBRACE, - STATE(1780), 1, + STATE(1783), 1, sym_for_in_clause, - STATE(2284), 1, + STATE(2132), 1, aux_sym_dictionary_repeat1, - STATE(2571), 1, + STATE(2597), 1, sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [100032] = 7, - ACTIONS(3267), 1, - sym_identifier, - ACTIONS(3269), 1, - anon_sym_LPAREN, - ACTIONS(3271), 1, - anon_sym_STAR, - STATE(2002), 1, - sym_dotted_name, - STATE(2077), 1, - sym_aliased_import, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(2398), 2, - sym_import_list, - sym_wildcard_import, - [100056] = 4, - ACTIONS(3075), 1, - anon_sym_DOT, - STATE(1741), 1, - aux_sym_dotted_name_repeat1, + [99922] = 5, + ACTIONS(2793), 1, + anon_sym_as, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3038), 5, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [100074] = 6, - ACTIONS(2842), 1, + ACTIONS(3152), 4, anon_sym_async, - ACTIONS(2846), 1, - anon_sym_for, - ACTIONS(3253), 1, anon_sym_if, - ACTIONS(3255), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1768), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym_comprehension_clauses_repeat1, - [100096] = 4, - ACTIONS(772), 1, - sym_string_start, + anon_sym_for, + anon_sym_RBRACE, + [99942] = 4, + ACTIONS(3108), 1, + anon_sym_DOT, + STATE(1769), 1, + aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(976), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(3089), 4, - anon_sym_RPAREN, + ACTIONS(3034), 5, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [100114] = 6, - ACTIONS(2803), 1, + anon_sym_RBRACE, + [99960] = 6, + ACTIONS(2840), 1, anon_sym_async, - ACTIONS(2809), 1, + ACTIONS(2844), 1, anon_sym_for, - ACTIONS(3172), 1, + ACTIONS(3159), 1, + anon_sym_RPAREN, + ACTIONS(3175), 1, anon_sym_if, - ACTIONS(3255), 1, - anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1742), 3, + STATE(1780), 3, sym_for_in_clause, sym_if_clause, aux_sym_comprehension_clauses_repeat1, - [100136] = 4, - ACTIONS(3273), 1, + [99982] = 4, + ACTIONS(3067), 1, anon_sym_DOT, - STATE(1781), 1, + STATE(1776), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3033), 5, + ACTIONS(3041), 5, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - anon_sym_RBRACE, - [100154] = 4, - ACTIONS(3075), 1, + [100000] = 8, + ACTIONS(2920), 1, + anon_sym_RPAREN, + ACTIONS(2926), 1, + anon_sym_and, + ACTIONS(2940), 1, + anon_sym_as, + ACTIONS(2942), 1, + anon_sym_if, + ACTIONS(2944), 1, + anon_sym_or, + ACTIONS(3252), 1, + anon_sym_COMMA, + STATE(2207), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [100026] = 4, + ACTIONS(3254), 1, anon_sym_DOT, - STATE(1777), 1, + STATE(1776), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3027), 5, + ACTIONS(3013), 5, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [100172] = 8, - ACTIONS(2983), 1, - anon_sym_RBRACK, - ACTIONS(3003), 1, - anon_sym_as, - ACTIONS(3005), 1, + [100044] = 6, + ACTIONS(2795), 1, + anon_sym_async, + ACTIONS(2801), 1, + anon_sym_for, + ACTIONS(3159), 1, + anon_sym_RBRACE, + ACTIONS(3257), 1, anon_sym_if, - ACTIONS(3007), 1, - anon_sym_and, - ACTIONS(3009), 1, - anon_sym_or, - ACTIONS(3276), 1, - anon_sym_COMMA, - STATE(2198), 1, - aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [100198] = 3, + STATE(1756), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym_comprehension_clauses_repeat1, + [100066] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3278), 2, + ACTIONS(3261), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3089), 4, - anon_sym_RPAREN, + ACTIONS(3259), 5, anon_sym_COMMA, anon_sym_as, + anon_sym_if, + anon_sym_COLON, anon_sym_PIPE, - [100213] = 6, - ACTIONS(2924), 1, + [100082] = 5, + ACTIONS(2838), 1, anon_sym_as, - ACTIONS(2926), 1, - anon_sym_if, - ACTIONS(2928), 1, + ACTIONS(2846), 1, anon_sym_and, - ACTIONS(2930), 1, + ACTIONS(2848), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3280), 2, + ACTIONS(3152), 4, anon_sym_RPAREN, - anon_sym_COMMA, - [100234] = 3, - ACTIONS(3282), 1, - anon_sym_LPAREN, + anon_sym_async, + anon_sym_if, + anon_sym_for, + [100102] = 6, + ACTIONS(3213), 1, + anon_sym_RPAREN, + ACTIONS(3263), 1, + anon_sym_async, + ACTIONS(3266), 1, + anon_sym_if, + ACTIONS(3269), 1, + anon_sym_for, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3089), 5, - anon_sym_COMMA, + STATE(1780), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym_comprehension_clauses_repeat1, + [100124] = 8, + ACTIONS(2964), 1, anon_sym_as, + ACTIONS(2966), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [100249] = 4, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, + ACTIONS(3161), 1, + anon_sym_COMMA, + ACTIONS(3272), 1, + anon_sym_COLON, + STATE(2360), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2791), 4, + [100150] = 8, + ACTIONS(2795), 1, + anon_sym_async, + ACTIONS(2801), 1, + anon_sym_for, + ACTIONS(3274), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - [100266] = 4, - ACTIONS(3286), 1, - anon_sym_AT, + ACTIONS(3276), 1, + anon_sym_RBRACE, + STATE(1783), 1, + sym_for_in_clause, + STATE(2229), 1, + aux_sym_dictionary_repeat1, + STATE(2566), 1, + sym_comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1788), 2, - sym_decorator, - aux_sym_decorated_definition_repeat1, - ACTIONS(3284), 3, + [100176] = 6, + ACTIONS(2795), 1, anon_sym_async, - anon_sym_def, - anon_sym_class, - [100283] = 7, - ACTIONS(3289), 1, - anon_sym_COMMA, - ACTIONS(3291), 1, - anon_sym_as, - ACTIONS(3293), 1, + ACTIONS(2801), 1, + anon_sym_for, + ACTIONS(3173), 1, + anon_sym_RBRACE, + ACTIONS(3257), 1, anon_sym_if, - ACTIONS(3295), 1, - anon_sym_COLON, - STATE(2003), 1, - aux_sym_case_clause_repeat1, - STATE(2527), 1, - sym_if_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [100306] = 4, - ACTIONS(3299), 1, + STATE(1777), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym_comprehension_clauses_repeat1, + [100198] = 6, + ACTIONS(3278), 1, + anon_sym_DOT, + ACTIONS(3282), 1, + anon_sym_COLON, + ACTIONS(3284), 1, + anon_sym_EQ, + ACTIONS(3286), 1, anon_sym_PIPE, - STATE(1888), 1, - aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3297), 4, + ACTIONS(3280), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, + [100219] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3288), 6, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_COLON, - [100323] = 6, - ACTIONS(3003), 1, - anon_sym_as, - ACTIONS(3005), 1, - anon_sym_if, - ACTIONS(3007), 1, - anon_sym_and, - ACTIONS(3009), 1, - anon_sym_or, + anon_sym_EQ, + anon_sym_PIPE, + [100232] = 5, + ACTIONS(3292), 1, + anon_sym_DOT, + ACTIONS(3294), 1, + anon_sym_COLON, + ACTIONS(3296), 1, + anon_sym_PIPE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3301), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [100344] = 4, - ACTIONS(3305), 1, - anon_sym_COMMA, - STATE(1797), 1, - aux_sym_for_in_clause_repeat1, + ACTIONS(3290), 3, + sym_newline, + anon_sym_SEMI, + anon_sym_EQ, + [100251] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3303), 4, - anon_sym_RPAREN, - anon_sym_async, - anon_sym_if, - anon_sym_for, - [100361] = 6, - ACTIONS(2939), 1, + ACTIONS(3298), 6, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PIPE, + [100264] = 6, + ACTIONS(2916), 1, anon_sym_as, - ACTIONS(2941), 1, + ACTIONS(2918), 1, anon_sym_if, - ACTIONS(2945), 1, + ACTIONS(2922), 1, anon_sym_and, - ACTIONS(2947), 1, + ACTIONS(2924), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3307), 2, + ACTIONS(3300), 2, anon_sym_COMMA, anon_sym_RBRACE, - [100382] = 2, + [100285] = 6, + ACTIONS(3292), 1, + anon_sym_DOT, + ACTIONS(3294), 1, + anon_sym_COLON, + ACTIONS(3296), 1, + anon_sym_PIPE, + ACTIONS(3304), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3309), 6, + ACTIONS(3302), 2, sym_newline, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [100395] = 6, - ACTIONS(2924), 1, + [100306] = 6, + ACTIONS(3005), 1, anon_sym_as, - ACTIONS(2926), 1, + ACTIONS(3007), 1, anon_sym_if, - ACTIONS(2928), 1, + ACTIONS(3009), 1, anon_sym_and, - ACTIONS(2930), 1, + ACTIONS(3011), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3311), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [100416] = 7, - ACTIONS(3313), 1, - anon_sym_DOT, - ACTIONS(3315), 1, + ACTIONS(3306), 2, anon_sym_COMMA, - ACTIONS(3317), 1, - anon_sym_COLON, - ACTIONS(3319), 1, anon_sym_RBRACK, - ACTIONS(3321), 1, - anon_sym_PIPE, - STATE(2319), 1, - aux_sym_type_parameter_repeat1, + [100327] = 6, + ACTIONS(2926), 1, + anon_sym_and, + ACTIONS(2940), 1, + anon_sym_as, + ACTIONS(2942), 1, + anon_sym_if, + ACTIONS(2944), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [100439] = 4, - ACTIONS(3325), 1, + ACTIONS(3308), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [100348] = 4, + ACTIONS(3312), 1, anon_sym_COMMA, STATE(1797), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3323), 4, + ACTIONS(3310), 4, anon_sym_RPAREN, anon_sym_async, anon_sym_if, anon_sym_for, - [100456] = 6, - ACTIONS(2924), 1, + [100365] = 6, + ACTIONS(2916), 1, anon_sym_as, - ACTIONS(2926), 1, + ACTIONS(2918), 1, anon_sym_if, - ACTIONS(2928), 1, + ACTIONS(2922), 1, anon_sym_and, - ACTIONS(2930), 1, + ACTIONS(2924), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3328), 2, - anon_sym_RPAREN, + ACTIONS(3308), 2, anon_sym_COMMA, - [100477] = 6, - ACTIONS(2953), 1, + anon_sym_RBRACE, + [100386] = 6, + ACTIONS(2926), 1, + anon_sym_and, + ACTIONS(2940), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2942), 1, anon_sym_if, - ACTIONS(2957), 1, - anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2944), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3330), 2, + ACTIONS(3314), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_COLON, - [100498] = 6, - ACTIONS(3003), 1, + [100407] = 6, + ACTIONS(2916), 1, anon_sym_as, - ACTIONS(3005), 1, + ACTIONS(2918), 1, anon_sym_if, - ACTIONS(3007), 1, + ACTIONS(2922), 1, anon_sym_and, - ACTIONS(3009), 1, + ACTIONS(2924), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3025), 2, + ACTIONS(3088), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [100519] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5), 1, - sym_line_continuation, - ACTIONS(3334), 1, - sym_not_escape_sequence, - ACTIONS(3332), 5, - sym_string_content_, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [100536] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5), 1, - sym_line_continuation, - ACTIONS(3338), 1, - sym_not_escape_sequence, - ACTIONS(3336), 5, - sym_string_content_, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [100553] = 6, - ACTIONS(2939), 1, - anon_sym_as, - ACTIONS(2941), 1, - anon_sym_if, - ACTIONS(2945), 1, + anon_sym_RBRACE, + [100428] = 6, + ACTIONS(2816), 1, anon_sym_and, - ACTIONS(2947), 1, + ACTIONS(2818), 1, anon_sym_or, + ACTIONS(2824), 1, + anon_sym_as, + ACTIONS(2826), 1, + anon_sym_if, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3083), 2, + ACTIONS(3316), 2, + sym_newline, + anon_sym_SEMI, + [100449] = 4, + ACTIONS(3320), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [100574] = 6, - ACTIONS(2924), 1, - anon_sym_as, - ACTIONS(2926), 1, - anon_sym_if, - ACTIONS(2928), 1, - anon_sym_and, - ACTIONS(2930), 1, - anon_sym_or, + STATE(1797), 1, + aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3017), 2, + ACTIONS(3318), 4, anon_sym_RPAREN, - anon_sym_COMMA, - [100595] = 4, - ACTIONS(3), 1, + anon_sym_async, + anon_sym_if, + anon_sym_for, + [100466] = 4, + ACTIONS(3325), 1, + anon_sym_AT, + ACTIONS(3), 2, sym_comment, - ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3342), 1, - sym_not_escape_sequence, - ACTIONS(3340), 5, - sym_string_content_, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [100612] = 6, - ACTIONS(2793), 1, - anon_sym_and, - ACTIONS(2795), 1, - anon_sym_or, - ACTIONS(2821), 1, - anon_sym_as, - ACTIONS(2823), 1, - anon_sym_if, + STATE(1798), 2, + sym_decorator, + aux_sym_decorated_definition_repeat1, + ACTIONS(3323), 3, + anon_sym_async, + anon_sym_def, + anon_sym_class, + [100483] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3025), 2, + ACTIONS(3328), 6, sym_newline, anon_sym_SEMI, - [100633] = 6, - ACTIONS(3003), 1, + anon_sym_DOT, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PIPE, + [100496] = 3, + ACTIONS(3330), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3086), 5, + anon_sym_COMMA, anon_sym_as, - ACTIONS(3005), 1, anon_sym_if, - ACTIONS(3007), 1, - anon_sym_and, - ACTIONS(3009), 1, - anon_sym_or, + anon_sym_COLON, + anon_sym_PIPE, + [100511] = 7, + ACTIONS(3332), 1, + anon_sym_COMMA, + ACTIONS(3334), 1, + anon_sym_as, + ACTIONS(3336), 1, + anon_sym_if, + ACTIONS(3338), 1, + anon_sym_COLON, + STATE(1992), 1, + aux_sym_case_clause_repeat1, + STATE(2515), 1, + sym_if_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1378), 2, + [100534] = 7, + ACTIONS(3340), 1, + anon_sym_DOT, + ACTIONS(3342), 1, anon_sym_COMMA, - anon_sym_RBRACK, - [100654] = 4, ACTIONS(3344), 1, - anon_sym_COMMA, - STATE(1831), 1, - aux_sym_for_in_clause_repeat1, + anon_sym_COLON, + ACTIONS(3346), 1, + anon_sym_RBRACK, + ACTIONS(3348), 1, + anon_sym_PIPE, + STATE(2354), 1, + aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3346), 4, - anon_sym_async, - anon_sym_if, - anon_sym_for, - anon_sym_RBRACK, - [100671] = 7, - ACTIONS(3313), 1, + [100557] = 7, + ACTIONS(3340), 1, anon_sym_DOT, - ACTIONS(3317), 1, + ACTIONS(3344), 1, anon_sym_COLON, - ACTIONS(3321), 1, - anon_sym_PIPE, ACTIONS(3348), 1, - anon_sym_COMMA, + anon_sym_PIPE, ACTIONS(3350), 1, + anon_sym_COMMA, + ACTIONS(3352), 1, anon_sym_RBRACK, - STATE(2262), 1, + STATE(2270), 1, aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [100694] = 4, - ACTIONS(3352), 1, - anon_sym_COMMA, - STATE(1836), 1, - aux_sym_for_in_clause_repeat1, + [100580] = 6, + ACTIONS(3005), 1, + anon_sym_as, + ACTIONS(3007), 1, + anon_sym_if, + ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3354), 4, - anon_sym_async, - anon_sym_if, - anon_sym_for, + ACTIONS(3030), 2, + anon_sym_COMMA, anon_sym_RBRACK, - [100711] = 4, - ACTIONS(3299), 1, + [100601] = 4, + ACTIONS(3356), 1, anon_sym_PIPE, - STATE(1888), 1, + STATE(1880), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3356), 4, + ACTIONS(3354), 4, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - [100728] = 2, + [100618] = 6, + ACTIONS(2926), 1, + anon_sym_and, + ACTIONS(2940), 1, + anon_sym_as, + ACTIONS(2942), 1, + anon_sym_if, + ACTIONS(2944), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3003), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [100639] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3033), 6, + ACTIONS(3013), 6, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [100741] = 2, + anon_sym_RBRACE, + [100652] = 6, + ACTIONS(2964), 1, + anon_sym_as, + ACTIONS(2966), 1, + anon_sym_if, + ACTIONS(2968), 1, + anon_sym_and, + ACTIONS(2970), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3358), 6, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(3358), 2, + anon_sym_COMMA, anon_sym_COLON, - anon_sym_EQ, + [100673] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3013), 6, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_PIPE, - [100754] = 6, - ACTIONS(2939), 1, + [100686] = 6, + ACTIONS(2916), 1, anon_sym_as, - ACTIONS(2941), 1, + ACTIONS(2918), 1, anon_sym_if, - ACTIONS(2945), 1, + ACTIONS(2922), 1, anon_sym_and, - ACTIONS(2947), 1, + ACTIONS(2924), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, @@ -111248,300 +111196,364 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3360), 2, anon_sym_COMMA, anon_sym_RBRACE, - [100775] = 6, - ACTIONS(2793), 1, + [100707] = 4, + ACTIONS(3356), 1, + anon_sym_PIPE, + STATE(1880), 1, + aux_sym_union_pattern_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3362), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + [100724] = 6, + ACTIONS(2926), 1, anon_sym_and, - ACTIONS(2795), 1, - anon_sym_or, - ACTIONS(2821), 1, + ACTIONS(2940), 1, anon_sym_as, - ACTIONS(2823), 1, + ACTIONS(2942), 1, anon_sym_if, + ACTIONS(2944), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3362), 2, - sym_newline, - anon_sym_SEMI, - [100796] = 4, - ACTIONS(3364), 1, - anon_sym_DOT, - STATE(1866), 1, - aux_sym_dotted_name_repeat1, + ACTIONS(3364), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [100745] = 4, + ACTIONS(3366), 1, + anon_sym_COMMA, + STATE(1813), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3038), 4, - sym_newline, - anon_sym_SEMI, + ACTIONS(3003), 4, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + [100762] = 4, + ACTIONS(3369), 1, anon_sym_COMMA, - anon_sym_as, - [100813] = 3, - STATE(1888), 1, + STATE(1835), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3371), 4, + anon_sym_async, + anon_sym_if, + anon_sym_for, + anon_sym_RBRACK, + [100779] = 4, + ACTIONS(3373), 1, + anon_sym_COMMA, + STATE(1837), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3375), 4, + anon_sym_async, + anon_sym_if, + anon_sym_for, + anon_sym_RBRACK, + [100796] = 3, + STATE(1880), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3366), 5, + ACTIONS(3377), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [100828] = 4, - ACTIONS(3368), 1, + [100811] = 4, + ACTIONS(3379), 1, anon_sym_PIPE, - STATE(1818), 1, + STATE(1817), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3366), 4, + ACTIONS(3377), 4, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - [100845] = 3, + [100828] = 6, + ACTIONS(2816), 1, + anon_sym_and, + ACTIONS(2818), 1, + anon_sym_or, + ACTIONS(2824), 1, + anon_sym_as, + ACTIONS(2826), 1, + anon_sym_if, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3371), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3186), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [100860] = 4, - ACTIONS(3373), 1, + ACTIONS(3382), 2, + sym_newline, + anon_sym_SEMI, + [100849] = 4, + ACTIONS(3384), 1, anon_sym_COMMA, STATE(1826), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3375), 4, + ACTIONS(3386), 4, anon_sym_async, anon_sym_if, anon_sym_for, anon_sym_RBRACE, - [100877] = 3, + [100866] = 6, + ACTIONS(2926), 1, + anon_sym_and, + ACTIONS(2940), 1, + anon_sym_as, + ACTIONS(2942), 1, + anon_sym_if, + ACTIONS(2944), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3388), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [100887] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3377), 2, + ACTIONS(3390), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3089), 4, + ACTIONS(3086), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [100892] = 6, - ACTIONS(3379), 1, + [100902] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1584), 6, + sym_newline, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(3383), 1, anon_sym_COLON, - ACTIONS(3385), 1, anon_sym_EQ, - ACTIONS(3387), 1, anon_sym_PIPE, + [100915] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3381), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [100913] = 4, - ACTIONS(3389), 1, + ACTIONS(3392), 6, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PIPE, + [100928] = 4, + ACTIONS(3394), 1, anon_sym_COMMA, - STATE(1864), 1, + STATE(1830), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3375), 4, - anon_sym_RPAREN, + ACTIONS(3371), 4, anon_sym_async, anon_sym_if, anon_sym_for, - [100930] = 6, - ACTIONS(2924), 1, - anon_sym_as, + anon_sym_RBRACE, + [100945] = 6, ACTIONS(2926), 1, - anon_sym_if, - ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2930), 1, + ACTIONS(2940), 1, + anon_sym_as, + ACTIONS(2942), 1, + anon_sym_if, + ACTIONS(2944), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3391), 2, + ACTIONS(3396), 2, anon_sym_RPAREN, anon_sym_COMMA, - [100951] = 4, - ACTIONS(3393), 1, + [100966] = 4, + ACTIONS(3398), 1, anon_sym_COMMA, - STATE(1829), 1, + STATE(1831), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3346), 4, + ACTIONS(3375), 4, anon_sym_async, anon_sym_if, anon_sym_for, anon_sym_RBRACE, - [100968] = 4, - ACTIONS(3395), 1, - anon_sym_COMMA, - STATE(1830), 1, - aux_sym_for_in_clause_repeat1, + [100983] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3354), 4, - anon_sym_async, - anon_sym_if, - anon_sym_for, - anon_sym_RBRACE, - [100985] = 3, + ACTIONS(3400), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3259), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [100998] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3397), 2, + ACTIONS(3402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3186), 4, + ACTIONS(3259), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [101000] = 4, - ACTIONS(3364), 1, + [101013] = 4, + ACTIONS(3404), 1, anon_sym_DOT, - STATE(1816), 1, + STATE(1866), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3027), 4, + ACTIONS(3041), 4, sym_newline, anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, - [101017] = 4, - ACTIONS(3399), 1, + [101030] = 4, + ACTIONS(3406), 1, anon_sym_COMMA, - STATE(1830), 1, + STATE(1831), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3303), 4, + ACTIONS(3310), 4, anon_sym_async, anon_sym_if, anon_sym_for, anon_sym_RBRACE, - [101034] = 4, - ACTIONS(3401), 1, + [101047] = 4, + ACTIONS(3408), 1, anon_sym_COMMA, - STATE(1830), 1, + STATE(1831), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3323), 4, + ACTIONS(3318), 4, anon_sym_async, anon_sym_if, anon_sym_for, anon_sym_RBRACE, - [101051] = 4, - ACTIONS(3404), 1, - anon_sym_COMMA, - STATE(1836), 1, - aux_sym_for_in_clause_repeat1, + [101064] = 6, + ACTIONS(3005), 1, + anon_sym_as, + ACTIONS(3007), 1, + anon_sym_if, + ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3303), 4, - anon_sym_async, - anon_sym_if, - anon_sym_for, + ACTIONS(1388), 2, + anon_sym_COMMA, anon_sym_RBRACK, - [101068] = 6, - ACTIONS(3408), 1, + [101085] = 7, + ACTIONS(3340), 1, anon_sym_DOT, - ACTIONS(3410), 1, + ACTIONS(3344), 1, anon_sym_COLON, - ACTIONS(3412), 1, - anon_sym_EQ, - ACTIONS(3414), 1, + ACTIONS(3348), 1, anon_sym_PIPE, + ACTIONS(3411), 1, + anon_sym_COMMA, + ACTIONS(3413), 1, + anon_sym_RBRACK, + STATE(2143), 1, + aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3406), 2, - sym_newline, - anon_sym_SEMI, - [101089] = 7, - ACTIONS(3313), 1, - anon_sym_DOT, - ACTIONS(3317), 1, + [101108] = 7, + ACTIONS(2966), 1, + anon_sym_if, + ACTIONS(2968), 1, + anon_sym_and, + ACTIONS(2970), 1, + anon_sym_or, + ACTIONS(3415), 1, + anon_sym_COMMA, + ACTIONS(3417), 1, + anon_sym_as, + ACTIONS(3419), 1, anon_sym_COLON, - ACTIONS(3321), 1, - anon_sym_PIPE, - ACTIONS(3416), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [101131] = 4, + ACTIONS(3421), 1, anon_sym_COMMA, - ACTIONS(3418), 1, - anon_sym_RBRACK, - STATE(2147), 1, - aux_sym_type_parameter_repeat1, + STATE(1837), 1, + aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [101112] = 2, + ACTIONS(3310), 4, + anon_sym_async, + anon_sym_if, + anon_sym_for, + anon_sym_RBRACK, + [101148] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3420), 6, + ACTIONS(3423), 6, + sym_newline, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [101125] = 6, - ACTIONS(2924), 1, - anon_sym_as, - ACTIONS(2926), 1, - anon_sym_if, - ACTIONS(2928), 1, - anon_sym_and, - ACTIONS(2930), 1, - anon_sym_or, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3307), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [101146] = 4, - ACTIONS(3422), 1, + [101161] = 4, + ACTIONS(3425), 1, anon_sym_COMMA, - STATE(1836), 1, + STATE(1837), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3323), 4, + ACTIONS(3318), 4, anon_sym_async, anon_sym_if, anon_sym_for, anon_sym_RBRACK, - [101163] = 2, + [101178] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -111552,101 +111564,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [101176] = 6, - ACTIONS(2953), 1, + [101191] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3328), 2, + ACTIONS(3003), 2, anon_sym_COMMA, anon_sym_COLON, - [101197] = 7, - ACTIONS(3313), 1, - anon_sym_DOT, - ACTIONS(3317), 1, - anon_sym_COLON, - ACTIONS(3321), 1, - anon_sym_PIPE, - ACTIONS(3425), 1, - anon_sym_COMMA, - ACTIONS(3427), 1, - anon_sym_RBRACK, - STATE(2188), 1, - aux_sym_type_parameter_repeat1, + [101212] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [101220] = 6, - ACTIONS(2924), 1, + ACTIONS(3428), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3086), 4, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_as, + anon_sym_PIPE, + [101227] = 6, ACTIONS(2926), 1, - anon_sym_if, - ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2930), 1, + ACTIONS(2940), 1, + anon_sym_as, + ACTIONS(2942), 1, + anon_sym_if, + ACTIONS(2944), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3360), 2, + ACTIONS(3300), 2, anon_sym_RPAREN, anon_sym_COMMA, - [101241] = 2, + [101248] = 6, + ACTIONS(2964), 1, + anon_sym_as, + ACTIONS(2966), 1, + anon_sym_if, + ACTIONS(2968), 1, + anon_sym_and, + ACTIONS(2970), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3364), 2, + anon_sym_COMMA, + anon_sym_COLON, + [101269] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1564), 6, + ACTIONS(3328), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [101254] = 6, - ACTIONS(2953), 1, - anon_sym_as, - ACTIONS(2955), 1, - anon_sym_if, - ACTIONS(2957), 1, - anon_sym_and, - ACTIONS(2959), 1, - anon_sym_or, + [101282] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3391), 2, + ACTIONS(1584), 6, + anon_sym_DOT, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, - [101275] = 6, - ACTIONS(3003), 1, - anon_sym_as, + anon_sym_EQ, + anon_sym_PIPE, + [101295] = 6, ACTIONS(3005), 1, - anon_sym_if, - ACTIONS(3007), 1, - anon_sym_and, - ACTIONS(3009), 1, - anon_sym_or, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3360), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [101296] = 6, - ACTIONS(3003), 1, anon_sym_as, - ACTIONS(3005), 1, - anon_sym_if, ACTIONS(3007), 1, - anon_sym_and, + anon_sym_if, ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, @@ -111654,3138 +111658,3134 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1384), 2, anon_sym_COMMA, anon_sym_RBRACK, - [101317] = 4, - ACTIONS(3429), 1, + [101316] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(3432), 1, + sym_not_escape_sequence, + ACTIONS(3430), 5, + sym_string_content_, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [101333] = 4, + ACTIONS(3434), 1, anon_sym_COMMA, - STATE(1845), 1, + STATE(1847), 1, aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2697), 4, + ACTIONS(2699), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [101334] = 6, - ACTIONS(3003), 1, - anon_sym_as, + [101350] = 6, ACTIONS(3005), 1, - anon_sym_if, + anon_sym_as, ACTIONS(3007), 1, - anon_sym_and, + anon_sym_if, ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3017), 2, + ACTIONS(3003), 2, anon_sym_COMMA, anon_sym_RBRACK, - [101355] = 6, - ACTIONS(2953), 1, + [101371] = 4, + ACTIONS(3404), 1, + anon_sym_DOT, + STATE(1829), 1, + aux_sym_dotted_name_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3034), 4, + sym_newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_as, + [101388] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(3439), 1, + sym_not_escape_sequence, + ACTIONS(3437), 5, + sym_string_content_, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [101405] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(3443), 1, + sym_not_escape_sequence, + ACTIONS(3441), 5, + sym_string_content_, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [101422] = 4, + ACTIONS(3445), 1, + anon_sym_COMMA, + STATE(1861), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3386), 4, + anon_sym_RPAREN, + anon_sym_async, + anon_sym_if, + anon_sym_for, + [101439] = 6, + ACTIONS(2926), 1, + anon_sym_and, + ACTIONS(2940), 1, + anon_sym_as, + ACTIONS(2942), 1, + anon_sym_if, + ACTIONS(2944), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3030), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [101460] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3432), 2, + ACTIONS(3388), 2, anon_sym_COMMA, anon_sym_COLON, - [101376] = 2, + [101481] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3033), 6, + ACTIONS(3013), 6, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [101389] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5), 1, - sym_line_continuation, - ACTIONS(3436), 1, - sym_not_escape_sequence, - ACTIONS(3434), 5, - sym_string_content_, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [101406] = 4, + [101494] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3440), 1, + ACTIONS(3449), 1, sym_not_escape_sequence, - ACTIONS(3438), 5, + ACTIONS(3447), 5, sym_string_content_, sym_escape_interpolation, sym_string_end, anon_sym_LBRACE, sym_escape_sequence, - [101423] = 2, + [101511] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3442), 6, + ACTIONS(3288), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [101436] = 5, - ACTIONS(3379), 1, + [101524] = 5, + ACTIONS(3278), 1, anon_sym_DOT, - ACTIONS(3383), 1, + ACTIONS(3282), 1, anon_sym_COLON, - ACTIONS(3387), 1, + ACTIONS(3286), 1, anon_sym_PIPE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3444), 3, + ACTIONS(3290), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, - [101455] = 2, + [101543] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3446), 6, + ACTIONS(3298), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [101468] = 4, - ACTIONS(3448), 1, + [101556] = 4, + ACTIONS(3451), 1, anon_sym_COMMA, - STATE(1810), 1, + STATE(1792), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3375), 4, + ACTIONS(3371), 4, + anon_sym_RPAREN, anon_sym_async, anon_sym_if, anon_sym_for, - anon_sym_RBRACK, - [101485] = 4, - ACTIONS(3450), 1, + [101573] = 4, + ACTIONS(3453), 1, anon_sym_COMMA, - STATE(1792), 1, + STATE(1797), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3346), 4, + ACTIONS(3375), 4, anon_sym_RPAREN, anon_sym_async, anon_sym_if, anon_sym_for, - [101502] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2777), 6, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [101515] = 4, + [101590] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3454), 1, + ACTIONS(3457), 1, sym_not_escape_sequence, - ACTIONS(3452), 5, + ACTIONS(3455), 5, sym_string_content_, sym_escape_interpolation, sym_string_end, anon_sym_LBRACE, sym_escape_sequence, - [101532] = 2, + [101607] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3309), 6, + ACTIONS(3423), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [101545] = 6, - ACTIONS(2924), 1, - anon_sym_as, - ACTIONS(2926), 1, - anon_sym_if, - ACTIONS(2928), 1, + [101620] = 6, + ACTIONS(2816), 1, anon_sym_and, - ACTIONS(2930), 1, + ACTIONS(2818), 1, anon_sym_or, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3432), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [101566] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5), 1, - sym_line_continuation, - ACTIONS(3458), 1, - sym_not_escape_sequence, - ACTIONS(3456), 5, - sym_string_content_, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [101583] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5), 1, - sym_line_continuation, - ACTIONS(3462), 1, - sym_not_escape_sequence, - ACTIONS(3460), 5, - sym_string_content_, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [101600] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3420), 6, - anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [101613] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3464), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3089), 4, - anon_sym_COMMA, + ACTIONS(2824), 1, anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [101628] = 4, - ACTIONS(3466), 1, - anon_sym_COMMA, - STATE(1797), 1, - aux_sym_for_in_clause_repeat1, + ACTIONS(2826), 1, + anon_sym_if, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3354), 4, - anon_sym_RPAREN, - anon_sym_async, - anon_sym_if, - anon_sym_for, - [101645] = 2, + ACTIONS(3030), 2, + sym_newline, + anon_sym_SEMI, + [101641] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3358), 6, + ACTIONS(3459), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [101658] = 4, - ACTIONS(3468), 1, + [101654] = 4, + ACTIONS(3461), 1, anon_sym_DOT, STATE(1866), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3033), 4, + ACTIONS(3013), 4, sym_newline, anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, - [101675] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3471), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3186), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [101690] = 6, - ACTIONS(2939), 1, + [101671] = 6, + ACTIONS(3005), 1, anon_sym_as, - ACTIONS(2941), 1, + ACTIONS(3007), 1, anon_sym_if, - ACTIONS(2945), 1, + ACTIONS(3009), 1, anon_sym_and, - ACTIONS(2947), 1, + ACTIONS(3011), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3473), 2, + ACTIONS(3360), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [101711] = 2, + anon_sym_RBRACK, + [101692] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3420), 6, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_COLON, - anon_sym_EQ, + ACTIONS(3464), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3086), 4, + anon_sym_COMMA, + anon_sym_as, anon_sym_PIPE, - [101724] = 4, - ACTIONS(3475), 1, + anon_sym_RBRACE, + [101707] = 4, + ACTIONS(3466), 1, anon_sym_COMMA, - STATE(1845), 1, - aux_sym_patterns_repeat1, + STATE(1813), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(980), 4, + ACTIONS(1238), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [101741] = 2, + [101724] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3358), 6, + ACTIONS(3392), 6, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [101754] = 2, + [101737] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3309), 6, + ACTIONS(3459), 6, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [101767] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3442), 6, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [101780] = 7, - ACTIONS(2955), 1, + [101750] = 6, + ACTIONS(2964), 1, + anon_sym_as, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3477), 1, - anon_sym_COMMA, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [101803] = 4, - ACTIONS(3483), 1, + ACTIONS(3468), 2, anon_sym_COMMA, - STATE(1875), 1, - aux_sym_assert_statement_repeat1, + anon_sym_COLON, + [101771] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3017), 4, + ACTIONS(3392), 6, + anon_sym_DOT, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - [101820] = 6, - ACTIONS(3003), 1, - anon_sym_as, - ACTIONS(3005), 1, - anon_sym_if, - ACTIONS(3007), 1, - anon_sym_and, - ACTIONS(3009), 1, - anon_sym_or, + anon_sym_PIPE, + [101784] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3307), 2, + ACTIONS(3470), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3259), 4, anon_sym_COMMA, - anon_sym_RBRACK, - [101841] = 6, - ACTIONS(2793), 1, - anon_sym_and, - ACTIONS(2795), 1, - anon_sym_or, - ACTIONS(2821), 1, anon_sym_as, - ACTIONS(2823), 1, - anon_sym_if, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3486), 2, - sym_newline, - anon_sym_SEMI, - [101862] = 5, - ACTIONS(3408), 1, - anon_sym_DOT, - ACTIONS(3410), 1, - anon_sym_COLON, - ACTIONS(3414), 1, anon_sym_PIPE, + anon_sym_RBRACE, + [101799] = 4, + ACTIONS(3472), 1, + anon_sym_COMMA, + STATE(1815), 1, + aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3444), 3, - sym_newline, - anon_sym_SEMI, - anon_sym_EQ, - [101881] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3488), 6, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [101894] = 2, + ACTIONS(3386), 4, + anon_sym_async, + anon_sym_if, + anon_sym_for, + anon_sym_RBRACK, + [101816] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1564), 6, + ACTIONS(2777), 6, sym_newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [101907] = 4, - ACTIONS(3490), 1, + [101829] = 7, + ACTIONS(2966), 1, + anon_sym_if, + ACTIONS(2968), 1, + anon_sym_and, + ACTIONS(2970), 1, + anon_sym_or, + ACTIONS(3417), 1, + anon_sym_as, + ACTIONS(3474), 1, anon_sym_COMMA, - STATE(1875), 1, - aux_sym_assert_statement_repeat1, + ACTIONS(3476), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1242), 4, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - [101924] = 6, - ACTIONS(2924), 1, - anon_sym_as, + [101852] = 6, ACTIONS(2926), 1, - anon_sym_if, - ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2930), 1, + ACTIONS(2940), 1, + anon_sym_as, + ACTIONS(2942), 1, + anon_sym_if, + ACTIONS(2944), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3473), 2, + ACTIONS(3468), 2, anon_sym_RPAREN, anon_sym_COMMA, - [101945] = 7, - ACTIONS(2955), 1, - anon_sym_if, - ACTIONS(2957), 1, - anon_sym_and, - ACTIONS(2959), 1, - anon_sym_or, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3492), 1, - anon_sym_COMMA, - ACTIONS(3494), 1, - anon_sym_COLON, + [101873] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(3480), 1, + sym_not_escape_sequence, + ACTIONS(3478), 5, + sym_string_content_, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [101890] = 4, + ACTIONS(3356), 1, + anon_sym_PIPE, + STATE(1817), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [101968] = 6, - ACTIONS(2953), 1, + ACTIONS(3482), 4, + anon_sym_COMMA, anon_sym_as, - ACTIONS(2955), 1, anon_sym_if, - ACTIONS(2957), 1, - anon_sym_and, - ACTIONS(2959), 1, - anon_sym_or, - ACTIONS(3), 2, + anon_sym_COLON, + [101907] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(3486), 1, + sym_not_escape_sequence, + ACTIONS(3484), 5, + sym_string_content_, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [101924] = 4, + ACTIONS(3), 1, sym_comment, + ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3017), 2, + ACTIONS(3490), 1, + sym_not_escape_sequence, + ACTIONS(3488), 5, + sym_string_content_, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [101941] = 4, + ACTIONS(3492), 1, anon_sym_COMMA, - anon_sym_COLON, - [101989] = 2, + STATE(1847), 1, + aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3446), 6, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(968), 4, anon_sym_COLON, anon_sym_EQ, - anon_sym_PIPE, - [102002] = 6, - ACTIONS(2924), 1, + anon_sym_RBRACE, + sym_type_conversion, + [101958] = 4, + ACTIONS(2968), 1, + anon_sym_and, + ACTIONS(2970), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2830), 4, + anon_sym_COMMA, anon_sym_as, - ACTIONS(2926), 1, anon_sym_if, - ACTIONS(2928), 1, + anon_sym_COLON, + [101975] = 6, + ACTIONS(2926), 1, anon_sym_and, - ACTIONS(2930), 1, + ACTIONS(2940), 1, + anon_sym_as, + ACTIONS(2942), 1, + anon_sym_if, + ACTIONS(2944), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3025), 2, + ACTIONS(3360), 2, anon_sym_RPAREN, anon_sym_COMMA, - [102023] = 2, + [101996] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3033), 6, + ACTIONS(3459), 6, + sym_newline, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [102036] = 4, - ACTIONS(3299), 1, + anon_sym_COLON, + anon_sym_EQ, anon_sym_PIPE, - STATE(1818), 1, - aux_sym_union_pattern_repeat1, + [102009] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3496), 4, + ACTIONS(3423), 6, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PIPE, + [102022] = 6, + ACTIONS(3005), 1, anon_sym_as, + ACTIONS(3007), 1, anon_sym_if, - anon_sym_COLON, - [102053] = 2, + ACTIONS(3009), 1, + anon_sym_and, + ACTIONS(3011), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3488), 6, + ACTIONS(3300), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [102043] = 7, + ACTIONS(3340), 1, anon_sym_DOT, - anon_sym_RPAREN, + ACTIONS(3344), 1, + anon_sym_COLON, + ACTIONS(3348), 1, + anon_sym_PIPE, + ACTIONS(3494), 1, anon_sym_COMMA, + ACTIONS(3496), 1, + anon_sym_RBRACK, + STATE(2181), 1, + aux_sym_type_parameter_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [102066] = 6, + ACTIONS(3498), 1, anon_sym_COLON, + ACTIONS(3500), 1, anon_sym_EQ, - anon_sym_PIPE, - [102066] = 2, + ACTIONS(3502), 1, + anon_sym_RBRACE, + ACTIONS(3504), 1, + sym_type_conversion, + STATE(2475), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3498), 5, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_for, - [102078] = 2, + [102086] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3500), 5, - anon_sym_RPAREN, + ACTIONS(3318), 5, anon_sym_COMMA, anon_sym_async, anon_sym_if, anon_sym_for, - [102090] = 6, - ACTIONS(2953), 1, + anon_sym_RBRACE, + [102098] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3502), 1, + ACTIONS(3506), 1, + anon_sym_else, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [102118] = 5, + ACTIONS(3144), 1, + sym_identifier, + STATE(2068), 1, + sym_dotted_name, + STATE(2340), 1, + sym_aliased_import, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3508), 2, + sym_newline, + anon_sym_SEMI, + [102136] = 5, + ACTIONS(3278), 1, + anon_sym_DOT, + ACTIONS(3282), 1, anon_sym_COLON, + ACTIONS(3286), 1, + anon_sym_PIPE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102110] = 4, - ACTIONS(3504), 1, + ACTIONS(3280), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [102154] = 4, + ACTIONS(3510), 1, anon_sym_PIPE, - STATE(1899), 1, + STATE(1934), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3496), 3, + ACTIONS(3482), 3, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, - [102126] = 2, + [102170] = 4, + ACTIONS(3512), 1, + anon_sym_PIPE, + STATE(2000), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3045), 5, - anon_sym_RPAREN, + ACTIONS(3362), 3, anon_sym_COMMA, - anon_sym_async, + anon_sym_as, + anon_sym_RBRACK, + [102186] = 6, + ACTIONS(2964), 1, + anon_sym_as, + ACTIONS(2966), 1, anon_sym_if, - anon_sym_for, - [102138] = 2, + ACTIONS(2968), 1, + anon_sym_and, + ACTIONS(2970), 1, + anon_sym_or, + ACTIONS(3514), 1, + anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3498), 5, + [102206] = 4, + ACTIONS(3516), 1, anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_for, - anon_sym_RBRACE, - [102150] = 2, + STATE(1898), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3003), 3, + sym_newline, + anon_sym_SEMI, + anon_sym_from, + [102222] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3323), 5, + ACTIONS(3519), 5, anon_sym_COMMA, - anon_sym_async, + anon_sym_as, anon_sym_if, - anon_sym_for, - anon_sym_RBRACE, - [102162] = 4, - ACTIONS(3504), 1, + anon_sym_COLON, anon_sym_PIPE, - STATE(1893), 1, - aux_sym_union_pattern_repeat1, + [102234] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3356), 3, + ACTIONS(3521), 5, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, - [102178] = 3, - STATE(1893), 1, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + [102246] = 3, + STATE(2000), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3366), 4, + ACTIONS(3377), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [102192] = 4, - ACTIONS(3506), 1, + [102260] = 4, + ACTIONS(3523), 1, anon_sym_PIPE, - STATE(1899), 1, + STATE(1902), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3366), 3, + ACTIONS(3377), 3, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, - [102208] = 2, + [102276] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3500), 5, + ACTIONS(3526), 5, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, anon_sym_if, anon_sym_for, - anon_sym_RBRACE, - [102220] = 2, + [102288] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3498), 5, + ACTIONS(3526), 5, anon_sym_COMMA, anon_sym_async, anon_sym_if, anon_sym_for, - anon_sym_RBRACK, - [102232] = 5, - ACTIONS(3379), 1, - anon_sym_DOT, - ACTIONS(3383), 1, - anon_sym_COLON, - ACTIONS(3387), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3381), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [102250] = 6, - ACTIONS(2953), 1, + anon_sym_RBRACE, + [102300] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3509), 1, + ACTIONS(3528), 1, anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102270] = 6, - ACTIONS(2953), 1, - anon_sym_as, - ACTIONS(2955), 1, - anon_sym_if, - ACTIONS(2957), 1, - anon_sym_and, - ACTIONS(2959), 1, - anon_sym_or, - ACTIONS(3511), 1, - anon_sym_else, + [102320] = 5, + ACTIONS(3530), 1, + anon_sym_COMMA, + ACTIONS(3532), 1, + anon_sym_RBRACE, + STATE(2154), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102290] = 2, + ACTIONS(3086), 2, + anon_sym_COLON, + anon_sym_PIPE, + [102338] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3323), 5, + ACTIONS(325), 5, anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_for, - anon_sym_RBRACK, - [102302] = 2, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + [102350] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3513), 5, + ACTIONS(3534), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [102314] = 2, + [102362] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3515), 5, + ACTIONS(3536), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [102326] = 6, - ACTIONS(2953), 1, + [102374] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3517), 1, + ACTIONS(3538), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102346] = 2, + [102394] = 6, + ACTIONS(3144), 1, + sym_identifier, + ACTIONS(3540), 1, + anon_sym_LPAREN, + STATE(1935), 1, + sym_dotted_name, + STATE(2017), 1, + sym_aliased_import, + STATE(2456), 1, + sym_import_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [102414] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3519), 5, + ACTIONS(3542), 5, + anon_sym_COMMA, + anon_sym_async, + anon_sym_if, + anon_sym_for, + anon_sym_RBRACK, + [102426] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3544), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [102358] = 2, + [102438] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3521), 5, + ACTIONS(3546), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [102370] = 2, + [102450] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(325), 5, + ACTIONS(3542), 5, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - [102382] = 2, + anon_sym_async, + anon_sym_if, + anon_sym_for, + [102462] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3523), 5, + ACTIONS(3548), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [102394] = 2, + [102474] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3323), 5, - anon_sym_RPAREN, + ACTIONS(3318), 5, anon_sym_COMMA, anon_sym_async, anon_sym_if, anon_sym_for, - [102406] = 2, + anon_sym_RBRACK, + [102486] = 4, + ACTIONS(3510), 1, + anon_sym_PIPE, + STATE(1895), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3525), 5, + ACTIONS(3354), 3, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [102418] = 5, - ACTIONS(3527), 1, - anon_sym_COMMA, - ACTIONS(3529), 1, - anon_sym_RBRACE, - STATE(2161), 1, - aux_sym_dict_pattern_repeat1, + [102502] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3089), 2, + ACTIONS(3550), 5, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [102436] = 4, - ACTIONS(3531), 1, - anon_sym_COMMA, - STATE(1916), 1, - aux_sym_assert_statement_repeat1, + [102514] = 6, + ACTIONS(2966), 1, + anon_sym_if, + ACTIONS(2968), 1, + anon_sym_and, + ACTIONS(2970), 1, + anon_sym_or, + ACTIONS(3552), 1, + anon_sym_as, + ACTIONS(3554), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3017), 3, - sym_newline, - anon_sym_SEMI, - anon_sym_from, - [102452] = 2, + [102534] = 6, + ACTIONS(2964), 1, + anon_sym_as, + ACTIONS(2966), 1, + anon_sym_if, + ACTIONS(2968), 1, + anon_sym_and, + ACTIONS(2970), 1, + anon_sym_or, + ACTIONS(3556), 1, + anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3442), 5, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [102464] = 2, + [102554] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2777), 5, + ACTIONS(3288), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, - anon_sym_EQ, + anon_sym_RBRACK, anon_sym_PIPE, - [102476] = 2, + [102566] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2983), 5, + ACTIONS(2920), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [102488] = 6, - ACTIONS(2953), 1, - anon_sym_as, - ACTIONS(2955), 1, - anon_sym_if, - ACTIONS(2957), 1, - anon_sym_and, - ACTIONS(2959), 1, - anon_sym_or, - ACTIONS(3534), 1, - anon_sym_COLON, + [102578] = 5, + ACTIONS(3558), 1, + anon_sym_COMMA, + ACTIONS(3560), 1, + anon_sym_RBRACE, + STATE(2191), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102508] = 2, + ACTIONS(3086), 2, + anon_sym_COLON, + anon_sym_PIPE, + [102596] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3536), 5, + ACTIONS(3562), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [102520] = 2, + [102608] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3538), 5, + ACTIONS(3564), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [102532] = 2, + [102620] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3540), 5, + ACTIONS(3566), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [102544] = 2, + [102632] = 4, + ACTIONS(3510), 1, + anon_sym_PIPE, + STATE(1895), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3542), 5, + ACTIONS(3362), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + [102648] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3568), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [102556] = 6, - ACTIONS(2953), 1, - anon_sym_as, - ACTIONS(2955), 1, - anon_sym_if, - ACTIONS(2957), 1, - anon_sym_and, - ACTIONS(2959), 1, - anon_sym_or, - ACTIONS(3544), 1, - anon_sym_else, + [102660] = 5, + ACTIONS(3340), 1, + anon_sym_DOT, + ACTIONS(3344), 1, + anon_sym_COLON, + ACTIONS(3348), 1, + anon_sym_PIPE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102576] = 2, + ACTIONS(3290), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [102678] = 3, + STATE(1895), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3546), 5, + ACTIONS(3377), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, anon_sym_PIPE, - [102588] = 6, - ACTIONS(2953), 1, + [102692] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3548), 1, + ACTIONS(3570), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102608] = 4, - ACTIONS(3550), 1, - anon_sym_PIPE, - STATE(1975), 1, - aux_sym_union_pattern_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3356), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - [102624] = 2, + [102712] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2704), 5, + ACTIONS(2708), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [102636] = 2, + [102724] = 4, + ACTIONS(3572), 1, + anon_sym_PIPE, + STATE(1934), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3552), 5, + ACTIONS(3377), 3, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [102648] = 5, - ACTIONS(3554), 1, + [102740] = 5, + ACTIONS(3577), 1, anon_sym_COMMA, - ACTIONS(3556), 1, - anon_sym_RBRACE, - STATE(2196), 1, - aux_sym_dict_pattern_repeat1, + ACTIONS(3579), 1, + anon_sym_as, + STATE(2035), 1, + aux_sym_import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3089), 2, - anon_sym_COLON, - anon_sym_PIPE, - [102666] = 2, + ACTIONS(3575), 2, + sym_newline, + anon_sym_SEMI, + [102758] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3558), 5, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [102678] = 6, - ACTIONS(3381), 1, - anon_sym_COMMA, - ACTIONS(3560), 1, + ACTIONS(3298), 5, anon_sym_DOT, - ACTIONS(3562), 1, + anon_sym_COMMA, anon_sym_COLON, - ACTIONS(3564), 1, - anon_sym_EQ, - ACTIONS(3566), 1, + anon_sym_RBRACK, anon_sym_PIPE, + [102770] = 6, + ACTIONS(2964), 1, + anon_sym_as, + ACTIONS(2966), 1, + anon_sym_if, + ACTIONS(2968), 1, + anon_sym_and, + ACTIONS(2970), 1, + anon_sym_or, + ACTIONS(3581), 1, + anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102698] = 2, + [102790] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2710), 5, + ACTIONS(3583), 5, anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - [102710] = 5, - ACTIONS(3560), 1, - anon_sym_DOT, - ACTIONS(3562), 1, - anon_sym_COLON, - ACTIONS(3566), 1, anon_sym_PIPE, + [102802] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3444), 2, + ACTIONS(2710), 5, anon_sym_COMMA, + anon_sym_COLON, anon_sym_EQ, - [102728] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3568), 5, - anon_sym_COMMA, + anon_sym_RBRACE, + sym_type_conversion, + [102814] = 6, + ACTIONS(2964), 1, anon_sym_as, + ACTIONS(2966), 1, anon_sym_if, + ACTIONS(2968), 1, + anon_sym_and, + ACTIONS(2970), 1, + anon_sym_or, + ACTIONS(3585), 1, anon_sym_COLON, - anon_sym_PIPE, - [102740] = 3, - STATE(1975), 1, - aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3366), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [102754] = 4, - ACTIONS(3570), 1, - anon_sym_PIPE, - STATE(1938), 1, - aux_sym_union_pattern_repeat1, - ACTIONS(3), 2, + [102834] = 5, + ACTIONS(3587), 1, + anon_sym_LBRACE, + ACTIONS(3590), 1, + anon_sym_RBRACE, + ACTIONS(3592), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, sym_comment, sym_line_continuation, - ACTIONS(3366), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - [102770] = 5, - ACTIONS(3313), 1, - anon_sym_DOT, - ACTIONS(3317), 1, - anon_sym_COLON, - ACTIONS(3321), 1, - anon_sym_PIPE, + STATE(1941), 2, + sym_interpolation, + aux_sym_format_specifier_repeat1, + [102852] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3573), 2, + ACTIONS(3526), 5, anon_sym_COMMA, + anon_sym_async, + anon_sym_if, + anon_sym_for, anon_sym_RBRACK, - [102788] = 2, + [102864] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2697), 5, + ACTIONS(2699), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [102800] = 2, + [102876] = 3, + ACTIONS(3595), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3488), 5, + ACTIONS(3086), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, + [102890] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3328), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_PIPE, - [102812] = 2, + [102902] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1564), 5, + ACTIONS(3423), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_PIPE, - [102824] = 5, - ACTIONS(3408), 1, + [102914] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3045), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_async, + anon_sym_if, + anon_sym_for, + [102926] = 6, + ACTIONS(3280), 1, + anon_sym_COMMA, + ACTIONS(3597), 1, anon_sym_DOT, - ACTIONS(3410), 1, + ACTIONS(3599), 1, anon_sym_COLON, - ACTIONS(3414), 1, + ACTIONS(3601), 1, + anon_sym_EQ, + ACTIONS(3603), 1, anon_sym_PIPE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3575), 2, - sym_newline, - anon_sym_SEMI, - [102842] = 6, - ACTIONS(2953), 1, + [102946] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3577), 1, + ACTIONS(3605), 1, anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102862] = 5, - ACTIONS(3579), 1, - anon_sym_LBRACE, - ACTIONS(3581), 1, - anon_sym_RBRACE, - ACTIONS(3583), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, - sym_comment, - sym_line_continuation, - STATE(2006), 2, - sym_interpolation, - aux_sym_format_specifier_repeat1, - [102880] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3442), 5, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, - [102892] = 5, - ACTIONS(3313), 1, - anon_sym_DOT, - ACTIONS(3317), 1, + [102966] = 6, + ACTIONS(1482), 1, + anon_sym_LBRACK, + ACTIONS(3607), 1, + anon_sym_LPAREN, + ACTIONS(3609), 1, anon_sym_COLON, - ACTIONS(3321), 1, - anon_sym_PIPE, + STATE(2317), 1, + sym_type_parameter, + STATE(2652), 1, + sym_argument_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3444), 2, + [102986] = 5, + ACTIONS(3611), 1, anon_sym_COMMA, - anon_sym_RBRACK, - [102910] = 2, + ACTIONS(3613), 1, + anon_sym_RBRACE, + STATE(2323), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3446), 5, - anon_sym_DOT, - anon_sym_COMMA, + ACTIONS(3086), 2, anon_sym_COLON, - anon_sym_RBRACK, anon_sym_PIPE, - [102922] = 2, + [103004] = 6, + ACTIONS(3498), 1, + anon_sym_COLON, + ACTIONS(3615), 1, + anon_sym_EQ, + ACTIONS(3617), 1, + anon_sym_RBRACE, + ACTIONS(3619), 1, + sym_type_conversion, + STATE(2575), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3500), 5, - anon_sym_COMMA, - anon_sym_async, - anon_sym_if, - anon_sym_for, - anon_sym_RBRACK, - [102934] = 2, + [103024] = 5, + ACTIONS(3621), 1, + anon_sym_LBRACE, + ACTIONS(3623), 1, + anon_sym_RBRACE, + ACTIONS(3625), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, + sym_comment, + sym_line_continuation, + STATE(1991), 2, + sym_interpolation, + aux_sym_format_specifier_repeat1, + [103042] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2777), 5, + ACTIONS(3288), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_EQ, anon_sym_PIPE, - [102946] = 6, - ACTIONS(2953), 1, + [103054] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3585), 1, - anon_sym_else, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [102966] = 6, - ACTIONS(3587), 1, + ACTIONS(3627), 1, anon_sym_COLON, - ACTIONS(3589), 1, - anon_sym_EQ, - ACTIONS(3591), 1, - anon_sym_RBRACE, - ACTIONS(3593), 1, - sym_type_conversion, - STATE(2509), 1, - sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102986] = 6, - ACTIONS(2953), 1, + [103074] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3595), 1, + ACTIONS(3629), 1, anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103006] = 6, - ACTIONS(2953), 1, + [103094] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3318), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_async, + anon_sym_if, + anon_sym_for, + [103106] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3180), 1, + ACTIONS(3152), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103026] = 2, + [103126] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3045), 5, + anon_sym_COMMA, + anon_sym_async, + anon_sym_if, + anon_sym_for, + anon_sym_RBRACE, + [103138] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3013), 5, + sym_newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, + [103150] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3446), 5, + ACTIONS(3459), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, - anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_PIPE, + [103162] = 5, + ACTIONS(3597), 1, + anon_sym_DOT, + ACTIONS(3599), 1, + anon_sym_COLON, + ACTIONS(3603), 1, anon_sym_PIPE, - [103038] = 5, - ACTIONS(3267), 1, - sym_identifier, - STATE(2039), 1, - sym_dotted_name, - STATE(2245), 1, - sym_aliased_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3597), 2, - sym_newline, - anon_sym_SEMI, - [103056] = 2, + ACTIONS(3290), 2, + anon_sym_COMMA, + anon_sym_EQ, + [103180] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3599), 5, + ACTIONS(3086), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [103068] = 3, - ACTIONS(3601), 1, + [103192] = 3, + ACTIONS(3631), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3089), 4, + ACTIONS(3086), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [103082] = 4, - ACTIONS(3603), 1, + [103206] = 4, + ACTIONS(3512), 1, anon_sym_PIPE, - STATE(1964), 1, + STATE(2000), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3297), 3, + ACTIONS(3354), 3, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACE, - [103098] = 2, + anon_sym_RBRACK, + [103222] = 3, + ACTIONS(3633), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3309), 5, - anon_sym_DOT, + ACTIONS(3086), 4, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_as, anon_sym_PIPE, - [103110] = 2, + anon_sym_RBRACE, + [103236] = 4, + ACTIONS(3635), 1, + anon_sym_PIPE, + STATE(1974), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3033), 5, - sym_newline, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(3354), 3, anon_sym_COMMA, anon_sym_as, - [103122] = 6, - ACTIONS(2953), 1, + anon_sym_RBRACE, + [103252] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3605), 1, + ACTIONS(3637), 1, anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103142] = 2, + [103272] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3607), 5, + ACTIONS(3639), 5, anon_sym_COMMA, anon_sym_as, + anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - anon_sym_RBRACE, - [103154] = 4, - ACTIONS(3603), 1, - anon_sym_PIPE, - STATE(1967), 1, - aux_sym_union_pattern_repeat1, + [103284] = 6, + ACTIONS(2816), 1, + anon_sym_and, + ACTIONS(2818), 1, + anon_sym_or, + ACTIONS(2824), 1, + anon_sym_as, + ACTIONS(2826), 1, + anon_sym_if, + ACTIONS(3641), 1, + sym_newline, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [103304] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3496), 3, + ACTIONS(3643), 5, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACE, - [103170] = 4, - ACTIONS(3603), 1, + anon_sym_if, + anon_sym_COLON, anon_sym_PIPE, - STATE(1964), 1, - aux_sym_union_pattern_repeat1, + [103316] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3356), 3, + ACTIONS(3643), 5, anon_sym_COMMA, anon_sym_as, + anon_sym_COLON, + anon_sym_PIPE, anon_sym_RBRACE, - [103186] = 3, - STATE(1964), 1, - aux_sym_union_pattern_repeat1, + [103328] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3366), 4, + ACTIONS(3645), 5, anon_sym_COMMA, anon_sym_as, + anon_sym_if, + anon_sym_COLON, anon_sym_PIPE, - anon_sym_RBRACE, - [103200] = 4, - ACTIONS(3609), 1, + [103340] = 4, + ACTIONS(3635), 1, anon_sym_PIPE, - STATE(1967), 1, + STATE(1979), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3366), 3, + ACTIONS(3482), 3, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACE, - [103216] = 6, - ACTIONS(2953), 1, - anon_sym_as, - ACTIONS(2955), 1, - anon_sym_if, - ACTIONS(2957), 1, - anon_sym_and, - ACTIONS(2959), 1, - anon_sym_or, - ACTIONS(3612), 1, - anon_sym_else, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [103236] = 2, + [103356] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3045), 5, + ACTIONS(3647), 5, anon_sym_COMMA, - anon_sym_async, + anon_sym_as, anon_sym_if, - anon_sym_for, - anon_sym_RBRACK, - [103248] = 6, - ACTIONS(3267), 1, - sym_identifier, - ACTIONS(3614), 1, - anon_sym_LPAREN, - STATE(2002), 1, - sym_dotted_name, - STATE(2077), 1, - sym_aliased_import, - STATE(2380), 1, - sym_import_list, + anon_sym_COLON, + anon_sym_PIPE, + [103368] = 5, + ACTIONS(3649), 1, + anon_sym_COMMA, + ACTIONS(3651), 1, + anon_sym_RBRACE, + STATE(2277), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103268] = 6, - ACTIONS(1482), 1, - anon_sym_LBRACK, - ACTIONS(3616), 1, - anon_sym_LPAREN, - ACTIONS(3618), 1, + ACTIONS(3086), 2, anon_sym_COLON, - STATE(2153), 1, - sym_type_parameter, - STATE(2484), 1, - sym_argument_list, + anon_sym_PIPE, + [103386] = 4, + ACTIONS(3635), 1, + anon_sym_PIPE, + STATE(1974), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103288] = 5, - ACTIONS(3620), 1, - anon_sym_LBRACE, - ACTIONS(3623), 1, + ACTIONS(3362), 3, + anon_sym_COMMA, + anon_sym_as, anon_sym_RBRACE, - ACTIONS(3625), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, - sym_comment, - sym_line_continuation, - STATE(1972), 2, - sym_interpolation, - aux_sym_format_specifier_repeat1, - [103306] = 5, - ACTIONS(3267), 1, - sym_identifier, - STATE(2039), 1, - sym_dotted_name, - STATE(2245), 1, - sym_aliased_import, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3628), 2, - sym_newline, - anon_sym_SEMI, - [103324] = 2, + [103402] = 3, + STATE(1974), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3488), 5, - anon_sym_DOT, + ACTIONS(3377), 4, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, + anon_sym_as, anon_sym_PIPE, - [103336] = 4, - ACTIONS(3550), 1, + anon_sym_RBRACE, + [103416] = 4, + ACTIONS(3653), 1, anon_sym_PIPE, - STATE(1938), 1, + STATE(1979), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3496), 3, - anon_sym_RPAREN, + ACTIONS(3377), 3, anon_sym_COMMA, anon_sym_as, - [103352] = 6, - ACTIONS(2953), 1, + anon_sym_RBRACE, + [103432] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3630), 1, + ACTIONS(3656), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103372] = 6, - ACTIONS(2953), 1, + [103452] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3632), 1, + ACTIONS(3658), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103392] = 6, + [103472] = 6, ACTIONS(1482), 1, anon_sym_LBRACK, - ACTIONS(3616), 1, + ACTIONS(3607), 1, anon_sym_LPAREN, - ACTIONS(3634), 1, + ACTIONS(3660), 1, anon_sym_COLON, - STATE(2314), 1, + STATE(2310), 1, sym_type_parameter, - STATE(2543), 1, + STATE(2542), 1, sym_argument_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103412] = 2, + [103492] = 5, + ACTIONS(3144), 1, + sym_identifier, + STATE(2068), 1, + sym_dotted_name, + STATE(2340), 1, + sym_aliased_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3636), 5, + ACTIONS(3662), 2, + sym_newline, + anon_sym_SEMI, + [103510] = 4, + ACTIONS(3664), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [103424] = 2, + STATE(1898), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1564), 5, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [103436] = 2, + ACTIONS(1238), 3, + sym_newline, + anon_sym_SEMI, + anon_sym_from, + [103526] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3045), 5, + ACTIONS(3666), 5, anon_sym_COMMA, - anon_sym_async, + anon_sym_as, anon_sym_if, - anon_sym_for, - anon_sym_RBRACE, - [103448] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3420), 5, - anon_sym_DOT, - anon_sym_COMMA, anon_sym_COLON, - anon_sym_RBRACK, anon_sym_PIPE, - [103460] = 6, - ACTIONS(2955), 1, + [103538] = 6, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3638), 1, + ACTIONS(3552), 1, anon_sym_as, - ACTIONS(3640), 1, + ACTIONS(3668), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103480] = 6, - ACTIONS(2953), 1, + [103558] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3642), 1, + ACTIONS(3670), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103500] = 6, - ACTIONS(2953), 1, + [103578] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3644), 1, + ACTIONS(3672), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103520] = 6, - ACTIONS(2793), 1, - anon_sym_and, - ACTIONS(2795), 1, - anon_sym_or, - ACTIONS(2821), 1, - anon_sym_as, - ACTIONS(2823), 1, - anon_sym_if, - ACTIONS(3646), 1, - sym_newline, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [103540] = 2, + [103598] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3607), 5, + ACTIONS(3392), 5, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, + anon_sym_RBRACK, anon_sym_PIPE, - [103552] = 2, + [103610] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3648), 5, + ACTIONS(2777), 5, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, + anon_sym_RBRACK, anon_sym_PIPE, - [103564] = 4, - ACTIONS(3650), 1, + [103622] = 5, + ACTIONS(3621), 1, + anon_sym_LBRACE, + ACTIONS(3674), 1, + anon_sym_RBRACE, + ACTIONS(3676), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, + sym_comment, + sym_line_continuation, + STATE(1941), 2, + sym_interpolation, + aux_sym_format_specifier_repeat1, + [103640] = 6, + ACTIONS(2440), 1, + anon_sym_COLON, + ACTIONS(3336), 1, + anon_sym_if, + ACTIONS(3678), 1, anon_sym_COMMA, - STATE(1916), 1, - aux_sym_assert_statement_repeat1, + STATE(2091), 1, + aux_sym_case_clause_repeat1, + STATE(2503), 1, + sym_if_clause, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [103660] = 5, + ACTIONS(3144), 1, + sym_identifier, + STATE(2068), 1, + sym_dotted_name, + STATE(2340), 1, + sym_aliased_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1242), 3, + ACTIONS(3662), 2, sym_newline, anon_sym_SEMI, - anon_sym_from, - [103580] = 3, - ACTIONS(3652), 1, - anon_sym_LPAREN, + [103678] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3089), 4, + ACTIONS(3045), 5, anon_sym_COMMA, - anon_sym_as, + anon_sym_async, + anon_sym_if, + anon_sym_for, anon_sym_RBRACK, + [103690] = 5, + ACTIONS(3340), 1, + anon_sym_DOT, + ACTIONS(3344), 1, + anon_sym_COLON, + ACTIONS(3348), 1, anon_sym_PIPE, - [103594] = 4, - ACTIONS(3504), 1, - anon_sym_PIPE, - STATE(1893), 1, - aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3297), 3, + ACTIONS(3680), 2, anon_sym_COMMA, - anon_sym_as, anon_sym_RBRACK, - [103610] = 6, - ACTIONS(2953), 1, + [103708] = 5, + ACTIONS(3292), 1, + anon_sym_DOT, + ACTIONS(3294), 1, + anon_sym_COLON, + ACTIONS(3296), 1, + anon_sym_PIPE, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3682), 2, + sym_newline, + anon_sym_SEMI, + [103726] = 6, + ACTIONS(2964), 1, anon_sym_as, - ACTIONS(2955), 1, + ACTIONS(2966), 1, anon_sym_if, - ACTIONS(2957), 1, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, - ACTIONS(3654), 1, + ACTIONS(3684), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103630] = 3, - ACTIONS(3656), 1, - anon_sym_LPAREN, + [103746] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3089), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [103644] = 5, - ACTIONS(3658), 1, + ACTIONS(3542), 5, anon_sym_COMMA, - ACTIONS(3660), 1, + anon_sym_async, + anon_sym_if, + anon_sym_for, anon_sym_RBRACE, - STATE(2324), 1, - aux_sym_dict_pattern_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3089), 2, - anon_sym_COLON, - anon_sym_PIPE, - [103662] = 2, + [103758] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3662), 5, + ACTIONS(3298), 5, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, + anon_sym_EQ, anon_sym_PIPE, - [103674] = 4, - ACTIONS(3550), 1, + [103770] = 4, + ACTIONS(3512), 1, anon_sym_PIPE, - STATE(1975), 1, + STATE(1902), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3297), 3, - anon_sym_RPAREN, + ACTIONS(3482), 3, anon_sym_COMMA, anon_sym_as, - [103690] = 4, - ACTIONS(2957), 1, + anon_sym_RBRACK, + [103786] = 4, + ACTIONS(2968), 1, anon_sym_and, - ACTIONS(2959), 1, + ACTIONS(2970), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2791), 3, + ACTIONS(2830), 3, anon_sym_as, anon_sym_if, anon_sym_COLON, - [103706] = 5, - ACTIONS(3664), 1, - anon_sym_COMMA, - ACTIONS(3666), 1, - anon_sym_RBRACE, - STATE(2234), 1, - aux_sym_dict_pattern_repeat1, + [103802] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3089), 2, + ACTIONS(3328), 5, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_COLON, + anon_sym_EQ, anon_sym_PIPE, - [103724] = 6, - ACTIONS(2955), 1, - anon_sym_if, - ACTIONS(2957), 1, - anon_sym_and, - ACTIONS(2959), 1, - anon_sym_or, - ACTIONS(3638), 1, - anon_sym_as, - ACTIONS(3668), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [103744] = 5, - ACTIONS(3267), 1, - sym_identifier, - STATE(2039), 1, - sym_dotted_name, - STATE(2245), 1, - sym_aliased_import, + [103814] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3628), 2, - sym_newline, - anon_sym_SEMI, - [103762] = 6, - ACTIONS(3587), 1, + ACTIONS(2777), 5, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_COLON, - ACTIONS(3670), 1, anon_sym_EQ, - ACTIONS(3672), 1, - anon_sym_RBRACE, - ACTIONS(3674), 1, - sym_type_conversion, - STATE(2637), 1, - sym_format_specifier, + anon_sym_PIPE, + [103826] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103782] = 5, - ACTIONS(3678), 1, + ACTIONS(1584), 5, + anon_sym_DOT, anon_sym_COMMA, - ACTIONS(3680), 1, - anon_sym_as, - STATE(2047), 1, - aux_sym_import_list_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3676), 2, - sym_newline, - anon_sym_SEMI, - [103800] = 6, - ACTIONS(2440), 1, anon_sym_COLON, - ACTIONS(3293), 1, - anon_sym_if, - ACTIONS(3682), 1, - anon_sym_COMMA, - STATE(2012), 1, - aux_sym_case_clause_repeat1, - STATE(2653), 1, - sym_if_clause, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [103820] = 2, + anon_sym_EQ, + anon_sym_PIPE, + [103838] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3089), 5, + ACTIONS(3686), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [103832] = 2, + [103850] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3358), 5, + ACTIONS(1584), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_PIPE, - [103844] = 5, - ACTIONS(3579), 1, - anon_sym_LBRACE, - ACTIONS(3583), 1, - aux_sym_format_specifier_token1, - ACTIONS(3684), 1, - anon_sym_RBRACE, - ACTIONS(5), 2, - sym_comment, - sym_line_continuation, - STATE(1972), 2, - sym_interpolation, - aux_sym_format_specifier_repeat1, - [103862] = 5, - ACTIONS(1482), 1, - anon_sym_LBRACK, - ACTIONS(3686), 1, - anon_sym_LPAREN, - STATE(2394), 1, - sym_parameters, - STATE(2453), 1, - sym_type_parameter, + [103862] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103879] = 5, + ACTIONS(3645), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, + [103873] = 5, ACTIONS(3688), 1, - anon_sym_case, + anon_sym_RPAREN, ACTIONS(3690), 1, - sym_dedent, - STATE(2112), 1, - aux_sym_match_block_repeat1, - STATE(2419), 1, - sym_case_clause, + anon_sym_COMMA, + ACTIONS(3692), 1, + anon_sym_as, + STATE(2315), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103896] = 2, + [103890] = 5, + ACTIONS(3694), 1, + anon_sym_COMMA, + ACTIONS(3696), 1, + anon_sym_as, + ACTIONS(3698), 1, + anon_sym_RBRACK, + STATE(2319), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3599), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, [103907] = 4, - ACTIONS(3694), 1, - anon_sym_COMMA, + ACTIONS(3702), 1, + anon_sym_DOT, STATE(2010), 1, - aux_sym_print_statement_repeat1, + aux_sym_import_prefix_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3692), 2, - sym_newline, - anon_sym_SEMI, + ACTIONS(3700), 2, + anon_sym_import, + sym_identifier, [103922] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3599), 4, + ACTIONS(3686), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [103933] = 4, - ACTIONS(3697), 1, + [103933] = 5, + ACTIONS(3692), 1, + anon_sym_as, + ACTIONS(3705), 1, + anon_sym_RPAREN, + ACTIONS(3707), 1, anon_sym_COMMA, - STATE(2012), 1, + STATE(2151), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3700), 2, - anon_sym_if, - anon_sym_COLON, - [103948] = 2, + [103950] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3515), 4, + ACTIONS(3519), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [103959] = 2, + [103961] = 5, + ACTIONS(3575), 1, + anon_sym_RPAREN, + ACTIONS(3709), 1, + anon_sym_COMMA, + ACTIONS(3711), 1, + anon_sym_as, + STATE(2352), 1, + aux_sym_import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3536), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, - anon_sym_PIPE, - [103970] = 2, + [103978] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3607), 4, + ACTIONS(3562), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [103981] = 2, + [103989] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3538), 4, + ACTIONS(3564), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [103992] = 5, - ACTIONS(3702), 1, - anon_sym_case, - ACTIONS(3705), 1, - sym_dedent, - STATE(2017), 1, - aux_sym_match_block_repeat1, - STATE(2419), 1, - sym_case_clause, + [104000] = 4, + ACTIONS(3577), 1, + anon_sym_COMMA, + STATE(2034), 1, + aux_sym_import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104009] = 2, + ACTIONS(3575), 2, + sym_newline, + anon_sym_SEMI, + [104015] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3519), 4, + ACTIONS(3566), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [104020] = 2, + [104026] = 5, + ACTIONS(3692), 1, + anon_sym_as, + ACTIONS(3713), 1, + anon_sym_RPAREN, + ACTIONS(3715), 1, + anon_sym_COMMA, + STATE(2188), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3521), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [104031] = 2, + [104043] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3513), 4, + ACTIONS(3568), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [104042] = 2, + [104054] = 5, + ACTIONS(3498), 1, + anon_sym_COLON, + ACTIONS(3717), 1, + anon_sym_RBRACE, + ACTIONS(3719), 1, + sym_type_conversion, + STATE(2583), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3648), 4, - anon_sym_RPAREN, - anon_sym_COMMA, + [104071] = 5, + ACTIONS(3696), 1, anon_sym_as, - anon_sym_PIPE, - [104053] = 2, + ACTIONS(3721), 1, + anon_sym_COMMA, + ACTIONS(3723), 1, + anon_sym_RBRACK, + STATE(2189), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3089), 4, - anon_sym_COMMA, + [104088] = 5, + ACTIONS(3696), 1, anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [104064] = 2, + ACTIONS(3725), 1, + anon_sym_COMMA, + ACTIONS(3727), 1, + anon_sym_RBRACK, + STATE(2152), 1, + aux_sym_case_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [104105] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3540), 4, + ACTIONS(3354), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, - anon_sym_PIPE, - [104075] = 2, + anon_sym_if, + anon_sym_COLON, + [104116] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3523), 4, + ACTIONS(3583), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [104086] = 2, + [104127] = 4, + ACTIONS(3731), 1, + anon_sym_COMMA, + STATE(2083), 1, + aux_sym_print_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3525), 4, - anon_sym_RPAREN, + ACTIONS(3729), 2, + sym_newline, + anon_sym_SEMI, + [104142] = 4, + ACTIONS(3735), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [104097] = 2, + STATE(2027), 1, + aux_sym_global_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3513), 4, + ACTIONS(3733), 2, + sym_newline, + anon_sym_SEMI, + [104157] = 4, + ACTIONS(3740), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, - anon_sym_PIPE, - [104108] = 2, + STATE(2083), 1, + aux_sym_print_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3546), 4, + ACTIONS(3738), 2, + sym_newline, + anon_sym_SEMI, + [104172] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3521), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [104119] = 2, + [104183] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3542), 4, + ACTIONS(3521), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [104130] = 2, + [104194] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3546), 4, + ACTIONS(3086), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [104141] = 4, - ACTIONS(3709), 1, - anon_sym_COLON, - ACTIONS(3711), 1, - anon_sym_EQ, + [104205] = 5, + ACTIONS(3692), 1, + anon_sym_as, + ACTIONS(3742), 1, + anon_sym_RPAREN, + ACTIONS(3744), 1, + anon_sym_COMMA, + STATE(2193), 1, + aux_sym_case_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [104222] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3707), 2, - anon_sym_RPAREN, + ACTIONS(3086), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, + anon_sym_RBRACE, + [104233] = 4, + ACTIONS(3748), 1, anon_sym_COMMA, - [104156] = 2, + STATE(2080), 1, + aux_sym_import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3558), 4, - anon_sym_RPAREN, + ACTIONS(3746), 2, + sym_newline, + anon_sym_SEMI, + [104248] = 4, + ACTIONS(3750), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [104167] = 2, + STATE(2080), 1, + aux_sym_import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3662), 4, + ACTIONS(3746), 2, + sym_newline, + anon_sym_SEMI, + [104263] = 5, + ACTIONS(3692), 1, + anon_sym_as, + ACTIONS(3752), 1, anon_sym_RPAREN, + ACTIONS(3754), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [104178] = 4, - ACTIONS(3715), 1, + STATE(2157), 1, + aux_sym_case_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [104280] = 4, + ACTIONS(3758), 1, anon_sym_COMMA, - STATE(2072), 1, - aux_sym_import_list_repeat1, + STATE(2027), 1, + aux_sym_global_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3713), 2, + ACTIONS(3756), 2, sym_newline, anon_sym_SEMI, - [104193] = 2, + [104295] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3636), 4, + ACTIONS(3666), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [104204] = 2, + [104306] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3552), 4, + ACTIONS(3550), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [104215] = 2, + [104317] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3648), 4, + ACTIONS(3550), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [104226] = 4, - ACTIONS(3717), 1, + [104328] = 5, + ACTIONS(3692), 1, + anon_sym_as, + ACTIONS(3760), 1, + anon_sym_RPAREN, + ACTIONS(3762), 1, anon_sym_COMMA, - STATE(1916), 1, - aux_sym_assert_statement_repeat1, + STATE(2265), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1374), 2, - sym_newline, - anon_sym_SEMI, - [104241] = 2, + [104345] = 5, + ACTIONS(3692), 1, + anon_sym_as, + ACTIONS(3764), 1, + anon_sym_RPAREN, + ACTIONS(3766), 1, + anon_sym_COMMA, + STATE(2337), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3662), 4, + [104362] = 4, + ACTIONS(3758), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [104252] = 3, - ACTIONS(3680), 1, - anon_sym_as, + STATE(2027), 1, + aux_sym_global_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3719), 3, + ACTIONS(3768), 2, sym_newline, anon_sym_SEMI, + [104377] = 4, + ACTIONS(3084), 1, anon_sym_COMMA, - [104265] = 2, + STATE(1898), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3770), 2, + sym_newline, + anon_sym_SEMI, + [104392] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3558), 4, + ACTIONS(3686), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [104276] = 2, + [104403] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3599), 4, + ACTIONS(3639), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - anon_sym_RBRACE, - [104287] = 2, + [104414] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3513), 4, + ACTIONS(3639), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, anon_sym_RBRACE, - [104298] = 2, + [104425] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3546), 4, + ACTIONS(3519), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [104309] = 2, + [104436] = 5, + ACTIONS(3662), 1, + anon_sym_RPAREN, + ACTIONS(3772), 1, + sym_identifier, + STATE(2239), 1, + sym_dotted_name, + STATE(2367), 1, + sym_aliased_import, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [104453] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3558), 4, + ACTIONS(3645), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, anon_sym_RBRACE, - [104320] = 2, + [104464] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3568), 4, + ACTIONS(3643), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [104331] = 2, + [104475] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3568), 4, + ACTIONS(3647), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, anon_sym_RBRACE, - [104342] = 4, - ACTIONS(3721), 1, + [104486] = 5, + ACTIONS(3696), 1, + anon_sym_as, + ACTIONS(3774), 1, anon_sym_COMMA, - STATE(2072), 1, - aux_sym_import_list_repeat1, + ACTIONS(3776), 1, + anon_sym_RBRACK, + STATE(2267), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3713), 2, - sym_newline, - anon_sym_SEMI, - [104357] = 5, - ACTIONS(3723), 1, - anon_sym_RPAREN, - ACTIONS(3725), 1, - anon_sym_COMMA, - ACTIONS(3727), 1, - anon_sym_as, - STATE(2338), 1, - aux_sym_case_clause_repeat1, + [104503] = 5, + ACTIONS(3778), 1, + anon_sym_case, + ACTIONS(3781), 1, + sym_dedent, + STATE(2054), 1, + aux_sym_match_block_repeat1, + STATE(2365), 1, + sym_case_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104374] = 5, - ACTIONS(3727), 1, - anon_sym_as, - ACTIONS(3729), 1, - anon_sym_RPAREN, - ACTIONS(3731), 1, - anon_sym_COMMA, - STATE(2193), 1, - aux_sym_case_clause_repeat1, + [104520] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104391] = 2, + ACTIONS(3783), 4, + anon_sym_async, + anon_sym_def, + anon_sym_class, + anon_sym_AT, + [104531] = 5, + ACTIONS(1482), 1, + anon_sym_LBRACK, + ACTIONS(3785), 1, + anon_sym_LPAREN, + STATE(2402), 1, + sym_parameters, + STATE(2428), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3536), 4, - anon_sym_RPAREN, + [104548] = 4, + ACTIONS(3789), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [104402] = 2, + STATE(2026), 1, + aux_sym_print_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3515), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [104413] = 2, + ACTIONS(3787), 2, + sym_newline, + anon_sym_SEMI, + [104563] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3519), 4, + ACTIONS(3666), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, anon_sym_RBRACE, - [104424] = 2, + [104574] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3521), 4, + ACTIONS(3686), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, anon_sym_RBRACE, - [104435] = 2, + [104585] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3523), 4, + ACTIONS(3534), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [104446] = 5, - ACTIONS(3733), 1, - anon_sym_COMMA, - ACTIONS(3735), 1, + [104596] = 5, + ACTIONS(3692), 1, anon_sym_as, - ACTIONS(3737), 1, - anon_sym_RBRACK, - STATE(2194), 1, + ACTIONS(3791), 1, + anon_sym_RPAREN, + ACTIONS(3793), 1, + anon_sym_COMMA, + STATE(2166), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104463] = 2, + [104613] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3525), 4, + ACTIONS(3519), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, anon_sym_RBRACE, - [104474] = 2, + [104624] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3538), 4, - anon_sym_RPAREN, + ACTIONS(3521), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [104485] = 2, + anon_sym_RBRACE, + [104635] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3536), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, + ACTIONS(2983), 4, + anon_sym_COLON, + anon_sym_EQ, anon_sym_RBRACE, - [104496] = 2, + sym_type_conversion, + [104646] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3538), 4, + ACTIONS(3550), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, anon_sym_RBRACE, - [104507] = 2, + [104657] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3540), 4, + ACTIONS(3536), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [104518] = 2, + [104668] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3542), 4, + ACTIONS(3647), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - anon_sym_RBRACE, - [104529] = 2, + [104679] = 3, + ACTIONS(3579), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3552), 4, + ACTIONS(3795), 3, + sym_newline, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_as, + [104692] = 5, + ACTIONS(3662), 1, + anon_sym_RPAREN, + ACTIONS(3772), 1, + sym_identifier, + STATE(2239), 1, + sym_dotted_name, + STATE(2367), 1, + sym_aliased_import, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [104709] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3086), 2, + anon_sym_COLON, anon_sym_PIPE, + ACTIONS(3797), 2, + anon_sym_COMMA, anon_sym_RBRACE, - [104540] = 2, + [104722] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3568), 4, + ACTIONS(3534), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [104551] = 5, - ACTIONS(3267), 1, - sym_identifier, - STATE(2002), 1, - sym_dotted_name, - STATE(2077), 1, - sym_aliased_import, - STATE(2444), 1, - sym_import_list, + anon_sym_RBRACE, + [104733] = 3, + ACTIONS(3334), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104568] = 4, - ACTIONS(3741), 1, + ACTIONS(3799), 3, anon_sym_COMMA, - STATE(2117), 1, - aux_sym_global_statement_repeat1, + anon_sym_if, + anon_sym_COLON, + [104746] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3739), 2, - sym_newline, - anon_sym_SEMI, - [104583] = 2, + ACTIONS(3546), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [104757] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3089), 4, - anon_sym_RPAREN, + ACTIONS(3536), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [104594] = 2, + anon_sym_RBRACE, + [104768] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3648), 4, + ACTIONS(3544), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [104605] = 5, - ACTIONS(3628), 1, - anon_sym_RPAREN, - ACTIONS(3743), 1, - sym_identifier, - STATE(2139), 1, - sym_dotted_name, - STATE(2443), 1, - sym_aliased_import, + anon_sym_RBRACE, + [104779] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104622] = 4, - ACTIONS(3747), 1, - anon_sym_DOT, - STATE(2111), 1, - aux_sym_import_prefix_repeat1, + ACTIONS(3546), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, + anon_sym_RBRACE, + [104790] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3745), 2, - anon_sym_import, - sym_identifier, - [104637] = 2, + ACTIONS(3548), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, + anon_sym_RBRACE, + [104801] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3542), 4, - anon_sym_RPAREN, + ACTIONS(3562), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [104648] = 5, - ACTIONS(3727), 1, - anon_sym_as, - ACTIONS(3749), 1, - anon_sym_RPAREN, - ACTIONS(3751), 1, - anon_sym_COMMA, - STATE(2199), 1, - aux_sym_case_clause_repeat1, + anon_sym_RBRACE, + [104812] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104665] = 4, - ACTIONS(3755), 1, + ACTIONS(3564), 4, anon_sym_COMMA, - STATE(2072), 1, + anon_sym_as, + anon_sym_PIPE, + anon_sym_RBRACE, + [104823] = 4, + ACTIONS(3803), 1, + anon_sym_COMMA, + STATE(2080), 1, aux_sym_import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3753), 2, + ACTIONS(3801), 2, sym_newline, anon_sym_SEMI, - [104680] = 2, + [104838] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3552), 4, - anon_sym_RPAREN, + ACTIONS(3566), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [104691] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2943), 4, - anon_sym_COLON, - anon_sym_EQ, anon_sym_RBRACE, - sym_type_conversion, - [104702] = 4, - ACTIONS(3055), 1, - anon_sym_COMMA, - STATE(1916), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3758), 2, - sym_newline, - anon_sym_SEMI, - [104717] = 2, + [104849] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3662), 4, + ACTIONS(3548), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [104728] = 4, - ACTIONS(3678), 1, + [104860] = 4, + ACTIONS(3808), 1, anon_sym_COMMA, - STATE(2033), 1, - aux_sym_import_list_repeat1, + STATE(2083), 1, + aux_sym_print_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3676), 2, + ACTIONS(3806), 2, sym_newline, anon_sym_SEMI, - [104743] = 2, + [104875] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3297), 4, + ACTIONS(3811), 4, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - [104754] = 3, + [104886] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3089), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(3760), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [104767] = 5, - ACTIONS(3381), 1, + ACTIONS(3568), 4, anon_sym_COMMA, - ACTIONS(3560), 1, - anon_sym_DOT, - ACTIONS(3562), 1, - anon_sym_COLON, - ACTIONS(3566), 1, + anon_sym_as, anon_sym_PIPE, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [104784] = 4, - ACTIONS(3741), 1, + anon_sym_RBRACE, + [104897] = 4, + ACTIONS(3813), 1, anon_sym_COMMA, - STATE(2117), 1, - aux_sym_global_statement_repeat1, + STATE(1898), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3762), 2, + ACTIONS(1376), 2, sym_newline, anon_sym_SEMI, - [104799] = 5, - ACTIONS(3727), 1, - anon_sym_as, - ACTIONS(3764), 1, - anon_sym_RPAREN, - ACTIONS(3766), 1, - anon_sym_COMMA, - STATE(2182), 1, - aux_sym_case_clause_repeat1, + [104912] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104816] = 5, - ACTIONS(3587), 1, - anon_sym_COLON, - ACTIONS(3768), 1, - anon_sym_RBRACE, - ACTIONS(3770), 1, - sym_type_conversion, - STATE(2562), 1, - sym_format_specifier, + ACTIONS(3562), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [104923] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104833] = 5, - ACTIONS(3727), 1, - anon_sym_as, - ACTIONS(3772), 1, - anon_sym_RPAREN, - ACTIONS(3774), 1, + ACTIONS(3583), 4, anon_sym_COMMA, - STATE(2159), 1, - aux_sym_case_clause_repeat1, + anon_sym_as, + anon_sym_PIPE, + anon_sym_RBRACE, + [104934] = 5, + ACTIONS(3815), 1, + anon_sym_case, + ACTIONS(3817), 1, + sym_dedent, + STATE(2092), 1, + aux_sym_match_block_repeat1, + STATE(2365), 1, + sym_case_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104850] = 2, + [104951] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3089), 4, + ACTIONS(3564), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [104861] = 5, - ACTIONS(3727), 1, - anon_sym_as, - ACTIONS(3776), 1, - anon_sym_RPAREN, - ACTIONS(3778), 1, + [104962] = 4, + ACTIONS(3819), 1, anon_sym_COMMA, - STATE(2157), 1, + STATE(2091), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104878] = 5, - ACTIONS(3735), 1, - anon_sym_as, - ACTIONS(3780), 1, - anon_sym_COMMA, - ACTIONS(3782), 1, - anon_sym_RBRACK, - STATE(2160), 1, - aux_sym_case_clause_repeat1, + ACTIONS(3799), 2, + anon_sym_if, + anon_sym_COLON, + [104977] = 5, + ACTIONS(3815), 1, + anon_sym_case, + ACTIONS(3822), 1, + sym_dedent, + STATE(2054), 1, + aux_sym_match_block_repeat1, + STATE(2365), 1, + sym_case_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104895] = 2, + [104994] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3515), 4, + ACTIONS(3639), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [104906] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3784), 4, - anon_sym_async, - anon_sym_def, - anon_sym_class, - anon_sym_AT, - [104917] = 5, - ACTIONS(3727), 1, - anon_sym_as, - ACTIONS(3786), 1, - anon_sym_RPAREN, - ACTIONS(3788), 1, - anon_sym_COMMA, - STATE(2165), 1, - aux_sym_case_clause_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [104934] = 4, - ACTIONS(3792), 1, - anon_sym_COMMA, + [105005] = 4, + ACTIONS(3826), 1, + anon_sym_DOT, STATE(2010), 1, - aux_sym_print_statement_repeat1, + aux_sym_import_prefix_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3790), 2, - sym_newline, - anon_sym_SEMI, - [104949] = 5, - ACTIONS(3597), 1, - anon_sym_RPAREN, - ACTIONS(3743), 1, + ACTIONS(3824), 2, + anon_sym_import, sym_identifier, - STATE(2139), 1, - sym_dotted_name, - STATE(2443), 1, - sym_aliased_import, + [105020] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104966] = 4, - ACTIONS(3796), 1, + ACTIONS(3566), 4, anon_sym_COMMA, - STATE(2091), 1, - aux_sym_print_statement_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3794), 2, - sym_newline, - anon_sym_SEMI, - [104981] = 5, - ACTIONS(3688), 1, - anon_sym_case, - ACTIONS(3798), 1, - sym_dedent, - STATE(2095), 1, - aux_sym_match_block_repeat1, - STATE(2419), 1, - sym_case_clause, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [104998] = 5, - ACTIONS(3688), 1, - anon_sym_case, - ACTIONS(3800), 1, - sym_dedent, - STATE(2017), 1, - aux_sym_match_block_repeat1, - STATE(2419), 1, - sym_case_clause, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [105015] = 5, - ACTIONS(3735), 1, anon_sym_as, - ACTIONS(3802), 1, - anon_sym_COMMA, - ACTIONS(3804), 1, anon_sym_RBRACK, - STATE(2217), 1, - aux_sym_case_clause_repeat1, + anon_sym_PIPE, + [105031] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105032] = 5, - ACTIONS(1482), 1, - anon_sym_LBRACK, - ACTIONS(3686), 1, - anon_sym_LPAREN, - STATE(2457), 1, - sym_parameters, - STATE(2461), 1, - sym_type_parameter, + ACTIONS(3643), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [105042] = 4, + ACTIONS(3830), 1, + anon_sym_COLON, + ACTIONS(3832), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105049] = 2, + ACTIONS(3828), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [105057] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3519), 4, + ACTIONS(3568), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [105060] = 4, - ACTIONS(3808), 1, - anon_sym_COMMA, - STATE(2010), 1, - aux_sym_print_statement_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3806), 2, - sym_newline, - anon_sym_SEMI, - [105075] = 2, + [105068] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3521), 4, + ACTIONS(3645), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [105086] = 5, - ACTIONS(3727), 1, - anon_sym_as, - ACTIONS(3810), 1, - anon_sym_RPAREN, - ACTIONS(3812), 1, - anon_sym_COMMA, - STATE(2317), 1, - aux_sym_case_clause_repeat1, + [105079] = 5, + ACTIONS(3772), 1, + sym_identifier, + STATE(2014), 1, + sym_dotted_name, + STATE(2246), 1, + sym_aliased_import, + STATE(2603), 1, + sym_import_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105103] = 5, - ACTIONS(3587), 1, - anon_sym_COLON, - ACTIONS(3814), 1, - anon_sym_RBRACE, - ACTIONS(3816), 1, - sym_type_conversion, - STATE(2549), 1, - sym_format_specifier, + [105096] = 5, + ACTIONS(3772), 1, + sym_identifier, + STATE(2014), 1, + sym_dotted_name, + STATE(2246), 1, + sym_aliased_import, + STATE(2604), 1, + sym_import_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105120] = 5, - ACTIONS(3735), 1, - anon_sym_as, - ACTIONS(3818), 1, - anon_sym_COMMA, - ACTIONS(3820), 1, - anon_sym_RBRACK, - STATE(2321), 1, - aux_sym_case_clause_repeat1, + [105113] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105137] = 5, - ACTIONS(3676), 1, + ACTIONS(3534), 4, anon_sym_RPAREN, - ACTIONS(3822), 1, anon_sym_COMMA, - ACTIONS(3824), 1, anon_sym_as, - STATE(2326), 1, - aux_sym_import_list_repeat1, + anon_sym_PIPE, + [105124] = 5, + ACTIONS(3498), 1, + anon_sym_COLON, + ACTIONS(3834), 1, + anon_sym_RBRACE, + ACTIONS(3836), 1, + sym_type_conversion, + STATE(2569), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105154] = 4, - ACTIONS(3741), 1, - anon_sym_COMMA, - STATE(2081), 1, - aux_sym_global_statement_repeat1, + [105141] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3826), 2, - sym_newline, - anon_sym_SEMI, - [105169] = 4, - ACTIONS(3055), 1, + ACTIONS(3647), 4, anon_sym_COMMA, - STATE(1916), 1, - aux_sym_assert_statement_repeat1, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [105152] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3828), 2, - sym_newline, - anon_sym_SEMI, - [105184] = 4, - ACTIONS(3741), 1, + ACTIONS(3666), 4, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2065), 1, - aux_sym_global_statement_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3830), 2, - sym_newline, - anon_sym_SEMI, - [105199] = 3, - ACTIONS(3291), 1, anon_sym_as, + anon_sym_PIPE, + [105163] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3700), 3, + ACTIONS(3536), 4, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - [105212] = 2, + anon_sym_as, + anon_sym_PIPE, + [105174] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3636), 4, + ACTIONS(3544), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [105223] = 5, - ACTIONS(3560), 1, - anon_sym_DOT, - ACTIONS(3562), 1, - anon_sym_COLON, - ACTIONS(3566), 1, - anon_sym_PIPE, - ACTIONS(3832), 1, - anon_sym_EQ, + [105185] = 5, + ACTIONS(3815), 1, + anon_sym_case, + ACTIONS(3838), 1, + sym_dedent, + STATE(2122), 1, + aux_sym_match_block_repeat1, + STATE(2365), 1, + sym_case_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105240] = 4, - ACTIONS(3836), 1, - anon_sym_DOT, - STATE(2111), 1, - aux_sym_import_prefix_repeat1, + [105202] = 4, + ACTIONS(3084), 1, + anon_sym_COMMA, + STATE(1898), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3834), 2, - anon_sym_import, - sym_identifier, - [105255] = 5, - ACTIONS(3688), 1, - anon_sym_case, - ACTIONS(3839), 1, - sym_dedent, - STATE(2017), 1, - aux_sym_match_block_repeat1, - STATE(2419), 1, - sym_case_clause, + ACTIONS(3840), 2, + sym_newline, + anon_sym_SEMI, + [105217] = 5, + ACTIONS(3597), 1, + anon_sym_DOT, + ACTIONS(3599), 1, + anon_sym_COLON, + ACTIONS(3603), 1, + anon_sym_PIPE, + ACTIONS(3842), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105272] = 5, - ACTIONS(3743), 1, - sym_identifier, - STATE(2104), 1, - sym_dotted_name, - STATE(2220), 1, - sym_aliased_import, - STATE(2499), 1, - sym_import_list, + [105234] = 5, + ACTIONS(1482), 1, + anon_sym_LBRACK, + ACTIONS(3785), 1, + anon_sym_LPAREN, + STATE(2460), 1, + sym_parameters, + STATE(2464), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105289] = 2, + [105251] = 5, + ACTIONS(1482), 1, + anon_sym_LBRACK, + ACTIONS(3785), 1, + anon_sym_LPAREN, + STATE(2431), 1, + sym_parameters, + STATE(2457), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3607), 4, + [105268] = 4, + ACTIONS(3758), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, - anon_sym_PIPE, - [105300] = 5, - ACTIONS(3743), 1, - sym_identifier, - STATE(2104), 1, - sym_dotted_name, - STATE(2220), 1, - sym_aliased_import, - STATE(2511), 1, - sym_import_list, + STATE(2037), 1, + aux_sym_global_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105317] = 5, + ACTIONS(3844), 2, + sym_newline, + anon_sym_SEMI, + [105283] = 5, ACTIONS(1482), 1, anon_sym_LBRACK, - ACTIONS(3686), 1, + ACTIONS(3785), 1, anon_sym_LPAREN, - STATE(2397), 1, + STATE(2432), 1, sym_parameters, - STATE(2455), 1, + STATE(2459), 1, sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105334] = 4, - ACTIONS(3843), 1, + [105300] = 4, + ACTIONS(3758), 1, anon_sym_COMMA, - STATE(2117), 1, + STATE(2043), 1, aux_sym_global_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3841), 2, + ACTIONS(3846), 2, sym_newline, anon_sym_SEMI, - [105349] = 2, + [105315] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3523), 4, + ACTIONS(3546), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [105360] = 2, + [105326] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3525), 4, + ACTIONS(3548), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [105371] = 5, - ACTIONS(1482), 1, - anon_sym_LBRACK, - ACTIONS(3686), 1, - anon_sym_LPAREN, - STATE(2365), 1, - sym_type_parameter, - STATE(2467), 1, - sym_parameters, + [105337] = 5, + ACTIONS(3508), 1, + anon_sym_RPAREN, + ACTIONS(3772), 1, + sym_identifier, + STATE(2239), 1, + sym_dotted_name, + STATE(2367), 1, + sym_aliased_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105388] = 2, + [105354] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3846), 4, + ACTIONS(3583), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, - [105399] = 2, + anon_sym_RBRACK, + anon_sym_PIPE, + [105365] = 5, + ACTIONS(3144), 1, + sym_identifier, + STATE(1935), 1, + sym_dotted_name, + STATE(2017), 1, + sym_aliased_import, + STATE(2416), 1, + sym_import_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3636), 4, + [105382] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3086), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, + [105393] = 5, + ACTIONS(3815), 1, + anon_sym_case, + ACTIONS(3848), 1, + sym_dedent, + STATE(2054), 1, + aux_sym_match_block_repeat1, + STATE(2365), 1, + sym_case_clause, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, [105410] = 5, - ACTIONS(3628), 1, - anon_sym_RPAREN, - ACTIONS(3743), 1, - sym_identifier, - STATE(2139), 1, - sym_dotted_name, - STATE(2443), 1, - sym_aliased_import, + ACTIONS(3280), 1, + anon_sym_COMMA, + ACTIONS(3597), 1, + anon_sym_DOT, + ACTIONS(3599), 1, + anon_sym_COLON, + ACTIONS(3603), 1, + anon_sym_PIPE, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -114793,2551 +114793,2542 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3540), 4, - anon_sym_RPAREN, + ACTIONS(3544), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, [105438] = 4, - ACTIONS(3848), 1, + ACTIONS(3130), 1, anon_sym_COMMA, + ACTIONS(3132), 1, + anon_sym_RBRACK, + STATE(2298), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [105452] = 4, + ACTIONS(1732), 1, + anon_sym_RBRACK, ACTIONS(3850), 1, - anon_sym_in, - STATE(2190), 1, + anon_sym_COMMA, + STATE(2241), 1, aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105452] = 4, + [105466] = 4, ACTIONS(3852), 1, - anon_sym_SEMI, - ACTIONS(3855), 1, - sym_newline, - STATE(2126), 1, - aux_sym_simple_statements_repeat1, + anon_sym_RPAREN, + ACTIONS(3854), 1, + anon_sym_COMMA, + STATE(2170), 1, + aux_sym_with_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105466] = 4, - ACTIONS(3182), 1, + [105480] = 4, + ACTIONS(3248), 1, anon_sym_COMMA, - ACTIONS(3184), 1, + ACTIONS(3250), 1, anon_sym_RBRACE, - STATE(2134), 1, + STATE(2132), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105480] = 4, - ACTIONS(648), 1, + [105494] = 4, + ACTIONS(626), 1, sym_newline, - ACTIONS(3857), 1, + ACTIONS(3856), 1, anon_sym_SEMI, - STATE(2126), 1, + STATE(2314), 1, aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105494] = 4, - ACTIONS(3560), 1, - anon_sym_DOT, - ACTIONS(3566), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_COLON, + [105508] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105508] = 4, - ACTIONS(620), 1, + ACTIONS(3858), 3, sym_newline, - ACTIONS(3861), 1, anon_sym_SEMI, - STATE(2126), 1, - aux_sym_simple_statements_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [105522] = 4, - ACTIONS(3863), 1, - anon_sym_RPAREN, - ACTIONS(3865), 1, anon_sym_COMMA, - STATE(2131), 1, - aux_sym_with_clause_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [105536] = 4, - ACTIONS(2859), 1, + [105518] = 4, + ACTIONS(2857), 1, anon_sym_COMMA, - ACTIONS(3868), 1, + ACTIONS(3860), 1, anon_sym_RPAREN, - STATE(2166), 1, + STATE(2200), 1, aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105550] = 4, - ACTIONS(1238), 1, + [105532] = 4, + ACTIONS(1280), 1, anon_sym_RBRACE, - ACTIONS(3870), 1, + ACTIONS(3862), 1, anon_sym_COMMA, - STATE(2257), 1, - aux_sym_collection_elements_repeat1, + STATE(2224), 1, + aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105564] = 4, - ACTIONS(1250), 1, - anon_sym_RBRACE, - ACTIONS(3872), 1, - anon_sym_COMMA, - STATE(2189), 1, - aux_sym_dictionary_repeat1, + [105546] = 3, + ACTIONS(3696), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105578] = 4, + ACTIONS(3799), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [105558] = 4, ACTIONS(2873), 1, anon_sym_RPAREN, ACTIONS(2875), 1, anon_sym_COMMA, - STATE(2141), 1, + STATE(2140), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105592] = 4, - ACTIONS(3071), 1, + [105572] = 4, + ACTIONS(3055), 1, anon_sym_COMMA, - ACTIONS(3073), 1, + ACTIONS(3059), 1, anon_sym_RBRACK, - STATE(2143), 1, + STATE(2142), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105606] = 3, - ACTIONS(3874), 1, - anon_sym_EQ, + [105586] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3707), 2, + ACTIONS(3811), 3, anon_sym_COMMA, - anon_sym_COLON, - [105618] = 4, - ACTIONS(1396), 1, - anon_sym_RPAREN, - ACTIONS(3876), 1, + anon_sym_as, + anon_sym_RBRACK, + [105596] = 4, + ACTIONS(3177), 1, anon_sym_COMMA, - STATE(2131), 1, - aux_sym_with_clause_repeat1, + ACTIONS(3179), 1, + anon_sym_RBRACE, + STATE(2347), 1, + aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105632] = 3, - ACTIONS(3824), 1, - anon_sym_as, + [105610] = 4, + ACTIONS(3799), 1, + anon_sym_RBRACK, + ACTIONS(3864), 1, + anon_sym_COMMA, + STATE(2138), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3719), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [105644] = 4, - ACTIONS(3573), 1, - anon_sym_RBRACK, - ACTIONS(3878), 1, + [105624] = 4, + ACTIONS(1380), 1, + anon_sym_COLON, + ACTIONS(3867), 1, anon_sym_COMMA, - STATE(2140), 1, - aux_sym_type_parameter_repeat1, + STATE(2183), 1, + aux_sym_with_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105658] = 4, - ACTIONS(1160), 1, + [105638] = 4, + ACTIONS(1140), 1, anon_sym_RPAREN, - ACTIONS(3881), 1, + ACTIONS(3869), 1, anon_sym_COMMA, - STATE(2144), 1, + STATE(2160), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105672] = 4, - ACTIONS(3883), 1, + [105652] = 4, + ACTIONS(3871), 1, anon_sym_COMMA, - ACTIONS(3885), 1, + ACTIONS(3873), 1, anon_sym_RBRACK, - STATE(2281), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105686] = 4, - ACTIONS(3887), 1, + [105666] = 4, + ACTIONS(3875), 1, anon_sym_COMMA, - ACTIONS(3889), 1, + ACTIONS(3877), 1, anon_sym_RBRACK, - STATE(2281), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105700] = 4, - ACTIONS(3311), 1, - anon_sym_RPAREN, - ACTIONS(3891), 1, - anon_sym_COMMA, - STATE(2144), 1, - aux_sym_argument_list_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [105714] = 3, - ACTIONS(3332), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3334), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - [105726] = 3, - ACTIONS(3896), 1, - anon_sym_as, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3894), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [105738] = 4, - ACTIONS(992), 1, + [105680] = 4, + ACTIONS(1022), 1, anon_sym_RBRACK, - ACTIONS(3898), 1, + ACTIONS(3879), 1, anon_sym_COMMA, - STATE(2140), 1, + STATE(2339), 1, aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105752] = 4, - ACTIONS(3900), 1, - anon_sym_SEMI, - ACTIONS(3902), 1, - sym_newline, - STATE(2187), 1, - aux_sym_simple_statements_repeat1, + [105694] = 4, + ACTIONS(2803), 1, + anon_sym_RPAREN, + ACTIONS(2857), 1, + anon_sym_COMMA, + STATE(2200), 1, + aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105766] = 2, + [105708] = 3, + ACTIONS(1636), 1, + anon_sym_except, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2320), 3, - sym_newline, - anon_sym_SEMI, - anon_sym_in, - [105776] = 3, - ACTIONS(3336), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3338), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - [105788] = 4, - ACTIONS(3760), 1, - anon_sym_RBRACE, - ACTIONS(3904), 1, + ACTIONS(1638), 2, + anon_sym_except_STAR, + anon_sym_finally, + [105720] = 4, + ACTIONS(3360), 1, + anon_sym_RPAREN, + ACTIONS(3881), 1, anon_sym_COMMA, - STATE(2151), 1, - aux_sym_dict_pattern_repeat1, + STATE(2146), 1, + aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105802] = 3, - ACTIONS(3340), 1, + [105734] = 3, + ACTIONS(3447), 1, aux_sym_format_specifier_token1, ACTIONS(5), 2, sym_comment, sym_line_continuation, - ACTIONS(3342), 2, + ACTIONS(3449), 2, anon_sym_LBRACE, anon_sym_RBRACE, - [105814] = 4, - ACTIONS(3616), 1, - anon_sym_LPAREN, - ACTIONS(3907), 1, - anon_sym_COLON, - STATE(2625), 1, - sym_argument_list, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [105828] = 3, - ACTIONS(3727), 1, - anon_sym_as, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3700), 2, - anon_sym_RPAREN, + [105746] = 4, + ACTIONS(3884), 1, anon_sym_COMMA, - [105840] = 4, - ACTIONS(3909), 1, - sym_newline, - ACTIONS(3911), 1, - sym_indent, - STATE(740), 1, - sym_match_block, + ACTIONS(3886), 1, + anon_sym_in, + STATE(2192), 1, + aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105854] = 4, - ACTIONS(3527), 1, + [105760] = 4, + ACTIONS(3530), 1, anon_sym_COMMA, - ACTIONS(3529), 1, + ACTIONS(3532), 1, anon_sym_RBRACE, - STATE(2161), 1, + STATE(2154), 1, aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105868] = 4, - ACTIONS(2504), 1, - anon_sym_RPAREN, - ACTIONS(3913), 1, - anon_sym_COMMA, - STATE(2174), 1, - aux_sym_case_clause_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [105882] = 4, - ACTIONS(3863), 1, - anon_sym_COLON, - ACTIONS(3915), 1, - anon_sym_COMMA, - STATE(2158), 1, - aux_sym_with_clause_repeat1, + [105774] = 4, + ACTIONS(620), 1, + sym_newline, + ACTIONS(3888), 1, + anon_sym_SEMI, + STATE(2314), 1, + aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105896] = 4, - ACTIONS(2550), 1, + [105788] = 4, + ACTIONS(2488), 1, anon_sym_RPAREN, - ACTIONS(3918), 1, + ACTIONS(3890), 1, anon_sym_COMMA, - STATE(2174), 1, + STATE(2275), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105910] = 4, - ACTIONS(2452), 1, + [105802] = 4, + ACTIONS(2492), 1, anon_sym_RBRACK, - ACTIONS(3920), 1, + ACTIONS(3892), 1, anon_sym_COMMA, - STATE(2350), 1, + STATE(2138), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105924] = 4, - ACTIONS(2578), 1, - anon_sym_RBRACE, - ACTIONS(3922), 1, - anon_sym_COMMA, - STATE(2151), 1, - aux_sym_dict_pattern_repeat1, + [105816] = 3, + ACTIONS(1600), 1, + anon_sym_except, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105938] = 4, - ACTIONS(1242), 1, - anon_sym_RPAREN, - ACTIONS(3924), 1, + ACTIONS(1602), 2, + anon_sym_except_STAR, + anon_sym_finally, + [105828] = 4, + ACTIONS(2596), 1, + anon_sym_RBRACE, + ACTIONS(3894), 1, anon_sym_COMMA, - STATE(2209), 1, - aux_sym_assert_statement_repeat1, + STATE(2162), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105952] = 4, - ACTIONS(2859), 1, - anon_sym_COMMA, - ACTIONS(2867), 1, + [105842] = 4, + ACTIONS(3896), 1, anon_sym_RPAREN, - STATE(2166), 1, - aux_sym_collection_elements_repeat1, + ACTIONS(3898), 1, + anon_sym_COMMA, + STATE(2155), 1, + aux_sym_parameters__repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105966] = 4, - ACTIONS(2574), 1, - sym_identifier, - ACTIONS(3926), 1, - anon_sym_import, - STATE(2524), 1, - sym_dotted_name, + [105856] = 3, + ACTIONS(1596), 1, + anon_sym_except, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105980] = 4, - ACTIONS(2500), 1, + ACTIONS(1598), 2, + anon_sym_except_STAR, + anon_sym_finally, + [105868] = 4, + ACTIONS(2520), 1, anon_sym_RPAREN, - ACTIONS(3928), 1, + ACTIONS(3901), 1, anon_sym_COMMA, - STATE(2174), 1, + STATE(2275), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105994] = 4, - ACTIONS(1238), 1, - anon_sym_RPAREN, - ACTIONS(3930), 1, - anon_sym_COMMA, - STATE(2330), 1, - aux_sym_collection_elements_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [106008] = 2, + [105882] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3841), 3, + ACTIONS(2318), 3, sym_newline, anon_sym_SEMI, - anon_sym_COMMA, - [106018] = 2, + anon_sym_in, + [105892] = 4, + ACTIONS(3903), 1, + anon_sym_SEMI, + ACTIONS(3905), 1, + sym_newline, + STATE(2190), 1, + aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3846), 3, + [105906] = 4, + ACTIONS(3396), 1, anon_sym_RPAREN, + ACTIONS(3907), 1, anon_sym_COMMA, + STATE(2160), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [105920] = 3, + ACTIONS(3912), 1, anon_sym_as, - [106028] = 3, - ACTIONS(3021), 1, - anon_sym_from, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3019), 2, - sym_newline, - anon_sym_SEMI, - [106040] = 4, - ACTIONS(3848), 1, + ACTIONS(3910), 2, anon_sym_COMMA, - ACTIONS(3932), 1, - anon_sym_in, - STATE(2190), 1, - aux_sym_patterns_repeat1, + anon_sym_RBRACE, + [105932] = 4, + ACTIONS(3797), 1, + anon_sym_RBRACE, + ACTIONS(3914), 1, + anon_sym_COMMA, + STATE(2162), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106054] = 4, - ACTIONS(3934), 1, + [105946] = 4, + ACTIONS(3917), 1, anon_sym_SEMI, - ACTIONS(3936), 1, + ACTIONS(3919), 1, sym_newline, - STATE(2178), 1, + STATE(2169), 1, aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106068] = 4, - ACTIONS(1726), 1, - anon_sym_RPAREN, - ACTIONS(3938), 1, + [105960] = 4, + ACTIONS(1234), 1, + anon_sym_RBRACE, + ACTIONS(3921), 1, anon_sym_COMMA, - STATE(2356), 1, - aux_sym_patterns_repeat1, + STATE(2285), 1, + aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106082] = 4, - ACTIONS(2859), 1, + [105974] = 4, + ACTIONS(2857), 1, anon_sym_COMMA, - ACTIONS(2883), 1, + ACTIONS(2877), 1, anon_sym_RPAREN, - STATE(2166), 1, + STATE(2200), 1, aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106096] = 4, - ACTIONS(3700), 1, + [105988] = 4, + ACTIONS(2538), 1, anon_sym_RPAREN, - ACTIONS(3940), 1, + ACTIONS(3923), 1, anon_sym_COMMA, - STATE(2174), 1, + STATE(2275), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106110] = 4, - ACTIONS(3753), 1, - anon_sym_RPAREN, - ACTIONS(3943), 1, - anon_sym_COMMA, - STATE(2175), 1, - aux_sym_import_list_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [106124] = 4, - ACTIONS(3249), 1, + [106002] = 4, + ACTIONS(2857), 1, anon_sym_COMMA, - ACTIONS(3251), 1, - anon_sym_RBRACE, - STATE(2205), 1, - aux_sym_dictionary_repeat1, + ACTIONS(2867), 1, + anon_sym_RPAREN, + STATE(2200), 1, + aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106138] = 4, - ACTIONS(3257), 1, + [106016] = 4, + ACTIONS(3140), 1, anon_sym_COMMA, - ACTIONS(3259), 1, + ACTIONS(3142), 1, anon_sym_RBRACE, - STATE(2179), 1, + STATE(2172), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106152] = 4, - ACTIONS(626), 1, + [106030] = 4, + ACTIONS(630), 1, sym_newline, - ACTIONS(3946), 1, + ACTIONS(3925), 1, anon_sym_SEMI, - STATE(2126), 1, + STATE(2314), 1, aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106166] = 4, - ACTIONS(1280), 1, + [106044] = 4, + ACTIONS(1370), 1, + anon_sym_RPAREN, + ACTIONS(3927), 1, + anon_sym_COMMA, + STATE(2357), 1, + aux_sym_with_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [106058] = 3, + ACTIONS(3478), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3480), 2, + anon_sym_LBRACE, anon_sym_RBRACE, - ACTIONS(3948), 1, + [106070] = 4, + ACTIONS(1282), 1, + anon_sym_RBRACE, + ACTIONS(3929), 1, anon_sym_COMMA, - STATE(2189), 1, + STATE(2224), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106180] = 4, - ACTIONS(2910), 1, + [106084] = 3, + ACTIONS(3484), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3486), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [106096] = 4, + ACTIONS(2879), 1, anon_sym_RPAREN, - ACTIONS(2912), 1, + ACTIONS(2881), 1, anon_sym_COMMA, - STATE(2183), 1, + STATE(2177), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106194] = 4, - ACTIONS(3079), 1, + [106110] = 4, + ACTIONS(3071), 1, anon_sym_COMMA, - ACTIONS(3081), 1, + ACTIONS(3073), 1, anon_sym_RBRACK, - STATE(2186), 1, + STATE(2180), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106208] = 4, - ACTIONS(2538), 1, - anon_sym_RPAREN, - ACTIONS(3950), 1, - anon_sym_COMMA, - STATE(2174), 1, - aux_sym_case_clause_repeat1, - ACTIONS(3), 2, + [106124] = 3, + ACTIONS(3488), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, sym_comment, sym_line_continuation, - [106222] = 4, - ACTIONS(1166), 1, + ACTIONS(3490), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [106136] = 4, + ACTIONS(1170), 1, anon_sym_RPAREN, - ACTIONS(3952), 1, + ACTIONS(3931), 1, anon_sym_COMMA, - STATE(2144), 1, + STATE(2160), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106236] = 2, + [106150] = 4, + ACTIONS(3224), 1, + anon_sym_COMMA, + ACTIONS(3226), 1, + anon_sym_RBRACE, + STATE(2208), 1, + aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2327), 3, - sym_newline, - anon_sym_SEMI, - anon_sym_in, - [106246] = 4, - ACTIONS(3954), 1, + [106164] = 4, + ACTIONS(3933), 1, anon_sym_COMMA, - ACTIONS(3956), 1, + ACTIONS(3935), 1, anon_sym_RBRACK, - STATE(2281), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106260] = 4, - ACTIONS(3958), 1, + [106178] = 4, + ACTIONS(3937), 1, anon_sym_COMMA, - ACTIONS(3960), 1, + ACTIONS(3939), 1, anon_sym_RBRACK, - STATE(2281), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106274] = 4, - ACTIONS(624), 1, - sym_newline, - ACTIONS(3962), 1, - anon_sym_SEMI, - STATE(2126), 1, - aux_sym_simple_statements_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [106288] = 4, - ACTIONS(1024), 1, + [106192] = 4, + ACTIONS(1016), 1, anon_sym_RBRACK, - ACTIONS(3964), 1, + ACTIONS(3941), 1, anon_sym_COMMA, - STATE(2140), 1, + STATE(2339), 1, aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106302] = 4, - ACTIONS(3966), 1, + [106206] = 4, + ACTIONS(2857), 1, anon_sym_COMMA, - ACTIONS(3969), 1, - anon_sym_RBRACE, - STATE(2189), 1, - aux_sym_dictionary_repeat1, + ACTIONS(3943), 1, + anon_sym_RPAREN, + STATE(2200), 1, + aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106316] = 4, - ACTIONS(980), 1, - anon_sym_in, - ACTIONS(3971), 1, + [106220] = 4, + ACTIONS(3945), 1, anon_sym_COMMA, - STATE(2210), 1, - aux_sym_patterns_repeat1, + ACTIONS(3948), 1, + anon_sym_COLON, + STATE(2183), 1, + aux_sym_with_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106330] = 4, - ACTIONS(3554), 1, + [106234] = 4, + ACTIONS(3772), 1, + sym_identifier, + STATE(2239), 1, + sym_dotted_name, + STATE(2367), 1, + sym_aliased_import, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [106248] = 3, + ACTIONS(3026), 1, + anon_sym_from, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3024), 2, + sym_newline, + anon_sym_SEMI, + [106260] = 4, + ACTIONS(3558), 1, anon_sym_COMMA, - ACTIONS(3556), 1, + ACTIONS(3560), 1, anon_sym_RBRACE, - STATE(2196), 1, + STATE(2191), 1, aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106344] = 4, - ACTIONS(2859), 1, - anon_sym_COMMA, - ACTIONS(3973), 1, - anon_sym_RPAREN, - STATE(2166), 1, - aux_sym_collection_elements_repeat1, + [106274] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106358] = 4, - ACTIONS(2512), 1, + ACTIONS(3733), 3, + sym_newline, + anon_sym_SEMI, + anon_sym_COMMA, + [106284] = 4, + ACTIONS(2534), 1, anon_sym_RPAREN, - ACTIONS(3975), 1, + ACTIONS(3950), 1, anon_sym_COMMA, - STATE(2174), 1, + STATE(2275), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106372] = 4, - ACTIONS(2518), 1, + [106298] = 4, + ACTIONS(2536), 1, anon_sym_RBRACK, - ACTIONS(3977), 1, + ACTIONS(3952), 1, anon_sym_COMMA, - STATE(2350), 1, + STATE(2138), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106386] = 4, - ACTIONS(3979), 1, + [106312] = 4, + ACTIONS(648), 1, sym_newline, - ACTIONS(3981), 1, - sym_indent, - STATE(762), 1, - sym_match_block, + ACTIONS(3954), 1, + anon_sym_SEMI, + STATE(2314), 1, + aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106400] = 4, - ACTIONS(2576), 1, + [106326] = 4, + ACTIONS(2598), 1, anon_sym_RBRACE, - ACTIONS(3983), 1, + ACTIONS(3956), 1, anon_sym_COMMA, - STATE(2151), 1, + STATE(2162), 1, aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106414] = 4, - ACTIONS(3985), 1, - anon_sym_COMMA, - ACTIONS(3987), 1, - anon_sym_COLON, - STATE(2244), 1, - aux_sym_match_statement_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [106428] = 4, - ACTIONS(1242), 1, - anon_sym_RBRACK, - ACTIONS(3989), 1, + [106340] = 4, + ACTIONS(968), 1, + anon_sym_in, + ACTIONS(3958), 1, anon_sym_COMMA, - STATE(2213), 1, - aux_sym_assert_statement_repeat1, + STATE(2215), 1, + aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106442] = 4, - ACTIONS(2530), 1, + [106354] = 4, + ACTIONS(2544), 1, anon_sym_RPAREN, - ACTIONS(3991), 1, + ACTIONS(3960), 1, anon_sym_COMMA, - STATE(2174), 1, + STATE(2275), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106456] = 4, - ACTIONS(2697), 1, - anon_sym_RBRACK, - ACTIONS(3993), 1, + [106368] = 4, + ACTIONS(2857), 1, anon_sym_COMMA, + ACTIONS(3962), 1, + anon_sym_RPAREN, STATE(2200), 1, - aux_sym_patterns_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [106470] = 4, - ACTIONS(3996), 1, - anon_sym_COMMA, - ACTIONS(3998), 1, - anon_sym_COLON, - STATE(2353), 1, - aux_sym_with_clause_repeat1, + aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106484] = 4, - ACTIONS(4000), 1, - anon_sym_COMMA, - ACTIONS(4003), 1, - anon_sym_COLON, - STATE(2202), 1, - aux_sym_parameters__repeat1, + [106382] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106498] = 4, - ACTIONS(4003), 1, - anon_sym_RPAREN, - ACTIONS(4005), 1, - anon_sym_COMMA, - STATE(2203), 1, - aux_sym_parameters__repeat1, + ACTIONS(2333), 3, + sym_newline, + anon_sym_SEMI, + anon_sym_in, + [106392] = 4, + ACTIONS(3964), 1, + sym_newline, + ACTIONS(3966), 1, + sym_indent, + STATE(759), 1, + sym_match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106512] = 4, - ACTIONS(4008), 1, + [106406] = 4, + ACTIONS(3968), 1, anon_sym_SEMI, - ACTIONS(4010), 1, + ACTIONS(3970), 1, sym_newline, - STATE(2211), 1, + STATE(2203), 1, aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106526] = 4, - ACTIONS(1256), 1, - anon_sym_RBRACE, - ACTIONS(4012), 1, + [106420] = 4, + ACTIONS(3972), 1, anon_sym_COMMA, - STATE(2189), 1, - aux_sym_dictionary_repeat1, + ACTIONS(3974), 1, + anon_sym_COLON, + STATE(2307), 1, + aux_sym_match_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106540] = 3, - ACTIONS(1598), 1, - anon_sym_except, + [106434] = 4, + ACTIONS(2857), 1, + anon_sym_COMMA, + ACTIONS(2887), 1, + anon_sym_RPAREN, + STATE(2200), 1, + aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1596), 2, - anon_sym_except_STAR, - anon_sym_finally, - [106552] = 4, - ACTIONS(2857), 1, + [106448] = 4, + ACTIONS(1234), 1, anon_sym_RPAREN, - ACTIONS(2859), 1, + ACTIONS(3976), 1, anon_sym_COMMA, - STATE(2166), 1, + STATE(2146), 1, aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106566] = 4, - ACTIONS(3146), 1, + [106462] = 4, + ACTIONS(3200), 1, anon_sym_COMMA, - ACTIONS(3148), 1, + ACTIONS(3202), 1, anon_sym_RBRACE, - STATE(2214), 1, + STATE(2205), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106580] = 4, - ACTIONS(3017), 1, + [106476] = 4, + ACTIONS(2775), 1, anon_sym_RPAREN, - ACTIONS(4014), 1, - anon_sym_COMMA, - STATE(2209), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [106594] = 4, - ACTIONS(2697), 1, - anon_sym_in, - ACTIONS(4017), 1, + ACTIONS(3978), 1, anon_sym_COMMA, - STATE(2210), 1, - aux_sym_patterns_repeat1, + STATE(2155), 1, + aux_sym_parameters__repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106608] = 4, - ACTIONS(630), 1, + [106490] = 4, + ACTIONS(632), 1, sym_newline, - ACTIONS(4020), 1, + ACTIONS(3980), 1, anon_sym_SEMI, - STATE(2126), 1, + STATE(2314), 1, aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106622] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3297), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - [106632] = 4, - ACTIONS(3017), 1, - anon_sym_RBRACK, - ACTIONS(4022), 1, - anon_sym_COMMA, - STATE(2213), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(3), 2, + [106504] = 3, + ACTIONS(3455), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, sym_comment, sym_line_continuation, - [106646] = 4, - ACTIONS(1252), 1, + ACTIONS(3457), 2, + anon_sym_LBRACE, anon_sym_RBRACE, - ACTIONS(4025), 1, + [106516] = 4, + ACTIONS(1276), 1, + anon_sym_RBRACE, + ACTIONS(3982), 1, anon_sym_COMMA, - STATE(2189), 1, + STATE(2224), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106660] = 4, - ACTIONS(2889), 1, + [106530] = 4, + ACTIONS(2834), 1, anon_sym_RPAREN, - ACTIONS(2891), 1, + ACTIONS(2836), 1, anon_sym_COMMA, - STATE(2222), 1, + STATE(2211), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106674] = 4, - ACTIONS(2836), 1, + [106544] = 4, + ACTIONS(1238), 1, anon_sym_RPAREN, - ACTIONS(2838), 1, + ACTIONS(3984), 1, anon_sym_COMMA, - STATE(2251), 1, - aux_sym_argument_list_repeat1, + STATE(2247), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106688] = 4, - ACTIONS(2540), 1, - anon_sym_RBRACK, - ACTIONS(4027), 1, + [106558] = 4, + ACTIONS(1270), 1, + anon_sym_RBRACE, + ACTIONS(3986), 1, anon_sym_COMMA, - STATE(2350), 1, - aux_sym_case_clause_repeat1, + STATE(2224), 1, + aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106702] = 4, - ACTIONS(3085), 1, + [106572] = 4, + ACTIONS(3075), 1, anon_sym_COMMA, - ACTIONS(3087), 1, + ACTIONS(3077), 1, anon_sym_RBRACK, - STATE(2225), 1, + STATE(2213), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106716] = 4, - ACTIONS(3587), 1, - anon_sym_COLON, - ACTIONS(4029), 1, - anon_sym_RBRACE, - STATE(2553), 1, - sym_format_specifier, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [106730] = 4, - ACTIONS(3676), 1, - anon_sym_RPAREN, - ACTIONS(3822), 1, - anon_sym_COMMA, - STATE(2325), 1, - aux_sym_import_list_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [106744] = 4, - ACTIONS(3059), 1, - anon_sym_COMMA, - ACTIONS(3063), 1, + [106586] = 4, + ACTIONS(1238), 1, anon_sym_RBRACK, - STATE(2253), 1, - aux_sym_subscript_repeat1, + ACTIONS(3988), 1, + anon_sym_COMMA, + STATE(2223), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106758] = 4, - ACTIONS(1174), 1, + [106600] = 4, + ACTIONS(1192), 1, anon_sym_RPAREN, - ACTIONS(4031), 1, + ACTIONS(3990), 1, anon_sym_COMMA, - STATE(2144), 1, + STATE(2160), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106772] = 4, - ACTIONS(3587), 1, - anon_sym_COLON, - ACTIONS(4033), 1, - anon_sym_RBRACE, - STATE(2563), 1, - sym_format_specifier, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [106786] = 4, - ACTIONS(4035), 1, + [106614] = 4, + ACTIONS(3992), 1, anon_sym_COMMA, - ACTIONS(4037), 1, + ACTIONS(3994), 1, anon_sym_RBRACK, - STATE(2281), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106800] = 4, - ACTIONS(4039), 1, + [106628] = 4, + ACTIONS(3996), 1, anon_sym_COMMA, - ACTIONS(4041), 1, + ACTIONS(3998), 1, anon_sym_RBRACK, - STATE(2281), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106814] = 4, - ACTIONS(2811), 1, - anon_sym_RBRACK, - ACTIONS(2852), 1, - anon_sym_COMMA, - STATE(2331), 1, - aux_sym_collection_elements_repeat1, + [106642] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106828] = 4, - ACTIONS(4043), 1, + ACTIONS(1535), 3, anon_sym_COMMA, - ACTIONS(4045), 1, - anon_sym_RBRACK, - STATE(2334), 1, + anon_sym_COLON, + anon_sym_EQ, + [106652] = 4, + ACTIONS(2699), 1, + anon_sym_in, + ACTIONS(4000), 1, + anon_sym_COMMA, + STATE(2215), 1, aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106842] = 4, - ACTIONS(1140), 1, + [106666] = 4, + ACTIONS(2859), 1, anon_sym_RPAREN, - ACTIONS(4047), 1, + ACTIONS(2861), 1, anon_sym_COMMA, - STATE(2144), 1, + STATE(2269), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106856] = 4, - ACTIONS(3848), 1, + [106680] = 4, + ACTIONS(1732), 1, + anon_sym_RPAREN, + ACTIONS(4003), 1, anon_sym_COMMA, - ACTIONS(4049), 1, - anon_sym_in, - STATE(2190), 1, + STATE(2309), 1, aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106870] = 4, - ACTIONS(3979), 1, - sym_newline, - ACTIONS(3981), 1, - sym_indent, - STATE(770), 1, - sym_match_block, + [106694] = 4, + ACTIONS(2869), 1, + anon_sym_RPAREN, + ACTIONS(2871), 1, + anon_sym_COMMA, + STATE(2250), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106884] = 4, - ACTIONS(3909), 1, + [106708] = 4, + ACTIONS(4005), 1, + anon_sym_SEMI, + ACTIONS(4007), 1, sym_newline, - ACTIONS(3911), 1, - sym_indent, - STATE(744), 1, - sym_match_block, + STATE(2227), 1, + aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106898] = 4, - ACTIONS(4051), 1, - anon_sym_SEMI, - ACTIONS(4053), 1, - sym_newline, - STATE(2240), 1, - aux_sym_simple_statements_repeat1, + [106722] = 4, + ACTIONS(3094), 1, + anon_sym_COMMA, + ACTIONS(3096), 1, + anon_sym_RBRACK, + STATE(2256), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106912] = 4, - ACTIONS(2859), 1, + [106736] = 4, + ACTIONS(2857), 1, anon_sym_COMMA, - ACTIONS(2908), 1, + ACTIONS(2893), 1, anon_sym_RPAREN, - STATE(2166), 1, + STATE(2200), 1, aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106926] = 4, - ACTIONS(2598), 1, - anon_sym_RBRACE, - ACTIONS(4055), 1, - anon_sym_COMMA, - STATE(2151), 1, - aux_sym_dict_pattern_repeat1, + [106750] = 3, + ACTIONS(4011), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106940] = 4, - ACTIONS(4057), 1, - anon_sym_COMMA, - ACTIONS(4059), 1, + ACTIONS(4009), 2, + sym_newline, + anon_sym_SEMI, + [106762] = 4, + ACTIONS(3003), 1, anon_sym_RBRACK, - STATE(2281), 1, - aux_sym_subscript_repeat1, + ACTIONS(4013), 1, + anon_sym_COMMA, + STATE(2223), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106954] = 4, - ACTIONS(4061), 1, + [106776] = 4, + ACTIONS(4016), 1, anon_sym_COMMA, - ACTIONS(4063), 1, - anon_sym_RBRACK, - STATE(2281), 1, - aux_sym_subscript_repeat1, + ACTIONS(4019), 1, + anon_sym_RBRACE, + STATE(2224), 1, + aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106968] = 4, - ACTIONS(3165), 1, + [106790] = 4, + ACTIONS(3274), 1, anon_sym_COMMA, - ACTIONS(3167), 1, + ACTIONS(3276), 1, anon_sym_RBRACE, - STATE(2241), 1, + STATE(2229), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106982] = 4, - ACTIONS(3560), 1, - anon_sym_DOT, - ACTIONS(3566), 1, - anon_sym_PIPE, - ACTIONS(4065), 1, + [106804] = 4, + ACTIONS(3498), 1, anon_sym_COLON, + ACTIONS(4021), 1, + anon_sym_RBRACE, + STATE(2593), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106996] = 3, - ACTIONS(4069), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4067), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - [107008] = 4, + [106818] = 4, ACTIONS(636), 1, sym_newline, - ACTIONS(4071), 1, + ACTIONS(4023), 1, anon_sym_SEMI, - STATE(2126), 1, + STATE(2314), 1, aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107022] = 4, - ACTIONS(1260), 1, - anon_sym_RBRACE, - ACTIONS(4073), 1, + [106832] = 4, + ACTIONS(3884), 1, anon_sym_COMMA, - STATE(2189), 1, - aux_sym_dictionary_repeat1, + ACTIONS(4025), 1, + anon_sym_in, + STATE(2192), 1, + aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107036] = 4, - ACTIONS(3360), 1, - anon_sym_RBRACK, - ACTIONS(4075), 1, + [106846] = 4, + ACTIONS(1284), 1, + anon_sym_RBRACE, + ACTIONS(4027), 1, anon_sym_COMMA, - STATE(2242), 1, - aux_sym_collection_elements_repeat1, + STATE(2224), 1, + aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107050] = 4, - ACTIONS(2898), 1, - anon_sym_RPAREN, - ACTIONS(2900), 1, - anon_sym_COMMA, - STATE(2248), 1, - aux_sym_argument_list_repeat1, + [106860] = 4, + ACTIONS(4029), 1, + sym_newline, + ACTIONS(4031), 1, + sym_indent, + STATE(773), 1, + sym_match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107064] = 4, - ACTIONS(4078), 1, + [106874] = 4, + ACTIONS(2895), 1, + anon_sym_RPAREN, + ACTIONS(2897), 1, anon_sym_COMMA, - ACTIONS(4081), 1, - anon_sym_COLON, - STATE(2244), 1, - aux_sym_match_statement_repeat1, + STATE(2235), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107078] = 2, + [106888] = 4, + ACTIONS(3964), 1, + sym_newline, + ACTIONS(3966), 1, + sym_indent, + STATE(767), 1, + sym_match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3719), 3, - sym_newline, - anon_sym_SEMI, + [106902] = 4, + ACTIONS(3090), 1, anon_sym_COMMA, - [107088] = 4, - ACTIONS(3091), 1, - anon_sym_COMMA, - ACTIONS(3093), 1, + ACTIONS(3092), 1, anon_sym_RBRACK, - STATE(2250), 1, + STATE(2237), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107102] = 4, - ACTIONS(3587), 1, - anon_sym_COLON, - ACTIONS(4083), 1, - anon_sym_RBRACE, - STATE(2490), 1, - sym_format_specifier, + [106916] = 4, + ACTIONS(3964), 1, + sym_newline, + ACTIONS(3966), 1, + sym_indent, + STATE(787), 1, + sym_match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107116] = 4, - ACTIONS(1138), 1, + [106930] = 4, + ACTIONS(1148), 1, anon_sym_RPAREN, - ACTIONS(4085), 1, + ACTIONS(4033), 1, anon_sym_COMMA, - STATE(2144), 1, + STATE(2160), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107130] = 4, - ACTIONS(4087), 1, + [106944] = 4, + ACTIONS(4035), 1, anon_sym_COMMA, - ACTIONS(4089), 1, + ACTIONS(4037), 1, anon_sym_RBRACK, - STATE(2281), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107144] = 4, - ACTIONS(4091), 1, + [106958] = 4, + ACTIONS(4039), 1, anon_sym_COMMA, - ACTIONS(4093), 1, + ACTIONS(4041), 1, anon_sym_RBRACK, - STATE(2281), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107158] = 4, - ACTIONS(1150), 1, - anon_sym_RPAREN, - ACTIONS(4095), 1, + [106972] = 4, + ACTIONS(3896), 1, + anon_sym_COLON, + ACTIONS(4043), 1, anon_sym_COMMA, - STATE(2144), 1, - aux_sym_argument_list_repeat1, + STATE(2238), 1, + aux_sym_parameters__repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107172] = 4, - ACTIONS(4097), 1, - anon_sym_COMMA, - ACTIONS(4099), 1, - anon_sym_RBRACK, - STATE(2281), 1, - aux_sym_subscript_repeat1, + [106986] = 3, + ACTIONS(3711), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107186] = 4, - ACTIONS(4101), 1, + ACTIONS(3795), 2, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(4103), 1, - anon_sym_RBRACK, - STATE(2281), 1, - aux_sym_subscript_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [107200] = 4, - ACTIONS(3267), 1, - sym_identifier, - STATE(2039), 1, - sym_dotted_name, - STATE(2245), 1, - sym_aliased_import, + [106998] = 3, + ACTIONS(4046), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107214] = 4, - ACTIONS(3587), 1, + ACTIONS(3828), 2, + anon_sym_COMMA, anon_sym_COLON, - ACTIONS(4105), 1, - anon_sym_RBRACE, - STATE(2628), 1, - sym_format_specifier, + [107010] = 4, + ACTIONS(2699), 1, + anon_sym_RBRACK, + ACTIONS(4048), 1, + anon_sym_COMMA, + STATE(2241), 1, + aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107228] = 4, - ACTIONS(3560), 1, + [107024] = 4, + ACTIONS(3597), 1, anon_sym_DOT, - ACTIONS(3566), 1, + ACTIONS(3603), 1, anon_sym_PIPE, - ACTIONS(4107), 1, + ACTIONS(4051), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107242] = 4, - ACTIONS(3360), 1, - anon_sym_RBRACE, - ACTIONS(4109), 1, + [107038] = 4, + ACTIONS(4053), 1, + anon_sym_SEMI, + ACTIONS(4055), 1, + sym_newline, + STATE(2251), 1, + aux_sym_simple_statements_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [107052] = 4, + ACTIONS(4057), 1, anon_sym_COMMA, - STATE(2257), 1, - aux_sym_collection_elements_repeat1, + ACTIONS(4060), 1, + anon_sym_RBRACK, + STATE(2244), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107256] = 4, - ACTIONS(2859), 1, + [107066] = 4, + ACTIONS(2857), 1, anon_sym_COMMA, - ACTIONS(2902), 1, + ACTIONS(2899), 1, anon_sym_RPAREN, - STATE(2166), 1, + STATE(2200), 1, aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107270] = 3, - ACTIONS(3452), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, + [107080] = 4, + ACTIONS(3575), 1, + anon_sym_RPAREN, + ACTIONS(3709), 1, + anon_sym_COMMA, + STATE(2351), 1, + aux_sym_import_list_repeat1, + ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3454), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - [107282] = 2, + [107094] = 4, + ACTIONS(3003), 1, + anon_sym_RPAREN, + ACTIONS(4062), 1, + anon_sym_COMMA, + STATE(2247), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3297), 3, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACE, - [107292] = 4, - ACTIONS(3190), 1, + [107108] = 4, + ACTIONS(3169), 1, anon_sym_COMMA, - ACTIONS(3192), 1, + ACTIONS(3171), 1, anon_sym_RBRACE, - STATE(2265), 1, + STATE(2254), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107306] = 4, - ACTIONS(1018), 1, - anon_sym_RBRACK, - ACTIONS(4112), 1, + [107122] = 4, + ACTIONS(4065), 1, anon_sym_COMMA, - STATE(2140), 1, - aux_sym_type_parameter_repeat1, + ACTIONS(4067), 1, + anon_sym_COLON, + STATE(2295), 1, + aux_sym_parameters__repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [107136] = 4, + ACTIONS(1154), 1, + anon_sym_RPAREN, + ACTIONS(4069), 1, + anon_sym_COMMA, + STATE(2160), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107320] = 4, - ACTIONS(642), 1, + [107150] = 4, + ACTIONS(640), 1, sym_newline, - ACTIONS(4114), 1, + ACTIONS(4071), 1, anon_sym_SEMI, - STATE(2126), 1, + STATE(2314), 1, aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107334] = 3, - ACTIONS(3456), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, + [107164] = 4, + ACTIONS(4029), 1, + sym_newline, + ACTIONS(4031), 1, + sym_indent, + STATE(805), 1, + sym_match_block, + ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3458), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - [107346] = 4, - ACTIONS(1270), 1, + [107178] = 4, + ACTIONS(2803), 1, + anon_sym_RBRACK, + ACTIONS(2885), 1, + anon_sym_COMMA, + STATE(2355), 1, + aux_sym_collection_elements_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [107192] = 4, + ACTIONS(1288), 1, anon_sym_RBRACE, - ACTIONS(4116), 1, + ACTIONS(4073), 1, anon_sym_COMMA, - STATE(2189), 1, + STATE(2224), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107360] = 4, - ACTIONS(4118), 1, - anon_sym_RPAREN, - ACTIONS(4120), 1, + [107206] = 4, + ACTIONS(4075), 1, anon_sym_COMMA, - STATE(2354), 1, - aux_sym_parameters__repeat1, + ACTIONS(4077), 1, + anon_sym_RBRACK, + STATE(2244), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107374] = 4, - ACTIONS(2863), 1, - anon_sym_RPAREN, - ACTIONS(2865), 1, + [107220] = 4, + ACTIONS(4079), 1, anon_sym_COMMA, - STATE(2272), 1, - aux_sym_argument_list_repeat1, + ACTIONS(4081), 1, + anon_sym_RBRACK, + STATE(2244), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107388] = 3, - ACTIONS(3460), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, + [107234] = 4, + ACTIONS(2901), 1, + anon_sym_RPAREN, + ACTIONS(2903), 1, + anon_sym_COMMA, + STATE(2262), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3462), 2, - anon_sym_LBRACE, + [107248] = 4, + ACTIONS(3498), 1, + anon_sym_COLON, + ACTIONS(4083), 1, anon_sym_RBRACE, - [107400] = 4, - ACTIONS(3743), 1, - sym_identifier, - STATE(2139), 1, - sym_dotted_name, - STATE(2443), 1, - sym_aliased_import, + STATE(2490), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107414] = 4, - ACTIONS(3105), 1, + [107262] = 4, + ACTIONS(3102), 1, anon_sym_COMMA, - ACTIONS(3107), 1, + ACTIONS(3104), 1, anon_sym_RBRACK, - STATE(2275), 1, + STATE(2264), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107428] = 3, - ACTIONS(1602), 1, - anon_sym_except, + [107276] = 4, + ACTIONS(4085), 1, + anon_sym_COMMA, + ACTIONS(4087), 1, + anon_sym_RBRACK, + STATE(2126), 1, + aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1600), 2, - anon_sym_except_STAR, - anon_sym_finally, - [107440] = 4, - ACTIONS(1186), 1, + [107290] = 4, + ACTIONS(2574), 1, + sym_identifier, + ACTIONS(4089), 1, + anon_sym_import, + STATE(2497), 1, + sym_dotted_name, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [107304] = 4, + ACTIONS(1138), 1, anon_sym_RPAREN, - ACTIONS(4122), 1, + ACTIONS(4091), 1, anon_sym_COMMA, - STATE(2144), 1, + STATE(2160), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107454] = 3, - ACTIONS(3434), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3436), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - [107466] = 4, - ACTIONS(4124), 1, + [107318] = 4, + ACTIONS(4093), 1, anon_sym_COMMA, - ACTIONS(4126), 1, + ACTIONS(4095), 1, anon_sym_RBRACK, - STATE(2281), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107480] = 4, - ACTIONS(4128), 1, + [107332] = 4, + ACTIONS(4097), 1, anon_sym_COMMA, - ACTIONS(4130), 1, + ACTIONS(4099), 1, anon_sym_RBRACK, - STATE(2281), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107494] = 4, - ACTIONS(2859), 1, - anon_sym_COMMA, - ACTIONS(2869), 1, + [107346] = 4, + ACTIONS(2508), 1, anon_sym_RPAREN, - STATE(2166), 1, - aux_sym_collection_elements_repeat1, + ACTIONS(4101), 1, + anon_sym_COMMA, + STATE(2275), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107508] = 3, - ACTIONS(3711), 1, - anon_sym_EQ, + [107360] = 4, + ACTIONS(3801), 1, + anon_sym_RPAREN, + ACTIONS(4103), 1, + anon_sym_COMMA, + STATE(2266), 1, + aux_sym_import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3707), 2, - anon_sym_RPAREN, + [107374] = 4, + ACTIONS(2474), 1, + anon_sym_RBRACK, + ACTIONS(4106), 1, anon_sym_COMMA, - [107520] = 3, - ACTIONS(3874), 1, - anon_sym_EQ, + STATE(2138), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3707), 2, + [107388] = 4, + ACTIONS(4108), 1, anon_sym_COMMA, + ACTIONS(4110), 1, anon_sym_COLON, - [107532] = 4, - ACTIONS(3560), 1, - anon_sym_DOT, - ACTIONS(3566), 1, - anon_sym_PIPE, - ACTIONS(4132), 1, - anon_sym_COLON, + STATE(2139), 1, + aux_sym_with_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107546] = 2, + [107402] = 4, + ACTIONS(1142), 1, + anon_sym_RPAREN, + ACTIONS(4112), 1, + anon_sym_COMMA, + STATE(2160), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4134), 3, - sym_newline, - anon_sym_SEMI, - anon_sym_COMMA, - [107556] = 4, - ACTIONS(4136), 1, - anon_sym_COMMA, - ACTIONS(4139), 1, + [107416] = 4, + ACTIONS(1026), 1, anon_sym_RBRACK, - STATE(2281), 1, - aux_sym_subscript_repeat1, + ACTIONS(4114), 1, + anon_sym_COMMA, + STATE(2339), 1, + aux_sym_type_parameter_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [107430] = 3, + ACTIONS(3692), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107570] = 4, - ACTIONS(3979), 1, + ACTIONS(3799), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [107442] = 4, + ACTIONS(4029), 1, sym_newline, - ACTIONS(3981), 1, + ACTIONS(4031), 1, sym_indent, - STATE(786), 1, + STATE(738), 1, sym_match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107584] = 4, - ACTIONS(4141), 1, + [107456] = 4, + ACTIONS(4116), 1, anon_sym_SEMI, - ACTIONS(4143), 1, + ACTIONS(4118), 1, sym_newline, - STATE(2289), 1, + STATE(2280), 1, aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107598] = 4, - ACTIONS(1288), 1, - anon_sym_RBRACE, - ACTIONS(4145), 1, - anon_sym_COMMA, - STATE(2189), 1, - aux_sym_dictionary_repeat1, + [107470] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107612] = 2, + ACTIONS(3811), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + [107480] = 4, + ACTIONS(3799), 1, + anon_sym_RPAREN, + ACTIONS(4120), 1, + anon_sym_COMMA, + STATE(2275), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3846), 3, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACE, - [107622] = 4, - ACTIONS(2859), 1, + [107494] = 4, + ACTIONS(2857), 1, anon_sym_COMMA, - ACTIONS(2861), 1, + ACTIONS(2905), 1, anon_sym_RPAREN, - STATE(2166), 1, + STATE(2200), 1, aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107636] = 4, - ACTIONS(2773), 1, - anon_sym_COLON, - ACTIONS(4147), 1, + [107508] = 4, + ACTIONS(2582), 1, + anon_sym_RBRACE, + ACTIONS(4123), 1, anon_sym_COMMA, - STATE(2202), 1, - aux_sym_parameters__repeat1, + STATE(2162), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107650] = 4, - ACTIONS(3209), 1, + [107522] = 4, + ACTIONS(3196), 1, anon_sym_COMMA, - ACTIONS(3211), 1, + ACTIONS(3198), 1, anon_sym_RBRACE, - STATE(2290), 1, + STATE(2281), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107664] = 4, - ACTIONS(640), 1, + [107536] = 3, + ACTIONS(1646), 1, + anon_sym_except, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1644), 2, + anon_sym_except_STAR, + anon_sym_finally, + [107548] = 4, + ACTIONS(644), 1, sym_newline, - ACTIONS(4149), 1, + ACTIONS(4125), 1, anon_sym_SEMI, - STATE(2126), 1, + STATE(2314), 1, aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107678] = 4, - ACTIONS(1282), 1, + [107562] = 4, + ACTIONS(1246), 1, anon_sym_RBRACE, - ACTIONS(4151), 1, + ACTIONS(4127), 1, anon_sym_COMMA, - STATE(2189), 1, + STATE(2224), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107692] = 3, - ACTIONS(3438), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, + [107576] = 2, + ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3440), 2, - anon_sym_LBRACE, + ACTIONS(3354), 3, + anon_sym_COMMA, + anon_sym_as, anon_sym_RBRACE, - [107704] = 4, - ACTIONS(3979), 1, - sym_newline, - ACTIONS(3981), 1, - sym_indent, - STATE(772), 1, - sym_match_block, + [107586] = 4, + ACTIONS(3122), 1, + anon_sym_COMMA, + ACTIONS(3124), 1, + anon_sym_RBRACK, + STATE(2324), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107718] = 4, - ACTIONS(2885), 1, + [107600] = 4, + ACTIONS(2907), 1, anon_sym_RPAREN, - ACTIONS(2887), 1, + ACTIONS(2909), 1, anon_sym_COMMA, - STATE(2297), 1, + STATE(2287), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107732] = 4, - ACTIONS(3113), 1, + [107614] = 4, + ACTIONS(3360), 1, + anon_sym_RBRACE, + ACTIONS(4129), 1, anon_sym_COMMA, - ACTIONS(3115), 1, - anon_sym_RBRACK, - STATE(2300), 1, - aux_sym_subscript_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [107746] = 3, - ACTIONS(4155), 1, - anon_sym_in, + STATE(2285), 1, + aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4153), 2, - sym_newline, - anon_sym_SEMI, - [107758] = 4, - ACTIONS(3299), 1, - anon_sym_PIPE, - ACTIONS(4157), 1, - anon_sym_COLON, - STATE(1888), 1, - aux_sym_union_pattern_repeat1, + [107628] = 4, + ACTIONS(3118), 1, + anon_sym_COMMA, + ACTIONS(3120), 1, + anon_sym_RBRACK, + STATE(2289), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107772] = 4, - ACTIONS(1194), 1, + [107642] = 4, + ACTIONS(1174), 1, anon_sym_RPAREN, - ACTIONS(4159), 1, + ACTIONS(4132), 1, anon_sym_COMMA, - STATE(2144), 1, + STATE(2160), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107786] = 4, - ACTIONS(2799), 1, - anon_sym_COMMA, - ACTIONS(2811), 1, - anon_sym_RBRACE, - STATE(2133), 1, - aux_sym_collection_elements_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [107800] = 4, - ACTIONS(4161), 1, + [107656] = 4, + ACTIONS(4134), 1, anon_sym_COMMA, - ACTIONS(4163), 1, + ACTIONS(4136), 1, anon_sym_RBRACK, - STATE(2281), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107814] = 4, - ACTIONS(4165), 1, + [107670] = 4, + ACTIONS(4138), 1, anon_sym_COMMA, - ACTIONS(4167), 1, + ACTIONS(4140), 1, anon_sym_RBRACK, - STATE(2281), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107828] = 4, - ACTIONS(3664), 1, - anon_sym_COMMA, - ACTIONS(3666), 1, - anon_sym_RBRACE, - STATE(2234), 1, - aux_sym_dict_pattern_repeat1, + [107684] = 3, + ACTIONS(4046), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107842] = 3, - ACTIONS(4169), 1, + ACTIONS(3828), 2, + anon_sym_COMMA, anon_sym_COLON, + [107696] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3707), 2, + ACTIONS(1535), 3, anon_sym_RPAREN, anon_sym_COMMA, - [107854] = 2, + anon_sym_EQ, + [107706] = 4, + ACTIONS(3126), 1, + anon_sym_COMMA, + ACTIONS(3128), 1, + anon_sym_RBRACK, + STATE(2294), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3297), 3, + [107720] = 4, + ACTIONS(4142), 1, anon_sym_COMMA, - anon_sym_as, + ACTIONS(4144), 1, anon_sym_RBRACK, - [107864] = 4, - ACTIONS(3117), 1, + STATE(2244), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [107734] = 4, + ACTIONS(4146), 1, anon_sym_COMMA, - ACTIONS(3119), 1, + ACTIONS(4148), 1, anon_sym_RBRACK, - STATE(2307), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107878] = 3, - ACTIONS(1622), 1, - anon_sym_except, + [107748] = 4, + ACTIONS(2775), 1, + anon_sym_COLON, + ACTIONS(4150), 1, + anon_sym_COMMA, + STATE(2238), 1, + aux_sym_parameters__repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1620), 2, - anon_sym_except_STAR, - anon_sym_finally, - [107890] = 4, - ACTIONS(4171), 1, + [107762] = 4, + ACTIONS(3597), 1, + anon_sym_DOT, + ACTIONS(3603), 1, + anon_sym_PIPE, + ACTIONS(4152), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [107776] = 4, + ACTIONS(4154), 1, anon_sym_COMMA, - ACTIONS(4173), 1, + ACTIONS(4156), 1, anon_sym_RBRACK, - STATE(2281), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107904] = 4, - ACTIONS(4175), 1, + [107790] = 4, + ACTIONS(4158), 1, anon_sym_COMMA, - ACTIONS(4177), 1, + ACTIONS(4160), 1, anon_sym_RBRACK, - STATE(2281), 1, + STATE(2244), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107918] = 4, - ACTIONS(3848), 1, + [107804] = 4, + ACTIONS(3360), 1, + anon_sym_RBRACK, + ACTIONS(4162), 1, anon_sym_COMMA, - ACTIONS(4179), 1, - anon_sym_in, - STATE(2190), 1, - aux_sym_patterns_repeat1, + STATE(2299), 1, + aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107932] = 4, - ACTIONS(3658), 1, + [107818] = 4, + ACTIONS(3597), 1, + anon_sym_DOT, + ACTIONS(3603), 1, + anon_sym_PIPE, + ACTIONS(4165), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [107832] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3811), 3, anon_sym_COMMA, - ACTIONS(3660), 1, + anon_sym_as, anon_sym_RBRACE, - STATE(2324), 1, - aux_sym_dict_pattern_repeat1, + [107842] = 4, + ACTIONS(4167), 1, + anon_sym_SEMI, + ACTIONS(4169), 1, + sym_newline, + STATE(2150), 1, + aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107946] = 4, - ACTIONS(3121), 1, + [107856] = 3, + ACTIONS(3430), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3432), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [107868] = 4, + ACTIONS(3611), 1, anon_sym_COMMA, - ACTIONS(3123), 1, - anon_sym_RBRACK, - STATE(2312), 1, - aux_sym_subscript_repeat1, + ACTIONS(3613), 1, + anon_sym_RBRACE, + STATE(2323), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107960] = 4, - ACTIONS(4181), 1, - anon_sym_COMMA, - ACTIONS(4183), 1, - anon_sym_RBRACK, - STATE(2281), 1, - aux_sym_subscript_repeat1, + [107882] = 3, + ACTIONS(3437), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3439), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [107894] = 4, + ACTIONS(4029), 1, + sym_newline, + ACTIONS(4031), 1, + sym_indent, + STATE(743), 1, + sym_match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107974] = 4, - ACTIONS(4185), 1, + [107908] = 4, + ACTIONS(4171), 1, anon_sym_COMMA, - ACTIONS(4187), 1, - anon_sym_RBRACK, - STATE(2281), 1, - aux_sym_subscript_repeat1, + ACTIONS(4174), 1, + anon_sym_COLON, + STATE(2307), 1, + aux_sym_match_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107988] = 3, - ACTIONS(1594), 1, - anon_sym_except, + [107922] = 3, + ACTIONS(3441), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3443), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [107934] = 4, + ACTIONS(2699), 1, + anon_sym_RPAREN, + ACTIONS(4176), 1, + anon_sym_COMMA, + STATE(2309), 1, + aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1592), 2, - anon_sym_except_STAR, - anon_sym_finally, - [108000] = 4, - ACTIONS(3616), 1, + [107948] = 4, + ACTIONS(3607), 1, anon_sym_LPAREN, - ACTIONS(4189), 1, + ACTIONS(4179), 1, anon_sym_COLON, - STATE(2552), 1, + STATE(2551), 1, sym_argument_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108014] = 4, - ACTIONS(3848), 1, + [107962] = 4, + ACTIONS(3884), 1, anon_sym_COMMA, - ACTIONS(4191), 1, + ACTIONS(4181), 1, anon_sym_in, - STATE(2190), 1, + STATE(2192), 1, aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108028] = 4, - ACTIONS(3848), 1, + [107976] = 4, + ACTIONS(3003), 1, + anon_sym_COLON, + ACTIONS(4183), 1, anon_sym_COMMA, - ACTIONS(4193), 1, + STATE(2312), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [107990] = 4, + ACTIONS(3884), 1, + anon_sym_COMMA, + ACTIONS(4186), 1, anon_sym_in, - STATE(2190), 1, + STATE(2192), 1, aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108042] = 4, - ACTIONS(2514), 1, + [108004] = 4, + ACTIONS(4188), 1, + anon_sym_SEMI, + ACTIONS(4191), 1, + sym_newline, + STATE(2314), 1, + aux_sym_simple_statements_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [108018] = 4, + ACTIONS(2504), 1, anon_sym_RPAREN, - ACTIONS(4195), 1, + ACTIONS(4193), 1, anon_sym_COMMA, - STATE(2174), 1, + STATE(2275), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108056] = 4, - ACTIONS(3560), 1, + [108032] = 4, + ACTIONS(3597), 1, anon_sym_DOT, - ACTIONS(3566), 1, + ACTIONS(3603), 1, anon_sym_PIPE, - ACTIONS(4197), 1, + ACTIONS(4195), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108070] = 4, - ACTIONS(998), 1, - anon_sym_RBRACK, - ACTIONS(4199), 1, - anon_sym_COMMA, - STATE(2140), 1, - aux_sym_type_parameter_repeat1, + [108046] = 4, + ACTIONS(3607), 1, + anon_sym_LPAREN, + ACTIONS(4197), 1, + anon_sym_COLON, + STATE(2543), 1, + sym_argument_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108084] = 4, - ACTIONS(3560), 1, + [108060] = 4, + ACTIONS(3597), 1, anon_sym_DOT, - ACTIONS(3566), 1, + ACTIONS(3603), 1, anon_sym_PIPE, - ACTIONS(4201), 1, + ACTIONS(4199), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108098] = 4, - ACTIONS(2516), 1, + [108074] = 4, + ACTIONS(2506), 1, anon_sym_RBRACK, - ACTIONS(4203), 1, + ACTIONS(4201), 1, anon_sym_COMMA, - STATE(2350), 1, + STATE(2138), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108112] = 4, - ACTIONS(3560), 1, + [108088] = 4, + ACTIONS(3597), 1, anon_sym_DOT, - ACTIONS(3566), 1, + ACTIONS(3603), 1, anon_sym_PIPE, - ACTIONS(4205), 1, + ACTIONS(4203), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108126] = 4, - ACTIONS(3560), 1, + [108102] = 4, + ACTIONS(3597), 1, anon_sym_DOT, - ACTIONS(3566), 1, + ACTIONS(3603), 1, anon_sym_PIPE, - ACTIONS(4207), 1, + ACTIONS(4205), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108140] = 4, - ACTIONS(2590), 1, - anon_sym_RBRACE, - ACTIONS(4209), 1, + [108116] = 4, + ACTIONS(4207), 1, anon_sym_COMMA, - STATE(2151), 1, - aux_sym_dict_pattern_repeat1, + ACTIONS(4209), 1, + anon_sym_RBRACK, + STATE(2244), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108154] = 4, - ACTIONS(3713), 1, - anon_sym_RPAREN, + [108130] = 4, + ACTIONS(2586), 1, + anon_sym_RBRACE, ACTIONS(4211), 1, anon_sym_COMMA, - STATE(2175), 1, - aux_sym_import_list_repeat1, + STATE(2162), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108168] = 4, - ACTIONS(3713), 1, - anon_sym_RPAREN, + [108144] = 4, ACTIONS(4213), 1, anon_sym_COMMA, - STATE(2175), 1, - aux_sym_import_list_repeat1, + ACTIONS(4215), 1, + anon_sym_RBRACK, + STATE(2244), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108182] = 4, - ACTIONS(3909), 1, + [108158] = 4, + ACTIONS(3964), 1, sym_newline, - ACTIONS(3911), 1, + ACTIONS(3966), 1, sym_indent, - STATE(750), 1, + STATE(769), 1, sym_match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108196] = 4, - ACTIONS(4215), 1, + [108172] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3354), 3, anon_sym_COMMA, - ACTIONS(4217), 1, + anon_sym_as, + anon_sym_RBRACK, + [108182] = 4, + ACTIONS(3498), 1, anon_sym_COLON, - STATE(2244), 1, - aux_sym_match_statement_repeat1, + ACTIONS(4217), 1, + anon_sym_RBRACE, + STATE(2598), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108210] = 4, - ACTIONS(3848), 1, + [108196] = 4, + ACTIONS(3884), 1, anon_sym_COMMA, ACTIONS(4219), 1, anon_sym_in, - STATE(2190), 1, + STATE(2192), 1, aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108224] = 4, - ACTIONS(3360), 1, - anon_sym_RPAREN, - ACTIONS(4221), 1, + [108210] = 4, + ACTIONS(3884), 1, anon_sym_COMMA, - STATE(2330), 1, - aux_sym_collection_elements_repeat1, + ACTIONS(4221), 1, + anon_sym_in, + STATE(2192), 1, + aux_sym_patterns_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [108224] = 4, + ACTIONS(3498), 1, + anon_sym_COLON, + ACTIONS(4223), 1, + anon_sym_RBRACE, + STATE(2639), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, [108238] = 4, - ACTIONS(1238), 1, - anon_sym_RBRACK, - ACTIONS(4224), 1, - anon_sym_COMMA, - STATE(2242), 1, - aux_sym_collection_elements_repeat1, + ACTIONS(3597), 1, + anon_sym_DOT, + ACTIONS(3603), 1, + anon_sym_PIPE, + ACTIONS(4225), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108252] = 2, + [108252] = 4, + ACTIONS(4067), 1, + anon_sym_RPAREN, + ACTIONS(4227), 1, + anon_sym_COMMA, + STATE(2202), 1, + aux_sym_parameters__repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2704), 3, - anon_sym_RPAREN, - anon_sym_COMMA, + [108266] = 3, + ACTIONS(3832), 1, anon_sym_EQ, - [108262] = 4, - ACTIONS(3909), 1, - sym_newline, - ACTIONS(3911), 1, - sym_indent, - STATE(811), 1, - sym_match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108276] = 4, - ACTIONS(1726), 1, - anon_sym_RBRACK, - ACTIONS(4226), 1, + ACTIONS(3828), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2200), 1, - aux_sym_patterns_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [108290] = 4, - ACTIONS(4228), 1, - anon_sym_SEMI, - ACTIONS(4230), 1, - sym_newline, - STATE(2128), 1, - aux_sym_simple_statements_repeat1, + [108278] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108304] = 4, - ACTIONS(2877), 1, + ACTIONS(3354), 3, anon_sym_RPAREN, - ACTIONS(2879), 1, anon_sym_COMMA, - STATE(2228), 1, - aux_sym_argument_list_repeat1, + anon_sym_as, + [108288] = 3, + ACTIONS(4229), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108318] = 4, - ACTIONS(2859), 1, + ACTIONS(3828), 2, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(4232), 1, + [108300] = 4, + ACTIONS(4087), 1, anon_sym_RPAREN, - STATE(2166), 1, - aux_sym_collection_elements_repeat1, + ACTIONS(4231), 1, + anon_sym_COMMA, + STATE(2217), 1, + aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108332] = 4, - ACTIONS(2528), 1, + [108314] = 4, + ACTIONS(2514), 1, anon_sym_RPAREN, - ACTIONS(4234), 1, + ACTIONS(4233), 1, anon_sym_COMMA, - STATE(2174), 1, + STATE(2275), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108346] = 4, - ACTIONS(2811), 1, - anon_sym_RPAREN, - ACTIONS(2859), 1, - anon_sym_COMMA, - STATE(2166), 1, - aux_sym_collection_elements_repeat1, + [108328] = 3, + ACTIONS(1592), 1, + anon_sym_except, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108360] = 4, - ACTIONS(3848), 1, + ACTIONS(1594), 2, + anon_sym_except_STAR, + anon_sym_finally, + [108340] = 4, + ACTIONS(3680), 1, + anon_sym_RBRACK, + ACTIONS(4235), 1, anon_sym_COMMA, - ACTIONS(4236), 1, - anon_sym_in, - STATE(2190), 1, - aux_sym_patterns_repeat1, + STATE(2339), 1, + aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108374] = 4, - ACTIONS(3263), 1, - anon_sym_COMMA, - ACTIONS(3265), 1, - anon_sym_RBRACE, - STATE(2284), 1, - aux_sym_dictionary_repeat1, + [108354] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108388] = 4, - ACTIONS(1242), 1, - anon_sym_COLON, + ACTIONS(3795), 3, + sym_newline, + anon_sym_SEMI, + anon_sym_COMMA, + [108364] = 4, ACTIONS(4238), 1, anon_sym_COMMA, - STATE(2352), 1, - aux_sym_assert_statement_repeat1, + ACTIONS(4240), 1, + anon_sym_COLON, + STATE(2307), 1, + aux_sym_match_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108402] = 4, - ACTIONS(4240), 1, - anon_sym_RPAREN, - ACTIONS(4242), 1, - anon_sym_COMMA, - STATE(2138), 1, - aux_sym_with_clause_repeat1, + [108378] = 4, + ACTIONS(3144), 1, + sym_identifier, + STATE(2068), 1, + sym_dotted_name, + STATE(2340), 1, + sym_aliased_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108416] = 4, - ACTIONS(4045), 1, - anon_sym_RPAREN, - ACTIONS(4244), 1, + [108392] = 4, + ACTIONS(3884), 1, anon_sym_COMMA, - STATE(2172), 1, + ACTIONS(4242), 1, + anon_sym_in, + STATE(2192), 1, aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108430] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1544), 3, - anon_sym_RPAREN, + [108406] = 4, + ACTIONS(3884), 1, anon_sym_COMMA, - anon_sym_EQ, - [108440] = 2, + ACTIONS(4244), 1, + anon_sym_in, + STATE(2192), 1, + aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1544), 3, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - [108450] = 4, - ACTIONS(4118), 1, - anon_sym_COLON, - ACTIONS(4246), 1, + [108420] = 4, + ACTIONS(2791), 1, anon_sym_COMMA, - STATE(2287), 1, - aux_sym_parameters__repeat1, + ACTIONS(2803), 1, + anon_sym_RBRACE, + STATE(2164), 1, + aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108464] = 3, - ACTIONS(3735), 1, - anon_sym_as, + [108434] = 4, + ACTIONS(2855), 1, + anon_sym_RPAREN, + ACTIONS(2857), 1, + anon_sym_COMMA, + STATE(2200), 1, + aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3700), 2, + [108448] = 4, + ACTIONS(1264), 1, + anon_sym_RBRACE, + ACTIONS(4246), 1, anon_sym_COMMA, - anon_sym_RBRACK, - [108476] = 2, + STATE(2224), 1, + aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3846), 3, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, - [108486] = 4, - ACTIONS(3700), 1, - anon_sym_RBRACK, + [108462] = 4, + ACTIONS(3356), 1, + anon_sym_PIPE, ACTIONS(4248), 1, - anon_sym_COMMA, - STATE(2350), 1, - aux_sym_case_clause_repeat1, + anon_sym_COLON, + STATE(1880), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108500] = 4, - ACTIONS(4251), 1, + [108476] = 4, + ACTIONS(4250), 1, anon_sym_SEMI, - ACTIONS(4253), 1, + ACTIONS(4252), 1, sym_newline, - STATE(2130), 1, + STATE(2129), 1, aux_sym_simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108514] = 4, - ACTIONS(3017), 1, - anon_sym_COLON, - ACTIONS(4255), 1, + [108490] = 4, + ACTIONS(3649), 1, anon_sym_COMMA, - STATE(2352), 1, - aux_sym_assert_statement_repeat1, + ACTIONS(3651), 1, + anon_sym_RBRACE, + STATE(2277), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108528] = 4, - ACTIONS(1386), 1, - anon_sym_COLON, - ACTIONS(4258), 1, + [108504] = 4, + ACTIONS(3746), 1, + anon_sym_RPAREN, + ACTIONS(4254), 1, anon_sym_COMMA, - STATE(2158), 1, - aux_sym_with_clause_repeat1, + STATE(2266), 1, + aux_sym_import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108542] = 4, - ACTIONS(2773), 1, + [108518] = 4, + ACTIONS(3746), 1, anon_sym_RPAREN, - ACTIONS(4260), 1, + ACTIONS(4256), 1, anon_sym_COMMA, - STATE(2203), 1, - aux_sym_parameters__repeat1, + STATE(2266), 1, + aux_sym_import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108556] = 3, - ACTIONS(1638), 1, - anon_sym_except, + [108532] = 4, + ACTIONS(2850), 1, + anon_sym_RPAREN, + ACTIONS(2857), 1, + anon_sym_COMMA, + STATE(2200), 1, + aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1636), 2, - anon_sym_except_STAR, - anon_sym_finally, - [108568] = 4, - ACTIONS(2697), 1, - anon_sym_RPAREN, - ACTIONS(4262), 1, + [108546] = 4, + ACTIONS(1018), 1, + anon_sym_RBRACK, + ACTIONS(4258), 1, anon_sym_COMMA, - STATE(2356), 1, - aux_sym_patterns_repeat1, + STATE(2339), 1, + aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108582] = 4, - ACTIONS(3129), 1, - anon_sym_COMMA, - ACTIONS(3131), 1, + [108560] = 4, + ACTIONS(1234), 1, anon_sym_RBRACK, - STATE(2236), 1, - aux_sym_subscript_repeat1, + ACTIONS(4260), 1, + anon_sym_COMMA, + STATE(2299), 1, + aux_sym_collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108596] = 4, - ACTIONS(2859), 1, + [108574] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2708), 3, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(2871), 1, + anon_sym_EQ, + [108584] = 4, + ACTIONS(3948), 1, anon_sym_RPAREN, - STATE(2166), 1, - aux_sym_collection_elements_repeat1, + ACTIONS(4262), 1, + anon_sym_COMMA, + STATE(2357), 1, + aux_sym_with_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108610] = 4, - ACTIONS(3848), 1, + [108598] = 4, + ACTIONS(3884), 1, anon_sym_COMMA, ACTIONS(4265), 1, anon_sym_in, - STATE(2190), 1, + STATE(2192), 1, aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108624] = 4, - ACTIONS(3848), 1, + [108612] = 4, + ACTIONS(3884), 1, anon_sym_COMMA, ACTIONS(4267), 1, anon_sym_in, - STATE(2190), 1, + STATE(2192), 1, aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108638] = 4, + [108626] = 4, + ACTIONS(1238), 1, + anon_sym_COLON, ACTIONS(4269), 1, - anon_sym_SEMI, - ACTIONS(4271), 1, - sym_newline, - STATE(2263), 1, - aux_sym_simple_statements_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [108652] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4273), 2, - sym_dedent, - anon_sym_case, - [108661] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4275), 2, anon_sym_COMMA, - anon_sym_COLON, - [108670] = 2, + STATE(2312), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4277), 2, - anon_sym__, - sym_identifier, - [108679] = 3, - ACTIONS(3686), 1, - anon_sym_LPAREN, - STATE(2393), 1, - sym_parameters, + [108640] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108690] = 2, + ACTIONS(4271), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [108649] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4279), 2, + ACTIONS(2710), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACK, - [108699] = 2, + [108658] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4281), 2, + ACTIONS(4273), 2, sym_dedent, anon_sym_case, - [108708] = 2, + [108667] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2740), 2, + ACTIONS(4275), 2, sym_newline, anon_sym_SEMI, - [108717] = 2, + [108676] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4283), 2, + ACTIONS(4277), 2, + sym_dedent, + anon_sym_case, + [108685] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(4279), 2, sym_newline, anon_sym_SEMI, - [108726] = 2, + [108694] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4279), 2, + ACTIONS(3795), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACE, - [108735] = 2, + [108703] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2983), 2, - anon_sym_RPAREN, + ACTIONS(3240), 2, anon_sym_COMMA, - [108744] = 3, - ACTIONS(4285), 1, - sym_integer, - ACTIONS(4287), 1, - sym_float, + anon_sym_RBRACK, + [108712] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108755] = 2, + ACTIONS(2708), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [108721] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3969), 2, + ACTIONS(325), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACE, - [108764] = 2, + [108730] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4289), 2, + ACTIONS(4281), 2, anon_sym_DOT_DOT_DOT, sym_identifier, - [108773] = 2, + [108739] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3360), 2, + ACTIONS(4283), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACE, - [108782] = 2, + [108748] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4291), 2, - sym_dedent, - anon_sym_case, - [108791] = 2, + ACTIONS(3896), 2, + anon_sym_COMMA, + anon_sym_COLON, + [108757] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(4285), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [108766] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3707), 2, + ACTIONS(2699), 2, anon_sym_COMMA, - anon_sym_COLON, - [108800] = 2, + anon_sym_RBRACK, + [108775] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(325), 2, + ACTIONS(3360), 2, anon_sym_RPAREN, anon_sym_COMMA, - [108809] = 2, + [108784] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1620), 2, + ACTIONS(4287), 2, sym_dedent, anon_sym_case, - [108818] = 2, + [108793] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4293), 2, - sym_newline, - anon_sym_SEMI, - [108827] = 2, + ACTIONS(3396), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [108802] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4295), 2, - sym_dedent, - anon_sym_case, - [108836] = 2, + ACTIONS(4289), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [108811] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4297), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [108845] = 2, + ACTIONS(4291), 2, + sym_newline, + anon_sym_SEMI, + [108820] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3311), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [108854] = 2, + ACTIONS(4293), 2, + sym_dedent, + anon_sym_case, + [108829] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4299), 2, - anon_sym_COLON, - anon_sym_DASH_GT, - [108863] = 3, - ACTIONS(4301), 1, + ACTIONS(3948), 2, + anon_sym_COMMA, anon_sym_COLON, - ACTIONS(4303), 1, - anon_sym_DASH_GT, + [108838] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108874] = 2, + ACTIONS(4295), 2, + anon_sym__, + sym_identifier, + [108847] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4305), 2, + ACTIONS(4297), 2, sym_newline, anon_sym_SEMI, - [108883] = 3, - ACTIONS(4307), 1, + [108856] = 3, + ACTIONS(4299), 1, sym_integer, - ACTIONS(4309), 1, + ACTIONS(4301), 1, sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108894] = 2, + [108867] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1596), 2, - sym_dedent, - anon_sym_case, - [108903] = 2, + ACTIONS(3858), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [108876] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4311), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [108912] = 2, + ACTIONS(4303), 2, + anon_sym_COLON, + anon_sym_DASH_GT, + [108885] = 3, + ACTIONS(4305), 1, + sym_integer, + ACTIONS(4307), 1, + sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4313), 2, - sym_newline, - anon_sym_SEMI, - [108921] = 2, + [108896] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4315), 2, - sym_newline, - anon_sym_SEMI, - [108930] = 2, + ACTIONS(4309), 2, + anon_sym__, + sym_identifier, + [108905] = 3, + ACTIONS(4311), 1, + sym_integer, + ACTIONS(4313), 1, + sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4317), 2, - sym_newline, - anon_sym_SEMI, - [108939] = 3, + [108916] = 3, + ACTIONS(4315), 1, + sym_integer, + ACTIONS(4317), 1, + sym_float, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [108927] = 3, ACTIONS(4319), 1, anon_sym_COLON, ACTIONS(4321), 1, @@ -117345,237 +117336,265 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108950] = 3, + [108938] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2863), 2, + sym_newline, + anon_sym_SEMI, + [108947] = 3, ACTIONS(4323), 1, - anon_sym_COLON, + sym_integer, ACTIONS(4325), 1, - anon_sym_DASH_GT, + sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108961] = 2, + [108958] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2710), 2, + ACTIONS(4283), 2, anon_sym_COMMA, anon_sym_RBRACK, - [108970] = 2, + [108967] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(4327), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [108976] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3760), 2, + ACTIONS(4283), 2, anon_sym_COMMA, anon_sym_RBRACE, - [108979] = 3, - ACTIONS(4327), 1, - anon_sym_COLON, - ACTIONS(4329), 1, - anon_sym_DASH_GT, + [108985] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108990] = 2, + ACTIONS(3360), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [108994] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4331), 2, + ACTIONS(4329), 2, sym_newline, anon_sym_SEMI, - [108999] = 3, + [109003] = 3, + ACTIONS(4331), 1, + sym_integer, ACTIONS(4333), 1, - anon_sym_COLON, - ACTIONS(4335), 1, - anon_sym_DASH_GT, + sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109010] = 3, + [109014] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(4335), 2, + sym_newline, + anon_sym_SEMI, + [109023] = 3, ACTIONS(4337), 1, - sym_integer, + anon_sym_COLON, ACTIONS(4339), 1, - sym_float, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109021] = 2, + [109034] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4279), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [109030] = 3, - ACTIONS(4341), 1, - anon_sym_COLON, - ACTIONS(4343), 1, - anon_sym_DASH_GT, + ACTIONS(4341), 2, + sym_newline, + anon_sym_SEMI, + [109043] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109041] = 2, + ACTIONS(4343), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [109052] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3360), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [109050] = 2, + ACTIONS(1598), 2, + sym_dedent, + anon_sym_case, + [109061] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3360), 2, - anon_sym_RPAREN, + ACTIONS(3828), 2, anon_sym_COMMA, - [109059] = 2, + anon_sym_COLON, + [109070] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(4345), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [109068] = 2, + sym_newline, + anon_sym_SEMI, + [109079] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3360), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [109088] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(4347), 2, - sym_newline, - anon_sym_SEMI, - [109077] = 2, + anon_sym__, + sym_identifier, + [109097] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4349), 2, + ACTIONS(1594), 2, sym_dedent, anon_sym_case, - [109086] = 2, + [109106] = 3, + ACTIONS(4349), 1, + sym_integer, + ACTIONS(4351), 1, + sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2704), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [109095] = 2, + [109117] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4351), 2, + ACTIONS(4353), 2, anon_sym_DOT_DOT_DOT, sym_identifier, - [109104] = 2, + [109126] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4275), 2, - anon_sym_RPAREN, + ACTIONS(3828), 2, anon_sym_COMMA, - [109113] = 3, - ACTIONS(4353), 1, - sym_integer, - ACTIONS(4355), 1, - sym_float, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [109124] = 2, + anon_sym_COLON, + [109135] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1600), 2, + ACTIONS(4355), 2, sym_dedent, anon_sym_case, - [109133] = 2, + [109144] = 3, + ACTIONS(4357), 1, + sym_integer, + ACTIONS(4359), 1, + sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4357), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [109142] = 2, + [109155] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2983), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [109151] = 2, + ACTIONS(4361), 2, + sym_newline, + anon_sym_SEMI, + [109164] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3043), 2, + ACTIONS(4363), 2, sym_newline, anon_sym_SEMI, - [109160] = 2, + [109173] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4359), 2, - anon_sym__, + ACTIONS(4365), 2, + anon_sym_DOT_DOT_DOT, sym_identifier, - [109169] = 2, + [109182] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4003), 2, + ACTIONS(2699), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_COLON, - [109178] = 2, + [109191] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4361), 2, + ACTIONS(4367), 2, sym_dedent, anon_sym_case, - [109187] = 2, + [109200] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4363), 2, + ACTIONS(1644), 2, sym_dedent, anon_sym_case, - [109196] = 2, + [109209] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4365), 2, + ACTIONS(4369), 2, sym_dedent, anon_sym_case, - [109205] = 2, + [109218] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4367), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [109214] = 2, + ACTIONS(4191), 2, + sym_newline, + anon_sym_SEMI, + [109227] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3125), 2, + ACTIONS(3053), 2, sym_newline, anon_sym_SEMI, - [109223] = 2, + [109236] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3863), 2, - anon_sym_COMMA, - anon_sym_COLON, - [109232] = 2, + ACTIONS(2920), 2, + sym_newline, + anon_sym_SEMI, + [109245] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4369), 2, + ACTIONS(4371), 2, sym_dedent, anon_sym_case, - [109241] = 2, + [109254] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4371), 2, - anon_sym_COLON, - anon_sym_DASH_GT, - [109250] = 3, + ACTIONS(3896), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [109263] = 3, + ACTIONS(3785), 1, + anon_sym_LPAREN, + STATE(2392), 1, + sym_parameters, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [109274] = 3, ACTIONS(4373), 1, sym_integer, ACTIONS(4375), 1, @@ -117583,1419 +117602,1391 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109261] = 2, + [109285] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(4377), 2, sym_dedent, anon_sym_case, - [109270] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4379), 2, - anon_sym__, - sym_identifier, - [109279] = 3, + [109294] = 3, + ACTIONS(4379), 1, + anon_sym_COLON, ACTIONS(4381), 1, - sym_integer, - ACTIONS(4383), 1, - sym_float, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109290] = 2, + [109305] = 3, + ACTIONS(4383), 1, + anon_sym_COLON, + ACTIONS(4385), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4385), 2, - sym_newline, - anon_sym_SEMI, - [109299] = 3, + [109316] = 3, ACTIONS(4387), 1, - sym_integer, + anon_sym_COLON, ACTIONS(4389), 1, - sym_float, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109310] = 3, + [109327] = 3, ACTIONS(4391), 1, - sym_integer, + anon_sym_COLON, ACTIONS(4393), 1, - sym_float, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [109321] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3707), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [109330] = 2, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3150), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [109339] = 2, + [109338] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4395), 2, + ACTIONS(3051), 2, sym_newline, anon_sym_SEMI, - [109348] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2710), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [109357] = 3, - ACTIONS(4397), 1, + [109347] = 3, + ACTIONS(4395), 1, sym_integer, - ACTIONS(4399), 1, + ACTIONS(4397), 1, sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109368] = 2, + [109358] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2983), 2, - sym_newline, - anon_sym_SEMI, - [109377] = 2, + ACTIONS(4399), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [109367] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(4401), 2, - sym_newline, - anon_sym_SEMI, - [109386] = 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [109376] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4403), 2, - sym_dedent, - anon_sym_case, - [109395] = 2, + ACTIONS(2920), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [109385] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2904), 2, - sym_newline, - anon_sym_SEMI, - [109404] = 2, + ACTIONS(4403), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [109394] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4134), 2, - anon_sym_RPAREN, + ACTIONS(4019), 2, anon_sym_COMMA, - [109413] = 2, + anon_sym_RBRACE, + [109403] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3719), 2, + ACTIONS(3828), 2, anon_sym_RPAREN, anon_sym_COMMA, - [109422] = 2, + [109412] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4405), 2, + ACTIONS(2759), 2, sym_newline, anon_sym_SEMI, - [109431] = 2, + [109421] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4407), 2, - sym_dedent, - anon_sym_case, - [109440] = 2, + ACTIONS(2920), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [109430] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2697), 2, + ACTIONS(325), 2, anon_sym_COMMA, anon_sym_RBRACK, - [109449] = 3, - ACTIONS(4409), 1, - sym_integer, - ACTIONS(4411), 1, - sym_float, + [109439] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109460] = 2, + ACTIONS(4405), 2, + anon_sym_COLON, + anon_sym_DASH_GT, + [109448] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(325), 2, + ACTIONS(3797), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [109469] = 2, + anon_sym_RBRACE, + [109457] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3855), 2, - sym_newline, - anon_sym_SEMI, - [109478] = 3, - ACTIONS(4413), 1, + ACTIONS(2710), 2, anon_sym_COMMA, - STATE(1870), 1, - aux_sym_patterns_repeat1, + anon_sym_RBRACK, + [109466] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109489] = 2, + ACTIONS(4407), 2, + sym_dedent, + anon_sym_case, + [109475] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4003), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [109498] = 2, + ACTIONS(4409), 2, + sym_dedent, + anon_sym_case, + [109484] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4415), 2, - anon_sym_DOT_DOT_DOT, + ACTIONS(4411), 2, + anon_sym__, sym_identifier, - [109507] = 3, - ACTIONS(3686), 1, - anon_sym_LPAREN, - STATE(2399), 1, - sym_parameters, + [109493] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109518] = 2, + ACTIONS(4403), 2, + anon_sym_COMMA, + anon_sym_COLON, + [109502] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1592), 2, + ACTIONS(4413), 2, sym_dedent, anon_sym_case, - [109527] = 3, - ACTIONS(3686), 1, - anon_sym_LPAREN, - STATE(2402), 1, - sym_parameters, + [109511] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109538] = 2, + ACTIONS(4415), 2, + sym_newline, + anon_sym_SEMI, + [109520] = 3, + ACTIONS(4417), 1, + sym_integer, + ACTIONS(4419), 1, + sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4417), 2, - anon_sym__, - sym_identifier, - [109547] = 3, - ACTIONS(4419), 1, + [109531] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(4421), 2, + sym_newline, + anon_sym_SEMI, + [109540] = 3, + ACTIONS(3785), 1, + anon_sym_LPAREN, + STATE(2433), 1, + sym_parameters, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [109551] = 3, + ACTIONS(4423), 1, anon_sym_COLON, - ACTIONS(4421), 1, + ACTIONS(4425), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109558] = 2, + [109562] = 3, + ACTIONS(3785), 1, + anon_sym_LPAREN, + STATE(2434), 1, + sym_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3707), 2, - anon_sym_COMMA, + [109573] = 3, + ACTIONS(4427), 1, anon_sym_COLON, - [109567] = 2, + ACTIONS(4429), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3863), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [109576] = 2, + [109584] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2697), 2, + ACTIONS(3948), 2, anon_sym_RPAREN, anon_sym_COMMA, - [109585] = 3, - ACTIONS(3686), 1, - anon_sym_LPAREN, - STATE(2385), 1, - sym_parameters, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [109596] = 2, + [109593] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4423), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [109605] = 3, - ACTIONS(4425), 1, + ACTIONS(4431), 2, + sym_dedent, + anon_sym_case, + [109602] = 3, + ACTIONS(4433), 1, sym_integer, - ACTIONS(4427), 1, + ACTIONS(4435), 1, sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109616] = 2, + [109613] = 3, + ACTIONS(3785), 1, + anon_sym_LPAREN, + STATE(2458), 1, + sym_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4429), 2, - sym_dedent, - anon_sym_case, - [109625] = 2, + [109624] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4431), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [109634] = 2, + ACTIONS(1602), 2, + sym_dedent, + anon_sym_case, + [109633] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1636), 2, + ACTIONS(1638), 2, sym_dedent, anon_sym_case, - [109643] = 3, - ACTIONS(4433), 1, - anon_sym_COLON, - ACTIONS(4435), 1, - anon_sym_DASH_GT, + [109642] = 3, + ACTIONS(4437), 1, + anon_sym_COMMA, + STATE(1883), 1, + aux_sym_patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109654] = 3, - ACTIONS(4437), 1, - sym_integer, + [109653] = 2, ACTIONS(4439), 1, - sym_float, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109665] = 2, + [109661] = 2, ACTIONS(4441), 1, - anon_sym_for, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109673] = 2, + [109669] = 2, ACTIONS(4443), 1, - sym_identifier, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109681] = 2, + [109677] = 2, ACTIONS(4445), 1, - anon_sym_RBRACE, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109689] = 2, + [109685] = 2, ACTIONS(4447), 1, - anon_sym_COLON, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109697] = 2, + [109693] = 2, ACTIONS(4449), 1, - anon_sym_RBRACK, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109705] = 2, + [109701] = 2, ACTIONS(4451), 1, - anon_sym_RBRACK, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109713] = 2, + [109709] = 2, ACTIONS(4453), 1, - sym_identifier, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109721] = 2, + [109717] = 2, ACTIONS(4455), 1, - sym_identifier, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109729] = 2, + [109725] = 2, ACTIONS(4457), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109737] = 2, + [109733] = 2, ACTIONS(4459), 1, - anon_sym_RBRACK, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109745] = 2, + [109741] = 2, ACTIONS(4461), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109753] = 2, + [109749] = 2, ACTIONS(4463), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109761] = 2, + [109757] = 2, ACTIONS(4465), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109769] = 2, + [109765] = 2, ACTIONS(4467), 1, - anon_sym_RBRACE, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109777] = 2, + [109773] = 2, ACTIONS(4469), 1, - anon_sym_COLON_EQ, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [109785] = 2, - ACTIONS(4471), 1, - anon_sym_COLON, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109793] = 2, - ACTIONS(2885), 1, + [109781] = 2, + ACTIONS(2907), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109801] = 2, - ACTIONS(4049), 1, - anon_sym_in, + [109789] = 2, + ACTIONS(4471), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109809] = 2, + [109797] = 2, ACTIONS(4473), 1, - anon_sym_COLON, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109817] = 2, + [109805] = 2, ACTIONS(4475), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109825] = 2, + [109813] = 2, + ACTIONS(2873), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [109821] = 2, ACTIONS(4477), 1, - anon_sym_COLON, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109833] = 2, + [109829] = 2, ACTIONS(4479), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109841] = 2, + [109837] = 2, ACTIONS(4481), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109849] = 2, + [109845] = 2, ACTIONS(4483), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [109857] = 2, - ACTIONS(3259), 1, - anon_sym_RBRACE, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109865] = 2, + [109853] = 2, ACTIONS(4485), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109873] = 2, + [109861] = 2, ACTIONS(4487), 1, - anon_sym_RBRACK, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109881] = 2, + [109869] = 2, ACTIONS(4489), 1, - anon_sym_import, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [109889] = 2, - ACTIONS(3167), 1, - anon_sym_RBRACE, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109897] = 2, + [109877] = 2, ACTIONS(4491), 1, - anon_sym_RBRACE, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109905] = 2, + [109885] = 2, ACTIONS(4493), 1, - anon_sym_RPAREN, + anon_sym_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109913] = 2, + [109893] = 2, ACTIONS(4495), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109921] = 2, + [109901] = 2, ACTIONS(4497), 1, - anon_sym_COLON, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109929] = 2, + [109909] = 2, ACTIONS(4499), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [109937] = 2, - ACTIONS(2877), 1, - anon_sym_RPAREN, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109945] = 2, + [109917] = 2, ACTIONS(4501), 1, - anon_sym_COLON, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109953] = 2, + [109925] = 2, ACTIONS(4503), 1, - anon_sym_for, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109961] = 2, + [109933] = 2, ACTIONS(4505), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109969] = 2, + [109941] = 2, ACTIONS(4507), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [109977] = 2, - ACTIONS(3184), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109985] = 2, + [109949] = 2, ACTIONS(4509), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109993] = 2, + [109957] = 2, ACTIONS(4511), 1, - anon_sym_RPAREN, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110001] = 2, + [109965] = 2, ACTIONS(4513), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110009] = 2, + [109973] = 2, ACTIONS(4515), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110017] = 2, + [109981] = 2, ACTIONS(4517), 1, - anon_sym_RBRACE, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110025] = 2, + [109989] = 2, ACTIONS(4519), 1, - sym_identifier, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110033] = 2, + [109997] = 2, ACTIONS(4521), 1, - anon_sym_RBRACE, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110041] = 2, - ACTIONS(4523), 1, + [110005] = 2, + ACTIONS(3171), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110049] = 2, - ACTIONS(4525), 1, - anon_sym_RPAREN, + [110013] = 2, + ACTIONS(4523), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110057] = 2, - ACTIONS(4527), 1, - sym_identifier, + [110021] = 2, + ACTIONS(2879), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110065] = 2, - ACTIONS(4529), 1, - sym_identifier, + [110029] = 2, + ACTIONS(4525), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110073] = 2, - ACTIONS(2898), 1, - anon_sym_RPAREN, + [110037] = 2, + ACTIONS(4527), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110081] = 2, - ACTIONS(4179), 1, - anon_sym_in, + [110045] = 2, + ACTIONS(4529), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110089] = 2, + [110053] = 2, ACTIONS(4531), 1, - ts_builtin_sym_end, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110097] = 2, + [110061] = 2, ACTIONS(4533), 1, - anon_sym_COLON, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110105] = 2, + [110069] = 2, ACTIONS(4535), 1, - anon_sym_import, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110113] = 2, + [110077] = 2, ACTIONS(4537), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110121] = 2, + [110085] = 2, ACTIONS(4539), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110129] = 2, + [110093] = 2, ACTIONS(4541), 1, - anon_sym_COLON, + anon_sym_for, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110137] = 2, - ACTIONS(4543), 1, + [110101] = 2, + ACTIONS(3142), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110145] = 2, - ACTIONS(4545), 1, - anon_sym_import, + [110109] = 2, + ACTIONS(4543), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110153] = 2, - ACTIONS(3243), 1, - anon_sym_COLON, + [110117] = 2, + ACTIONS(4545), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110161] = 2, + [110125] = 2, ACTIONS(4547), 1, - anon_sym_COLON, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110169] = 2, + [110133] = 2, ACTIONS(4549), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110177] = 2, + [110141] = 2, ACTIONS(4551), 1, - anon_sym_RBRACE, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110185] = 2, + [110149] = 2, ACTIONS(4553), 1, - anon_sym_RBRACK, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110193] = 2, + [110157] = 2, ACTIONS(4555), 1, - sym_identifier, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110201] = 2, + [110165] = 2, ACTIONS(4557), 1, - anon_sym_RBRACK, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110209] = 2, + [110173] = 2, ACTIONS(4559), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110217] = 2, + [110181] = 2, ACTIONS(4561), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110225] = 2, + [110189] = 2, ACTIONS(4563), 1, - anon_sym_RBRACE, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110233] = 2, + [110197] = 2, ACTIONS(4565), 1, - anon_sym_RBRACK, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110241] = 2, + [110205] = 2, ACTIONS(4567), 1, - anon_sym_RBRACK, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110249] = 2, + [110213] = 2, ACTIONS(4569), 1, - anon_sym_COLON_EQ, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110257] = 2, + [110221] = 2, ACTIONS(4571), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110265] = 2, - ACTIONS(2873), 1, + [110229] = 2, + ACTIONS(4573), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [110237] = 2, + ACTIONS(4575), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110273] = 2, - ACTIONS(4191), 1, + [110245] = 2, + ACTIONS(4577), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [110253] = 2, + ACTIONS(4579), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [110261] = 2, + ACTIONS(4181), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110281] = 2, - ACTIONS(2910), 1, - anon_sym_RPAREN, + [110269] = 2, + ACTIONS(1414), 1, + anon_sym_def, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110289] = 2, - ACTIONS(3245), 1, + [110277] = 2, + ACTIONS(3242), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110297] = 2, - ACTIONS(4573), 1, + [110285] = 2, + ACTIONS(4581), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110305] = 2, - ACTIONS(4575), 1, - anon_sym_RBRACE, + [110293] = 2, + ACTIONS(4583), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110313] = 2, - ACTIONS(4577), 1, + [110301] = 2, + ACTIONS(4585), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110321] = 2, - ACTIONS(4579), 1, - anon_sym_RPAREN, + [110309] = 2, + ACTIONS(3226), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110329] = 2, - ACTIONS(4581), 1, + [110317] = 2, + ACTIONS(4587), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110337] = 2, - ACTIONS(4583), 1, - anon_sym_RBRACE, + [110325] = 2, + ACTIONS(4589), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110345] = 2, - ACTIONS(4193), 1, + [110333] = 2, + ACTIONS(4186), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110353] = 2, - ACTIONS(3247), 1, + [110341] = 2, + ACTIONS(3244), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110361] = 2, - ACTIONS(4585), 1, + [110349] = 2, + ACTIONS(4591), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110369] = 2, - ACTIONS(4587), 1, - anon_sym_RBRACE, + [110357] = 2, + ACTIONS(2901), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110377] = 2, - ACTIONS(4589), 1, + [110365] = 2, + ACTIONS(4593), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110385] = 2, - ACTIONS(4591), 1, - anon_sym_COLON, + [110373] = 2, + ACTIONS(4595), 1, + ts_builtin_sym_end, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110393] = 2, - ACTIONS(4593), 1, + [110381] = 2, + ACTIONS(2859), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110401] = 2, - ACTIONS(4595), 1, + [110389] = 2, + ACTIONS(3202), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110409] = 2, + [110397] = 2, ACTIONS(4597), 1, - anon_sym_RBRACE, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110417] = 2, + [110405] = 2, ACTIONS(4599), 1, - anon_sym_RBRACE, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110425] = 2, + [110413] = 2, ACTIONS(4601), 1, - anon_sym_RBRACK, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110433] = 2, + [110421] = 2, ACTIONS(4603), 1, - anon_sym_RBRACK, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110441] = 2, + [110429] = 2, ACTIONS(4605), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110449] = 2, + [110437] = 2, ACTIONS(4607), 1, - anon_sym_COLON_EQ, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110457] = 2, + [110445] = 2, ACTIONS(4609), 1, - anon_sym_RBRACK, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110465] = 2, + [110453] = 2, ACTIONS(4611), 1, - sym_identifier, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110473] = 2, + [110461] = 2, ACTIONS(4613), 1, - anon_sym_COLON, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110481] = 2, + [110469] = 2, ACTIONS(4615), 1, - anon_sym_RBRACE, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110489] = 2, - ACTIONS(4617), 1, + [110477] = 2, + ACTIONS(2895), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110497] = 2, - ACTIONS(3148), 1, - anon_sym_RBRACE, + [110485] = 2, + ACTIONS(4617), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110505] = 2, + [110493] = 2, ACTIONS(4619), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110513] = 2, + [110501] = 2, ACTIONS(4621), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110521] = 2, - ACTIONS(3192), 1, + [110509] = 2, + ACTIONS(4623), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110529] = 2, - ACTIONS(4623), 1, - sym_identifier, + [110517] = 2, + ACTIONS(4625), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110537] = 2, - ACTIONS(4625), 1, - anon_sym_RBRACE, + [110525] = 2, + ACTIONS(4627), 1, + anon_sym_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110545] = 2, + [110533] = 2, ACTIONS(4219), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110553] = 2, - ACTIONS(4627), 1, - anon_sym_RBRACE, + [110541] = 2, + ACTIONS(4629), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110561] = 2, - ACTIONS(3850), 1, + [110549] = 2, + ACTIONS(4221), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110569] = 2, - ACTIONS(4629), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [110577] = 2, + [110557] = 2, ACTIONS(4631), 1, - anon_sym_COLON, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110585] = 2, + [110565] = 2, ACTIONS(4633), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110593] = 2, + [110573] = 2, ACTIONS(4635), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [110581] = 2, + ACTIONS(3163), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110601] = 2, + [110589] = 2, ACTIONS(4637), 1, - anon_sym_RBRACE, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110609] = 2, + [110597] = 2, ACTIONS(4639), 1, - sym_identifier, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110617] = 2, + [110605] = 2, ACTIONS(4641), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110625] = 2, + [110613] = 2, ACTIONS(4643), 1, - anon_sym_RBRACK, + anon_sym_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110633] = 2, + [110621] = 2, ACTIONS(4645), 1, - anon_sym_COLON, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110641] = 2, - ACTIONS(4647), 1, + [110629] = 2, + ACTIONS(2834), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110649] = 2, - ACTIONS(4649), 1, - sym_identifier, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [110657] = 2, - ACTIONS(4651), 1, - anon_sym_COLON, + [110637] = 2, + ACTIONS(4647), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110665] = 2, - ACTIONS(4653), 1, - sym_identifier, + [110645] = 2, + ACTIONS(4649), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110673] = 2, - ACTIONS(4655), 1, + [110653] = 2, + ACTIONS(4651), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110681] = 2, - ACTIONS(3265), 1, - anon_sym_RBRACE, + [110661] = 2, + ACTIONS(4653), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110689] = 2, - ACTIONS(1450), 1, - anon_sym_def, + [110669] = 2, + ACTIONS(4655), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110697] = 2, + [110677] = 2, ACTIONS(4657), 1, - anon_sym_RBRACE, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110705] = 2, + [110685] = 2, ACTIONS(4659), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110713] = 2, + [110693] = 2, ACTIONS(4661), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110721] = 2, - ACTIONS(4663), 1, - sym_identifier, + [110701] = 2, + ACTIONS(3179), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110729] = 2, - ACTIONS(2863), 1, - anon_sym_RPAREN, + [110709] = 2, + ACTIONS(4663), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110737] = 2, + [110717] = 2, ACTIONS(4665), 1, - anon_sym_RBRACK, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110745] = 2, + [110725] = 2, ACTIONS(4667), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110753] = 2, + [110733] = 2, ACTIONS(4669), 1, - sym_identifier, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110761] = 2, + [110741] = 2, ACTIONS(4671), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [110769] = 2, - ACTIONS(4236), 1, - anon_sym_in, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110777] = 2, + [110749] = 2, ACTIONS(4673), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110785] = 2, + [110757] = 2, ACTIONS(4675), 1, - sym_identifier, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110793] = 2, - ACTIONS(2836), 1, - anon_sym_RPAREN, + [110765] = 2, + ACTIONS(3886), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110801] = 2, + [110773] = 2, ACTIONS(4677), 1, - anon_sym_RBRACK, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110809] = 2, - ACTIONS(2889), 1, - anon_sym_RPAREN, + [110781] = 2, + ACTIONS(4244), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110817] = 2, - ACTIONS(4679), 1, + [110789] = 2, + ACTIONS(4242), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110825] = 2, - ACTIONS(3932), 1, - anon_sym_in, + [110797] = 2, + ACTIONS(3276), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110833] = 2, - ACTIONS(4681), 1, + [110805] = 2, + ACTIONS(4679), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110841] = 2, + [110813] = 2, + ACTIONS(4681), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [110821] = 2, ACTIONS(4683), 1, - anon_sym_COLON_EQ, + anon_sym_RBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [110829] = 2, + ACTIONS(3272), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110849] = 2, + [110837] = 2, ACTIONS(4685), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110857] = 2, - ACTIONS(4687), 1, + [110845] = 2, + ACTIONS(1374), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110865] = 2, - ACTIONS(4689), 1, + [110853] = 2, + ACTIONS(4687), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110873] = 2, - ACTIONS(4691), 1, - anon_sym_RBRACK, + [110861] = 2, + ACTIONS(4689), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110881] = 2, - ACTIONS(1372), 1, - anon_sym_COLON, + [110869] = 2, + ACTIONS(4691), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110889] = 2, + [110877] = 2, ACTIONS(4693), 1, - anon_sym_COLON_EQ, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110897] = 2, + [110885] = 2, ACTIONS(4695), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110905] = 2, - ACTIONS(4697), 1, - anon_sym_COLON, + [110893] = 2, + ACTIONS(4025), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110913] = 2, - ACTIONS(4699), 1, - anon_sym_COLON, + [110901] = 2, + ACTIONS(4697), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110921] = 2, - ACTIONS(4701), 1, - anon_sym_RBRACE, + [110909] = 2, + ACTIONS(4699), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110929] = 2, - ACTIONS(3207), 1, - anon_sym_COLON, + [110917] = 2, + ACTIONS(4701), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110937] = 2, + [110925] = 2, ACTIONS(4703), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110945] = 2, + [110933] = 2, ACTIONS(4705), 1, - anon_sym_COLON_EQ, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110953] = 2, + [110941] = 2, ACTIONS(4707), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110961] = 2, + [110949] = 2, ACTIONS(4709), 1, - anon_sym_RBRACK, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110969] = 2, + [110957] = 2, ACTIONS(4711), 1, anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110977] = 2, + [110965] = 2, ACTIONS(4713), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110985] = 2, + [110973] = 2, ACTIONS(4715), 1, - anon_sym_COLON_EQ, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110993] = 2, - ACTIONS(4717), 1, - anon_sym_COLON, + [110981] = 2, + ACTIONS(3250), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111001] = 2, - ACTIONS(3251), 1, - anon_sym_RBRACE, + [110989] = 2, + ACTIONS(4717), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111009] = 2, + [110997] = 2, ACTIONS(4719), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111017] = 2, + [111005] = 2, ACTIONS(4721), 1, + sym_identifier, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [111013] = 2, + ACTIONS(2869), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111025] = 2, + [111021] = 2, ACTIONS(4723), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111033] = 2, + [111029] = 2, ACTIONS(4725), 1, - sym_identifier, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111041] = 2, + [111037] = 2, ACTIONS(4727), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111049] = 2, + [111045] = 2, ACTIONS(4729), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111057] = 2, + [111053] = 2, ACTIONS(4731), 1, - sym_identifier, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [111065] = 2, - ACTIONS(4733), 1, - sym_identifier, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111073] = 2, + [111061] = 2, ACTIONS(4265), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111081] = 2, + [111069] = 2, ACTIONS(1456), 1, anon_sym_def, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111089] = 2, - ACTIONS(4735), 1, - sym_identifier, + [111077] = 2, + ACTIONS(4733), 1, + anon_sym_for, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111097] = 2, - ACTIONS(4737), 1, - anon_sym_RBRACK, + [111085] = 2, + ACTIONS(4735), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111105] = 2, + [111093] = 2, ACTIONS(4267), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111113] = 2, - ACTIONS(4739), 1, + [111101] = 2, + ACTIONS(4737), 1, anon_sym_for, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111121] = 2, - ACTIONS(4741), 1, - anon_sym_RPAREN, + [111109] = 2, + ACTIONS(3198), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111129] = 2, - ACTIONS(3211), 1, - anon_sym_RBRACE, + [111117] = 2, + ACTIONS(4739), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111137] = 2, - ACTIONS(4743), 1, + [111125] = 2, + ACTIONS(4741), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, @@ -119005,37 +118996,37 @@ static const uint16_t ts_small_parse_table[] = { static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(190)] = 0, [SMALL_STATE(191)] = 123, - [SMALL_STATE(192)] = 244, - [SMALL_STATE(193)] = 365, - [SMALL_STATE(194)] = 486, - [SMALL_STATE(195)] = 609, - [SMALL_STATE(196)] = 734, - [SMALL_STATE(197)] = 857, + [SMALL_STATE(192)] = 246, + [SMALL_STATE(193)] = 369, + [SMALL_STATE(194)] = 492, + [SMALL_STATE(195)] = 617, + [SMALL_STATE(196)] = 738, + [SMALL_STATE(197)] = 859, [SMALL_STATE(198)] = 980, - [SMALL_STATE(199)] = 1105, + [SMALL_STATE(199)] = 1103, [SMALL_STATE(200)] = 1228, [SMALL_STATE(201)] = 1351, - [SMALL_STATE(202)] = 1476, + [SMALL_STATE(202)] = 1474, [SMALL_STATE(203)] = 1599, - [SMALL_STATE(204)] = 1724, - [SMALL_STATE(205)] = 1847, - [SMALL_STATE(206)] = 1972, - [SMALL_STATE(207)] = 2095, - [SMALL_STATE(208)] = 2218, - [SMALL_STATE(209)] = 2341, - [SMALL_STATE(210)] = 2464, - [SMALL_STATE(211)] = 2589, - [SMALL_STATE(212)] = 2714, - [SMALL_STATE(213)] = 2839, - [SMALL_STATE(214)] = 2962, - [SMALL_STATE(215)] = 3085, - [SMALL_STATE(216)] = 3210, - [SMALL_STATE(217)] = 3333, - [SMALL_STATE(218)] = 3456, - [SMALL_STATE(219)] = 3581, - [SMALL_STATE(220)] = 3706, - [SMALL_STATE(221)] = 3829, - [SMALL_STATE(222)] = 3952, + [SMALL_STATE(204)] = 1722, + [SMALL_STATE(205)] = 1845, + [SMALL_STATE(206)] = 1968, + [SMALL_STATE(207)] = 2091, + [SMALL_STATE(208)] = 2216, + [SMALL_STATE(209)] = 2339, + [SMALL_STATE(210)] = 2462, + [SMALL_STATE(211)] = 2585, + [SMALL_STATE(212)] = 2710, + [SMALL_STATE(213)] = 2835, + [SMALL_STATE(214)] = 2958, + [SMALL_STATE(215)] = 3083, + [SMALL_STATE(216)] = 3206, + [SMALL_STATE(217)] = 3329, + [SMALL_STATE(218)] = 3454, + [SMALL_STATE(219)] = 3579, + [SMALL_STATE(220)] = 3702, + [SMALL_STATE(221)] = 3825, + [SMALL_STATE(222)] = 3950, [SMALL_STATE(223)] = 4075, [SMALL_STATE(224)] = 4181, [SMALL_STATE(225)] = 4287, @@ -119049,29 +119040,29 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(233)] = 5209, [SMALL_STATE(234)] = 5324, [SMALL_STATE(235)] = 5441, - [SMALL_STATE(236)] = 5545, - [SMALL_STATE(237)] = 5657, - [SMALL_STATE(238)] = 5769, - [SMALL_STATE(239)] = 5881, - [SMALL_STATE(240)] = 5993, - [SMALL_STATE(241)] = 6105, - [SMALL_STATE(242)] = 6217, - [SMALL_STATE(243)] = 6329, - [SMALL_STATE(244)] = 6441, - [SMALL_STATE(245)] = 6551, - [SMALL_STATE(246)] = 6663, - [SMALL_STATE(247)] = 6775, - [SMALL_STATE(248)] = 6887, + [SMALL_STATE(236)] = 5553, + [SMALL_STATE(237)] = 5665, + [SMALL_STATE(238)] = 5777, + [SMALL_STATE(239)] = 5889, + [SMALL_STATE(240)] = 6001, + [SMALL_STATE(241)] = 6113, + [SMALL_STATE(242)] = 6225, + [SMALL_STATE(243)] = 6337, + [SMALL_STATE(244)] = 6449, + [SMALL_STATE(245)] = 6561, + [SMALL_STATE(246)] = 6673, + [SMALL_STATE(247)] = 6785, + [SMALL_STATE(248)] = 6895, [SMALL_STATE(249)] = 6999, - [SMALL_STATE(250)] = 7111, - [SMALL_STATE(251)] = 7223, - [SMALL_STATE(252)] = 7335, - [SMALL_STATE(253)] = 7447, - [SMALL_STATE(254)] = 7559, + [SMALL_STATE(250)] = 7115, + [SMALL_STATE(251)] = 7227, + [SMALL_STATE(252)] = 7339, + [SMALL_STATE(253)] = 7451, + [SMALL_STATE(254)] = 7563, [SMALL_STATE(255)] = 7675, [SMALL_STATE(256)] = 7787, [SMALL_STATE(257)] = 7899, - [SMALL_STATE(258)] = 8003, + [SMALL_STATE(258)] = 8011, [SMALL_STATE(259)] = 8115, [SMALL_STATE(260)] = 8227, [SMALL_STATE(261)] = 8339, @@ -119089,78 +119080,78 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(273)] = 9683, [SMALL_STATE(274)] = 9792, [SMALL_STATE(275)] = 9901, - [SMALL_STATE(276)] = 10014, - [SMALL_STATE(277)] = 10125, - [SMALL_STATE(278)] = 10238, - [SMALL_STATE(279)] = 10347, - [SMALL_STATE(280)] = 10456, - [SMALL_STATE(281)] = 10565, - [SMALL_STATE(282)] = 10678, - [SMALL_STATE(283)] = 10789, - [SMALL_STATE(284)] = 10902, - [SMALL_STATE(285)] = 11013, - [SMALL_STATE(286)] = 11126, - [SMALL_STATE(287)] = 11235, - [SMALL_STATE(288)] = 11344, - [SMALL_STATE(289)] = 11457, + [SMALL_STATE(276)] = 10010, + [SMALL_STATE(277)] = 10119, + [SMALL_STATE(278)] = 10228, + [SMALL_STATE(279)] = 10337, + [SMALL_STATE(280)] = 10446, + [SMALL_STATE(281)] = 10559, + [SMALL_STATE(282)] = 10668, + [SMALL_STATE(283)] = 10781, + [SMALL_STATE(284)] = 10892, + [SMALL_STATE(285)] = 11005, + [SMALL_STATE(286)] = 11118, + [SMALL_STATE(287)] = 11229, + [SMALL_STATE(288)] = 11342, + [SMALL_STATE(289)] = 11453, [SMALL_STATE(290)] = 11566, [SMALL_STATE(291)] = 11679, - [SMALL_STATE(292)] = 11788, - [SMALL_STATE(293)] = 11897, - [SMALL_STATE(294)] = 12010, + [SMALL_STATE(292)] = 11792, + [SMALL_STATE(293)] = 11903, + [SMALL_STATE(294)] = 12012, [SMALL_STATE(295)] = 12121, - [SMALL_STATE(296)] = 12234, - [SMALL_STATE(297)] = 12343, + [SMALL_STATE(296)] = 12230, + [SMALL_STATE(297)] = 12339, [SMALL_STATE(298)] = 12452, - [SMALL_STATE(299)] = 12565, - [SMALL_STATE(300)] = 12676, - [SMALL_STATE(301)] = 12789, - [SMALL_STATE(302)] = 12898, - [SMALL_STATE(303)] = 13011, - [SMALL_STATE(304)] = 13122, - [SMALL_STATE(305)] = 13231, - [SMALL_STATE(306)] = 13340, - [SMALL_STATE(307)] = 13453, + [SMALL_STATE(299)] = 12563, + [SMALL_STATE(300)] = 12672, + [SMALL_STATE(301)] = 12785, + [SMALL_STATE(302)] = 12896, + [SMALL_STATE(303)] = 13009, + [SMALL_STATE(304)] = 13120, + [SMALL_STATE(305)] = 13233, + [SMALL_STATE(306)] = 13342, + [SMALL_STATE(307)] = 13451, [SMALL_STATE(308)] = 13564, - [SMALL_STATE(309)] = 13677, - [SMALL_STATE(310)] = 13786, + [SMALL_STATE(309)] = 13675, + [SMALL_STATE(310)] = 13788, [SMALL_STATE(311)] = 13897, - [SMALL_STATE(312)] = 14005, - [SMALL_STATE(313)] = 14111, - [SMALL_STATE(314)] = 14221, - [SMALL_STATE(315)] = 14329, - [SMALL_STATE(316)] = 14439, - [SMALL_STATE(317)] = 14549, - [SMALL_STATE(318)] = 14659, - [SMALL_STATE(319)] = 14769, - [SMALL_STATE(320)] = 14879, - [SMALL_STATE(321)] = 14989, - [SMALL_STATE(322)] = 15085, - [SMALL_STATE(323)] = 15193, - [SMALL_STATE(324)] = 15303, - [SMALL_STATE(325)] = 15413, - [SMALL_STATE(326)] = 15523, - [SMALL_STATE(327)] = 15633, - [SMALL_STATE(328)] = 15741, - [SMALL_STATE(329)] = 15849, - [SMALL_STATE(330)] = 15959, - [SMALL_STATE(331)] = 16063, - [SMALL_STATE(332)] = 16171, + [SMALL_STATE(312)] = 13993, + [SMALL_STATE(313)] = 14103, + [SMALL_STATE(314)] = 14211, + [SMALL_STATE(315)] = 14321, + [SMALL_STATE(316)] = 14427, + [SMALL_STATE(317)] = 14537, + [SMALL_STATE(318)] = 14645, + [SMALL_STATE(319)] = 14755, + [SMALL_STATE(320)] = 14865, + [SMALL_STATE(321)] = 14975, + [SMALL_STATE(322)] = 15083, + [SMALL_STATE(323)] = 15187, + [SMALL_STATE(324)] = 15297, + [SMALL_STATE(325)] = 15405, + [SMALL_STATE(326)] = 15515, + [SMALL_STATE(327)] = 15625, + [SMALL_STATE(328)] = 15729, + [SMALL_STATE(329)] = 15837, + [SMALL_STATE(330)] = 15947, + [SMALL_STATE(331)] = 16055, + [SMALL_STATE(332)] = 16165, [SMALL_STATE(333)] = 16275, [SMALL_STATE(334)] = 16382, - [SMALL_STATE(335)] = 16487, - [SMALL_STATE(336)] = 16594, - [SMALL_STATE(337)] = 16699, - [SMALL_STATE(338)] = 16806, - [SMALL_STATE(339)] = 16913, + [SMALL_STATE(335)] = 16489, + [SMALL_STATE(336)] = 16596, + [SMALL_STATE(337)] = 16701, + [SMALL_STATE(338)] = 16808, + [SMALL_STATE(339)] = 16915, [SMALL_STATE(340)] = 17020, - [SMALL_STATE(341)] = 17127, - [SMALL_STATE(342)] = 17234, - [SMALL_STATE(343)] = 17341, - [SMALL_STATE(344)] = 17448, - [SMALL_STATE(345)] = 17555, - [SMALL_STATE(346)] = 17662, - [SMALL_STATE(347)] = 17769, + [SMALL_STATE(341)] = 17125, + [SMALL_STATE(342)] = 17232, + [SMALL_STATE(343)] = 17339, + [SMALL_STATE(344)] = 17446, + [SMALL_STATE(345)] = 17553, + [SMALL_STATE(346)] = 17660, + [SMALL_STATE(347)] = 17767, [SMALL_STATE(348)] = 17874, [SMALL_STATE(349)] = 17981, [SMALL_STATE(350)] = 18088, @@ -119171,94 +119162,94 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(355)] = 18623, [SMALL_STATE(356)] = 18730, [SMALL_STATE(357)] = 18836, - [SMALL_STATE(358)] = 18942, - [SMALL_STATE(359)] = 19048, - [SMALL_STATE(360)] = 19154, - [SMALL_STATE(361)] = 19260, - [SMALL_STATE(362)] = 19366, - [SMALL_STATE(363)] = 19472, - [SMALL_STATE(364)] = 19578, - [SMALL_STATE(365)] = 19684, - [SMALL_STATE(366)] = 19790, - [SMALL_STATE(367)] = 19894, - [SMALL_STATE(368)] = 20000, - [SMALL_STATE(369)] = 20106, - [SMALL_STATE(370)] = 20212, - [SMALL_STATE(371)] = 20316, - [SMALL_STATE(372)] = 20422, - [SMALL_STATE(373)] = 20526, - [SMALL_STATE(374)] = 20632, - [SMALL_STATE(375)] = 20738, - [SMALL_STATE(376)] = 20844, - [SMALL_STATE(377)] = 20948, - [SMALL_STATE(378)] = 21054, - [SMALL_STATE(379)] = 21160, - [SMALL_STATE(380)] = 21266, - [SMALL_STATE(381)] = 21372, - [SMALL_STATE(382)] = 21478, - [SMALL_STATE(383)] = 21584, - [SMALL_STATE(384)] = 21690, - [SMALL_STATE(385)] = 21796, - [SMALL_STATE(386)] = 21902, - [SMALL_STATE(387)] = 22008, - [SMALL_STATE(388)] = 22114, - [SMALL_STATE(389)] = 22218, - [SMALL_STATE(390)] = 22324, - [SMALL_STATE(391)] = 22428, - [SMALL_STATE(392)] = 22522, - [SMALL_STATE(393)] = 22616, + [SMALL_STATE(358)] = 18940, + [SMALL_STATE(359)] = 19046, + [SMALL_STATE(360)] = 19152, + [SMALL_STATE(361)] = 19256, + [SMALL_STATE(362)] = 19350, + [SMALL_STATE(363)] = 19456, + [SMALL_STATE(364)] = 19560, + [SMALL_STATE(365)] = 19664, + [SMALL_STATE(366)] = 19770, + [SMALL_STATE(367)] = 19876, + [SMALL_STATE(368)] = 19980, + [SMALL_STATE(369)] = 20086, + [SMALL_STATE(370)] = 20192, + [SMALL_STATE(371)] = 20298, + [SMALL_STATE(372)] = 20404, + [SMALL_STATE(373)] = 20510, + [SMALL_STATE(374)] = 20604, + [SMALL_STATE(375)] = 20710, + [SMALL_STATE(376)] = 20816, + [SMALL_STATE(377)] = 20922, + [SMALL_STATE(378)] = 21028, + [SMALL_STATE(379)] = 21134, + [SMALL_STATE(380)] = 21240, + [SMALL_STATE(381)] = 21346, + [SMALL_STATE(382)] = 21452, + [SMALL_STATE(383)] = 21558, + [SMALL_STATE(384)] = 21664, + [SMALL_STATE(385)] = 21770, + [SMALL_STATE(386)] = 21876, + [SMALL_STATE(387)] = 21982, + [SMALL_STATE(388)] = 22088, + [SMALL_STATE(389)] = 22194, + [SMALL_STATE(390)] = 22300, + [SMALL_STATE(391)] = 22406, + [SMALL_STATE(392)] = 22512, + [SMALL_STATE(393)] = 22618, [SMALL_STATE(394)] = 22722, [SMALL_STATE(395)] = 22825, - [SMALL_STATE(396)] = 22926, - [SMALL_STATE(397)] = 23029, - [SMALL_STATE(398)] = 23132, - [SMALL_STATE(399)] = 23233, - [SMALL_STATE(400)] = 23336, - [SMALL_STATE(401)] = 23439, - [SMALL_STATE(402)] = 23540, - [SMALL_STATE(403)] = 23641, - [SMALL_STATE(404)] = 23744, - [SMALL_STATE(405)] = 23845, - [SMALL_STATE(406)] = 23948, - [SMALL_STATE(407)] = 24051, - [SMALL_STATE(408)] = 24154, - [SMALL_STATE(409)] = 24257, - [SMALL_STATE(410)] = 24360, - [SMALL_STATE(411)] = 24463, - [SMALL_STATE(412)] = 24556, - [SMALL_STATE(413)] = 24659, - [SMALL_STATE(414)] = 24762, - [SMALL_STATE(415)] = 24865, - [SMALL_STATE(416)] = 24968, - [SMALL_STATE(417)] = 25071, - [SMALL_STATE(418)] = 25174, - [SMALL_STATE(419)] = 25277, - [SMALL_STATE(420)] = 25378, - [SMALL_STATE(421)] = 25479, - [SMALL_STATE(422)] = 25580, - [SMALL_STATE(423)] = 25681, - [SMALL_STATE(424)] = 25782, - [SMALL_STATE(425)] = 25883, - [SMALL_STATE(426)] = 25976, + [SMALL_STATE(396)] = 22928, + [SMALL_STATE(397)] = 23021, + [SMALL_STATE(398)] = 23124, + [SMALL_STATE(399)] = 23227, + [SMALL_STATE(400)] = 23330, + [SMALL_STATE(401)] = 23433, + [SMALL_STATE(402)] = 23536, + [SMALL_STATE(403)] = 23639, + [SMALL_STATE(404)] = 23740, + [SMALL_STATE(405)] = 23833, + [SMALL_STATE(406)] = 23936, + [SMALL_STATE(407)] = 24039, + [SMALL_STATE(408)] = 24142, + [SMALL_STATE(409)] = 24245, + [SMALL_STATE(410)] = 24348, + [SMALL_STATE(411)] = 24451, + [SMALL_STATE(412)] = 24552, + [SMALL_STATE(413)] = 24645, + [SMALL_STATE(414)] = 24748, + [SMALL_STATE(415)] = 24851, + [SMALL_STATE(416)] = 24954, + [SMALL_STATE(417)] = 25057, + [SMALL_STATE(418)] = 25160, + [SMALL_STATE(419)] = 25263, + [SMALL_STATE(420)] = 25356, + [SMALL_STATE(421)] = 25457, + [SMALL_STATE(422)] = 25560, + [SMALL_STATE(423)] = 25663, + [SMALL_STATE(424)] = 25764, + [SMALL_STATE(425)] = 25867, + [SMALL_STATE(426)] = 25968, [SMALL_STATE(427)] = 26069, - [SMALL_STATE(428)] = 26164, - [SMALL_STATE(429)] = 26267, - [SMALL_STATE(430)] = 26370, - [SMALL_STATE(431)] = 26471, - [SMALL_STATE(432)] = 26572, - [SMALL_STATE(433)] = 26675, - [SMALL_STATE(434)] = 26768, - [SMALL_STATE(435)] = 26871, - [SMALL_STATE(436)] = 26974, - [SMALL_STATE(437)] = 27077, - [SMALL_STATE(438)] = 27180, - [SMALL_STATE(439)] = 27283, - [SMALL_STATE(440)] = 27386, - [SMALL_STATE(441)] = 27489, - [SMALL_STATE(442)] = 27592, - [SMALL_STATE(443)] = 27695, - [SMALL_STATE(444)] = 27798, - [SMALL_STATE(445)] = 27901, + [SMALL_STATE(428)] = 26170, + [SMALL_STATE(429)] = 26271, + [SMALL_STATE(430)] = 26374, + [SMALL_STATE(431)] = 26475, + [SMALL_STATE(432)] = 26576, + [SMALL_STATE(433)] = 26677, + [SMALL_STATE(434)] = 26780, + [SMALL_STATE(435)] = 26881, + [SMALL_STATE(436)] = 26984, + [SMALL_STATE(437)] = 27087, + [SMALL_STATE(438)] = 27190, + [SMALL_STATE(439)] = 27291, + [SMALL_STATE(440)] = 27394, + [SMALL_STATE(441)] = 27497, + [SMALL_STATE(442)] = 27600, + [SMALL_STATE(443)] = 27703, + [SMALL_STATE(444)] = 27806, + [SMALL_STATE(445)] = 27909, [SMALL_STATE(446)] = 28004, [SMALL_STATE(447)] = 28104, [SMALL_STATE(448)] = 28204, @@ -119279,118 +119270,118 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(463)] = 29698, [SMALL_STATE(464)] = 29795, [SMALL_STATE(465)] = 29892, - [SMALL_STATE(466)] = 29989, - [SMALL_STATE(467)] = 30086, - [SMALL_STATE(468)] = 30183, - [SMALL_STATE(469)] = 30280, - [SMALL_STATE(470)] = 30377, - [SMALL_STATE(471)] = 30474, - [SMALL_STATE(472)] = 30571, - [SMALL_STATE(473)] = 30670, - [SMALL_STATE(474)] = 30767, - [SMALL_STATE(475)] = 30864, - [SMALL_STATE(476)] = 30961, - [SMALL_STATE(477)] = 31058, - [SMALL_STATE(478)] = 31155, - [SMALL_STATE(479)] = 31252, - [SMALL_STATE(480)] = 31349, - [SMALL_STATE(481)] = 31446, - [SMALL_STATE(482)] = 31543, - [SMALL_STATE(483)] = 31640, - [SMALL_STATE(484)] = 31737, - [SMALL_STATE(485)] = 31834, - [SMALL_STATE(486)] = 31931, - [SMALL_STATE(487)] = 32028, - [SMALL_STATE(488)] = 32125, - [SMALL_STATE(489)] = 32222, - [SMALL_STATE(490)] = 32319, - [SMALL_STATE(491)] = 32416, - [SMALL_STATE(492)] = 32513, - [SMALL_STATE(493)] = 32612, - [SMALL_STATE(494)] = 32709, - [SMALL_STATE(495)] = 32806, - [SMALL_STATE(496)] = 32903, - [SMALL_STATE(497)] = 33000, - [SMALL_STATE(498)] = 33097, - [SMALL_STATE(499)] = 33194, - [SMALL_STATE(500)] = 33291, - [SMALL_STATE(501)] = 33388, - [SMALL_STATE(502)] = 33485, - [SMALL_STATE(503)] = 33582, - [SMALL_STATE(504)] = 33679, - [SMALL_STATE(505)] = 33776, - [SMALL_STATE(506)] = 33873, - [SMALL_STATE(507)] = 33970, - [SMALL_STATE(508)] = 34067, - [SMALL_STATE(509)] = 34164, - [SMALL_STATE(510)] = 34261, - [SMALL_STATE(511)] = 34358, - [SMALL_STATE(512)] = 34457, - [SMALL_STATE(513)] = 34554, - [SMALL_STATE(514)] = 34651, - [SMALL_STATE(515)] = 34748, - [SMALL_STATE(516)] = 34845, - [SMALL_STATE(517)] = 34942, - [SMALL_STATE(518)] = 35039, - [SMALL_STATE(519)] = 35136, - [SMALL_STATE(520)] = 35233, - [SMALL_STATE(521)] = 35332, - [SMALL_STATE(522)] = 35429, - [SMALL_STATE(523)] = 35526, - [SMALL_STATE(524)] = 35623, - [SMALL_STATE(525)] = 35722, - [SMALL_STATE(526)] = 35819, - [SMALL_STATE(527)] = 35916, - [SMALL_STATE(528)] = 36013, - [SMALL_STATE(529)] = 36110, - [SMALL_STATE(530)] = 36211, - [SMALL_STATE(531)] = 36308, - [SMALL_STATE(532)] = 36383, - [SMALL_STATE(533)] = 36480, - [SMALL_STATE(534)] = 36577, - [SMALL_STATE(535)] = 36674, - [SMALL_STATE(536)] = 36771, - [SMALL_STATE(537)] = 36868, - [SMALL_STATE(538)] = 36965, - [SMALL_STATE(539)] = 37062, - [SMALL_STATE(540)] = 37139, - [SMALL_STATE(541)] = 37236, - [SMALL_STATE(542)] = 37333, - [SMALL_STATE(543)] = 37432, - [SMALL_STATE(544)] = 37529, - [SMALL_STATE(545)] = 37626, - [SMALL_STATE(546)] = 37723, - [SMALL_STATE(547)] = 37820, - [SMALL_STATE(548)] = 37917, - [SMALL_STATE(549)] = 38014, - [SMALL_STATE(550)] = 38111, - [SMALL_STATE(551)] = 38208, - [SMALL_STATE(552)] = 38305, - [SMALL_STATE(553)] = 38402, - [SMALL_STATE(554)] = 38499, - [SMALL_STATE(555)] = 38596, - [SMALL_STATE(556)] = 38693, - [SMALL_STATE(557)] = 38790, - [SMALL_STATE(558)] = 38887, - [SMALL_STATE(559)] = 38984, - [SMALL_STATE(560)] = 39081, - [SMALL_STATE(561)] = 39178, - [SMALL_STATE(562)] = 39275, - [SMALL_STATE(563)] = 39372, - [SMALL_STATE(564)] = 39469, - [SMALL_STATE(565)] = 39566, - [SMALL_STATE(566)] = 39663, - [SMALL_STATE(567)] = 39760, - [SMALL_STATE(568)] = 39857, - [SMALL_STATE(569)] = 39954, - [SMALL_STATE(570)] = 40029, - [SMALL_STATE(571)] = 40126, - [SMALL_STATE(572)] = 40223, - [SMALL_STATE(573)] = 40320, - [SMALL_STATE(574)] = 40417, - [SMALL_STATE(575)] = 40514, - [SMALL_STATE(576)] = 40611, - [SMALL_STATE(577)] = 40708, + [SMALL_STATE(466)] = 29967, + [SMALL_STATE(467)] = 30064, + [SMALL_STATE(468)] = 30161, + [SMALL_STATE(469)] = 30258, + [SMALL_STATE(470)] = 30355, + [SMALL_STATE(471)] = 30452, + [SMALL_STATE(472)] = 30549, + [SMALL_STATE(473)] = 30646, + [SMALL_STATE(474)] = 30743, + [SMALL_STATE(475)] = 30840, + [SMALL_STATE(476)] = 30937, + [SMALL_STATE(477)] = 31034, + [SMALL_STATE(478)] = 31131, + [SMALL_STATE(479)] = 31228, + [SMALL_STATE(480)] = 31325, + [SMALL_STATE(481)] = 31422, + [SMALL_STATE(482)] = 31519, + [SMALL_STATE(483)] = 31616, + [SMALL_STATE(484)] = 31713, + [SMALL_STATE(485)] = 31810, + [SMALL_STATE(486)] = 31907, + [SMALL_STATE(487)] = 32004, + [SMALL_STATE(488)] = 32101, + [SMALL_STATE(489)] = 32198, + [SMALL_STATE(490)] = 32295, + [SMALL_STATE(491)] = 32392, + [SMALL_STATE(492)] = 32489, + [SMALL_STATE(493)] = 32586, + [SMALL_STATE(494)] = 32683, + [SMALL_STATE(495)] = 32784, + [SMALL_STATE(496)] = 32881, + [SMALL_STATE(497)] = 32978, + [SMALL_STATE(498)] = 33075, + [SMALL_STATE(499)] = 33172, + [SMALL_STATE(500)] = 33271, + [SMALL_STATE(501)] = 33368, + [SMALL_STATE(502)] = 33445, + [SMALL_STATE(503)] = 33542, + [SMALL_STATE(504)] = 33639, + [SMALL_STATE(505)] = 33736, + [SMALL_STATE(506)] = 33833, + [SMALL_STATE(507)] = 33930, + [SMALL_STATE(508)] = 34027, + [SMALL_STATE(509)] = 34124, + [SMALL_STATE(510)] = 34221, + [SMALL_STATE(511)] = 34318, + [SMALL_STATE(512)] = 34415, + [SMALL_STATE(513)] = 34512, + [SMALL_STATE(514)] = 34609, + [SMALL_STATE(515)] = 34706, + [SMALL_STATE(516)] = 34803, + [SMALL_STATE(517)] = 34900, + [SMALL_STATE(518)] = 34997, + [SMALL_STATE(519)] = 35094, + [SMALL_STATE(520)] = 35191, + [SMALL_STATE(521)] = 35288, + [SMALL_STATE(522)] = 35385, + [SMALL_STATE(523)] = 35482, + [SMALL_STATE(524)] = 35581, + [SMALL_STATE(525)] = 35678, + [SMALL_STATE(526)] = 35775, + [SMALL_STATE(527)] = 35872, + [SMALL_STATE(528)] = 35969, + [SMALL_STATE(529)] = 36066, + [SMALL_STATE(530)] = 36163, + [SMALL_STATE(531)] = 36260, + [SMALL_STATE(532)] = 36335, + [SMALL_STATE(533)] = 36432, + [SMALL_STATE(534)] = 36529, + [SMALL_STATE(535)] = 36626, + [SMALL_STATE(536)] = 36723, + [SMALL_STATE(537)] = 36820, + [SMALL_STATE(538)] = 36917, + [SMALL_STATE(539)] = 37014, + [SMALL_STATE(540)] = 37113, + [SMALL_STATE(541)] = 37212, + [SMALL_STATE(542)] = 37309, + [SMALL_STATE(543)] = 37406, + [SMALL_STATE(544)] = 37503, + [SMALL_STATE(545)] = 37600, + [SMALL_STATE(546)] = 37697, + [SMALL_STATE(547)] = 37796, + [SMALL_STATE(548)] = 37893, + [SMALL_STATE(549)] = 37990, + [SMALL_STATE(550)] = 38087, + [SMALL_STATE(551)] = 38184, + [SMALL_STATE(552)] = 38281, + [SMALL_STATE(553)] = 38378, + [SMALL_STATE(554)] = 38475, + [SMALL_STATE(555)] = 38572, + [SMALL_STATE(556)] = 38669, + [SMALL_STATE(557)] = 38766, + [SMALL_STATE(558)] = 38863, + [SMALL_STATE(559)] = 38960, + [SMALL_STATE(560)] = 39057, + [SMALL_STATE(561)] = 39154, + [SMALL_STATE(562)] = 39251, + [SMALL_STATE(563)] = 39348, + [SMALL_STATE(564)] = 39445, + [SMALL_STATE(565)] = 39542, + [SMALL_STATE(566)] = 39639, + [SMALL_STATE(567)] = 39736, + [SMALL_STATE(568)] = 39833, + [SMALL_STATE(569)] = 39930, + [SMALL_STATE(570)] = 40027, + [SMALL_STATE(571)] = 40124, + [SMALL_STATE(572)] = 40221, + [SMALL_STATE(573)] = 40318, + [SMALL_STATE(574)] = 40415, + [SMALL_STATE(575)] = 40512, + [SMALL_STATE(576)] = 40609, + [SMALL_STATE(577)] = 40706, [SMALL_STATE(578)] = 40805, [SMALL_STATE(579)] = 40902, [SMALL_STATE(580)] = 40999, @@ -119409,40 +119400,40 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(593)] = 42063, [SMALL_STATE(594)] = 42135, [SMALL_STATE(595)] = 42208, - [SMALL_STATE(596)] = 42276, + [SMALL_STATE(596)] = 42274, [SMALL_STATE(597)] = 42342, - [SMALL_STATE(598)] = 42404, - [SMALL_STATE(599)] = 42472, - [SMALL_STATE(600)] = 42540, - [SMALL_STATE(601)] = 42608, + [SMALL_STATE(598)] = 42410, + [SMALL_STATE(599)] = 42478, + [SMALL_STATE(600)] = 42546, + [SMALL_STATE(601)] = 42614, [SMALL_STATE(602)] = 42676, - [SMALL_STATE(603)] = 42742, - [SMALL_STATE(604)] = 42810, - [SMALL_STATE(605)] = 42872, - [SMALL_STATE(606)] = 42940, - [SMALL_STATE(607)] = 43008, - [SMALL_STATE(608)] = 43076, - [SMALL_STATE(609)] = 43144, - [SMALL_STATE(610)] = 43206, + [SMALL_STATE(603)] = 42738, + [SMALL_STATE(604)] = 42806, + [SMALL_STATE(605)] = 42874, + [SMALL_STATE(606)] = 42936, + [SMALL_STATE(607)] = 42998, + [SMALL_STATE(608)] = 43064, + [SMALL_STATE(609)] = 43132, + [SMALL_STATE(610)] = 43200, [SMALL_STATE(611)] = 43268, - [SMALL_STATE(612)] = 43331, - [SMALL_STATE(613)] = 43394, - [SMALL_STATE(614)] = 43457, - [SMALL_STATE(615)] = 43520, - [SMALL_STATE(616)] = 43577, - [SMALL_STATE(617)] = 43634, - [SMALL_STATE(618)] = 43691, - [SMALL_STATE(619)] = 43754, - [SMALL_STATE(620)] = 43819, - [SMALL_STATE(621)] = 43882, - [SMALL_STATE(622)] = 43943, - [SMALL_STATE(623)] = 44000, - [SMALL_STATE(624)] = 44057, - [SMALL_STATE(625)] = 44120, - [SMALL_STATE(626)] = 44211, - [SMALL_STATE(627)] = 44268, - [SMALL_STATE(628)] = 44331, - [SMALL_STATE(629)] = 44422, + [SMALL_STATE(612)] = 43325, + [SMALL_STATE(613)] = 43388, + [SMALL_STATE(614)] = 43445, + [SMALL_STATE(615)] = 43506, + [SMALL_STATE(616)] = 43563, + [SMALL_STATE(617)] = 43626, + [SMALL_STATE(618)] = 43689, + [SMALL_STATE(619)] = 43746, + [SMALL_STATE(620)] = 43809, + [SMALL_STATE(621)] = 43872, + [SMALL_STATE(622)] = 43935, + [SMALL_STATE(623)] = 43998, + [SMALL_STATE(624)] = 44089, + [SMALL_STATE(625)] = 44154, + [SMALL_STATE(626)] = 44245, + [SMALL_STATE(627)] = 44302, + [SMALL_STATE(628)] = 44365, + [SMALL_STATE(629)] = 44426, [SMALL_STATE(630)] = 44483, [SMALL_STATE(631)] = 44540, [SMALL_STATE(632)] = 44596, @@ -119498,44 +119489,44 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(682)] = 47399, [SMALL_STATE(683)] = 47458, [SMALL_STATE(684)] = 47513, - [SMALL_STATE(685)] = 47572, - [SMALL_STATE(686)] = 47631, - [SMALL_STATE(687)] = 47690, - [SMALL_STATE(688)] = 47781, - [SMALL_STATE(689)] = 47840, - [SMALL_STATE(690)] = 47931, - [SMALL_STATE(691)] = 47990, - [SMALL_STATE(692)] = 48045, - [SMALL_STATE(693)] = 48104, - [SMALL_STATE(694)] = 48163, - [SMALL_STATE(695)] = 48222, - [SMALL_STATE(696)] = 48281, - [SMALL_STATE(697)] = 48340, - [SMALL_STATE(698)] = 48395, - [SMALL_STATE(699)] = 48454, - [SMALL_STATE(700)] = 48509, - [SMALL_STATE(701)] = 48568, - [SMALL_STATE(702)] = 48623, + [SMALL_STATE(685)] = 47604, + [SMALL_STATE(686)] = 47659, + [SMALL_STATE(687)] = 47718, + [SMALL_STATE(688)] = 47773, + [SMALL_STATE(689)] = 47828, + [SMALL_STATE(690)] = 47883, + [SMALL_STATE(691)] = 47942, + [SMALL_STATE(692)] = 47997, + [SMALL_STATE(693)] = 48056, + [SMALL_STATE(694)] = 48115, + [SMALL_STATE(695)] = 48174, + [SMALL_STATE(696)] = 48233, + [SMALL_STATE(697)] = 48292, + [SMALL_STATE(698)] = 48383, + [SMALL_STATE(699)] = 48442, + [SMALL_STATE(700)] = 48501, + [SMALL_STATE(701)] = 48560, + [SMALL_STATE(702)] = 48619, [SMALL_STATE(703)] = 48678, [SMALL_STATE(704)] = 48737, [SMALL_STATE(705)] = 48796, [SMALL_STATE(706)] = 48884, - [SMALL_STATE(707)] = 48972, - [SMALL_STATE(708)] = 49026, - [SMALL_STATE(709)] = 49114, - [SMALL_STATE(710)] = 49202, - [SMALL_STATE(711)] = 49290, - [SMALL_STATE(712)] = 49344, - [SMALL_STATE(713)] = 49432, - [SMALL_STATE(714)] = 49520, - [SMALL_STATE(715)] = 49608, - [SMALL_STATE(716)] = 49696, - [SMALL_STATE(717)] = 49784, - [SMALL_STATE(718)] = 49872, + [SMALL_STATE(707)] = 48938, + [SMALL_STATE(708)] = 48992, + [SMALL_STATE(709)] = 49080, + [SMALL_STATE(710)] = 49168, + [SMALL_STATE(711)] = 49222, + [SMALL_STATE(712)] = 49310, + [SMALL_STATE(713)] = 49398, + [SMALL_STATE(714)] = 49486, + [SMALL_STATE(715)] = 49574, + [SMALL_STATE(716)] = 49662, + [SMALL_STATE(717)] = 49750, + [SMALL_STATE(718)] = 49838, [SMALL_STATE(719)] = 49926, - [SMALL_STATE(720)] = 49980, - [SMALL_STATE(721)] = 50068, - [SMALL_STATE(722)] = 50156, + [SMALL_STATE(720)] = 50014, + [SMALL_STATE(721)] = 50102, + [SMALL_STATE(722)] = 50190, [SMALL_STATE(723)] = 50244, [SMALL_STATE(724)] = 50332, [SMALL_STATE(725)] = 50420, @@ -119543,9 +119534,9 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(727)] = 50526, [SMALL_STATE(728)] = 50579, [SMALL_STATE(729)] = 50632, - [SMALL_STATE(730)] = 50685, - [SMALL_STATE(731)] = 50738, - [SMALL_STATE(732)] = 50791, + [SMALL_STATE(730)] = 50717, + [SMALL_STATE(731)] = 50770, + [SMALL_STATE(732)] = 50823, [SMALL_STATE(733)] = 50876, [SMALL_STATE(734)] = 50929, [SMALL_STATE(735)] = 50982, @@ -119566,11 +119557,11 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(750)] = 51777, [SMALL_STATE(751)] = 51830, [SMALL_STATE(752)] = 51883, - [SMALL_STATE(753)] = 51968, - [SMALL_STATE(754)] = 52021, - [SMALL_STATE(755)] = 52074, - [SMALL_STATE(756)] = 52127, - [SMALL_STATE(757)] = 52180, + [SMALL_STATE(753)] = 51936, + [SMALL_STATE(754)] = 51989, + [SMALL_STATE(755)] = 52042, + [SMALL_STATE(756)] = 52095, + [SMALL_STATE(757)] = 52148, [SMALL_STATE(758)] = 52233, [SMALL_STATE(759)] = 52286, [SMALL_STATE(760)] = 52339, @@ -119579,52 +119570,52 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(763)] = 52498, [SMALL_STATE(764)] = 52551, [SMALL_STATE(765)] = 52604, - [SMALL_STATE(766)] = 52657, - [SMALL_STATE(767)] = 52710, + [SMALL_STATE(766)] = 52689, + [SMALL_STATE(767)] = 52742, [SMALL_STATE(768)] = 52795, - [SMALL_STATE(769)] = 52880, - [SMALL_STATE(770)] = 52933, - [SMALL_STATE(771)] = 52986, - [SMALL_STATE(772)] = 53039, - [SMALL_STATE(773)] = 53092, - [SMALL_STATE(774)] = 53145, - [SMALL_STATE(775)] = 53198, - [SMALL_STATE(776)] = 53251, - [SMALL_STATE(777)] = 53304, + [SMALL_STATE(769)] = 52848, + [SMALL_STATE(770)] = 52901, + [SMALL_STATE(771)] = 52954, + [SMALL_STATE(772)] = 53007, + [SMALL_STATE(773)] = 53060, + [SMALL_STATE(774)] = 53113, + [SMALL_STATE(775)] = 53166, + [SMALL_STATE(776)] = 53219, + [SMALL_STATE(777)] = 53272, [SMALL_STATE(778)] = 53357, [SMALL_STATE(779)] = 53410, [SMALL_STATE(780)] = 53463, [SMALL_STATE(781)] = 53516, [SMALL_STATE(782)] = 53569, - [SMALL_STATE(783)] = 53654, - [SMALL_STATE(784)] = 53707, - [SMALL_STATE(785)] = 53760, - [SMALL_STATE(786)] = 53813, - [SMALL_STATE(787)] = 53866, - [SMALL_STATE(788)] = 53919, - [SMALL_STATE(789)] = 53972, - [SMALL_STATE(790)] = 54025, - [SMALL_STATE(791)] = 54078, - [SMALL_STATE(792)] = 54131, - [SMALL_STATE(793)] = 54184, - [SMALL_STATE(794)] = 54237, - [SMALL_STATE(795)] = 54290, - [SMALL_STATE(796)] = 54343, - [SMALL_STATE(797)] = 54396, - [SMALL_STATE(798)] = 54481, - [SMALL_STATE(799)] = 54534, - [SMALL_STATE(800)] = 54587, - [SMALL_STATE(801)] = 54640, - [SMALL_STATE(802)] = 54693, - [SMALL_STATE(803)] = 54746, - [SMALL_STATE(804)] = 54799, - [SMALL_STATE(805)] = 54852, - [SMALL_STATE(806)] = 54905, - [SMALL_STATE(807)] = 54958, - [SMALL_STATE(808)] = 55011, - [SMALL_STATE(809)] = 55064, - [SMALL_STATE(810)] = 55117, - [SMALL_STATE(811)] = 55170, + [SMALL_STATE(783)] = 53622, + [SMALL_STATE(784)] = 53675, + [SMALL_STATE(785)] = 53728, + [SMALL_STATE(786)] = 53781, + [SMALL_STATE(787)] = 53834, + [SMALL_STATE(788)] = 53887, + [SMALL_STATE(789)] = 53940, + [SMALL_STATE(790)] = 53993, + [SMALL_STATE(791)] = 54046, + [SMALL_STATE(792)] = 54099, + [SMALL_STATE(793)] = 54152, + [SMALL_STATE(794)] = 54205, + [SMALL_STATE(795)] = 54258, + [SMALL_STATE(796)] = 54311, + [SMALL_STATE(797)] = 54364, + [SMALL_STATE(798)] = 54417, + [SMALL_STATE(799)] = 54502, + [SMALL_STATE(800)] = 54555, + [SMALL_STATE(801)] = 54608, + [SMALL_STATE(802)] = 54661, + [SMALL_STATE(803)] = 54714, + [SMALL_STATE(804)] = 54767, + [SMALL_STATE(805)] = 54820, + [SMALL_STATE(806)] = 54873, + [SMALL_STATE(807)] = 54926, + [SMALL_STATE(808)] = 54979, + [SMALL_STATE(809)] = 55032, + [SMALL_STATE(810)] = 55085, + [SMALL_STATE(811)] = 55138, [SMALL_STATE(812)] = 55223, [SMALL_STATE(813)] = 55276, [SMALL_STATE(814)] = 55329, @@ -119672,84 +119663,84 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(856)] = 57910, [SMALL_STATE(857)] = 57984, [SMALL_STATE(858)] = 58058, - [SMALL_STATE(859)] = 58132, - [SMALL_STATE(860)] = 58206, - [SMALL_STATE(861)] = 58284, - [SMALL_STATE(862)] = 58358, - [SMALL_STATE(863)] = 58432, - [SMALL_STATE(864)] = 58506, - [SMALL_STATE(865)] = 58580, - [SMALL_STATE(866)] = 58654, - [SMALL_STATE(867)] = 58728, - [SMALL_STATE(868)] = 58802, - [SMALL_STATE(869)] = 58876, - [SMALL_STATE(870)] = 58950, - [SMALL_STATE(871)] = 59024, - [SMALL_STATE(872)] = 59098, - [SMALL_STATE(873)] = 59172, - [SMALL_STATE(874)] = 59246, - [SMALL_STATE(875)] = 59320, - [SMALL_STATE(876)] = 59398, - [SMALL_STATE(877)] = 59472, - [SMALL_STATE(878)] = 59546, - [SMALL_STATE(879)] = 59626, - [SMALL_STATE(880)] = 59704, - [SMALL_STATE(881)] = 59778, - [SMALL_STATE(882)] = 59858, - [SMALL_STATE(883)] = 59932, - [SMALL_STATE(884)] = 60006, - [SMALL_STATE(885)] = 60080, - [SMALL_STATE(886)] = 60154, - [SMALL_STATE(887)] = 60228, - [SMALL_STATE(888)] = 60302, - [SMALL_STATE(889)] = 60376, - [SMALL_STATE(890)] = 60450, - [SMALL_STATE(891)] = 60524, - [SMALL_STATE(892)] = 60602, - [SMALL_STATE(893)] = 60676, - [SMALL_STATE(894)] = 60756, + [SMALL_STATE(859)] = 58136, + [SMALL_STATE(860)] = 58214, + [SMALL_STATE(861)] = 58288, + [SMALL_STATE(862)] = 58366, + [SMALL_STATE(863)] = 58440, + [SMALL_STATE(864)] = 58520, + [SMALL_STATE(865)] = 58594, + [SMALL_STATE(866)] = 58668, + [SMALL_STATE(867)] = 58742, + [SMALL_STATE(868)] = 58816, + [SMALL_STATE(869)] = 58890, + [SMALL_STATE(870)] = 58964, + [SMALL_STATE(871)] = 59038, + [SMALL_STATE(872)] = 59112, + [SMALL_STATE(873)] = 59186, + [SMALL_STATE(874)] = 59260, + [SMALL_STATE(875)] = 59338, + [SMALL_STATE(876)] = 59412, + [SMALL_STATE(877)] = 59486, + [SMALL_STATE(878)] = 59560, + [SMALL_STATE(879)] = 59640, + [SMALL_STATE(880)] = 59714, + [SMALL_STATE(881)] = 59788, + [SMALL_STATE(882)] = 59862, + [SMALL_STATE(883)] = 59936, + [SMALL_STATE(884)] = 60010, + [SMALL_STATE(885)] = 60084, + [SMALL_STATE(886)] = 60158, + [SMALL_STATE(887)] = 60238, + [SMALL_STATE(888)] = 60312, + [SMALL_STATE(889)] = 60386, + [SMALL_STATE(890)] = 60464, + [SMALL_STATE(891)] = 60538, + [SMALL_STATE(892)] = 60612, + [SMALL_STATE(893)] = 60686, + [SMALL_STATE(894)] = 60760, [SMALL_STATE(895)] = 60834, [SMALL_STATE(896)] = 60908, - [SMALL_STATE(897)] = 60988, - [SMALL_STATE(898)] = 61062, - [SMALL_STATE(899)] = 61142, - [SMALL_STATE(900)] = 61216, - [SMALL_STATE(901)] = 61290, - [SMALL_STATE(902)] = 61364, - [SMALL_STATE(903)] = 61438, - [SMALL_STATE(904)] = 61512, - [SMALL_STATE(905)] = 61586, - [SMALL_STATE(906)] = 61664, - [SMALL_STATE(907)] = 61738, - [SMALL_STATE(908)] = 61812, - [SMALL_STATE(909)] = 61886, + [SMALL_STATE(897)] = 60982, + [SMALL_STATE(898)] = 61056, + [SMALL_STATE(899)] = 61130, + [SMALL_STATE(900)] = 61210, + [SMALL_STATE(901)] = 61288, + [SMALL_STATE(902)] = 61362, + [SMALL_STATE(903)] = 61436, + [SMALL_STATE(904)] = 61510, + [SMALL_STATE(905)] = 61584, + [SMALL_STATE(906)] = 61662, + [SMALL_STATE(907)] = 61742, + [SMALL_STATE(908)] = 61816, + [SMALL_STATE(909)] = 61890, [SMALL_STATE(910)] = 61964, - [SMALL_STATE(911)] = 62038, + [SMALL_STATE(911)] = 62042, [SMALL_STATE(912)] = 62116, - [SMALL_STATE(913)] = 62194, - [SMALL_STATE(914)] = 62268, - [SMALL_STATE(915)] = 62342, - [SMALL_STATE(916)] = 62416, - [SMALL_STATE(917)] = 62490, - [SMALL_STATE(918)] = 62564, - [SMALL_STATE(919)] = 62638, - [SMALL_STATE(920)] = 62712, - [SMALL_STATE(921)] = 62786, - [SMALL_STATE(922)] = 62860, - [SMALL_STATE(923)] = 62938, - [SMALL_STATE(924)] = 63012, - [SMALL_STATE(925)] = 63086, - [SMALL_STATE(926)] = 63164, - [SMALL_STATE(927)] = 63238, - [SMALL_STATE(928)] = 63316, - [SMALL_STATE(929)] = 63402, - [SMALL_STATE(930)] = 63476, - [SMALL_STATE(931)] = 63550, - [SMALL_STATE(932)] = 63624, - [SMALL_STATE(933)] = 63698, - [SMALL_STATE(934)] = 63772, - [SMALL_STATE(935)] = 63846, - [SMALL_STATE(936)] = 63920, + [SMALL_STATE(913)] = 62190, + [SMALL_STATE(914)] = 62264, + [SMALL_STATE(915)] = 62338, + [SMALL_STATE(916)] = 62412, + [SMALL_STATE(917)] = 62486, + [SMALL_STATE(918)] = 62560, + [SMALL_STATE(919)] = 62634, + [SMALL_STATE(920)] = 62708, + [SMALL_STATE(921)] = 62782, + [SMALL_STATE(922)] = 62856, + [SMALL_STATE(923)] = 62934, + [SMALL_STATE(924)] = 63008, + [SMALL_STATE(925)] = 63082, + [SMALL_STATE(926)] = 63160, + [SMALL_STATE(927)] = 63234, + [SMALL_STATE(928)] = 63308, + [SMALL_STATE(929)] = 63386, + [SMALL_STATE(930)] = 63460, + [SMALL_STATE(931)] = 63538, + [SMALL_STATE(932)] = 63612, + [SMALL_STATE(933)] = 63686, + [SMALL_STATE(934)] = 63760, + [SMALL_STATE(935)] = 63834, + [SMALL_STATE(936)] = 63908, [SMALL_STATE(937)] = 63994, [SMALL_STATE(938)] = 64068, [SMALL_STATE(939)] = 64142, @@ -119763,410 +119754,410 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(947)] = 64779, [SMALL_STATE(948)] = 64831, [SMALL_STATE(949)] = 64915, - [SMALL_STATE(950)] = 64999, + [SMALL_STATE(950)] = 64967, [SMALL_STATE(951)] = 65051, [SMALL_STATE(952)] = 65103, - [SMALL_STATE(953)] = 65187, + [SMALL_STATE(953)] = 65185, [SMALL_STATE(954)] = 65269, - [SMALL_STATE(955)] = 65336, - [SMALL_STATE(956)] = 65387, - [SMALL_STATE(957)] = 65438, - [SMALL_STATE(958)] = 65489, - [SMALL_STATE(959)] = 65554, - [SMALL_STATE(960)] = 65611, - [SMALL_STATE(961)] = 65682, - [SMALL_STATE(962)] = 65733, - [SMALL_STATE(963)] = 65790, - [SMALL_STATE(964)] = 65871, - [SMALL_STATE(965)] = 65922, - [SMALL_STATE(966)] = 65973, - [SMALL_STATE(967)] = 66024, - [SMALL_STATE(968)] = 66085, - [SMALL_STATE(969)] = 66142, - [SMALL_STATE(970)] = 66193, - [SMALL_STATE(971)] = 66244, - [SMALL_STATE(972)] = 66313, - [SMALL_STATE(973)] = 66370, + [SMALL_STATE(955)] = 65326, + [SMALL_STATE(956)] = 65389, + [SMALL_STATE(957)] = 65454, + [SMALL_STATE(958)] = 65525, + [SMALL_STATE(959)] = 65582, + [SMALL_STATE(960)] = 65639, + [SMALL_STATE(961)] = 65690, + [SMALL_STATE(962)] = 65741, + [SMALL_STATE(963)] = 65792, + [SMALL_STATE(964)] = 65843, + [SMALL_STATE(965)] = 65900, + [SMALL_STATE(966)] = 65951, + [SMALL_STATE(967)] = 66002, + [SMALL_STATE(968)] = 66053, + [SMALL_STATE(969)] = 66114, + [SMALL_STATE(970)] = 66195, + [SMALL_STATE(971)] = 66246, + [SMALL_STATE(972)] = 66315, + [SMALL_STATE(973)] = 66382, [SMALL_STATE(974)] = 66433, - [SMALL_STATE(975)] = 66497, - [SMALL_STATE(976)] = 66553, - [SMALL_STATE(977)] = 66603, - [SMALL_STATE(978)] = 66655, - [SMALL_STATE(979)] = 66711, - [SMALL_STATE(980)] = 66757, - [SMALL_STATE(981)] = 66805, - [SMALL_STATE(982)] = 66855, - [SMALL_STATE(983)] = 66911, - [SMALL_STATE(984)] = 66961, - [SMALL_STATE(985)] = 67023, - [SMALL_STATE(986)] = 67093, - [SMALL_STATE(987)] = 67149, - [SMALL_STATE(988)] = 67209, - [SMALL_STATE(989)] = 67277, - [SMALL_STATE(990)] = 67343, - [SMALL_STATE(991)] = 67407, - [SMALL_STATE(992)] = 67453, - [SMALL_STATE(993)] = 67533, - [SMALL_STATE(994)] = 67589, - [SMALL_STATE(995)] = 67637, - [SMALL_STATE(996)] = 67693, - [SMALL_STATE(997)] = 67743, - [SMALL_STATE(998)] = 67799, - [SMALL_STATE(999)] = 67845, - [SMALL_STATE(1000)] = 67891, - [SMALL_STATE(1001)] = 67941, - [SMALL_STATE(1002)] = 67987, - [SMALL_STATE(1003)] = 68043, - [SMALL_STATE(1004)] = 68105, - [SMALL_STATE(1005)] = 68175, - [SMALL_STATE(1006)] = 68221, - [SMALL_STATE(1007)] = 68271, - [SMALL_STATE(1008)] = 68327, - [SMALL_STATE(1009)] = 68387, - [SMALL_STATE(1010)] = 68455, - [SMALL_STATE(1011)] = 68501, - [SMALL_STATE(1012)] = 68557, - [SMALL_STATE(1013)] = 68637, - [SMALL_STATE(1014)] = 68699, - [SMALL_STATE(1015)] = 68769, - [SMALL_STATE(1016)] = 68825, - [SMALL_STATE(1017)] = 68875, - [SMALL_STATE(1018)] = 68941, - [SMALL_STATE(1019)] = 69005, - [SMALL_STATE(1020)] = 69085, - [SMALL_STATE(1021)] = 69145, - [SMALL_STATE(1022)] = 69195, - [SMALL_STATE(1023)] = 69263, - [SMALL_STATE(1024)] = 69329, - [SMALL_STATE(1025)] = 69379, - [SMALL_STATE(1026)] = 69435, + [SMALL_STATE(975)] = 66479, + [SMALL_STATE(976)] = 66529, + [SMALL_STATE(977)] = 66579, + [SMALL_STATE(978)] = 66659, + [SMALL_STATE(979)] = 66709, + [SMALL_STATE(980)] = 66765, + [SMALL_STATE(981)] = 66821, + [SMALL_STATE(982)] = 66873, + [SMALL_STATE(983)] = 66929, + [SMALL_STATE(984)] = 66977, + [SMALL_STATE(985)] = 67027, + [SMALL_STATE(986)] = 67083, + [SMALL_STATE(987)] = 67133, + [SMALL_STATE(988)] = 67181, + [SMALL_STATE(989)] = 67237, + [SMALL_STATE(990)] = 67299, + [SMALL_STATE(991)] = 67369, + [SMALL_STATE(992)] = 67425, + [SMALL_STATE(993)] = 67485, + [SMALL_STATE(994)] = 67553, + [SMALL_STATE(995)] = 67619, + [SMALL_STATE(996)] = 67683, + [SMALL_STATE(997)] = 67739, + [SMALL_STATE(998)] = 67795, + [SMALL_STATE(999)] = 67859, + [SMALL_STATE(1000)] = 67915, + [SMALL_STATE(1001)] = 67977, + [SMALL_STATE(1002)] = 68047, + [SMALL_STATE(1003)] = 68093, + [SMALL_STATE(1004)] = 68149, + [SMALL_STATE(1005)] = 68211, + [SMALL_STATE(1006)] = 68281, + [SMALL_STATE(1007)] = 68337, + [SMALL_STATE(1008)] = 68397, + [SMALL_STATE(1009)] = 68465, + [SMALL_STATE(1010)] = 68531, + [SMALL_STATE(1011)] = 68595, + [SMALL_STATE(1012)] = 68651, + [SMALL_STATE(1013)] = 68701, + [SMALL_STATE(1014)] = 68761, + [SMALL_STATE(1015)] = 68807, + [SMALL_STATE(1016)] = 68853, + [SMALL_STATE(1017)] = 68899, + [SMALL_STATE(1018)] = 68945, + [SMALL_STATE(1019)] = 68991, + [SMALL_STATE(1020)] = 69037, + [SMALL_STATE(1021)] = 69117, + [SMALL_STATE(1022)] = 69167, + [SMALL_STATE(1023)] = 69217, + [SMALL_STATE(1024)] = 69297, + [SMALL_STATE(1025)] = 69365, + [SMALL_STATE(1026)] = 69415, [SMALL_STATE(1027)] = 69481, [SMALL_STATE(1028)] = 69527, - [SMALL_STATE(1029)] = 69578, - [SMALL_STATE(1030)] = 69647, - [SMALL_STATE(1031)] = 69696, - [SMALL_STATE(1032)] = 69749, - [SMALL_STATE(1033)] = 69794, - [SMALL_STATE(1034)] = 69839, - [SMALL_STATE(1035)] = 69888, - [SMALL_STATE(1036)] = 69935, - [SMALL_STATE(1037)] = 69982, - [SMALL_STATE(1038)] = 70027, - [SMALL_STATE(1039)] = 70082, - [SMALL_STATE(1040)] = 70127, - [SMALL_STATE(1041)] = 70172, - [SMALL_STATE(1042)] = 70217, - [SMALL_STATE(1043)] = 70266, - [SMALL_STATE(1044)] = 70311, - [SMALL_STATE(1045)] = 70358, - [SMALL_STATE(1046)] = 70405, - [SMALL_STATE(1047)] = 70464, - [SMALL_STATE(1048)] = 70509, - [SMALL_STATE(1049)] = 70572, - [SMALL_STATE(1050)] = 70617, - [SMALL_STATE(1051)] = 70662, - [SMALL_STATE(1052)] = 70707, - [SMALL_STATE(1053)] = 70752, - [SMALL_STATE(1054)] = 70813, - [SMALL_STATE(1055)] = 70858, - [SMALL_STATE(1056)] = 70909, - [SMALL_STATE(1057)] = 70978, - [SMALL_STATE(1058)] = 71033, - [SMALL_STATE(1059)] = 71088, - [SMALL_STATE(1060)] = 71133, - [SMALL_STATE(1061)] = 71178, - [SMALL_STATE(1062)] = 71233, - [SMALL_STATE(1063)] = 71292, - [SMALL_STATE(1064)] = 71337, - [SMALL_STATE(1065)] = 71404, - [SMALL_STATE(1066)] = 71449, - [SMALL_STATE(1067)] = 71514, - [SMALL_STATE(1068)] = 71563, - [SMALL_STATE(1069)] = 71612, - [SMALL_STATE(1070)] = 71661, - [SMALL_STATE(1071)] = 71724, - [SMALL_STATE(1072)] = 71771, - [SMALL_STATE(1073)] = 71816, - [SMALL_STATE(1074)] = 71861, - [SMALL_STATE(1075)] = 71908, - [SMALL_STATE(1076)] = 71957, - [SMALL_STATE(1077)] = 72012, - [SMALL_STATE(1078)] = 72067, - [SMALL_STATE(1079)] = 72112, - [SMALL_STATE(1080)] = 72167, - [SMALL_STATE(1081)] = 72212, - [SMALL_STATE(1082)] = 72257, - [SMALL_STATE(1083)] = 72302, - [SMALL_STATE(1084)] = 72363, - [SMALL_STATE(1085)] = 72432, - [SMALL_STATE(1086)] = 72477, - [SMALL_STATE(1087)] = 72532, - [SMALL_STATE(1088)] = 72587, - [SMALL_STATE(1089)] = 72636, - [SMALL_STATE(1090)] = 72695, - [SMALL_STATE(1091)] = 72762, - [SMALL_STATE(1092)] = 72827, - [SMALL_STATE(1093)] = 72890, - [SMALL_STATE(1094)] = 72957, - [SMALL_STATE(1095)] = 73002, - [SMALL_STATE(1096)] = 73051, - [SMALL_STATE(1097)] = 73096, - [SMALL_STATE(1098)] = 73141, - [SMALL_STATE(1099)] = 73186, - [SMALL_STATE(1100)] = 73237, - [SMALL_STATE(1101)] = 73292, - [SMALL_STATE(1102)] = 73343, - [SMALL_STATE(1103)] = 73408, - [SMALL_STATE(1104)] = 73459, - [SMALL_STATE(1105)] = 73504, - [SMALL_STATE(1106)] = 73549, - [SMALL_STATE(1107)] = 73594, - [SMALL_STATE(1108)] = 73639, - [SMALL_STATE(1109)] = 73684, - [SMALL_STATE(1110)] = 73735, - [SMALL_STATE(1111)] = 73790, - [SMALL_STATE(1112)] = 73845, - [SMALL_STATE(1113)] = 73890, - [SMALL_STATE(1114)] = 73935, + [SMALL_STATE(1029)] = 69572, + [SMALL_STATE(1030)] = 69621, + [SMALL_STATE(1031)] = 69670, + [SMALL_STATE(1032)] = 69725, + [SMALL_STATE(1033)] = 69776, + [SMALL_STATE(1034)] = 69821, + [SMALL_STATE(1035)] = 69866, + [SMALL_STATE(1036)] = 69921, + [SMALL_STATE(1037)] = 69966, + [SMALL_STATE(1038)] = 70011, + [SMALL_STATE(1039)] = 70060, + [SMALL_STATE(1040)] = 70111, + [SMALL_STATE(1041)] = 70156, + [SMALL_STATE(1042)] = 70201, + [SMALL_STATE(1043)] = 70252, + [SMALL_STATE(1044)] = 70301, + [SMALL_STATE(1045)] = 70352, + [SMALL_STATE(1046)] = 70397, + [SMALL_STATE(1047)] = 70442, + [SMALL_STATE(1048)] = 70487, + [SMALL_STATE(1049)] = 70532, + [SMALL_STATE(1050)] = 70577, + [SMALL_STATE(1051)] = 70622, + [SMALL_STATE(1052)] = 70667, + [SMALL_STATE(1053)] = 70712, + [SMALL_STATE(1054)] = 70757, + [SMALL_STATE(1055)] = 70812, + [SMALL_STATE(1056)] = 70873, + [SMALL_STATE(1057)] = 70942, + [SMALL_STATE(1058)] = 70997, + [SMALL_STATE(1059)] = 71056, + [SMALL_STATE(1060)] = 71123, + [SMALL_STATE(1061)] = 71188, + [SMALL_STATE(1062)] = 71251, + [SMALL_STATE(1063)] = 71300, + [SMALL_STATE(1064)] = 71345, + [SMALL_STATE(1065)] = 71400, + [SMALL_STATE(1066)] = 71461, + [SMALL_STATE(1067)] = 71506, + [SMALL_STATE(1068)] = 71551, + [SMALL_STATE(1069)] = 71596, + [SMALL_STATE(1070)] = 71641, + [SMALL_STATE(1071)] = 71686, + [SMALL_STATE(1072)] = 71731, + [SMALL_STATE(1073)] = 71776, + [SMALL_STATE(1074)] = 71823, + [SMALL_STATE(1075)] = 71892, + [SMALL_STATE(1076)] = 71947, + [SMALL_STATE(1077)] = 72006, + [SMALL_STATE(1078)] = 72051, + [SMALL_STATE(1079)] = 72118, + [SMALL_STATE(1080)] = 72183, + [SMALL_STATE(1081)] = 72228, + [SMALL_STATE(1082)] = 72291, + [SMALL_STATE(1083)] = 72336, + [SMALL_STATE(1084)] = 72381, + [SMALL_STATE(1085)] = 72426, + [SMALL_STATE(1086)] = 72471, + [SMALL_STATE(1087)] = 72516, + [SMALL_STATE(1088)] = 72565, + [SMALL_STATE(1089)] = 72614, + [SMALL_STATE(1090)] = 72661, + [SMALL_STATE(1091)] = 72708, + [SMALL_STATE(1092)] = 72753, + [SMALL_STATE(1093)] = 72808, + [SMALL_STATE(1094)] = 72863, + [SMALL_STATE(1095)] = 72908, + [SMALL_STATE(1096)] = 72957, + [SMALL_STATE(1097)] = 73008, + [SMALL_STATE(1098)] = 73059, + [SMALL_STATE(1099)] = 73108, + [SMALL_STATE(1100)] = 73163, + [SMALL_STATE(1101)] = 73208, + [SMALL_STATE(1102)] = 73263, + [SMALL_STATE(1103)] = 73308, + [SMALL_STATE(1104)] = 73363, + [SMALL_STATE(1105)] = 73424, + [SMALL_STATE(1106)] = 73493, + [SMALL_STATE(1107)] = 73548, + [SMALL_STATE(1108)] = 73607, + [SMALL_STATE(1109)] = 73674, + [SMALL_STATE(1110)] = 73739, + [SMALL_STATE(1111)] = 73802, + [SMALL_STATE(1112)] = 73849, + [SMALL_STATE(1113)] = 73902, + [SMALL_STATE(1114)] = 73949, [SMALL_STATE(1115)] = 73996, - [SMALL_STATE(1116)] = 74060, - [SMALL_STATE(1117)] = 74114, - [SMALL_STATE(1118)] = 74168, - [SMALL_STATE(1119)] = 74212, - [SMALL_STATE(1120)] = 74256, - [SMALL_STATE(1121)] = 74300, - [SMALL_STATE(1122)] = 74344, - [SMALL_STATE(1123)] = 74388, - [SMALL_STATE(1124)] = 74432, - [SMALL_STATE(1125)] = 74476, - [SMALL_STATE(1126)] = 74520, - [SMALL_STATE(1127)] = 74574, - [SMALL_STATE(1128)] = 74634, - [SMALL_STATE(1129)] = 74702, - [SMALL_STATE(1130)] = 74756, - [SMALL_STATE(1131)] = 74814, - [SMALL_STATE(1132)] = 74880, - [SMALL_STATE(1133)] = 74942, - [SMALL_STATE(1134)] = 74990, - [SMALL_STATE(1135)] = 75034, - [SMALL_STATE(1136)] = 75082, - [SMALL_STATE(1137)] = 75126, - [SMALL_STATE(1138)] = 75170, - [SMALL_STATE(1139)] = 75218, - [SMALL_STATE(1140)] = 75266, - [SMALL_STATE(1141)] = 75314, - [SMALL_STATE(1142)] = 75358, - [SMALL_STATE(1143)] = 75402, - [SMALL_STATE(1144)] = 75446, - [SMALL_STATE(1145)] = 75494, - [SMALL_STATE(1146)] = 75540, - [SMALL_STATE(1147)] = 75586, - [SMALL_STATE(1148)] = 75630, - [SMALL_STATE(1149)] = 75674, - [SMALL_STATE(1150)] = 75718, - [SMALL_STATE(1151)] = 75762, - [SMALL_STATE(1152)] = 75806, - [SMALL_STATE(1153)] = 75850, - [SMALL_STATE(1154)] = 75894, - [SMALL_STATE(1155)] = 75938, - [SMALL_STATE(1156)] = 75982, - [SMALL_STATE(1157)] = 76026, - [SMALL_STATE(1158)] = 76070, - [SMALL_STATE(1159)] = 76114, - [SMALL_STATE(1160)] = 76158, - [SMALL_STATE(1161)] = 76202, - [SMALL_STATE(1162)] = 76246, - [SMALL_STATE(1163)] = 76290, - [SMALL_STATE(1164)] = 76334, - [SMALL_STATE(1165)] = 76378, - [SMALL_STATE(1166)] = 76422, - [SMALL_STATE(1167)] = 76466, - [SMALL_STATE(1168)] = 76510, - [SMALL_STATE(1169)] = 76554, - [SMALL_STATE(1170)] = 76600, - [SMALL_STATE(1171)] = 76644, - [SMALL_STATE(1172)] = 76688, - [SMALL_STATE(1173)] = 76734, - [SMALL_STATE(1174)] = 76780, - [SMALL_STATE(1175)] = 76824, - [SMALL_STATE(1176)] = 76868, - [SMALL_STATE(1177)] = 76916, - [SMALL_STATE(1178)] = 76964, - [SMALL_STATE(1179)] = 77008, - [SMALL_STATE(1180)] = 77052, - [SMALL_STATE(1181)] = 77096, - [SMALL_STATE(1182)] = 77140, - [SMALL_STATE(1183)] = 77184, - [SMALL_STATE(1184)] = 77228, - [SMALL_STATE(1185)] = 77272, - [SMALL_STATE(1186)] = 77316, - [SMALL_STATE(1187)] = 77360, - [SMALL_STATE(1188)] = 77404, - [SMALL_STATE(1189)] = 77448, - [SMALL_STATE(1190)] = 77492, - [SMALL_STATE(1191)] = 77536, - [SMALL_STATE(1192)] = 77580, - [SMALL_STATE(1193)] = 77624, - [SMALL_STATE(1194)] = 77668, - [SMALL_STATE(1195)] = 77712, - [SMALL_STATE(1196)] = 77756, - [SMALL_STATE(1197)] = 77800, - [SMALL_STATE(1198)] = 77844, - [SMALL_STATE(1199)] = 77888, - [SMALL_STATE(1200)] = 77932, - [SMALL_STATE(1201)] = 77976, - [SMALL_STATE(1202)] = 78020, - [SMALL_STATE(1203)] = 78064, - [SMALL_STATE(1204)] = 78108, - [SMALL_STATE(1205)] = 78152, - [SMALL_STATE(1206)] = 78196, - [SMALL_STATE(1207)] = 78240, - [SMALL_STATE(1208)] = 78284, - [SMALL_STATE(1209)] = 78328, - [SMALL_STATE(1210)] = 78372, - [SMALL_STATE(1211)] = 78416, - [SMALL_STATE(1212)] = 78460, - [SMALL_STATE(1213)] = 78504, - [SMALL_STATE(1214)] = 78548, - [SMALL_STATE(1215)] = 78594, + [SMALL_STATE(1116)] = 74040, + [SMALL_STATE(1117)] = 74084, + [SMALL_STATE(1118)] = 74128, + [SMALL_STATE(1119)] = 74172, + [SMALL_STATE(1120)] = 74216, + [SMALL_STATE(1121)] = 74270, + [SMALL_STATE(1122)] = 74314, + [SMALL_STATE(1123)] = 74358, + [SMALL_STATE(1124)] = 74402, + [SMALL_STATE(1125)] = 74456, + [SMALL_STATE(1126)] = 74516, + [SMALL_STATE(1127)] = 74560, + [SMALL_STATE(1128)] = 74628, + [SMALL_STATE(1129)] = 74682, + [SMALL_STATE(1130)] = 74740, + [SMALL_STATE(1131)] = 74806, + [SMALL_STATE(1132)] = 74870, + [SMALL_STATE(1133)] = 74932, + [SMALL_STATE(1134)] = 74986, + [SMALL_STATE(1135)] = 75030, + [SMALL_STATE(1136)] = 75074, + [SMALL_STATE(1137)] = 75118, + [SMALL_STATE(1138)] = 75164, + [SMALL_STATE(1139)] = 75208, + [SMALL_STATE(1140)] = 75252, + [SMALL_STATE(1141)] = 75296, + [SMALL_STATE(1142)] = 75340, + [SMALL_STATE(1143)] = 75384, + [SMALL_STATE(1144)] = 75428, + [SMALL_STATE(1145)] = 75472, + [SMALL_STATE(1146)] = 75516, + [SMALL_STATE(1147)] = 75560, + [SMALL_STATE(1148)] = 75606, + [SMALL_STATE(1149)] = 75652, + [SMALL_STATE(1150)] = 75696, + [SMALL_STATE(1151)] = 75740, + [SMALL_STATE(1152)] = 75784, + [SMALL_STATE(1153)] = 75828, + [SMALL_STATE(1154)] = 75872, + [SMALL_STATE(1155)] = 75916, + [SMALL_STATE(1156)] = 75960, + [SMALL_STATE(1157)] = 76004, + [SMALL_STATE(1158)] = 76048, + [SMALL_STATE(1159)] = 76092, + [SMALL_STATE(1160)] = 76136, + [SMALL_STATE(1161)] = 76180, + [SMALL_STATE(1162)] = 76224, + [SMALL_STATE(1163)] = 76268, + [SMALL_STATE(1164)] = 76312, + [SMALL_STATE(1165)] = 76356, + [SMALL_STATE(1166)] = 76400, + [SMALL_STATE(1167)] = 76444, + [SMALL_STATE(1168)] = 76488, + [SMALL_STATE(1169)] = 76532, + [SMALL_STATE(1170)] = 76576, + [SMALL_STATE(1171)] = 76622, + [SMALL_STATE(1172)] = 76670, + [SMALL_STATE(1173)] = 76714, + [SMALL_STATE(1174)] = 76758, + [SMALL_STATE(1175)] = 76802, + [SMALL_STATE(1176)] = 76846, + [SMALL_STATE(1177)] = 76894, + [SMALL_STATE(1178)] = 76938, + [SMALL_STATE(1179)] = 76982, + [SMALL_STATE(1180)] = 77026, + [SMALL_STATE(1181)] = 77074, + [SMALL_STATE(1182)] = 77118, + [SMALL_STATE(1183)] = 77162, + [SMALL_STATE(1184)] = 77206, + [SMALL_STATE(1185)] = 77250, + [SMALL_STATE(1186)] = 77294, + [SMALL_STATE(1187)] = 77342, + [SMALL_STATE(1188)] = 77386, + [SMALL_STATE(1189)] = 77430, + [SMALL_STATE(1190)] = 77474, + [SMALL_STATE(1191)] = 77518, + [SMALL_STATE(1192)] = 77562, + [SMALL_STATE(1193)] = 77606, + [SMALL_STATE(1194)] = 77650, + [SMALL_STATE(1195)] = 77696, + [SMALL_STATE(1196)] = 77740, + [SMALL_STATE(1197)] = 77788, + [SMALL_STATE(1198)] = 77832, + [SMALL_STATE(1199)] = 77876, + [SMALL_STATE(1200)] = 77920, + [SMALL_STATE(1201)] = 77968, + [SMALL_STATE(1202)] = 78012, + [SMALL_STATE(1203)] = 78056, + [SMALL_STATE(1204)] = 78104, + [SMALL_STATE(1205)] = 78148, + [SMALL_STATE(1206)] = 78192, + [SMALL_STATE(1207)] = 78236, + [SMALL_STATE(1208)] = 78280, + [SMALL_STATE(1209)] = 78324, + [SMALL_STATE(1210)] = 78368, + [SMALL_STATE(1211)] = 78418, + [SMALL_STATE(1212)] = 78462, + [SMALL_STATE(1213)] = 78508, + [SMALL_STATE(1214)] = 78552, + [SMALL_STATE(1215)] = 78596, [SMALL_STATE(1216)] = 78640, - [SMALL_STATE(1217)] = 78688, - [SMALL_STATE(1218)] = 78736, - [SMALL_STATE(1219)] = 78782, - [SMALL_STATE(1220)] = 78828, - [SMALL_STATE(1221)] = 78874, - [SMALL_STATE(1222)] = 78918, - [SMALL_STATE(1223)] = 78966, - [SMALL_STATE(1224)] = 79010, - [SMALL_STATE(1225)] = 79054, - [SMALL_STATE(1226)] = 79100, - [SMALL_STATE(1227)] = 79144, - [SMALL_STATE(1228)] = 79194, - [SMALL_STATE(1229)] = 79238, - [SMALL_STATE(1230)] = 79288, - [SMALL_STATE(1231)] = 79332, - [SMALL_STATE(1232)] = 79376, - [SMALL_STATE(1233)] = 79420, - [SMALL_STATE(1234)] = 79464, - [SMALL_STATE(1235)] = 79508, - [SMALL_STATE(1236)] = 79552, - [SMALL_STATE(1237)] = 79596, - [SMALL_STATE(1238)] = 79640, - [SMALL_STATE(1239)] = 79684, - [SMALL_STATE(1240)] = 79728, + [SMALL_STATE(1217)] = 78684, + [SMALL_STATE(1218)] = 78728, + [SMALL_STATE(1219)] = 78772, + [SMALL_STATE(1220)] = 78816, + [SMALL_STATE(1221)] = 78860, + [SMALL_STATE(1222)] = 78906, + [SMALL_STATE(1223)] = 78954, + [SMALL_STATE(1224)] = 79002, + [SMALL_STATE(1225)] = 79046, + [SMALL_STATE(1226)] = 79090, + [SMALL_STATE(1227)] = 79134, + [SMALL_STATE(1228)] = 79180, + [SMALL_STATE(1229)] = 79224, + [SMALL_STATE(1230)] = 79272, + [SMALL_STATE(1231)] = 79318, + [SMALL_STATE(1232)] = 79368, + [SMALL_STATE(1233)] = 79414, + [SMALL_STATE(1234)] = 79458, + [SMALL_STATE(1235)] = 79502, + [SMALL_STATE(1236)] = 79546, + [SMALL_STATE(1237)] = 79590, + [SMALL_STATE(1238)] = 79636, + [SMALL_STATE(1239)] = 79680, + [SMALL_STATE(1240)] = 79724, [SMALL_STATE(1241)] = 79772, - [SMALL_STATE(1242)] = 79820, + [SMALL_STATE(1242)] = 79816, [SMALL_STATE(1243)] = 79864, [SMALL_STATE(1244)] = 79907, - [SMALL_STATE(1245)] = 79950, - [SMALL_STATE(1246)] = 79993, - [SMALL_STATE(1247)] = 80038, - [SMALL_STATE(1248)] = 80081, - [SMALL_STATE(1249)] = 80124, - [SMALL_STATE(1250)] = 80167, - [SMALL_STATE(1251)] = 80210, - [SMALL_STATE(1252)] = 80253, - [SMALL_STATE(1253)] = 80296, - [SMALL_STATE(1254)] = 80339, - [SMALL_STATE(1255)] = 80390, - [SMALL_STATE(1256)] = 80433, - [SMALL_STATE(1257)] = 80476, - [SMALL_STATE(1258)] = 80519, - [SMALL_STATE(1259)] = 80566, - [SMALL_STATE(1260)] = 80609, - [SMALL_STATE(1261)] = 80652, - [SMALL_STATE(1262)] = 80699, - [SMALL_STATE(1263)] = 80746, - [SMALL_STATE(1264)] = 80789, - [SMALL_STATE(1265)] = 80832, - [SMALL_STATE(1266)] = 80877, - [SMALL_STATE(1267)] = 80920, - [SMALL_STATE(1268)] = 80963, - [SMALL_STATE(1269)] = 81006, - [SMALL_STATE(1270)] = 81049, - [SMALL_STATE(1271)] = 81092, - [SMALL_STATE(1272)] = 81135, - [SMALL_STATE(1273)] = 81178, - [SMALL_STATE(1274)] = 81221, - [SMALL_STATE(1275)] = 81264, - [SMALL_STATE(1276)] = 81307, - [SMALL_STATE(1277)] = 81350, - [SMALL_STATE(1278)] = 81393, - [SMALL_STATE(1279)] = 81436, - [SMALL_STATE(1280)] = 81481, + [SMALL_STATE(1245)] = 79954, + [SMALL_STATE(1246)] = 79997, + [SMALL_STATE(1247)] = 80040, + [SMALL_STATE(1248)] = 80083, + [SMALL_STATE(1249)] = 80126, + [SMALL_STATE(1250)] = 80169, + [SMALL_STATE(1251)] = 80212, + [SMALL_STATE(1252)] = 80255, + [SMALL_STATE(1253)] = 80300, + [SMALL_STATE(1254)] = 80345, + [SMALL_STATE(1255)] = 80388, + [SMALL_STATE(1256)] = 80431, + [SMALL_STATE(1257)] = 80474, + [SMALL_STATE(1258)] = 80517, + [SMALL_STATE(1259)] = 80560, + [SMALL_STATE(1260)] = 80603, + [SMALL_STATE(1261)] = 80646, + [SMALL_STATE(1262)] = 80697, + [SMALL_STATE(1263)] = 80740, + [SMALL_STATE(1264)] = 80783, + [SMALL_STATE(1265)] = 80826, + [SMALL_STATE(1266)] = 80869, + [SMALL_STATE(1267)] = 80916, + [SMALL_STATE(1268)] = 80959, + [SMALL_STATE(1269)] = 81002, + [SMALL_STATE(1270)] = 81045, + [SMALL_STATE(1271)] = 81088, + [SMALL_STATE(1272)] = 81131, + [SMALL_STATE(1273)] = 81174, + [SMALL_STATE(1274)] = 81217, + [SMALL_STATE(1275)] = 81260, + [SMALL_STATE(1276)] = 81303, + [SMALL_STATE(1277)] = 81346, + [SMALL_STATE(1278)] = 81391, + [SMALL_STATE(1279)] = 81434, + [SMALL_STATE(1280)] = 81477, [SMALL_STATE(1281)] = 81524, - [SMALL_STATE(1282)] = 81567, - [SMALL_STATE(1283)] = 81614, - [SMALL_STATE(1284)] = 81657, - [SMALL_STATE(1285)] = 81700, - [SMALL_STATE(1286)] = 81743, - [SMALL_STATE(1287)] = 81786, - [SMALL_STATE(1288)] = 81829, - [SMALL_STATE(1289)] = 81874, - [SMALL_STATE(1290)] = 81917, - [SMALL_STATE(1291)] = 81962, - [SMALL_STATE(1292)] = 82009, + [SMALL_STATE(1282)] = 81571, + [SMALL_STATE(1283)] = 81616, + [SMALL_STATE(1284)] = 81659, + [SMALL_STATE(1285)] = 81704, + [SMALL_STATE(1286)] = 81747, + [SMALL_STATE(1287)] = 81792, + [SMALL_STATE(1288)] = 81835, + [SMALL_STATE(1289)] = 81878, + [SMALL_STATE(1290)] = 81921, + [SMALL_STATE(1291)] = 81968, + [SMALL_STATE(1292)] = 82011, [SMALL_STATE(1293)] = 82054, [SMALL_STATE(1294)] = 82097, [SMALL_STATE(1295)] = 82140, [SMALL_STATE(1296)] = 82183, [SMALL_STATE(1297)] = 82226, - [SMALL_STATE(1298)] = 82269, - [SMALL_STATE(1299)] = 82314, - [SMALL_STATE(1300)] = 82359, - [SMALL_STATE(1301)] = 82402, - [SMALL_STATE(1302)] = 82445, - [SMALL_STATE(1303)] = 82488, - [SMALL_STATE(1304)] = 82531, - [SMALL_STATE(1305)] = 82578, - [SMALL_STATE(1306)] = 82623, - [SMALL_STATE(1307)] = 82668, - [SMALL_STATE(1308)] = 82711, - [SMALL_STATE(1309)] = 82754, - [SMALL_STATE(1310)] = 82797, - [SMALL_STATE(1311)] = 82840, - [SMALL_STATE(1312)] = 82883, - [SMALL_STATE(1313)] = 82926, - [SMALL_STATE(1314)] = 82969, - [SMALL_STATE(1315)] = 83012, - [SMALL_STATE(1316)] = 83055, - [SMALL_STATE(1317)] = 83098, - [SMALL_STATE(1318)] = 83141, - [SMALL_STATE(1319)] = 83184, - [SMALL_STATE(1320)] = 83227, - [SMALL_STATE(1321)] = 83270, - [SMALL_STATE(1322)] = 83313, - [SMALL_STATE(1323)] = 83360, - [SMALL_STATE(1324)] = 83403, - [SMALL_STATE(1325)] = 83446, - [SMALL_STATE(1326)] = 83489, - [SMALL_STATE(1327)] = 83534, - [SMALL_STATE(1328)] = 83577, - [SMALL_STATE(1329)] = 83620, - [SMALL_STATE(1330)] = 83663, - [SMALL_STATE(1331)] = 83706, - [SMALL_STATE(1332)] = 83749, - [SMALL_STATE(1333)] = 83792, - [SMALL_STATE(1334)] = 83835, - [SMALL_STATE(1335)] = 83878, - [SMALL_STATE(1336)] = 83921, - [SMALL_STATE(1337)] = 83966, - [SMALL_STATE(1338)] = 84009, - [SMALL_STATE(1339)] = 84056, - [SMALL_STATE(1340)] = 84099, - [SMALL_STATE(1341)] = 84150, - [SMALL_STATE(1342)] = 84193, - [SMALL_STATE(1343)] = 84236, - [SMALL_STATE(1344)] = 84279, + [SMALL_STATE(1298)] = 82273, + [SMALL_STATE(1299)] = 82316, + [SMALL_STATE(1300)] = 82361, + [SMALL_STATE(1301)] = 82406, + [SMALL_STATE(1302)] = 82449, + [SMALL_STATE(1303)] = 82492, + [SMALL_STATE(1304)] = 82539, + [SMALL_STATE(1305)] = 82582, + [SMALL_STATE(1306)] = 82625, + [SMALL_STATE(1307)] = 82672, + [SMALL_STATE(1308)] = 82715, + [SMALL_STATE(1309)] = 82758, + [SMALL_STATE(1310)] = 82801, + [SMALL_STATE(1311)] = 82844, + [SMALL_STATE(1312)] = 82887, + [SMALL_STATE(1313)] = 82932, + [SMALL_STATE(1314)] = 82977, + [SMALL_STATE(1315)] = 83022, + [SMALL_STATE(1316)] = 83065, + [SMALL_STATE(1317)] = 83108, + [SMALL_STATE(1318)] = 83151, + [SMALL_STATE(1319)] = 83194, + [SMALL_STATE(1320)] = 83237, + [SMALL_STATE(1321)] = 83280, + [SMALL_STATE(1322)] = 83323, + [SMALL_STATE(1323)] = 83366, + [SMALL_STATE(1324)] = 83409, + [SMALL_STATE(1325)] = 83452, + [SMALL_STATE(1326)] = 83495, + [SMALL_STATE(1327)] = 83538, + [SMALL_STATE(1328)] = 83589, + [SMALL_STATE(1329)] = 83632, + [SMALL_STATE(1330)] = 83675, + [SMALL_STATE(1331)] = 83718, + [SMALL_STATE(1332)] = 83761, + [SMALL_STATE(1333)] = 83804, + [SMALL_STATE(1334)] = 83847, + [SMALL_STATE(1335)] = 83892, + [SMALL_STATE(1336)] = 83935, + [SMALL_STATE(1337)] = 83978, + [SMALL_STATE(1338)] = 84023, + [SMALL_STATE(1339)] = 84066, + [SMALL_STATE(1340)] = 84109, + [SMALL_STATE(1341)] = 84152, + [SMALL_STATE(1342)] = 84195, + [SMALL_STATE(1343)] = 84238, + [SMALL_STATE(1344)] = 84281, [SMALL_STATE(1345)] = 84324, [SMALL_STATE(1346)] = 84367, [SMALL_STATE(1347)] = 84410, [SMALL_STATE(1348)] = 84453, - [SMALL_STATE(1349)] = 84499, - [SMALL_STATE(1350)] = 84541, - [SMALL_STATE(1351)] = 84583, + [SMALL_STATE(1349)] = 84495, + [SMALL_STATE(1350)] = 84537, + [SMALL_STATE(1351)] = 84579, [SMALL_STATE(1352)] = 84625, - [SMALL_STATE(1353)] = 84667, + [SMALL_STATE(1353)] = 84669, [SMALL_STATE(1354)] = 84711, [SMALL_STATE(1355)] = 84755, [SMALL_STATE(1356)] = 84797, @@ -120178,44 +120169,44 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1362)] = 85053, [SMALL_STATE(1363)] = 85095, [SMALL_STATE(1364)] = 85137, - [SMALL_STATE(1365)] = 85179, - [SMALL_STATE(1366)] = 85221, - [SMALL_STATE(1367)] = 85263, - [SMALL_STATE(1368)] = 85305, - [SMALL_STATE(1369)] = 85347, - [SMALL_STATE(1370)] = 85391, - [SMALL_STATE(1371)] = 85441, - [SMALL_STATE(1372)] = 85483, - [SMALL_STATE(1373)] = 85525, - [SMALL_STATE(1374)] = 85567, - [SMALL_STATE(1375)] = 85609, - [SMALL_STATE(1376)] = 85651, - [SMALL_STATE(1377)] = 85695, - [SMALL_STATE(1378)] = 85737, - [SMALL_STATE(1379)] = 85779, - [SMALL_STATE(1380)] = 85821, - [SMALL_STATE(1381)] = 85863, - [SMALL_STATE(1382)] = 85905, - [SMALL_STATE(1383)] = 85947, - [SMALL_STATE(1384)] = 85989, - [SMALL_STATE(1385)] = 86037, + [SMALL_STATE(1365)] = 85183, + [SMALL_STATE(1366)] = 85225, + [SMALL_STATE(1367)] = 85267, + [SMALL_STATE(1368)] = 85309, + [SMALL_STATE(1369)] = 85351, + [SMALL_STATE(1370)] = 85393, + [SMALL_STATE(1371)] = 85435, + [SMALL_STATE(1372)] = 85477, + [SMALL_STATE(1373)] = 85519, + [SMALL_STATE(1374)] = 85561, + [SMALL_STATE(1375)] = 85611, + [SMALL_STATE(1376)] = 85655, + [SMALL_STATE(1377)] = 85697, + [SMALL_STATE(1378)] = 85741, + [SMALL_STATE(1379)] = 85783, + [SMALL_STATE(1380)] = 85831, + [SMALL_STATE(1381)] = 85873, + [SMALL_STATE(1382)] = 85915, + [SMALL_STATE(1383)] = 85957, + [SMALL_STATE(1384)] = 85999, + [SMALL_STATE(1385)] = 86041, [SMALL_STATE(1386)] = 86083, [SMALL_STATE(1387)] = 86125, [SMALL_STATE(1388)] = 86166, - [SMALL_STATE(1389)] = 86207, - [SMALL_STATE(1390)] = 86248, - [SMALL_STATE(1391)] = 86289, - [SMALL_STATE(1392)] = 86330, - [SMALL_STATE(1393)] = 86371, - [SMALL_STATE(1394)] = 86414, - [SMALL_STATE(1395)] = 86457, - [SMALL_STATE(1396)] = 86500, - [SMALL_STATE(1397)] = 86543, + [SMALL_STATE(1389)] = 86209, + [SMALL_STATE(1390)] = 86250, + [SMALL_STATE(1391)] = 86291, + [SMALL_STATE(1392)] = 86334, + [SMALL_STATE(1393)] = 86377, + [SMALL_STATE(1394)] = 86418, + [SMALL_STATE(1395)] = 86461, + [SMALL_STATE(1396)] = 86504, + [SMALL_STATE(1397)] = 86545, [SMALL_STATE(1398)] = 86586, [SMALL_STATE(1399)] = 86627, [SMALL_STATE(1400)] = 86668, - [SMALL_STATE(1401)] = 86711, - [SMALL_STATE(1402)] = 86752, + [SMALL_STATE(1401)] = 86709, + [SMALL_STATE(1402)] = 86750, [SMALL_STATE(1403)] = 86793, [SMALL_STATE(1404)] = 86869, [SMALL_STATE(1405)] = 86945, @@ -120277,11 +120268,11 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1461)] = 90787, [SMALL_STATE(1462)] = 90847, [SMALL_STATE(1463)] = 90907, - [SMALL_STATE(1464)] = 90953, - [SMALL_STATE(1465)] = 91013, - [SMALL_STATE(1466)] = 91073, - [SMALL_STATE(1467)] = 91133, - [SMALL_STATE(1468)] = 91193, + [SMALL_STATE(1464)] = 90967, + [SMALL_STATE(1465)] = 91027, + [SMALL_STATE(1466)] = 91087, + [SMALL_STATE(1467)] = 91147, + [SMALL_STATE(1468)] = 91207, [SMALL_STATE(1469)] = 91253, [SMALL_STATE(1470)] = 91298, [SMALL_STATE(1471)] = 91343, @@ -120289,18 +120280,18 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1473)] = 91431, [SMALL_STATE(1474)] = 91475, [SMALL_STATE(1475)] = 91519, - [SMALL_STATE(1476)] = 91562, - [SMALL_STATE(1477)] = 91605, - [SMALL_STATE(1478)] = 91648, + [SMALL_STATE(1476)] = 91560, + [SMALL_STATE(1477)] = 91603, + [SMALL_STATE(1478)] = 91646, [SMALL_STATE(1479)] = 91689, - [SMALL_STATE(1480)] = 91730, + [SMALL_STATE(1480)] = 91732, [SMALL_STATE(1481)] = 91773, - [SMALL_STATE(1482)] = 91803, - [SMALL_STATE(1483)] = 91845, - [SMALL_STATE(1484)] = 91877, + [SMALL_STATE(1482)] = 91805, + [SMALL_STATE(1483)] = 91847, + [SMALL_STATE(1484)] = 91879, [SMALL_STATE(1485)] = 91909, - [SMALL_STATE(1486)] = 91939, - [SMALL_STATE(1487)] = 91971, + [SMALL_STATE(1486)] = 91951, + [SMALL_STATE(1487)] = 91981, [SMALL_STATE(1488)] = 92013, [SMALL_STATE(1489)] = 92045, [SMALL_STATE(1490)] = 92075, @@ -120309,633 +120300,633 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1493)] = 92165, [SMALL_STATE(1494)] = 92195, [SMALL_STATE(1495)] = 92225, - [SMALL_STATE(1496)] = 92272, - [SMALL_STATE(1497)] = 92301, - [SMALL_STATE(1498)] = 92326, - [SMALL_STATE(1499)] = 92351, - [SMALL_STATE(1500)] = 92380, - [SMALL_STATE(1501)] = 92427, - [SMALL_STATE(1502)] = 92456, - [SMALL_STATE(1503)] = 92485, + [SMALL_STATE(1496)] = 92250, + [SMALL_STATE(1497)] = 92279, + [SMALL_STATE(1498)] = 92308, + [SMALL_STATE(1499)] = 92337, + [SMALL_STATE(1500)] = 92384, + [SMALL_STATE(1501)] = 92413, + [SMALL_STATE(1502)] = 92442, + [SMALL_STATE(1503)] = 92489, [SMALL_STATE(1504)] = 92514, - [SMALL_STATE(1505)] = 92561, + [SMALL_STATE(1505)] = 92543, [SMALL_STATE(1506)] = 92590, [SMALL_STATE(1507)] = 92619, [SMALL_STATE(1508)] = 92666, - [SMALL_STATE(1509)] = 92691, - [SMALL_STATE(1510)] = 92738, - [SMALL_STATE(1511)] = 92785, - [SMALL_STATE(1512)] = 92814, - [SMALL_STATE(1513)] = 92843, - [SMALL_STATE(1514)] = 92890, - [SMALL_STATE(1515)] = 92919, - [SMALL_STATE(1516)] = 92966, + [SMALL_STATE(1509)] = 92713, + [SMALL_STATE(1510)] = 92742, + [SMALL_STATE(1511)] = 92789, + [SMALL_STATE(1512)] = 92836, + [SMALL_STATE(1513)] = 92883, + [SMALL_STATE(1514)] = 92930, + [SMALL_STATE(1515)] = 92955, + [SMALL_STATE(1516)] = 92984, [SMALL_STATE(1517)] = 93013, [SMALL_STATE(1518)] = 93042, - [SMALL_STATE(1519)] = 93067, - [SMALL_STATE(1520)] = 93114, - [SMALL_STATE(1521)] = 93143, - [SMALL_STATE(1522)] = 93172, - [SMALL_STATE(1523)] = 93201, - [SMALL_STATE(1524)] = 93230, + [SMALL_STATE(1519)] = 93071, + [SMALL_STATE(1520)] = 93100, + [SMALL_STATE(1521)] = 93129, + [SMALL_STATE(1522)] = 93176, + [SMALL_STATE(1523)] = 93205, + [SMALL_STATE(1524)] = 93234, [SMALL_STATE(1525)] = 93259, - [SMALL_STATE(1526)] = 93305, - [SMALL_STATE(1527)] = 93351, - [SMALL_STATE(1528)] = 93397, - [SMALL_STATE(1529)] = 93443, - [SMALL_STATE(1530)] = 93475, - [SMALL_STATE(1531)] = 93507, - [SMALL_STATE(1532)] = 93537, - [SMALL_STATE(1533)] = 93583, - [SMALL_STATE(1534)] = 93607, - [SMALL_STATE(1535)] = 93635, - [SMALL_STATE(1536)] = 93681, - [SMALL_STATE(1537)] = 93727, - [SMALL_STATE(1538)] = 93751, - [SMALL_STATE(1539)] = 93797, - [SMALL_STATE(1540)] = 93821, - [SMALL_STATE(1541)] = 93867, - [SMALL_STATE(1542)] = 93895, - [SMALL_STATE(1543)] = 93941, + [SMALL_STATE(1526)] = 93291, + [SMALL_STATE(1527)] = 93319, + [SMALL_STATE(1528)] = 93365, + [SMALL_STATE(1529)] = 93393, + [SMALL_STATE(1530)] = 93439, + [SMALL_STATE(1531)] = 93463, + [SMALL_STATE(1532)] = 93509, + [SMALL_STATE(1533)] = 93555, + [SMALL_STATE(1534)] = 93601, + [SMALL_STATE(1535)] = 93647, + [SMALL_STATE(1536)] = 93693, + [SMALL_STATE(1537)] = 93739, + [SMALL_STATE(1538)] = 93763, + [SMALL_STATE(1539)] = 93809, + [SMALL_STATE(1540)] = 93841, + [SMALL_STATE(1541)] = 93887, + [SMALL_STATE(1542)] = 93933, + [SMALL_STATE(1543)] = 93963, [SMALL_STATE(1544)] = 93987, [SMALL_STATE(1545)] = 94011, [SMALL_STATE(1546)] = 94054, [SMALL_STATE(1547)] = 94094, [SMALL_STATE(1548)] = 94134, [SMALL_STATE(1549)] = 94174, - [SMALL_STATE(1550)] = 94200, + [SMALL_STATE(1550)] = 94214, [SMALL_STATE(1551)] = 94240, - [SMALL_STATE(1552)] = 94277, - [SMALL_STATE(1553)] = 94314, + [SMALL_STATE(1552)] = 94279, + [SMALL_STATE(1553)] = 94316, [SMALL_STATE(1554)] = 94353, - [SMALL_STATE(1555)] = 94376, - [SMALL_STATE(1556)] = 94395, - [SMALL_STATE(1557)] = 94436, - [SMALL_STATE(1558)] = 94455, - [SMALL_STATE(1559)] = 94496, - [SMALL_STATE(1560)] = 94537, - [SMALL_STATE(1561)] = 94578, - [SMALL_STATE(1562)] = 94605, - [SMALL_STATE(1563)] = 94632, - [SMALL_STATE(1564)] = 94673, - [SMALL_STATE(1565)] = 94714, - [SMALL_STATE(1566)] = 94739, - [SMALL_STATE(1567)] = 94758, - [SMALL_STATE(1568)] = 94785, - [SMALL_STATE(1569)] = 94826, - [SMALL_STATE(1570)] = 94847, + [SMALL_STATE(1555)] = 94394, + [SMALL_STATE(1556)] = 94413, + [SMALL_STATE(1557)] = 94432, + [SMALL_STATE(1558)] = 94473, + [SMALL_STATE(1559)] = 94498, + [SMALL_STATE(1560)] = 94539, + [SMALL_STATE(1561)] = 94558, + [SMALL_STATE(1562)] = 94599, + [SMALL_STATE(1563)] = 94626, + [SMALL_STATE(1564)] = 94667, + [SMALL_STATE(1565)] = 94688, + [SMALL_STATE(1566)] = 94715, + [SMALL_STATE(1567)] = 94756, + [SMALL_STATE(1568)] = 94797, + [SMALL_STATE(1569)] = 94820, + [SMALL_STATE(1570)] = 94861, [SMALL_STATE(1571)] = 94888, - [SMALL_STATE(1572)] = 94908, - [SMALL_STATE(1573)] = 94946, - [SMALL_STATE(1574)] = 94984, - [SMALL_STATE(1575)] = 95022, - [SMALL_STATE(1576)] = 95048, - [SMALL_STATE(1577)] = 95086, - [SMALL_STATE(1578)] = 95110, - [SMALL_STATE(1579)] = 95148, - [SMALL_STATE(1580)] = 95186, - [SMALL_STATE(1581)] = 95224, - [SMALL_STATE(1582)] = 95262, - [SMALL_STATE(1583)] = 95300, - [SMALL_STATE(1584)] = 95338, - [SMALL_STATE(1585)] = 95376, - [SMALL_STATE(1586)] = 95414, - [SMALL_STATE(1587)] = 95440, - [SMALL_STATE(1588)] = 95478, + [SMALL_STATE(1572)] = 94926, + [SMALL_STATE(1573)] = 94964, + [SMALL_STATE(1574)] = 95002, + [SMALL_STATE(1575)] = 95040, + [SMALL_STATE(1576)] = 95072, + [SMALL_STATE(1577)] = 95110, + [SMALL_STATE(1578)] = 95148, + [SMALL_STATE(1579)] = 95186, + [SMALL_STATE(1580)] = 95224, + [SMALL_STATE(1581)] = 95244, + [SMALL_STATE(1582)] = 95282, + [SMALL_STATE(1583)] = 95320, + [SMALL_STATE(1584)] = 95340, + [SMALL_STATE(1585)] = 95378, + [SMALL_STATE(1586)] = 95416, + [SMALL_STATE(1587)] = 95442, + [SMALL_STATE(1588)] = 95480, [SMALL_STATE(1589)] = 95504, - [SMALL_STATE(1590)] = 95526, - [SMALL_STATE(1591)] = 95564, - [SMALL_STATE(1592)] = 95602, + [SMALL_STATE(1590)] = 95524, + [SMALL_STATE(1591)] = 95562, + [SMALL_STATE(1592)] = 95584, [SMALL_STATE(1593)] = 95622, [SMALL_STATE(1594)] = 95660, - [SMALL_STATE(1595)] = 95698, - [SMALL_STATE(1596)] = 95736, - [SMALL_STATE(1597)] = 95756, - [SMALL_STATE(1598)] = 95794, - [SMALL_STATE(1599)] = 95818, - [SMALL_STATE(1600)] = 95856, - [SMALL_STATE(1601)] = 95894, - [SMALL_STATE(1602)] = 95932, - [SMALL_STATE(1603)] = 95970, - [SMALL_STATE(1604)] = 96002, - [SMALL_STATE(1605)] = 96040, + [SMALL_STATE(1595)] = 95686, + [SMALL_STATE(1596)] = 95724, + [SMALL_STATE(1597)] = 95750, + [SMALL_STATE(1598)] = 95788, + [SMALL_STATE(1599)] = 95826, + [SMALL_STATE(1600)] = 95864, + [SMALL_STATE(1601)] = 95902, + [SMALL_STATE(1602)] = 95940, + [SMALL_STATE(1603)] = 95978, + [SMALL_STATE(1604)] = 96016, + [SMALL_STATE(1605)] = 96054, [SMALL_STATE(1606)] = 96078, [SMALL_STATE(1607)] = 96107, - [SMALL_STATE(1608)] = 96136, - [SMALL_STATE(1609)] = 96153, - [SMALL_STATE(1610)] = 96170, - [SMALL_STATE(1611)] = 96195, - [SMALL_STATE(1612)] = 96218, - [SMALL_STATE(1613)] = 96239, - [SMALL_STATE(1614)] = 96256, - [SMALL_STATE(1615)] = 96275, - [SMALL_STATE(1616)] = 96300, - [SMALL_STATE(1617)] = 96329, - [SMALL_STATE(1618)] = 96354, - [SMALL_STATE(1619)] = 96371, - [SMALL_STATE(1620)] = 96388, - [SMALL_STATE(1621)] = 96417, - [SMALL_STATE(1622)] = 96446, - [SMALL_STATE(1623)] = 96475, - [SMALL_STATE(1624)] = 96500, - [SMALL_STATE(1625)] = 96523, - [SMALL_STATE(1626)] = 96552, - [SMALL_STATE(1627)] = 96581, - [SMALL_STATE(1628)] = 96598, - [SMALL_STATE(1629)] = 96617, - [SMALL_STATE(1630)] = 96642, - [SMALL_STATE(1631)] = 96667, - [SMALL_STATE(1632)] = 96696, - [SMALL_STATE(1633)] = 96725, - [SMALL_STATE(1634)] = 96750, - [SMALL_STATE(1635)] = 96779, - [SMALL_STATE(1636)] = 96808, - [SMALL_STATE(1637)] = 96837, - [SMALL_STATE(1638)] = 96866, - [SMALL_STATE(1639)] = 96895, - [SMALL_STATE(1640)] = 96924, - [SMALL_STATE(1641)] = 96949, - [SMALL_STATE(1642)] = 96978, - [SMALL_STATE(1643)] = 97007, - [SMALL_STATE(1644)] = 97036, - [SMALL_STATE(1645)] = 97065, - [SMALL_STATE(1646)] = 97094, + [SMALL_STATE(1608)] = 96126, + [SMALL_STATE(1609)] = 96155, + [SMALL_STATE(1610)] = 96184, + [SMALL_STATE(1611)] = 96213, + [SMALL_STATE(1612)] = 96238, + [SMALL_STATE(1613)] = 96263, + [SMALL_STATE(1614)] = 96288, + [SMALL_STATE(1615)] = 96305, + [SMALL_STATE(1616)] = 96334, + [SMALL_STATE(1617)] = 96363, + [SMALL_STATE(1618)] = 96392, + [SMALL_STATE(1619)] = 96409, + [SMALL_STATE(1620)] = 96438, + [SMALL_STATE(1621)] = 96455, + [SMALL_STATE(1622)] = 96484, + [SMALL_STATE(1623)] = 96513, + [SMALL_STATE(1624)] = 96530, + [SMALL_STATE(1625)] = 96559, + [SMALL_STATE(1626)] = 96584, + [SMALL_STATE(1627)] = 96601, + [SMALL_STATE(1628)] = 96630, + [SMALL_STATE(1629)] = 96659, + [SMALL_STATE(1630)] = 96684, + [SMALL_STATE(1631)] = 96707, + [SMALL_STATE(1632)] = 96728, + [SMALL_STATE(1633)] = 96757, + [SMALL_STATE(1634)] = 96774, + [SMALL_STATE(1635)] = 96803, + [SMALL_STATE(1636)] = 96822, + [SMALL_STATE(1637)] = 96847, + [SMALL_STATE(1638)] = 96872, + [SMALL_STATE(1639)] = 96901, + [SMALL_STATE(1640)] = 96930, + [SMALL_STATE(1641)] = 96959, + [SMALL_STATE(1642)] = 96984, + [SMALL_STATE(1643)] = 97013, + [SMALL_STATE(1644)] = 97042, + [SMALL_STATE(1645)] = 97071, + [SMALL_STATE(1646)] = 97092, [SMALL_STATE(1647)] = 97115, - [SMALL_STATE(1648)] = 97131, - [SMALL_STATE(1649)] = 97155, - [SMALL_STATE(1650)] = 97171, - [SMALL_STATE(1651)] = 97195, - [SMALL_STATE(1652)] = 97211, - [SMALL_STATE(1653)] = 97235, - [SMALL_STATE(1654)] = 97259, - [SMALL_STATE(1655)] = 97281, - [SMALL_STATE(1656)] = 97301, - [SMALL_STATE(1657)] = 97317, - [SMALL_STATE(1658)] = 97335, - [SMALL_STATE(1659)] = 97357, - [SMALL_STATE(1660)] = 97381, - [SMALL_STATE(1661)] = 97405, - [SMALL_STATE(1662)] = 97429, - [SMALL_STATE(1663)] = 97449, + [SMALL_STATE(1648)] = 97139, + [SMALL_STATE(1649)] = 97163, + [SMALL_STATE(1650)] = 97187, + [SMALL_STATE(1651)] = 97203, + [SMALL_STATE(1652)] = 97227, + [SMALL_STATE(1653)] = 97247, + [SMALL_STATE(1654)] = 97263, + [SMALL_STATE(1655)] = 97285, + [SMALL_STATE(1656)] = 97309, + [SMALL_STATE(1657)] = 97331, + [SMALL_STATE(1658)] = 97351, + [SMALL_STATE(1659)] = 97367, + [SMALL_STATE(1660)] = 97385, + [SMALL_STATE(1661)] = 97409, + [SMALL_STATE(1662)] = 97433, + [SMALL_STATE(1663)] = 97451, [SMALL_STATE(1664)] = 97473, - [SMALL_STATE(1665)] = 97491, - [SMALL_STATE(1666)] = 97515, - [SMALL_STATE(1667)] = 97539, - [SMALL_STATE(1668)] = 97563, - [SMALL_STATE(1669)] = 97593, - [SMALL_STATE(1670)] = 97617, - [SMALL_STATE(1671)] = 97637, - [SMALL_STATE(1672)] = 97659, - [SMALL_STATE(1673)] = 97679, - [SMALL_STATE(1674)] = 97695, - [SMALL_STATE(1675)] = 97713, - [SMALL_STATE(1676)] = 97731, - [SMALL_STATE(1677)] = 97751, - [SMALL_STATE(1678)] = 97775, - [SMALL_STATE(1679)] = 97797, - [SMALL_STATE(1680)] = 97819, - [SMALL_STATE(1681)] = 97837, - [SMALL_STATE(1682)] = 97857, + [SMALL_STATE(1665)] = 97503, + [SMALL_STATE(1666)] = 97527, + [SMALL_STATE(1667)] = 97551, + [SMALL_STATE(1668)] = 97575, + [SMALL_STATE(1669)] = 97597, + [SMALL_STATE(1670)] = 97621, + [SMALL_STATE(1671)] = 97641, + [SMALL_STATE(1672)] = 97657, + [SMALL_STATE(1673)] = 97673, + [SMALL_STATE(1674)] = 97697, + [SMALL_STATE(1675)] = 97715, + [SMALL_STATE(1676)] = 97737, + [SMALL_STATE(1677)] = 97757, + [SMALL_STATE(1678)] = 97773, + [SMALL_STATE(1679)] = 97791, + [SMALL_STATE(1680)] = 97815, + [SMALL_STATE(1681)] = 97833, + [SMALL_STATE(1682)] = 97853, [SMALL_STATE(1683)] = 97873, - [SMALL_STATE(1684)] = 97900, - [SMALL_STATE(1685)] = 97921, - [SMALL_STATE(1686)] = 97946, - [SMALL_STATE(1687)] = 97973, - [SMALL_STATE(1688)] = 98000, - [SMALL_STATE(1689)] = 98025, - [SMALL_STATE(1690)] = 98052, - [SMALL_STATE(1691)] = 98073, - [SMALL_STATE(1692)] = 98102, - [SMALL_STATE(1693)] = 98127, - [SMALL_STATE(1694)] = 98150, - [SMALL_STATE(1695)] = 98171, - [SMALL_STATE(1696)] = 98192, - [SMALL_STATE(1697)] = 98213, - [SMALL_STATE(1698)] = 98238, - [SMALL_STATE(1699)] = 98259, - [SMALL_STATE(1700)] = 98282, - [SMALL_STATE(1701)] = 98309, + [SMALL_STATE(1684)] = 97898, + [SMALL_STATE(1685)] = 97919, + [SMALL_STATE(1686)] = 97940, + [SMALL_STATE(1687)] = 97967, + [SMALL_STATE(1688)] = 97988, + [SMALL_STATE(1689)] = 98015, + [SMALL_STATE(1690)] = 98044, + [SMALL_STATE(1691)] = 98065, + [SMALL_STATE(1692)] = 98086, + [SMALL_STATE(1693)] = 98111, + [SMALL_STATE(1694)] = 98136, + [SMALL_STATE(1695)] = 98157, + [SMALL_STATE(1696)] = 98180, + [SMALL_STATE(1697)] = 98201, + [SMALL_STATE(1698)] = 98222, + [SMALL_STATE(1699)] = 98251, + [SMALL_STATE(1700)] = 98278, + [SMALL_STATE(1701)] = 98301, [SMALL_STATE(1702)] = 98330, - [SMALL_STATE(1703)] = 98359, - [SMALL_STATE(1704)] = 98380, - [SMALL_STATE(1705)] = 98395, - [SMALL_STATE(1706)] = 98414, - [SMALL_STATE(1707)] = 98435, - [SMALL_STATE(1708)] = 98464, - [SMALL_STATE(1709)] = 98487, - [SMALL_STATE(1710)] = 98504, - [SMALL_STATE(1711)] = 98533, - [SMALL_STATE(1712)] = 98552, - [SMALL_STATE(1713)] = 98581, - [SMALL_STATE(1714)] = 98604, - [SMALL_STATE(1715)] = 98621, - [SMALL_STATE(1716)] = 98642, - [SMALL_STATE(1717)] = 98667, - [SMALL_STATE(1718)] = 98696, - [SMALL_STATE(1719)] = 98717, - [SMALL_STATE(1720)] = 98744, - [SMALL_STATE(1721)] = 98773, - [SMALL_STATE(1722)] = 98802, - [SMALL_STATE(1723)] = 98831, - [SMALL_STATE(1724)] = 98858, - [SMALL_STATE(1725)] = 98883, - [SMALL_STATE(1726)] = 98906, - [SMALL_STATE(1727)] = 98933, - [SMALL_STATE(1728)] = 98962, - [SMALL_STATE(1729)] = 98983, - [SMALL_STATE(1730)] = 99004, - [SMALL_STATE(1731)] = 99025, + [SMALL_STATE(1703)] = 98351, + [SMALL_STATE(1704)] = 98372, + [SMALL_STATE(1705)] = 98399, + [SMALL_STATE(1706)] = 98418, + [SMALL_STATE(1707)] = 98445, + [SMALL_STATE(1708)] = 98468, + [SMALL_STATE(1709)] = 98491, + [SMALL_STATE(1710)] = 98514, + [SMALL_STATE(1711)] = 98543, + [SMALL_STATE(1712)] = 98560, + [SMALL_STATE(1713)] = 98587, + [SMALL_STATE(1714)] = 98608, + [SMALL_STATE(1715)] = 98637, + [SMALL_STATE(1716)] = 98664, + [SMALL_STATE(1717)] = 98693, + [SMALL_STATE(1718)] = 98720, + [SMALL_STATE(1719)] = 98737, + [SMALL_STATE(1720)] = 98758, + [SMALL_STATE(1721)] = 98779, + [SMALL_STATE(1722)] = 98804, + [SMALL_STATE(1723)] = 98833, + [SMALL_STATE(1724)] = 98862, + [SMALL_STATE(1725)] = 98881, + [SMALL_STATE(1726)] = 98910, + [SMALL_STATE(1727)] = 98939, + [SMALL_STATE(1728)] = 98960, + [SMALL_STATE(1729)] = 98975, + [SMALL_STATE(1730)] = 99000, + [SMALL_STATE(1731)] = 99017, [SMALL_STATE(1732)] = 99042, [SMALL_STATE(1733)] = 99068, - [SMALL_STATE(1734)] = 99090, - [SMALL_STATE(1735)] = 99116, - [SMALL_STATE(1736)] = 99140, - [SMALL_STATE(1737)] = 99166, - [SMALL_STATE(1738)] = 99184, - [SMALL_STATE(1739)] = 99208, - [SMALL_STATE(1740)] = 99230, - [SMALL_STATE(1741)] = 99256, - [SMALL_STATE(1742)] = 99274, + [SMALL_STATE(1734)] = 99094, + [SMALL_STATE(1735)] = 99118, + [SMALL_STATE(1736)] = 99142, + [SMALL_STATE(1737)] = 99162, + [SMALL_STATE(1738)] = 99180, + [SMALL_STATE(1739)] = 99198, + [SMALL_STATE(1740)] = 99220, + [SMALL_STATE(1741)] = 99246, + [SMALL_STATE(1742)] = 99270, [SMALL_STATE(1743)] = 99296, - [SMALL_STATE(1744)] = 99320, - [SMALL_STATE(1745)] = 99340, - [SMALL_STATE(1746)] = 99366, - [SMALL_STATE(1747)] = 99382, - [SMALL_STATE(1748)] = 99408, - [SMALL_STATE(1749)] = 99426, + [SMALL_STATE(1744)] = 99318, + [SMALL_STATE(1745)] = 99344, + [SMALL_STATE(1746)] = 99370, + [SMALL_STATE(1747)] = 99392, + [SMALL_STATE(1748)] = 99414, + [SMALL_STATE(1749)] = 99432, [SMALL_STATE(1750)] = 99448, - [SMALL_STATE(1751)] = 99466, - [SMALL_STATE(1752)] = 99492, - [SMALL_STATE(1753)] = 99518, - [SMALL_STATE(1754)] = 99538, - [SMALL_STATE(1755)] = 99562, - [SMALL_STATE(1756)] = 99584, - [SMALL_STATE(1757)] = 99600, + [SMALL_STATE(1751)] = 99472, + [SMALL_STATE(1752)] = 99490, + [SMALL_STATE(1753)] = 99508, + [SMALL_STATE(1754)] = 99534, + [SMALL_STATE(1755)] = 99560, + [SMALL_STATE(1756)] = 99582, + [SMALL_STATE(1757)] = 99604, [SMALL_STATE(1758)] = 99622, [SMALL_STATE(1759)] = 99648, - [SMALL_STATE(1760)] = 99670, + [SMALL_STATE(1760)] = 99666, [SMALL_STATE(1761)] = 99688, - [SMALL_STATE(1762)] = 99708, - [SMALL_STATE(1763)] = 99730, - [SMALL_STATE(1764)] = 99756, - [SMALL_STATE(1765)] = 99782, - [SMALL_STATE(1766)] = 99808, - [SMALL_STATE(1767)] = 99834, - [SMALL_STATE(1768)] = 99860, - [SMALL_STATE(1769)] = 99882, - [SMALL_STATE(1770)] = 99904, + [SMALL_STATE(1762)] = 99706, + [SMALL_STATE(1763)] = 99728, + [SMALL_STATE(1764)] = 99750, + [SMALL_STATE(1765)] = 99776, + [SMALL_STATE(1766)] = 99800, + [SMALL_STATE(1767)] = 99826, + [SMALL_STATE(1768)] = 99852, + [SMALL_STATE(1769)] = 99878, + [SMALL_STATE(1770)] = 99896, [SMALL_STATE(1771)] = 99922, - [SMALL_STATE(1772)] = 99948, - [SMALL_STATE(1773)] = 99970, - [SMALL_STATE(1774)] = 99988, - [SMALL_STATE(1775)] = 100006, - [SMALL_STATE(1776)] = 100032, - [SMALL_STATE(1777)] = 100056, - [SMALL_STATE(1778)] = 100074, - [SMALL_STATE(1779)] = 100096, - [SMALL_STATE(1780)] = 100114, - [SMALL_STATE(1781)] = 100136, - [SMALL_STATE(1782)] = 100154, - [SMALL_STATE(1783)] = 100172, + [SMALL_STATE(1772)] = 99942, + [SMALL_STATE(1773)] = 99960, + [SMALL_STATE(1774)] = 99982, + [SMALL_STATE(1775)] = 100000, + [SMALL_STATE(1776)] = 100026, + [SMALL_STATE(1777)] = 100044, + [SMALL_STATE(1778)] = 100066, + [SMALL_STATE(1779)] = 100082, + [SMALL_STATE(1780)] = 100102, + [SMALL_STATE(1781)] = 100124, + [SMALL_STATE(1782)] = 100150, + [SMALL_STATE(1783)] = 100176, [SMALL_STATE(1784)] = 100198, - [SMALL_STATE(1785)] = 100213, - [SMALL_STATE(1786)] = 100234, - [SMALL_STATE(1787)] = 100249, - [SMALL_STATE(1788)] = 100266, - [SMALL_STATE(1789)] = 100283, + [SMALL_STATE(1785)] = 100219, + [SMALL_STATE(1786)] = 100232, + [SMALL_STATE(1787)] = 100251, + [SMALL_STATE(1788)] = 100264, + [SMALL_STATE(1789)] = 100285, [SMALL_STATE(1790)] = 100306, - [SMALL_STATE(1791)] = 100323, - [SMALL_STATE(1792)] = 100344, - [SMALL_STATE(1793)] = 100361, - [SMALL_STATE(1794)] = 100382, - [SMALL_STATE(1795)] = 100395, - [SMALL_STATE(1796)] = 100416, - [SMALL_STATE(1797)] = 100439, - [SMALL_STATE(1798)] = 100456, - [SMALL_STATE(1799)] = 100477, - [SMALL_STATE(1800)] = 100498, - [SMALL_STATE(1801)] = 100519, - [SMALL_STATE(1802)] = 100536, - [SMALL_STATE(1803)] = 100553, - [SMALL_STATE(1804)] = 100574, - [SMALL_STATE(1805)] = 100595, - [SMALL_STATE(1806)] = 100612, - [SMALL_STATE(1807)] = 100633, - [SMALL_STATE(1808)] = 100654, - [SMALL_STATE(1809)] = 100671, - [SMALL_STATE(1810)] = 100694, - [SMALL_STATE(1811)] = 100711, - [SMALL_STATE(1812)] = 100728, - [SMALL_STATE(1813)] = 100741, - [SMALL_STATE(1814)] = 100754, - [SMALL_STATE(1815)] = 100775, + [SMALL_STATE(1791)] = 100327, + [SMALL_STATE(1792)] = 100348, + [SMALL_STATE(1793)] = 100365, + [SMALL_STATE(1794)] = 100386, + [SMALL_STATE(1795)] = 100407, + [SMALL_STATE(1796)] = 100428, + [SMALL_STATE(1797)] = 100449, + [SMALL_STATE(1798)] = 100466, + [SMALL_STATE(1799)] = 100483, + [SMALL_STATE(1800)] = 100496, + [SMALL_STATE(1801)] = 100511, + [SMALL_STATE(1802)] = 100534, + [SMALL_STATE(1803)] = 100557, + [SMALL_STATE(1804)] = 100580, + [SMALL_STATE(1805)] = 100601, + [SMALL_STATE(1806)] = 100618, + [SMALL_STATE(1807)] = 100639, + [SMALL_STATE(1808)] = 100652, + [SMALL_STATE(1809)] = 100673, + [SMALL_STATE(1810)] = 100686, + [SMALL_STATE(1811)] = 100707, + [SMALL_STATE(1812)] = 100724, + [SMALL_STATE(1813)] = 100745, + [SMALL_STATE(1814)] = 100762, + [SMALL_STATE(1815)] = 100779, [SMALL_STATE(1816)] = 100796, - [SMALL_STATE(1817)] = 100813, + [SMALL_STATE(1817)] = 100811, [SMALL_STATE(1818)] = 100828, - [SMALL_STATE(1819)] = 100845, - [SMALL_STATE(1820)] = 100860, - [SMALL_STATE(1821)] = 100877, - [SMALL_STATE(1822)] = 100892, - [SMALL_STATE(1823)] = 100913, - [SMALL_STATE(1824)] = 100930, - [SMALL_STATE(1825)] = 100951, - [SMALL_STATE(1826)] = 100968, - [SMALL_STATE(1827)] = 100985, - [SMALL_STATE(1828)] = 101000, - [SMALL_STATE(1829)] = 101017, - [SMALL_STATE(1830)] = 101034, - [SMALL_STATE(1831)] = 101051, - [SMALL_STATE(1832)] = 101068, - [SMALL_STATE(1833)] = 101089, - [SMALL_STATE(1834)] = 101112, - [SMALL_STATE(1835)] = 101125, - [SMALL_STATE(1836)] = 101146, - [SMALL_STATE(1837)] = 101163, - [SMALL_STATE(1838)] = 101176, - [SMALL_STATE(1839)] = 101197, - [SMALL_STATE(1840)] = 101220, - [SMALL_STATE(1841)] = 101241, - [SMALL_STATE(1842)] = 101254, - [SMALL_STATE(1843)] = 101275, - [SMALL_STATE(1844)] = 101296, - [SMALL_STATE(1845)] = 101317, - [SMALL_STATE(1846)] = 101334, - [SMALL_STATE(1847)] = 101355, - [SMALL_STATE(1848)] = 101376, - [SMALL_STATE(1849)] = 101389, - [SMALL_STATE(1850)] = 101406, - [SMALL_STATE(1851)] = 101423, - [SMALL_STATE(1852)] = 101436, - [SMALL_STATE(1853)] = 101455, - [SMALL_STATE(1854)] = 101468, - [SMALL_STATE(1855)] = 101485, - [SMALL_STATE(1856)] = 101502, - [SMALL_STATE(1857)] = 101515, - [SMALL_STATE(1858)] = 101532, - [SMALL_STATE(1859)] = 101545, - [SMALL_STATE(1860)] = 101566, - [SMALL_STATE(1861)] = 101583, - [SMALL_STATE(1862)] = 101600, - [SMALL_STATE(1863)] = 101613, - [SMALL_STATE(1864)] = 101628, - [SMALL_STATE(1865)] = 101645, - [SMALL_STATE(1866)] = 101658, - [SMALL_STATE(1867)] = 101675, - [SMALL_STATE(1868)] = 101690, - [SMALL_STATE(1869)] = 101711, + [SMALL_STATE(1819)] = 100849, + [SMALL_STATE(1820)] = 100866, + [SMALL_STATE(1821)] = 100887, + [SMALL_STATE(1822)] = 100902, + [SMALL_STATE(1823)] = 100915, + [SMALL_STATE(1824)] = 100928, + [SMALL_STATE(1825)] = 100945, + [SMALL_STATE(1826)] = 100966, + [SMALL_STATE(1827)] = 100983, + [SMALL_STATE(1828)] = 100998, + [SMALL_STATE(1829)] = 101013, + [SMALL_STATE(1830)] = 101030, + [SMALL_STATE(1831)] = 101047, + [SMALL_STATE(1832)] = 101064, + [SMALL_STATE(1833)] = 101085, + [SMALL_STATE(1834)] = 101108, + [SMALL_STATE(1835)] = 101131, + [SMALL_STATE(1836)] = 101148, + [SMALL_STATE(1837)] = 101161, + [SMALL_STATE(1838)] = 101178, + [SMALL_STATE(1839)] = 101191, + [SMALL_STATE(1840)] = 101212, + [SMALL_STATE(1841)] = 101227, + [SMALL_STATE(1842)] = 101248, + [SMALL_STATE(1843)] = 101269, + [SMALL_STATE(1844)] = 101282, + [SMALL_STATE(1845)] = 101295, + [SMALL_STATE(1846)] = 101316, + [SMALL_STATE(1847)] = 101333, + [SMALL_STATE(1848)] = 101350, + [SMALL_STATE(1849)] = 101371, + [SMALL_STATE(1850)] = 101388, + [SMALL_STATE(1851)] = 101405, + [SMALL_STATE(1852)] = 101422, + [SMALL_STATE(1853)] = 101439, + [SMALL_STATE(1854)] = 101460, + [SMALL_STATE(1855)] = 101481, + [SMALL_STATE(1856)] = 101494, + [SMALL_STATE(1857)] = 101511, + [SMALL_STATE(1858)] = 101524, + [SMALL_STATE(1859)] = 101543, + [SMALL_STATE(1860)] = 101556, + [SMALL_STATE(1861)] = 101573, + [SMALL_STATE(1862)] = 101590, + [SMALL_STATE(1863)] = 101607, + [SMALL_STATE(1864)] = 101620, + [SMALL_STATE(1865)] = 101641, + [SMALL_STATE(1866)] = 101654, + [SMALL_STATE(1867)] = 101671, + [SMALL_STATE(1868)] = 101692, + [SMALL_STATE(1869)] = 101707, [SMALL_STATE(1870)] = 101724, - [SMALL_STATE(1871)] = 101741, - [SMALL_STATE(1872)] = 101754, - [SMALL_STATE(1873)] = 101767, - [SMALL_STATE(1874)] = 101780, - [SMALL_STATE(1875)] = 101803, - [SMALL_STATE(1876)] = 101820, - [SMALL_STATE(1877)] = 101841, - [SMALL_STATE(1878)] = 101862, - [SMALL_STATE(1879)] = 101881, - [SMALL_STATE(1880)] = 101894, + [SMALL_STATE(1871)] = 101737, + [SMALL_STATE(1872)] = 101750, + [SMALL_STATE(1873)] = 101771, + [SMALL_STATE(1874)] = 101784, + [SMALL_STATE(1875)] = 101799, + [SMALL_STATE(1876)] = 101816, + [SMALL_STATE(1877)] = 101829, + [SMALL_STATE(1878)] = 101852, + [SMALL_STATE(1879)] = 101873, + [SMALL_STATE(1880)] = 101890, [SMALL_STATE(1881)] = 101907, [SMALL_STATE(1882)] = 101924, - [SMALL_STATE(1883)] = 101945, - [SMALL_STATE(1884)] = 101968, - [SMALL_STATE(1885)] = 101989, - [SMALL_STATE(1886)] = 102002, - [SMALL_STATE(1887)] = 102023, - [SMALL_STATE(1888)] = 102036, - [SMALL_STATE(1889)] = 102053, + [SMALL_STATE(1883)] = 101941, + [SMALL_STATE(1884)] = 101958, + [SMALL_STATE(1885)] = 101975, + [SMALL_STATE(1886)] = 101996, + [SMALL_STATE(1887)] = 102009, + [SMALL_STATE(1888)] = 102022, + [SMALL_STATE(1889)] = 102043, [SMALL_STATE(1890)] = 102066, - [SMALL_STATE(1891)] = 102078, - [SMALL_STATE(1892)] = 102090, - [SMALL_STATE(1893)] = 102110, - [SMALL_STATE(1894)] = 102126, - [SMALL_STATE(1895)] = 102138, - [SMALL_STATE(1896)] = 102150, - [SMALL_STATE(1897)] = 102162, - [SMALL_STATE(1898)] = 102178, - [SMALL_STATE(1899)] = 102192, - [SMALL_STATE(1900)] = 102208, - [SMALL_STATE(1901)] = 102220, - [SMALL_STATE(1902)] = 102232, - [SMALL_STATE(1903)] = 102250, - [SMALL_STATE(1904)] = 102270, - [SMALL_STATE(1905)] = 102290, - [SMALL_STATE(1906)] = 102302, - [SMALL_STATE(1907)] = 102314, - [SMALL_STATE(1908)] = 102326, - [SMALL_STATE(1909)] = 102346, - [SMALL_STATE(1910)] = 102358, - [SMALL_STATE(1911)] = 102370, - [SMALL_STATE(1912)] = 102382, - [SMALL_STATE(1913)] = 102394, - [SMALL_STATE(1914)] = 102406, - [SMALL_STATE(1915)] = 102418, - [SMALL_STATE(1916)] = 102436, - [SMALL_STATE(1917)] = 102452, - [SMALL_STATE(1918)] = 102464, - [SMALL_STATE(1919)] = 102476, - [SMALL_STATE(1920)] = 102488, - [SMALL_STATE(1921)] = 102508, - [SMALL_STATE(1922)] = 102520, - [SMALL_STATE(1923)] = 102532, - [SMALL_STATE(1924)] = 102544, - [SMALL_STATE(1925)] = 102556, - [SMALL_STATE(1926)] = 102576, - [SMALL_STATE(1927)] = 102588, - [SMALL_STATE(1928)] = 102608, - [SMALL_STATE(1929)] = 102624, - [SMALL_STATE(1930)] = 102636, - [SMALL_STATE(1931)] = 102648, - [SMALL_STATE(1932)] = 102666, - [SMALL_STATE(1933)] = 102678, - [SMALL_STATE(1934)] = 102698, - [SMALL_STATE(1935)] = 102710, - [SMALL_STATE(1936)] = 102728, - [SMALL_STATE(1937)] = 102740, - [SMALL_STATE(1938)] = 102754, - [SMALL_STATE(1939)] = 102770, - [SMALL_STATE(1940)] = 102788, - [SMALL_STATE(1941)] = 102800, - [SMALL_STATE(1942)] = 102812, - [SMALL_STATE(1943)] = 102824, - [SMALL_STATE(1944)] = 102842, - [SMALL_STATE(1945)] = 102862, - [SMALL_STATE(1946)] = 102880, - [SMALL_STATE(1947)] = 102892, - [SMALL_STATE(1948)] = 102910, - [SMALL_STATE(1949)] = 102922, - [SMALL_STATE(1950)] = 102934, - [SMALL_STATE(1951)] = 102946, - [SMALL_STATE(1952)] = 102966, - [SMALL_STATE(1953)] = 102986, - [SMALL_STATE(1954)] = 103006, - [SMALL_STATE(1955)] = 103026, - [SMALL_STATE(1956)] = 103038, - [SMALL_STATE(1957)] = 103056, - [SMALL_STATE(1958)] = 103068, - [SMALL_STATE(1959)] = 103082, - [SMALL_STATE(1960)] = 103098, - [SMALL_STATE(1961)] = 103110, - [SMALL_STATE(1962)] = 103122, - [SMALL_STATE(1963)] = 103142, - [SMALL_STATE(1964)] = 103154, - [SMALL_STATE(1965)] = 103170, - [SMALL_STATE(1966)] = 103186, - [SMALL_STATE(1967)] = 103200, - [SMALL_STATE(1968)] = 103216, - [SMALL_STATE(1969)] = 103236, - [SMALL_STATE(1970)] = 103248, - [SMALL_STATE(1971)] = 103268, - [SMALL_STATE(1972)] = 103288, - [SMALL_STATE(1973)] = 103306, - [SMALL_STATE(1974)] = 103324, - [SMALL_STATE(1975)] = 103336, - [SMALL_STATE(1976)] = 103352, - [SMALL_STATE(1977)] = 103372, - [SMALL_STATE(1978)] = 103392, - [SMALL_STATE(1979)] = 103412, - [SMALL_STATE(1980)] = 103424, - [SMALL_STATE(1981)] = 103436, - [SMALL_STATE(1982)] = 103448, - [SMALL_STATE(1983)] = 103460, - [SMALL_STATE(1984)] = 103480, - [SMALL_STATE(1985)] = 103500, - [SMALL_STATE(1986)] = 103520, - [SMALL_STATE(1987)] = 103540, - [SMALL_STATE(1988)] = 103552, - [SMALL_STATE(1989)] = 103564, - [SMALL_STATE(1990)] = 103580, - [SMALL_STATE(1991)] = 103594, - [SMALL_STATE(1992)] = 103610, - [SMALL_STATE(1993)] = 103630, - [SMALL_STATE(1994)] = 103644, - [SMALL_STATE(1995)] = 103662, - [SMALL_STATE(1996)] = 103674, - [SMALL_STATE(1997)] = 103690, - [SMALL_STATE(1998)] = 103706, - [SMALL_STATE(1999)] = 103724, - [SMALL_STATE(2000)] = 103744, - [SMALL_STATE(2001)] = 103762, - [SMALL_STATE(2002)] = 103782, - [SMALL_STATE(2003)] = 103800, - [SMALL_STATE(2004)] = 103820, - [SMALL_STATE(2005)] = 103832, - [SMALL_STATE(2006)] = 103844, + [SMALL_STATE(1891)] = 102086, + [SMALL_STATE(1892)] = 102098, + [SMALL_STATE(1893)] = 102118, + [SMALL_STATE(1894)] = 102136, + [SMALL_STATE(1895)] = 102154, + [SMALL_STATE(1896)] = 102170, + [SMALL_STATE(1897)] = 102186, + [SMALL_STATE(1898)] = 102206, + [SMALL_STATE(1899)] = 102222, + [SMALL_STATE(1900)] = 102234, + [SMALL_STATE(1901)] = 102246, + [SMALL_STATE(1902)] = 102260, + [SMALL_STATE(1903)] = 102276, + [SMALL_STATE(1904)] = 102288, + [SMALL_STATE(1905)] = 102300, + [SMALL_STATE(1906)] = 102320, + [SMALL_STATE(1907)] = 102338, + [SMALL_STATE(1908)] = 102350, + [SMALL_STATE(1909)] = 102362, + [SMALL_STATE(1910)] = 102374, + [SMALL_STATE(1911)] = 102394, + [SMALL_STATE(1912)] = 102414, + [SMALL_STATE(1913)] = 102426, + [SMALL_STATE(1914)] = 102438, + [SMALL_STATE(1915)] = 102450, + [SMALL_STATE(1916)] = 102462, + [SMALL_STATE(1917)] = 102474, + [SMALL_STATE(1918)] = 102486, + [SMALL_STATE(1919)] = 102502, + [SMALL_STATE(1920)] = 102514, + [SMALL_STATE(1921)] = 102534, + [SMALL_STATE(1922)] = 102554, + [SMALL_STATE(1923)] = 102566, + [SMALL_STATE(1924)] = 102578, + [SMALL_STATE(1925)] = 102596, + [SMALL_STATE(1926)] = 102608, + [SMALL_STATE(1927)] = 102620, + [SMALL_STATE(1928)] = 102632, + [SMALL_STATE(1929)] = 102648, + [SMALL_STATE(1930)] = 102660, + [SMALL_STATE(1931)] = 102678, + [SMALL_STATE(1932)] = 102692, + [SMALL_STATE(1933)] = 102712, + [SMALL_STATE(1934)] = 102724, + [SMALL_STATE(1935)] = 102740, + [SMALL_STATE(1936)] = 102758, + [SMALL_STATE(1937)] = 102770, + [SMALL_STATE(1938)] = 102790, + [SMALL_STATE(1939)] = 102802, + [SMALL_STATE(1940)] = 102814, + [SMALL_STATE(1941)] = 102834, + [SMALL_STATE(1942)] = 102852, + [SMALL_STATE(1943)] = 102864, + [SMALL_STATE(1944)] = 102876, + [SMALL_STATE(1945)] = 102890, + [SMALL_STATE(1946)] = 102902, + [SMALL_STATE(1947)] = 102914, + [SMALL_STATE(1948)] = 102926, + [SMALL_STATE(1949)] = 102946, + [SMALL_STATE(1950)] = 102966, + [SMALL_STATE(1951)] = 102986, + [SMALL_STATE(1952)] = 103004, + [SMALL_STATE(1953)] = 103024, + [SMALL_STATE(1954)] = 103042, + [SMALL_STATE(1955)] = 103054, + [SMALL_STATE(1956)] = 103074, + [SMALL_STATE(1957)] = 103094, + [SMALL_STATE(1958)] = 103106, + [SMALL_STATE(1959)] = 103126, + [SMALL_STATE(1960)] = 103138, + [SMALL_STATE(1961)] = 103150, + [SMALL_STATE(1962)] = 103162, + [SMALL_STATE(1963)] = 103180, + [SMALL_STATE(1964)] = 103192, + [SMALL_STATE(1965)] = 103206, + [SMALL_STATE(1966)] = 103222, + [SMALL_STATE(1967)] = 103236, + [SMALL_STATE(1968)] = 103252, + [SMALL_STATE(1969)] = 103272, + [SMALL_STATE(1970)] = 103284, + [SMALL_STATE(1971)] = 103304, + [SMALL_STATE(1972)] = 103316, + [SMALL_STATE(1973)] = 103328, + [SMALL_STATE(1974)] = 103340, + [SMALL_STATE(1975)] = 103356, + [SMALL_STATE(1976)] = 103368, + [SMALL_STATE(1977)] = 103386, + [SMALL_STATE(1978)] = 103402, + [SMALL_STATE(1979)] = 103416, + [SMALL_STATE(1980)] = 103432, + [SMALL_STATE(1981)] = 103452, + [SMALL_STATE(1982)] = 103472, + [SMALL_STATE(1983)] = 103492, + [SMALL_STATE(1984)] = 103510, + [SMALL_STATE(1985)] = 103526, + [SMALL_STATE(1986)] = 103538, + [SMALL_STATE(1987)] = 103558, + [SMALL_STATE(1988)] = 103578, + [SMALL_STATE(1989)] = 103598, + [SMALL_STATE(1990)] = 103610, + [SMALL_STATE(1991)] = 103622, + [SMALL_STATE(1992)] = 103640, + [SMALL_STATE(1993)] = 103660, + [SMALL_STATE(1994)] = 103678, + [SMALL_STATE(1995)] = 103690, + [SMALL_STATE(1996)] = 103708, + [SMALL_STATE(1997)] = 103726, + [SMALL_STATE(1998)] = 103746, + [SMALL_STATE(1999)] = 103758, + [SMALL_STATE(2000)] = 103770, + [SMALL_STATE(2001)] = 103786, + [SMALL_STATE(2002)] = 103802, + [SMALL_STATE(2003)] = 103814, + [SMALL_STATE(2004)] = 103826, + [SMALL_STATE(2005)] = 103838, + [SMALL_STATE(2006)] = 103850, [SMALL_STATE(2007)] = 103862, - [SMALL_STATE(2008)] = 103879, - [SMALL_STATE(2009)] = 103896, + [SMALL_STATE(2008)] = 103873, + [SMALL_STATE(2009)] = 103890, [SMALL_STATE(2010)] = 103907, [SMALL_STATE(2011)] = 103922, [SMALL_STATE(2012)] = 103933, - [SMALL_STATE(2013)] = 103948, - [SMALL_STATE(2014)] = 103959, - [SMALL_STATE(2015)] = 103970, - [SMALL_STATE(2016)] = 103981, - [SMALL_STATE(2017)] = 103992, - [SMALL_STATE(2018)] = 104009, - [SMALL_STATE(2019)] = 104020, - [SMALL_STATE(2020)] = 104031, - [SMALL_STATE(2021)] = 104042, - [SMALL_STATE(2022)] = 104053, - [SMALL_STATE(2023)] = 104064, - [SMALL_STATE(2024)] = 104075, - [SMALL_STATE(2025)] = 104086, - [SMALL_STATE(2026)] = 104097, - [SMALL_STATE(2027)] = 104108, - [SMALL_STATE(2028)] = 104119, - [SMALL_STATE(2029)] = 104130, - [SMALL_STATE(2030)] = 104141, - [SMALL_STATE(2031)] = 104156, - [SMALL_STATE(2032)] = 104167, - [SMALL_STATE(2033)] = 104178, - [SMALL_STATE(2034)] = 104193, - [SMALL_STATE(2035)] = 104204, - [SMALL_STATE(2036)] = 104215, - [SMALL_STATE(2037)] = 104226, - [SMALL_STATE(2038)] = 104241, - [SMALL_STATE(2039)] = 104252, - [SMALL_STATE(2040)] = 104265, - [SMALL_STATE(2041)] = 104276, - [SMALL_STATE(2042)] = 104287, - [SMALL_STATE(2043)] = 104298, - [SMALL_STATE(2044)] = 104309, - [SMALL_STATE(2045)] = 104320, - [SMALL_STATE(2046)] = 104331, - [SMALL_STATE(2047)] = 104342, - [SMALL_STATE(2048)] = 104357, - [SMALL_STATE(2049)] = 104374, - [SMALL_STATE(2050)] = 104391, - [SMALL_STATE(2051)] = 104402, - [SMALL_STATE(2052)] = 104413, - [SMALL_STATE(2053)] = 104424, - [SMALL_STATE(2054)] = 104435, - [SMALL_STATE(2055)] = 104446, - [SMALL_STATE(2056)] = 104463, - [SMALL_STATE(2057)] = 104474, - [SMALL_STATE(2058)] = 104485, - [SMALL_STATE(2059)] = 104496, - [SMALL_STATE(2060)] = 104507, - [SMALL_STATE(2061)] = 104518, - [SMALL_STATE(2062)] = 104529, - [SMALL_STATE(2063)] = 104540, - [SMALL_STATE(2064)] = 104551, - [SMALL_STATE(2065)] = 104568, - [SMALL_STATE(2066)] = 104583, - [SMALL_STATE(2067)] = 104594, - [SMALL_STATE(2068)] = 104605, - [SMALL_STATE(2069)] = 104622, - [SMALL_STATE(2070)] = 104637, - [SMALL_STATE(2071)] = 104648, - [SMALL_STATE(2072)] = 104665, - [SMALL_STATE(2073)] = 104680, - [SMALL_STATE(2074)] = 104691, - [SMALL_STATE(2075)] = 104702, - [SMALL_STATE(2076)] = 104717, - [SMALL_STATE(2077)] = 104728, - [SMALL_STATE(2078)] = 104743, - [SMALL_STATE(2079)] = 104754, - [SMALL_STATE(2080)] = 104767, - [SMALL_STATE(2081)] = 104784, - [SMALL_STATE(2082)] = 104799, - [SMALL_STATE(2083)] = 104816, - [SMALL_STATE(2084)] = 104833, - [SMALL_STATE(2085)] = 104850, - [SMALL_STATE(2086)] = 104861, - [SMALL_STATE(2087)] = 104878, - [SMALL_STATE(2088)] = 104895, - [SMALL_STATE(2089)] = 104906, - [SMALL_STATE(2090)] = 104917, - [SMALL_STATE(2091)] = 104934, - [SMALL_STATE(2092)] = 104949, - [SMALL_STATE(2093)] = 104966, - [SMALL_STATE(2094)] = 104981, - [SMALL_STATE(2095)] = 104998, - [SMALL_STATE(2096)] = 105015, - [SMALL_STATE(2097)] = 105032, - [SMALL_STATE(2098)] = 105049, - [SMALL_STATE(2099)] = 105060, - [SMALL_STATE(2100)] = 105075, - [SMALL_STATE(2101)] = 105086, - [SMALL_STATE(2102)] = 105103, - [SMALL_STATE(2103)] = 105120, - [SMALL_STATE(2104)] = 105137, - [SMALL_STATE(2105)] = 105154, - [SMALL_STATE(2106)] = 105169, - [SMALL_STATE(2107)] = 105184, - [SMALL_STATE(2108)] = 105199, - [SMALL_STATE(2109)] = 105212, - [SMALL_STATE(2110)] = 105223, - [SMALL_STATE(2111)] = 105240, - [SMALL_STATE(2112)] = 105255, - [SMALL_STATE(2113)] = 105272, - [SMALL_STATE(2114)] = 105289, + [SMALL_STATE(2013)] = 103950, + [SMALL_STATE(2014)] = 103961, + [SMALL_STATE(2015)] = 103978, + [SMALL_STATE(2016)] = 103989, + [SMALL_STATE(2017)] = 104000, + [SMALL_STATE(2018)] = 104015, + [SMALL_STATE(2019)] = 104026, + [SMALL_STATE(2020)] = 104043, + [SMALL_STATE(2021)] = 104054, + [SMALL_STATE(2022)] = 104071, + [SMALL_STATE(2023)] = 104088, + [SMALL_STATE(2024)] = 104105, + [SMALL_STATE(2025)] = 104116, + [SMALL_STATE(2026)] = 104127, + [SMALL_STATE(2027)] = 104142, + [SMALL_STATE(2028)] = 104157, + [SMALL_STATE(2029)] = 104172, + [SMALL_STATE(2030)] = 104183, + [SMALL_STATE(2031)] = 104194, + [SMALL_STATE(2032)] = 104205, + [SMALL_STATE(2033)] = 104222, + [SMALL_STATE(2034)] = 104233, + [SMALL_STATE(2035)] = 104248, + [SMALL_STATE(2036)] = 104263, + [SMALL_STATE(2037)] = 104280, + [SMALL_STATE(2038)] = 104295, + [SMALL_STATE(2039)] = 104306, + [SMALL_STATE(2040)] = 104317, + [SMALL_STATE(2041)] = 104328, + [SMALL_STATE(2042)] = 104345, + [SMALL_STATE(2043)] = 104362, + [SMALL_STATE(2044)] = 104377, + [SMALL_STATE(2045)] = 104392, + [SMALL_STATE(2046)] = 104403, + [SMALL_STATE(2047)] = 104414, + [SMALL_STATE(2048)] = 104425, + [SMALL_STATE(2049)] = 104436, + [SMALL_STATE(2050)] = 104453, + [SMALL_STATE(2051)] = 104464, + [SMALL_STATE(2052)] = 104475, + [SMALL_STATE(2053)] = 104486, + [SMALL_STATE(2054)] = 104503, + [SMALL_STATE(2055)] = 104520, + [SMALL_STATE(2056)] = 104531, + [SMALL_STATE(2057)] = 104548, + [SMALL_STATE(2058)] = 104563, + [SMALL_STATE(2059)] = 104574, + [SMALL_STATE(2060)] = 104585, + [SMALL_STATE(2061)] = 104596, + [SMALL_STATE(2062)] = 104613, + [SMALL_STATE(2063)] = 104624, + [SMALL_STATE(2064)] = 104635, + [SMALL_STATE(2065)] = 104646, + [SMALL_STATE(2066)] = 104657, + [SMALL_STATE(2067)] = 104668, + [SMALL_STATE(2068)] = 104679, + [SMALL_STATE(2069)] = 104692, + [SMALL_STATE(2070)] = 104709, + [SMALL_STATE(2071)] = 104722, + [SMALL_STATE(2072)] = 104733, + [SMALL_STATE(2073)] = 104746, + [SMALL_STATE(2074)] = 104757, + [SMALL_STATE(2075)] = 104768, + [SMALL_STATE(2076)] = 104779, + [SMALL_STATE(2077)] = 104790, + [SMALL_STATE(2078)] = 104801, + [SMALL_STATE(2079)] = 104812, + [SMALL_STATE(2080)] = 104823, + [SMALL_STATE(2081)] = 104838, + [SMALL_STATE(2082)] = 104849, + [SMALL_STATE(2083)] = 104860, + [SMALL_STATE(2084)] = 104875, + [SMALL_STATE(2085)] = 104886, + [SMALL_STATE(2086)] = 104897, + [SMALL_STATE(2087)] = 104912, + [SMALL_STATE(2088)] = 104923, + [SMALL_STATE(2089)] = 104934, + [SMALL_STATE(2090)] = 104951, + [SMALL_STATE(2091)] = 104962, + [SMALL_STATE(2092)] = 104977, + [SMALL_STATE(2093)] = 104994, + [SMALL_STATE(2094)] = 105005, + [SMALL_STATE(2095)] = 105020, + [SMALL_STATE(2096)] = 105031, + [SMALL_STATE(2097)] = 105042, + [SMALL_STATE(2098)] = 105057, + [SMALL_STATE(2099)] = 105068, + [SMALL_STATE(2100)] = 105079, + [SMALL_STATE(2101)] = 105096, + [SMALL_STATE(2102)] = 105113, + [SMALL_STATE(2103)] = 105124, + [SMALL_STATE(2104)] = 105141, + [SMALL_STATE(2105)] = 105152, + [SMALL_STATE(2106)] = 105163, + [SMALL_STATE(2107)] = 105174, + [SMALL_STATE(2108)] = 105185, + [SMALL_STATE(2109)] = 105202, + [SMALL_STATE(2110)] = 105217, + [SMALL_STATE(2111)] = 105234, + [SMALL_STATE(2112)] = 105251, + [SMALL_STATE(2113)] = 105268, + [SMALL_STATE(2114)] = 105283, [SMALL_STATE(2115)] = 105300, - [SMALL_STATE(2116)] = 105317, - [SMALL_STATE(2117)] = 105334, - [SMALL_STATE(2118)] = 105349, - [SMALL_STATE(2119)] = 105360, - [SMALL_STATE(2120)] = 105371, - [SMALL_STATE(2121)] = 105388, - [SMALL_STATE(2122)] = 105399, + [SMALL_STATE(2116)] = 105315, + [SMALL_STATE(2117)] = 105326, + [SMALL_STATE(2118)] = 105337, + [SMALL_STATE(2119)] = 105354, + [SMALL_STATE(2120)] = 105365, + [SMALL_STATE(2121)] = 105382, + [SMALL_STATE(2122)] = 105393, [SMALL_STATE(2123)] = 105410, [SMALL_STATE(2124)] = 105427, [SMALL_STATE(2125)] = 105438, @@ -120944,529 +120935,528 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2128)] = 105480, [SMALL_STATE(2129)] = 105494, [SMALL_STATE(2130)] = 105508, - [SMALL_STATE(2131)] = 105522, - [SMALL_STATE(2132)] = 105536, - [SMALL_STATE(2133)] = 105550, - [SMALL_STATE(2134)] = 105564, - [SMALL_STATE(2135)] = 105578, - [SMALL_STATE(2136)] = 105592, - [SMALL_STATE(2137)] = 105606, - [SMALL_STATE(2138)] = 105618, - [SMALL_STATE(2139)] = 105632, - [SMALL_STATE(2140)] = 105644, - [SMALL_STATE(2141)] = 105658, - [SMALL_STATE(2142)] = 105672, - [SMALL_STATE(2143)] = 105686, - [SMALL_STATE(2144)] = 105700, - [SMALL_STATE(2145)] = 105714, - [SMALL_STATE(2146)] = 105726, - [SMALL_STATE(2147)] = 105738, - [SMALL_STATE(2148)] = 105752, - [SMALL_STATE(2149)] = 105766, - [SMALL_STATE(2150)] = 105776, + [SMALL_STATE(2131)] = 105518, + [SMALL_STATE(2132)] = 105532, + [SMALL_STATE(2133)] = 105546, + [SMALL_STATE(2134)] = 105558, + [SMALL_STATE(2135)] = 105572, + [SMALL_STATE(2136)] = 105586, + [SMALL_STATE(2137)] = 105596, + [SMALL_STATE(2138)] = 105610, + [SMALL_STATE(2139)] = 105624, + [SMALL_STATE(2140)] = 105638, + [SMALL_STATE(2141)] = 105652, + [SMALL_STATE(2142)] = 105666, + [SMALL_STATE(2143)] = 105680, + [SMALL_STATE(2144)] = 105694, + [SMALL_STATE(2145)] = 105708, + [SMALL_STATE(2146)] = 105720, + [SMALL_STATE(2147)] = 105734, + [SMALL_STATE(2148)] = 105746, + [SMALL_STATE(2149)] = 105760, + [SMALL_STATE(2150)] = 105774, [SMALL_STATE(2151)] = 105788, [SMALL_STATE(2152)] = 105802, - [SMALL_STATE(2153)] = 105814, + [SMALL_STATE(2153)] = 105816, [SMALL_STATE(2154)] = 105828, - [SMALL_STATE(2155)] = 105840, - [SMALL_STATE(2156)] = 105854, + [SMALL_STATE(2155)] = 105842, + [SMALL_STATE(2156)] = 105856, [SMALL_STATE(2157)] = 105868, [SMALL_STATE(2158)] = 105882, - [SMALL_STATE(2159)] = 105896, - [SMALL_STATE(2160)] = 105910, - [SMALL_STATE(2161)] = 105924, - [SMALL_STATE(2162)] = 105938, - [SMALL_STATE(2163)] = 105952, - [SMALL_STATE(2164)] = 105966, - [SMALL_STATE(2165)] = 105980, - [SMALL_STATE(2166)] = 105994, - [SMALL_STATE(2167)] = 106008, - [SMALL_STATE(2168)] = 106018, - [SMALL_STATE(2169)] = 106028, - [SMALL_STATE(2170)] = 106040, - [SMALL_STATE(2171)] = 106054, - [SMALL_STATE(2172)] = 106068, - [SMALL_STATE(2173)] = 106082, + [SMALL_STATE(2159)] = 105892, + [SMALL_STATE(2160)] = 105906, + [SMALL_STATE(2161)] = 105920, + [SMALL_STATE(2162)] = 105932, + [SMALL_STATE(2163)] = 105946, + [SMALL_STATE(2164)] = 105960, + [SMALL_STATE(2165)] = 105974, + [SMALL_STATE(2166)] = 105988, + [SMALL_STATE(2167)] = 106002, + [SMALL_STATE(2168)] = 106016, + [SMALL_STATE(2169)] = 106030, + [SMALL_STATE(2170)] = 106044, + [SMALL_STATE(2171)] = 106058, + [SMALL_STATE(2172)] = 106070, + [SMALL_STATE(2173)] = 106084, [SMALL_STATE(2174)] = 106096, [SMALL_STATE(2175)] = 106110, [SMALL_STATE(2176)] = 106124, - [SMALL_STATE(2177)] = 106138, - [SMALL_STATE(2178)] = 106152, - [SMALL_STATE(2179)] = 106166, - [SMALL_STATE(2180)] = 106180, - [SMALL_STATE(2181)] = 106194, - [SMALL_STATE(2182)] = 106208, - [SMALL_STATE(2183)] = 106222, - [SMALL_STATE(2184)] = 106236, - [SMALL_STATE(2185)] = 106246, + [SMALL_STATE(2177)] = 106136, + [SMALL_STATE(2178)] = 106150, + [SMALL_STATE(2179)] = 106164, + [SMALL_STATE(2180)] = 106178, + [SMALL_STATE(2181)] = 106192, + [SMALL_STATE(2182)] = 106206, + [SMALL_STATE(2183)] = 106220, + [SMALL_STATE(2184)] = 106234, + [SMALL_STATE(2185)] = 106248, [SMALL_STATE(2186)] = 106260, [SMALL_STATE(2187)] = 106274, - [SMALL_STATE(2188)] = 106288, - [SMALL_STATE(2189)] = 106302, - [SMALL_STATE(2190)] = 106316, - [SMALL_STATE(2191)] = 106330, - [SMALL_STATE(2192)] = 106344, - [SMALL_STATE(2193)] = 106358, - [SMALL_STATE(2194)] = 106372, - [SMALL_STATE(2195)] = 106386, - [SMALL_STATE(2196)] = 106400, - [SMALL_STATE(2197)] = 106414, - [SMALL_STATE(2198)] = 106428, - [SMALL_STATE(2199)] = 106442, - [SMALL_STATE(2200)] = 106456, - [SMALL_STATE(2201)] = 106470, - [SMALL_STATE(2202)] = 106484, - [SMALL_STATE(2203)] = 106498, - [SMALL_STATE(2204)] = 106512, - [SMALL_STATE(2205)] = 106526, - [SMALL_STATE(2206)] = 106540, - [SMALL_STATE(2207)] = 106552, - [SMALL_STATE(2208)] = 106566, - [SMALL_STATE(2209)] = 106580, - [SMALL_STATE(2210)] = 106594, - [SMALL_STATE(2211)] = 106608, - [SMALL_STATE(2212)] = 106622, - [SMALL_STATE(2213)] = 106632, - [SMALL_STATE(2214)] = 106646, - [SMALL_STATE(2215)] = 106660, - [SMALL_STATE(2216)] = 106674, - [SMALL_STATE(2217)] = 106688, - [SMALL_STATE(2218)] = 106702, - [SMALL_STATE(2219)] = 106716, - [SMALL_STATE(2220)] = 106730, - [SMALL_STATE(2221)] = 106744, - [SMALL_STATE(2222)] = 106758, - [SMALL_STATE(2223)] = 106772, - [SMALL_STATE(2224)] = 106786, - [SMALL_STATE(2225)] = 106800, - [SMALL_STATE(2226)] = 106814, - [SMALL_STATE(2227)] = 106828, - [SMALL_STATE(2228)] = 106842, - [SMALL_STATE(2229)] = 106856, - [SMALL_STATE(2230)] = 106870, - [SMALL_STATE(2231)] = 106884, - [SMALL_STATE(2232)] = 106898, - [SMALL_STATE(2233)] = 106912, - [SMALL_STATE(2234)] = 106926, - [SMALL_STATE(2235)] = 106940, - [SMALL_STATE(2236)] = 106954, - [SMALL_STATE(2237)] = 106968, - [SMALL_STATE(2238)] = 106982, - [SMALL_STATE(2239)] = 106996, - [SMALL_STATE(2240)] = 107008, - [SMALL_STATE(2241)] = 107022, - [SMALL_STATE(2242)] = 107036, - [SMALL_STATE(2243)] = 107050, - [SMALL_STATE(2244)] = 107064, - [SMALL_STATE(2245)] = 107078, - [SMALL_STATE(2246)] = 107088, - [SMALL_STATE(2247)] = 107102, - [SMALL_STATE(2248)] = 107116, - [SMALL_STATE(2249)] = 107130, - [SMALL_STATE(2250)] = 107144, - [SMALL_STATE(2251)] = 107158, - [SMALL_STATE(2252)] = 107172, - [SMALL_STATE(2253)] = 107186, - [SMALL_STATE(2254)] = 107200, - [SMALL_STATE(2255)] = 107214, - [SMALL_STATE(2256)] = 107228, - [SMALL_STATE(2257)] = 107242, - [SMALL_STATE(2258)] = 107256, - [SMALL_STATE(2259)] = 107270, - [SMALL_STATE(2260)] = 107282, - [SMALL_STATE(2261)] = 107292, - [SMALL_STATE(2262)] = 107306, - [SMALL_STATE(2263)] = 107320, - [SMALL_STATE(2264)] = 107334, + [SMALL_STATE(2188)] = 106284, + [SMALL_STATE(2189)] = 106298, + [SMALL_STATE(2190)] = 106312, + [SMALL_STATE(2191)] = 106326, + [SMALL_STATE(2192)] = 106340, + [SMALL_STATE(2193)] = 106354, + [SMALL_STATE(2194)] = 106368, + [SMALL_STATE(2195)] = 106382, + [SMALL_STATE(2196)] = 106392, + [SMALL_STATE(2197)] = 106406, + [SMALL_STATE(2198)] = 106420, + [SMALL_STATE(2199)] = 106434, + [SMALL_STATE(2200)] = 106448, + [SMALL_STATE(2201)] = 106462, + [SMALL_STATE(2202)] = 106476, + [SMALL_STATE(2203)] = 106490, + [SMALL_STATE(2204)] = 106504, + [SMALL_STATE(2205)] = 106516, + [SMALL_STATE(2206)] = 106530, + [SMALL_STATE(2207)] = 106544, + [SMALL_STATE(2208)] = 106558, + [SMALL_STATE(2209)] = 106572, + [SMALL_STATE(2210)] = 106586, + [SMALL_STATE(2211)] = 106600, + [SMALL_STATE(2212)] = 106614, + [SMALL_STATE(2213)] = 106628, + [SMALL_STATE(2214)] = 106642, + [SMALL_STATE(2215)] = 106652, + [SMALL_STATE(2216)] = 106666, + [SMALL_STATE(2217)] = 106680, + [SMALL_STATE(2218)] = 106694, + [SMALL_STATE(2219)] = 106708, + [SMALL_STATE(2220)] = 106722, + [SMALL_STATE(2221)] = 106736, + [SMALL_STATE(2222)] = 106750, + [SMALL_STATE(2223)] = 106762, + [SMALL_STATE(2224)] = 106776, + [SMALL_STATE(2225)] = 106790, + [SMALL_STATE(2226)] = 106804, + [SMALL_STATE(2227)] = 106818, + [SMALL_STATE(2228)] = 106832, + [SMALL_STATE(2229)] = 106846, + [SMALL_STATE(2230)] = 106860, + [SMALL_STATE(2231)] = 106874, + [SMALL_STATE(2232)] = 106888, + [SMALL_STATE(2233)] = 106902, + [SMALL_STATE(2234)] = 106916, + [SMALL_STATE(2235)] = 106930, + [SMALL_STATE(2236)] = 106944, + [SMALL_STATE(2237)] = 106958, + [SMALL_STATE(2238)] = 106972, + [SMALL_STATE(2239)] = 106986, + [SMALL_STATE(2240)] = 106998, + [SMALL_STATE(2241)] = 107010, + [SMALL_STATE(2242)] = 107024, + [SMALL_STATE(2243)] = 107038, + [SMALL_STATE(2244)] = 107052, + [SMALL_STATE(2245)] = 107066, + [SMALL_STATE(2246)] = 107080, + [SMALL_STATE(2247)] = 107094, + [SMALL_STATE(2248)] = 107108, + [SMALL_STATE(2249)] = 107122, + [SMALL_STATE(2250)] = 107136, + [SMALL_STATE(2251)] = 107150, + [SMALL_STATE(2252)] = 107164, + [SMALL_STATE(2253)] = 107178, + [SMALL_STATE(2254)] = 107192, + [SMALL_STATE(2255)] = 107206, + [SMALL_STATE(2256)] = 107220, + [SMALL_STATE(2257)] = 107234, + [SMALL_STATE(2258)] = 107248, + [SMALL_STATE(2259)] = 107262, + [SMALL_STATE(2260)] = 107276, + [SMALL_STATE(2261)] = 107290, + [SMALL_STATE(2262)] = 107304, + [SMALL_STATE(2263)] = 107318, + [SMALL_STATE(2264)] = 107332, [SMALL_STATE(2265)] = 107346, [SMALL_STATE(2266)] = 107360, [SMALL_STATE(2267)] = 107374, [SMALL_STATE(2268)] = 107388, - [SMALL_STATE(2269)] = 107400, - [SMALL_STATE(2270)] = 107414, - [SMALL_STATE(2271)] = 107428, - [SMALL_STATE(2272)] = 107440, - [SMALL_STATE(2273)] = 107454, - [SMALL_STATE(2274)] = 107466, + [SMALL_STATE(2269)] = 107402, + [SMALL_STATE(2270)] = 107416, + [SMALL_STATE(2271)] = 107430, + [SMALL_STATE(2272)] = 107442, + [SMALL_STATE(2273)] = 107456, + [SMALL_STATE(2274)] = 107470, [SMALL_STATE(2275)] = 107480, [SMALL_STATE(2276)] = 107494, [SMALL_STATE(2277)] = 107508, - [SMALL_STATE(2278)] = 107520, - [SMALL_STATE(2279)] = 107532, - [SMALL_STATE(2280)] = 107546, - [SMALL_STATE(2281)] = 107556, - [SMALL_STATE(2282)] = 107570, - [SMALL_STATE(2283)] = 107584, - [SMALL_STATE(2284)] = 107598, - [SMALL_STATE(2285)] = 107612, - [SMALL_STATE(2286)] = 107622, - [SMALL_STATE(2287)] = 107636, - [SMALL_STATE(2288)] = 107650, - [SMALL_STATE(2289)] = 107664, - [SMALL_STATE(2290)] = 107678, - [SMALL_STATE(2291)] = 107692, - [SMALL_STATE(2292)] = 107704, - [SMALL_STATE(2293)] = 107718, - [SMALL_STATE(2294)] = 107732, - [SMALL_STATE(2295)] = 107746, - [SMALL_STATE(2296)] = 107758, - [SMALL_STATE(2297)] = 107772, - [SMALL_STATE(2298)] = 107786, - [SMALL_STATE(2299)] = 107800, - [SMALL_STATE(2300)] = 107814, - [SMALL_STATE(2301)] = 107828, + [SMALL_STATE(2278)] = 107522, + [SMALL_STATE(2279)] = 107536, + [SMALL_STATE(2280)] = 107548, + [SMALL_STATE(2281)] = 107562, + [SMALL_STATE(2282)] = 107576, + [SMALL_STATE(2283)] = 107586, + [SMALL_STATE(2284)] = 107600, + [SMALL_STATE(2285)] = 107614, + [SMALL_STATE(2286)] = 107628, + [SMALL_STATE(2287)] = 107642, + [SMALL_STATE(2288)] = 107656, + [SMALL_STATE(2289)] = 107670, + [SMALL_STATE(2290)] = 107684, + [SMALL_STATE(2291)] = 107696, + [SMALL_STATE(2292)] = 107706, + [SMALL_STATE(2293)] = 107720, + [SMALL_STATE(2294)] = 107734, + [SMALL_STATE(2295)] = 107748, + [SMALL_STATE(2296)] = 107762, + [SMALL_STATE(2297)] = 107776, + [SMALL_STATE(2298)] = 107790, + [SMALL_STATE(2299)] = 107804, + [SMALL_STATE(2300)] = 107818, + [SMALL_STATE(2301)] = 107832, [SMALL_STATE(2302)] = 107842, - [SMALL_STATE(2303)] = 107854, - [SMALL_STATE(2304)] = 107864, - [SMALL_STATE(2305)] = 107878, - [SMALL_STATE(2306)] = 107890, - [SMALL_STATE(2307)] = 107904, - [SMALL_STATE(2308)] = 107918, - [SMALL_STATE(2309)] = 107932, - [SMALL_STATE(2310)] = 107946, - [SMALL_STATE(2311)] = 107960, - [SMALL_STATE(2312)] = 107974, - [SMALL_STATE(2313)] = 107988, - [SMALL_STATE(2314)] = 108000, - [SMALL_STATE(2315)] = 108014, - [SMALL_STATE(2316)] = 108028, - [SMALL_STATE(2317)] = 108042, - [SMALL_STATE(2318)] = 108056, - [SMALL_STATE(2319)] = 108070, - [SMALL_STATE(2320)] = 108084, - [SMALL_STATE(2321)] = 108098, - [SMALL_STATE(2322)] = 108112, - [SMALL_STATE(2323)] = 108126, - [SMALL_STATE(2324)] = 108140, - [SMALL_STATE(2325)] = 108154, - [SMALL_STATE(2326)] = 108168, + [SMALL_STATE(2303)] = 107856, + [SMALL_STATE(2304)] = 107868, + [SMALL_STATE(2305)] = 107882, + [SMALL_STATE(2306)] = 107894, + [SMALL_STATE(2307)] = 107908, + [SMALL_STATE(2308)] = 107922, + [SMALL_STATE(2309)] = 107934, + [SMALL_STATE(2310)] = 107948, + [SMALL_STATE(2311)] = 107962, + [SMALL_STATE(2312)] = 107976, + [SMALL_STATE(2313)] = 107990, + [SMALL_STATE(2314)] = 108004, + [SMALL_STATE(2315)] = 108018, + [SMALL_STATE(2316)] = 108032, + [SMALL_STATE(2317)] = 108046, + [SMALL_STATE(2318)] = 108060, + [SMALL_STATE(2319)] = 108074, + [SMALL_STATE(2320)] = 108088, + [SMALL_STATE(2321)] = 108102, + [SMALL_STATE(2322)] = 108116, + [SMALL_STATE(2323)] = 108130, + [SMALL_STATE(2324)] = 108144, + [SMALL_STATE(2325)] = 108158, + [SMALL_STATE(2326)] = 108172, [SMALL_STATE(2327)] = 108182, [SMALL_STATE(2328)] = 108196, [SMALL_STATE(2329)] = 108210, [SMALL_STATE(2330)] = 108224, [SMALL_STATE(2331)] = 108238, [SMALL_STATE(2332)] = 108252, - [SMALL_STATE(2333)] = 108262, - [SMALL_STATE(2334)] = 108276, - [SMALL_STATE(2335)] = 108290, - [SMALL_STATE(2336)] = 108304, - [SMALL_STATE(2337)] = 108318, - [SMALL_STATE(2338)] = 108332, - [SMALL_STATE(2339)] = 108346, - [SMALL_STATE(2340)] = 108360, - [SMALL_STATE(2341)] = 108374, - [SMALL_STATE(2342)] = 108388, - [SMALL_STATE(2343)] = 108402, - [SMALL_STATE(2344)] = 108416, - [SMALL_STATE(2345)] = 108430, - [SMALL_STATE(2346)] = 108440, - [SMALL_STATE(2347)] = 108450, - [SMALL_STATE(2348)] = 108464, + [SMALL_STATE(2333)] = 108266, + [SMALL_STATE(2334)] = 108278, + [SMALL_STATE(2335)] = 108288, + [SMALL_STATE(2336)] = 108300, + [SMALL_STATE(2337)] = 108314, + [SMALL_STATE(2338)] = 108328, + [SMALL_STATE(2339)] = 108340, + [SMALL_STATE(2340)] = 108354, + [SMALL_STATE(2341)] = 108364, + [SMALL_STATE(2342)] = 108378, + [SMALL_STATE(2343)] = 108392, + [SMALL_STATE(2344)] = 108406, + [SMALL_STATE(2345)] = 108420, + [SMALL_STATE(2346)] = 108434, + [SMALL_STATE(2347)] = 108448, + [SMALL_STATE(2348)] = 108462, [SMALL_STATE(2349)] = 108476, - [SMALL_STATE(2350)] = 108486, - [SMALL_STATE(2351)] = 108500, - [SMALL_STATE(2352)] = 108514, - [SMALL_STATE(2353)] = 108528, - [SMALL_STATE(2354)] = 108542, - [SMALL_STATE(2355)] = 108556, - [SMALL_STATE(2356)] = 108568, - [SMALL_STATE(2357)] = 108582, - [SMALL_STATE(2358)] = 108596, - [SMALL_STATE(2359)] = 108610, - [SMALL_STATE(2360)] = 108624, - [SMALL_STATE(2361)] = 108638, - [SMALL_STATE(2362)] = 108652, - [SMALL_STATE(2363)] = 108661, - [SMALL_STATE(2364)] = 108670, - [SMALL_STATE(2365)] = 108679, - [SMALL_STATE(2366)] = 108690, - [SMALL_STATE(2367)] = 108699, - [SMALL_STATE(2368)] = 108708, - [SMALL_STATE(2369)] = 108717, - [SMALL_STATE(2370)] = 108726, - [SMALL_STATE(2371)] = 108735, - [SMALL_STATE(2372)] = 108744, - [SMALL_STATE(2373)] = 108755, - [SMALL_STATE(2374)] = 108764, - [SMALL_STATE(2375)] = 108773, - [SMALL_STATE(2376)] = 108782, - [SMALL_STATE(2377)] = 108791, - [SMALL_STATE(2378)] = 108800, - [SMALL_STATE(2379)] = 108809, - [SMALL_STATE(2380)] = 108818, - [SMALL_STATE(2381)] = 108827, - [SMALL_STATE(2382)] = 108836, - [SMALL_STATE(2383)] = 108845, - [SMALL_STATE(2384)] = 108854, - [SMALL_STATE(2385)] = 108863, - [SMALL_STATE(2386)] = 108874, - [SMALL_STATE(2387)] = 108883, - [SMALL_STATE(2388)] = 108894, - [SMALL_STATE(2389)] = 108903, - [SMALL_STATE(2390)] = 108912, - [SMALL_STATE(2391)] = 108921, - [SMALL_STATE(2392)] = 108930, - [SMALL_STATE(2393)] = 108939, - [SMALL_STATE(2394)] = 108950, - [SMALL_STATE(2395)] = 108961, - [SMALL_STATE(2396)] = 108970, - [SMALL_STATE(2397)] = 108979, - [SMALL_STATE(2398)] = 108990, - [SMALL_STATE(2399)] = 108999, - [SMALL_STATE(2400)] = 109010, - [SMALL_STATE(2401)] = 109021, - [SMALL_STATE(2402)] = 109030, - [SMALL_STATE(2403)] = 109041, - [SMALL_STATE(2404)] = 109050, - [SMALL_STATE(2405)] = 109059, - [SMALL_STATE(2406)] = 109068, - [SMALL_STATE(2407)] = 109077, - [SMALL_STATE(2408)] = 109086, - [SMALL_STATE(2409)] = 109095, - [SMALL_STATE(2410)] = 109104, - [SMALL_STATE(2411)] = 109113, - [SMALL_STATE(2412)] = 109124, - [SMALL_STATE(2413)] = 109133, - [SMALL_STATE(2414)] = 109142, - [SMALL_STATE(2415)] = 109151, - [SMALL_STATE(2416)] = 109160, - [SMALL_STATE(2417)] = 109169, - [SMALL_STATE(2418)] = 109178, - [SMALL_STATE(2419)] = 109187, - [SMALL_STATE(2420)] = 109196, - [SMALL_STATE(2421)] = 109205, - [SMALL_STATE(2422)] = 109214, - [SMALL_STATE(2423)] = 109223, - [SMALL_STATE(2424)] = 109232, - [SMALL_STATE(2425)] = 109241, - [SMALL_STATE(2426)] = 109250, - [SMALL_STATE(2427)] = 109261, - [SMALL_STATE(2428)] = 109270, - [SMALL_STATE(2429)] = 109279, - [SMALL_STATE(2430)] = 109290, - [SMALL_STATE(2431)] = 109299, - [SMALL_STATE(2432)] = 109310, - [SMALL_STATE(2433)] = 109321, - [SMALL_STATE(2434)] = 109330, - [SMALL_STATE(2435)] = 109339, - [SMALL_STATE(2436)] = 109348, - [SMALL_STATE(2437)] = 109357, - [SMALL_STATE(2438)] = 109368, - [SMALL_STATE(2439)] = 109377, - [SMALL_STATE(2440)] = 109386, - [SMALL_STATE(2441)] = 109395, - [SMALL_STATE(2442)] = 109404, - [SMALL_STATE(2443)] = 109413, - [SMALL_STATE(2444)] = 109422, - [SMALL_STATE(2445)] = 109431, - [SMALL_STATE(2446)] = 109440, - [SMALL_STATE(2447)] = 109449, - [SMALL_STATE(2448)] = 109460, - [SMALL_STATE(2449)] = 109469, - [SMALL_STATE(2450)] = 109478, - [SMALL_STATE(2451)] = 109489, - [SMALL_STATE(2452)] = 109498, - [SMALL_STATE(2453)] = 109507, - [SMALL_STATE(2454)] = 109518, - [SMALL_STATE(2455)] = 109527, - [SMALL_STATE(2456)] = 109538, - [SMALL_STATE(2457)] = 109547, - [SMALL_STATE(2458)] = 109558, - [SMALL_STATE(2459)] = 109567, - [SMALL_STATE(2460)] = 109576, - [SMALL_STATE(2461)] = 109585, - [SMALL_STATE(2462)] = 109596, - [SMALL_STATE(2463)] = 109605, - [SMALL_STATE(2464)] = 109616, - [SMALL_STATE(2465)] = 109625, - [SMALL_STATE(2466)] = 109634, - [SMALL_STATE(2467)] = 109643, - [SMALL_STATE(2468)] = 109654, - [SMALL_STATE(2469)] = 109665, - [SMALL_STATE(2470)] = 109673, - [SMALL_STATE(2471)] = 109681, - [SMALL_STATE(2472)] = 109689, - [SMALL_STATE(2473)] = 109697, - [SMALL_STATE(2474)] = 109705, - [SMALL_STATE(2475)] = 109713, - [SMALL_STATE(2476)] = 109721, - [SMALL_STATE(2477)] = 109729, - [SMALL_STATE(2478)] = 109737, - [SMALL_STATE(2479)] = 109745, - [SMALL_STATE(2480)] = 109753, - [SMALL_STATE(2481)] = 109761, - [SMALL_STATE(2482)] = 109769, - [SMALL_STATE(2483)] = 109777, - [SMALL_STATE(2484)] = 109785, - [SMALL_STATE(2485)] = 109793, - [SMALL_STATE(2486)] = 109801, - [SMALL_STATE(2487)] = 109809, - [SMALL_STATE(2488)] = 109817, - [SMALL_STATE(2489)] = 109825, - [SMALL_STATE(2490)] = 109833, - [SMALL_STATE(2491)] = 109841, - [SMALL_STATE(2492)] = 109849, - [SMALL_STATE(2493)] = 109857, - [SMALL_STATE(2494)] = 109865, - [SMALL_STATE(2495)] = 109873, - [SMALL_STATE(2496)] = 109881, - [SMALL_STATE(2497)] = 109889, - [SMALL_STATE(2498)] = 109897, - [SMALL_STATE(2499)] = 109905, - [SMALL_STATE(2500)] = 109913, - [SMALL_STATE(2501)] = 109921, - [SMALL_STATE(2502)] = 109929, - [SMALL_STATE(2503)] = 109937, - [SMALL_STATE(2504)] = 109945, - [SMALL_STATE(2505)] = 109953, - [SMALL_STATE(2506)] = 109961, - [SMALL_STATE(2507)] = 109969, - [SMALL_STATE(2508)] = 109977, - [SMALL_STATE(2509)] = 109985, - [SMALL_STATE(2510)] = 109993, - [SMALL_STATE(2511)] = 110001, - [SMALL_STATE(2512)] = 110009, - [SMALL_STATE(2513)] = 110017, - [SMALL_STATE(2514)] = 110025, - [SMALL_STATE(2515)] = 110033, - [SMALL_STATE(2516)] = 110041, - [SMALL_STATE(2517)] = 110049, - [SMALL_STATE(2518)] = 110057, - [SMALL_STATE(2519)] = 110065, - [SMALL_STATE(2520)] = 110073, - [SMALL_STATE(2521)] = 110081, - [SMALL_STATE(2522)] = 110089, - [SMALL_STATE(2523)] = 110097, - [SMALL_STATE(2524)] = 110105, - [SMALL_STATE(2525)] = 110113, - [SMALL_STATE(2526)] = 110121, - [SMALL_STATE(2527)] = 110129, - [SMALL_STATE(2528)] = 110137, - [SMALL_STATE(2529)] = 110145, - [SMALL_STATE(2530)] = 110153, - [SMALL_STATE(2531)] = 110161, - [SMALL_STATE(2532)] = 110169, - [SMALL_STATE(2533)] = 110177, - [SMALL_STATE(2534)] = 110185, - [SMALL_STATE(2535)] = 110193, - [SMALL_STATE(2536)] = 110201, - [SMALL_STATE(2537)] = 110209, - [SMALL_STATE(2538)] = 110217, - [SMALL_STATE(2539)] = 110225, - [SMALL_STATE(2540)] = 110233, - [SMALL_STATE(2541)] = 110241, - [SMALL_STATE(2542)] = 110249, - [SMALL_STATE(2543)] = 110257, - [SMALL_STATE(2544)] = 110265, - [SMALL_STATE(2545)] = 110273, - [SMALL_STATE(2546)] = 110281, - [SMALL_STATE(2547)] = 110289, - [SMALL_STATE(2548)] = 110297, - [SMALL_STATE(2549)] = 110305, - [SMALL_STATE(2550)] = 110313, - [SMALL_STATE(2551)] = 110321, - [SMALL_STATE(2552)] = 110329, - [SMALL_STATE(2553)] = 110337, - [SMALL_STATE(2554)] = 110345, - [SMALL_STATE(2555)] = 110353, - [SMALL_STATE(2556)] = 110361, - [SMALL_STATE(2557)] = 110369, - [SMALL_STATE(2558)] = 110377, - [SMALL_STATE(2559)] = 110385, - [SMALL_STATE(2560)] = 110393, - [SMALL_STATE(2561)] = 110401, - [SMALL_STATE(2562)] = 110409, - [SMALL_STATE(2563)] = 110417, - [SMALL_STATE(2564)] = 110425, - [SMALL_STATE(2565)] = 110433, - [SMALL_STATE(2566)] = 110441, - [SMALL_STATE(2567)] = 110449, - [SMALL_STATE(2568)] = 110457, - [SMALL_STATE(2569)] = 110465, - [SMALL_STATE(2570)] = 110473, - [SMALL_STATE(2571)] = 110481, - [SMALL_STATE(2572)] = 110489, - [SMALL_STATE(2573)] = 110497, - [SMALL_STATE(2574)] = 110505, - [SMALL_STATE(2575)] = 110513, - [SMALL_STATE(2576)] = 110521, - [SMALL_STATE(2577)] = 110529, - [SMALL_STATE(2578)] = 110537, - [SMALL_STATE(2579)] = 110545, - [SMALL_STATE(2580)] = 110553, - [SMALL_STATE(2581)] = 110561, - [SMALL_STATE(2582)] = 110569, - [SMALL_STATE(2583)] = 110577, - [SMALL_STATE(2584)] = 110585, - [SMALL_STATE(2585)] = 110593, - [SMALL_STATE(2586)] = 110601, - [SMALL_STATE(2587)] = 110609, - [SMALL_STATE(2588)] = 110617, - [SMALL_STATE(2589)] = 110625, - [SMALL_STATE(2590)] = 110633, - [SMALL_STATE(2591)] = 110641, - [SMALL_STATE(2592)] = 110649, - [SMALL_STATE(2593)] = 110657, - [SMALL_STATE(2594)] = 110665, - [SMALL_STATE(2595)] = 110673, - [SMALL_STATE(2596)] = 110681, - [SMALL_STATE(2597)] = 110689, - [SMALL_STATE(2598)] = 110697, - [SMALL_STATE(2599)] = 110705, - [SMALL_STATE(2600)] = 110713, - [SMALL_STATE(2601)] = 110721, - [SMALL_STATE(2602)] = 110729, - [SMALL_STATE(2603)] = 110737, - [SMALL_STATE(2604)] = 110745, - [SMALL_STATE(2605)] = 110753, - [SMALL_STATE(2606)] = 110761, - [SMALL_STATE(2607)] = 110769, - [SMALL_STATE(2608)] = 110777, - [SMALL_STATE(2609)] = 110785, - [SMALL_STATE(2610)] = 110793, - [SMALL_STATE(2611)] = 110801, - [SMALL_STATE(2612)] = 110809, - [SMALL_STATE(2613)] = 110817, - [SMALL_STATE(2614)] = 110825, - [SMALL_STATE(2615)] = 110833, - [SMALL_STATE(2616)] = 110841, - [SMALL_STATE(2617)] = 110849, - [SMALL_STATE(2618)] = 110857, - [SMALL_STATE(2619)] = 110865, - [SMALL_STATE(2620)] = 110873, - [SMALL_STATE(2621)] = 110881, - [SMALL_STATE(2622)] = 110889, - [SMALL_STATE(2623)] = 110897, - [SMALL_STATE(2624)] = 110905, - [SMALL_STATE(2625)] = 110913, - [SMALL_STATE(2626)] = 110921, - [SMALL_STATE(2627)] = 110929, - [SMALL_STATE(2628)] = 110937, - [SMALL_STATE(2629)] = 110945, - [SMALL_STATE(2630)] = 110953, - [SMALL_STATE(2631)] = 110961, - [SMALL_STATE(2632)] = 110969, - [SMALL_STATE(2633)] = 110977, - [SMALL_STATE(2634)] = 110985, - [SMALL_STATE(2635)] = 110993, - [SMALL_STATE(2636)] = 111001, - [SMALL_STATE(2637)] = 111009, - [SMALL_STATE(2638)] = 111017, - [SMALL_STATE(2639)] = 111025, - [SMALL_STATE(2640)] = 111033, - [SMALL_STATE(2641)] = 111041, - [SMALL_STATE(2642)] = 111049, - [SMALL_STATE(2643)] = 111057, - [SMALL_STATE(2644)] = 111065, - [SMALL_STATE(2645)] = 111073, - [SMALL_STATE(2646)] = 111081, - [SMALL_STATE(2647)] = 111089, - [SMALL_STATE(2648)] = 111097, - [SMALL_STATE(2649)] = 111105, - [SMALL_STATE(2650)] = 111113, - [SMALL_STATE(2651)] = 111121, - [SMALL_STATE(2652)] = 111129, - [SMALL_STATE(2653)] = 111137, + [SMALL_STATE(2350)] = 108490, + [SMALL_STATE(2351)] = 108504, + [SMALL_STATE(2352)] = 108518, + [SMALL_STATE(2353)] = 108532, + [SMALL_STATE(2354)] = 108546, + [SMALL_STATE(2355)] = 108560, + [SMALL_STATE(2356)] = 108574, + [SMALL_STATE(2357)] = 108584, + [SMALL_STATE(2358)] = 108598, + [SMALL_STATE(2359)] = 108612, + [SMALL_STATE(2360)] = 108626, + [SMALL_STATE(2361)] = 108640, + [SMALL_STATE(2362)] = 108649, + [SMALL_STATE(2363)] = 108658, + [SMALL_STATE(2364)] = 108667, + [SMALL_STATE(2365)] = 108676, + [SMALL_STATE(2366)] = 108685, + [SMALL_STATE(2367)] = 108694, + [SMALL_STATE(2368)] = 108703, + [SMALL_STATE(2369)] = 108712, + [SMALL_STATE(2370)] = 108721, + [SMALL_STATE(2371)] = 108730, + [SMALL_STATE(2372)] = 108739, + [SMALL_STATE(2373)] = 108748, + [SMALL_STATE(2374)] = 108757, + [SMALL_STATE(2375)] = 108766, + [SMALL_STATE(2376)] = 108775, + [SMALL_STATE(2377)] = 108784, + [SMALL_STATE(2378)] = 108793, + [SMALL_STATE(2379)] = 108802, + [SMALL_STATE(2380)] = 108811, + [SMALL_STATE(2381)] = 108820, + [SMALL_STATE(2382)] = 108829, + [SMALL_STATE(2383)] = 108838, + [SMALL_STATE(2384)] = 108847, + [SMALL_STATE(2385)] = 108856, + [SMALL_STATE(2386)] = 108867, + [SMALL_STATE(2387)] = 108876, + [SMALL_STATE(2388)] = 108885, + [SMALL_STATE(2389)] = 108896, + [SMALL_STATE(2390)] = 108905, + [SMALL_STATE(2391)] = 108916, + [SMALL_STATE(2392)] = 108927, + [SMALL_STATE(2393)] = 108938, + [SMALL_STATE(2394)] = 108947, + [SMALL_STATE(2395)] = 108958, + [SMALL_STATE(2396)] = 108967, + [SMALL_STATE(2397)] = 108976, + [SMALL_STATE(2398)] = 108985, + [SMALL_STATE(2399)] = 108994, + [SMALL_STATE(2400)] = 109003, + [SMALL_STATE(2401)] = 109014, + [SMALL_STATE(2402)] = 109023, + [SMALL_STATE(2403)] = 109034, + [SMALL_STATE(2404)] = 109043, + [SMALL_STATE(2405)] = 109052, + [SMALL_STATE(2406)] = 109061, + [SMALL_STATE(2407)] = 109070, + [SMALL_STATE(2408)] = 109079, + [SMALL_STATE(2409)] = 109088, + [SMALL_STATE(2410)] = 109097, + [SMALL_STATE(2411)] = 109106, + [SMALL_STATE(2412)] = 109117, + [SMALL_STATE(2413)] = 109126, + [SMALL_STATE(2414)] = 109135, + [SMALL_STATE(2415)] = 109144, + [SMALL_STATE(2416)] = 109155, + [SMALL_STATE(2417)] = 109164, + [SMALL_STATE(2418)] = 109173, + [SMALL_STATE(2419)] = 109182, + [SMALL_STATE(2420)] = 109191, + [SMALL_STATE(2421)] = 109200, + [SMALL_STATE(2422)] = 109209, + [SMALL_STATE(2423)] = 109218, + [SMALL_STATE(2424)] = 109227, + [SMALL_STATE(2425)] = 109236, + [SMALL_STATE(2426)] = 109245, + [SMALL_STATE(2427)] = 109254, + [SMALL_STATE(2428)] = 109263, + [SMALL_STATE(2429)] = 109274, + [SMALL_STATE(2430)] = 109285, + [SMALL_STATE(2431)] = 109294, + [SMALL_STATE(2432)] = 109305, + [SMALL_STATE(2433)] = 109316, + [SMALL_STATE(2434)] = 109327, + [SMALL_STATE(2435)] = 109338, + [SMALL_STATE(2436)] = 109347, + [SMALL_STATE(2437)] = 109358, + [SMALL_STATE(2438)] = 109367, + [SMALL_STATE(2439)] = 109376, + [SMALL_STATE(2440)] = 109385, + [SMALL_STATE(2441)] = 109394, + [SMALL_STATE(2442)] = 109403, + [SMALL_STATE(2443)] = 109412, + [SMALL_STATE(2444)] = 109421, + [SMALL_STATE(2445)] = 109430, + [SMALL_STATE(2446)] = 109439, + [SMALL_STATE(2447)] = 109448, + [SMALL_STATE(2448)] = 109457, + [SMALL_STATE(2449)] = 109466, + [SMALL_STATE(2450)] = 109475, + [SMALL_STATE(2451)] = 109484, + [SMALL_STATE(2452)] = 109493, + [SMALL_STATE(2453)] = 109502, + [SMALL_STATE(2454)] = 109511, + [SMALL_STATE(2455)] = 109520, + [SMALL_STATE(2456)] = 109531, + [SMALL_STATE(2457)] = 109540, + [SMALL_STATE(2458)] = 109551, + [SMALL_STATE(2459)] = 109562, + [SMALL_STATE(2460)] = 109573, + [SMALL_STATE(2461)] = 109584, + [SMALL_STATE(2462)] = 109593, + [SMALL_STATE(2463)] = 109602, + [SMALL_STATE(2464)] = 109613, + [SMALL_STATE(2465)] = 109624, + [SMALL_STATE(2466)] = 109633, + [SMALL_STATE(2467)] = 109642, + [SMALL_STATE(2468)] = 109653, + [SMALL_STATE(2469)] = 109661, + [SMALL_STATE(2470)] = 109669, + [SMALL_STATE(2471)] = 109677, + [SMALL_STATE(2472)] = 109685, + [SMALL_STATE(2473)] = 109693, + [SMALL_STATE(2474)] = 109701, + [SMALL_STATE(2475)] = 109709, + [SMALL_STATE(2476)] = 109717, + [SMALL_STATE(2477)] = 109725, + [SMALL_STATE(2478)] = 109733, + [SMALL_STATE(2479)] = 109741, + [SMALL_STATE(2480)] = 109749, + [SMALL_STATE(2481)] = 109757, + [SMALL_STATE(2482)] = 109765, + [SMALL_STATE(2483)] = 109773, + [SMALL_STATE(2484)] = 109781, + [SMALL_STATE(2485)] = 109789, + [SMALL_STATE(2486)] = 109797, + [SMALL_STATE(2487)] = 109805, + [SMALL_STATE(2488)] = 109813, + [SMALL_STATE(2489)] = 109821, + [SMALL_STATE(2490)] = 109829, + [SMALL_STATE(2491)] = 109837, + [SMALL_STATE(2492)] = 109845, + [SMALL_STATE(2493)] = 109853, + [SMALL_STATE(2494)] = 109861, + [SMALL_STATE(2495)] = 109869, + [SMALL_STATE(2496)] = 109877, + [SMALL_STATE(2497)] = 109885, + [SMALL_STATE(2498)] = 109893, + [SMALL_STATE(2499)] = 109901, + [SMALL_STATE(2500)] = 109909, + [SMALL_STATE(2501)] = 109917, + [SMALL_STATE(2502)] = 109925, + [SMALL_STATE(2503)] = 109933, + [SMALL_STATE(2504)] = 109941, + [SMALL_STATE(2505)] = 109949, + [SMALL_STATE(2506)] = 109957, + [SMALL_STATE(2507)] = 109965, + [SMALL_STATE(2508)] = 109973, + [SMALL_STATE(2509)] = 109981, + [SMALL_STATE(2510)] = 109989, + [SMALL_STATE(2511)] = 109997, + [SMALL_STATE(2512)] = 110005, + [SMALL_STATE(2513)] = 110013, + [SMALL_STATE(2514)] = 110021, + [SMALL_STATE(2515)] = 110029, + [SMALL_STATE(2516)] = 110037, + [SMALL_STATE(2517)] = 110045, + [SMALL_STATE(2518)] = 110053, + [SMALL_STATE(2519)] = 110061, + [SMALL_STATE(2520)] = 110069, + [SMALL_STATE(2521)] = 110077, + [SMALL_STATE(2522)] = 110085, + [SMALL_STATE(2523)] = 110093, + [SMALL_STATE(2524)] = 110101, + [SMALL_STATE(2525)] = 110109, + [SMALL_STATE(2526)] = 110117, + [SMALL_STATE(2527)] = 110125, + [SMALL_STATE(2528)] = 110133, + [SMALL_STATE(2529)] = 110141, + [SMALL_STATE(2530)] = 110149, + [SMALL_STATE(2531)] = 110157, + [SMALL_STATE(2532)] = 110165, + [SMALL_STATE(2533)] = 110173, + [SMALL_STATE(2534)] = 110181, + [SMALL_STATE(2535)] = 110189, + [SMALL_STATE(2536)] = 110197, + [SMALL_STATE(2537)] = 110205, + [SMALL_STATE(2538)] = 110213, + [SMALL_STATE(2539)] = 110221, + [SMALL_STATE(2540)] = 110229, + [SMALL_STATE(2541)] = 110237, + [SMALL_STATE(2542)] = 110245, + [SMALL_STATE(2543)] = 110253, + [SMALL_STATE(2544)] = 110261, + [SMALL_STATE(2545)] = 110269, + [SMALL_STATE(2546)] = 110277, + [SMALL_STATE(2547)] = 110285, + [SMALL_STATE(2548)] = 110293, + [SMALL_STATE(2549)] = 110301, + [SMALL_STATE(2550)] = 110309, + [SMALL_STATE(2551)] = 110317, + [SMALL_STATE(2552)] = 110325, + [SMALL_STATE(2553)] = 110333, + [SMALL_STATE(2554)] = 110341, + [SMALL_STATE(2555)] = 110349, + [SMALL_STATE(2556)] = 110357, + [SMALL_STATE(2557)] = 110365, + [SMALL_STATE(2558)] = 110373, + [SMALL_STATE(2559)] = 110381, + [SMALL_STATE(2560)] = 110389, + [SMALL_STATE(2561)] = 110397, + [SMALL_STATE(2562)] = 110405, + [SMALL_STATE(2563)] = 110413, + [SMALL_STATE(2564)] = 110421, + [SMALL_STATE(2565)] = 110429, + [SMALL_STATE(2566)] = 110437, + [SMALL_STATE(2567)] = 110445, + [SMALL_STATE(2568)] = 110453, + [SMALL_STATE(2569)] = 110461, + [SMALL_STATE(2570)] = 110469, + [SMALL_STATE(2571)] = 110477, + [SMALL_STATE(2572)] = 110485, + [SMALL_STATE(2573)] = 110493, + [SMALL_STATE(2574)] = 110501, + [SMALL_STATE(2575)] = 110509, + [SMALL_STATE(2576)] = 110517, + [SMALL_STATE(2577)] = 110525, + [SMALL_STATE(2578)] = 110533, + [SMALL_STATE(2579)] = 110541, + [SMALL_STATE(2580)] = 110549, + [SMALL_STATE(2581)] = 110557, + [SMALL_STATE(2582)] = 110565, + [SMALL_STATE(2583)] = 110573, + [SMALL_STATE(2584)] = 110581, + [SMALL_STATE(2585)] = 110589, + [SMALL_STATE(2586)] = 110597, + [SMALL_STATE(2587)] = 110605, + [SMALL_STATE(2588)] = 110613, + [SMALL_STATE(2589)] = 110621, + [SMALL_STATE(2590)] = 110629, + [SMALL_STATE(2591)] = 110637, + [SMALL_STATE(2592)] = 110645, + [SMALL_STATE(2593)] = 110653, + [SMALL_STATE(2594)] = 110661, + [SMALL_STATE(2595)] = 110669, + [SMALL_STATE(2596)] = 110677, + [SMALL_STATE(2597)] = 110685, + [SMALL_STATE(2598)] = 110693, + [SMALL_STATE(2599)] = 110701, + [SMALL_STATE(2600)] = 110709, + [SMALL_STATE(2601)] = 110717, + [SMALL_STATE(2602)] = 110725, + [SMALL_STATE(2603)] = 110733, + [SMALL_STATE(2604)] = 110741, + [SMALL_STATE(2605)] = 110749, + [SMALL_STATE(2606)] = 110757, + [SMALL_STATE(2607)] = 110765, + [SMALL_STATE(2608)] = 110773, + [SMALL_STATE(2609)] = 110781, + [SMALL_STATE(2610)] = 110789, + [SMALL_STATE(2611)] = 110797, + [SMALL_STATE(2612)] = 110805, + [SMALL_STATE(2613)] = 110813, + [SMALL_STATE(2614)] = 110821, + [SMALL_STATE(2615)] = 110829, + [SMALL_STATE(2616)] = 110837, + [SMALL_STATE(2617)] = 110845, + [SMALL_STATE(2618)] = 110853, + [SMALL_STATE(2619)] = 110861, + [SMALL_STATE(2620)] = 110869, + [SMALL_STATE(2621)] = 110877, + [SMALL_STATE(2622)] = 110885, + [SMALL_STATE(2623)] = 110893, + [SMALL_STATE(2624)] = 110901, + [SMALL_STATE(2625)] = 110909, + [SMALL_STATE(2626)] = 110917, + [SMALL_STATE(2627)] = 110925, + [SMALL_STATE(2628)] = 110933, + [SMALL_STATE(2629)] = 110941, + [SMALL_STATE(2630)] = 110949, + [SMALL_STATE(2631)] = 110957, + [SMALL_STATE(2632)] = 110965, + [SMALL_STATE(2633)] = 110973, + [SMALL_STATE(2634)] = 110981, + [SMALL_STATE(2635)] = 110989, + [SMALL_STATE(2636)] = 110997, + [SMALL_STATE(2637)] = 111005, + [SMALL_STATE(2638)] = 111013, + [SMALL_STATE(2639)] = 111021, + [SMALL_STATE(2640)] = 111029, + [SMALL_STATE(2641)] = 111037, + [SMALL_STATE(2642)] = 111045, + [SMALL_STATE(2643)] = 111053, + [SMALL_STATE(2644)] = 111061, + [SMALL_STATE(2645)] = 111069, + [SMALL_STATE(2646)] = 111077, + [SMALL_STATE(2647)] = 111085, + [SMALL_STATE(2648)] = 111093, + [SMALL_STATE(2649)] = 111101, + [SMALL_STATE(2650)] = 111109, + [SMALL_STATE(2651)] = 111117, + [SMALL_STATE(2652)] = 111125, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -121475,2286 +121465,2285 @@ static const TSParseActionEntry ts_parse_actions[] = { [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 0, 0, 0), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2406), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2430), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2369), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2601), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2500), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2548), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2407), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2399), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2454), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2633), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2537), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2498), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2617), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2616), [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2642), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), - [121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(602), - [124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2064), - [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1743), - [130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(211), - [133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(911), - [136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(84), - [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(533), - [142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(531), - [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(569), - [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(155), - [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(74), - [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(85), - [157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(376), - [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(453), - [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(333), - [166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2406), - [169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2430), - [172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2369), - [175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(483), - [178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(712), - [181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(508), - [184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2570), - [187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(429), - [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2601), - [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2500), - [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2548), - [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2538), - [202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(204), - [205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(484), - [208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(861), - [211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(194), - [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(536), - [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1538), - [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(349), - [223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1085), - [226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1082), - [229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1082), - [232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1607), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(584), - [240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(86), - [243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(573), - [246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(722), - [249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(574), - [252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2617), - [255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(443), - [258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2642), - [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2619), - [264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1, 0, 0), - [272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2618), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), + [123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), + [125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(595), + [128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2120), + [131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1741), + [134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(221), + [137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(861), + [140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(83), + [143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(496), + [146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(531), + [149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(465), + [152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(154), + [155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(74), + [158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(86), + [161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(363), + [164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(452), + [167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(342), + [170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2407), + [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2399), + [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2454), + [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(497), + [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(715), + [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(472), + [188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2633), + [191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(413), + [194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2537), + [197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2498), + [200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2491), + [203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2619), + [206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(198), + [209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(578), + [212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(902), + [215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(210), + [218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(474), + [221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1527), + [224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(343), + [227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1082), + [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1069), + [233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1069), + [236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1610), + [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(584), + [242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(85), + [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(575), + [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(723), + [251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(576), + [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2616), + [257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(443), + [260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2641), + [263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2618), + [266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1, 0, 0), + [268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), [282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), [284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), - [286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(281), + [286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(284), [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0), REDUCE(sym_primary_expression, 1, 0, 0), - [292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(896), - [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), + [292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(886), + [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), [297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression_lhs, 1, 0, 0), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), + [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), + [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), [303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 0), REDUCE(sym_primary_expression, 1, 0, 0), - [306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(2640), + [306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(2534), [309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 0), [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(892), - [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(491), - [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), + [313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(860), + [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(498), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), [325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0), - [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(282), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), + [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(308), [338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), - [344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), - [346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), - [348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), - [350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), + [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), + [346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), + [348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), + [350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), [352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), - [354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), - [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), - [394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(275), - [397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(891), - [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), - [402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), + [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), + [394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(297), + [397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(859), + [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), + [402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), [404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(276), - [409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(861), - [412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(536), - [415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(875), - [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), - [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), - [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), - [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), - [454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), - [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), - [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(298), + [409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(902), + [412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(474), + [415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(900), + [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), + [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), - [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), - [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), - [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), + [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), + [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), [664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, 0, 0), [666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym_list_splat_pattern, 2, 0, 0), - [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), [671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, 0, 0), - [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), - [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), - [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), - [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), + [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), + [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), [683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym_list_splat_pattern, 2, 0, 0), - [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), - [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), - [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), + [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), + [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), - [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), - [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), - [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), + [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), + [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), + [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), - [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), - [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), - [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), - [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), - [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), + [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), + [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), - [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), - [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), - [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), + [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), + [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), - [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), - [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), - [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), - [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), - [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), - [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), - [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), - [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), - [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), + [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), + [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), + [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), + [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), + [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), + [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), + [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), + [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), - [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), - [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), - [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), - [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), - [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), - [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), - [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), + [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), + [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), + [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), - [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), - [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), - [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), - [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), - [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), - [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), - [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), - [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), - [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), - [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), - [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), - [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), - [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), - [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), - [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), - [968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3, 0, 0), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), - [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), - [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), - [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, 0, 0), - [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), - [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), - [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), - [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), - [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), - [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), - [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), + [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), + [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), + [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), + [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), + [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), + [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), + [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), + [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), + [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), + [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), + [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), + [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), + [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), + [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), + [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), + [968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, 0, 0), + [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), + [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), + [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3, 0, 0), + [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), + [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), + [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), + [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), + [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), + [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), + [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), - [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), - [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), - [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), - [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), - [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), - [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), - [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), - [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), - [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), - [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), - [1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), - [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), - [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), - [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), - [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), - [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), - [1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), - [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), - [1086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), - [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 1, 0, 0), - [1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), - [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), - [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [1100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [1108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [1110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), - [1112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), - [1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), - [1116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), - [1122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), - [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), - [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), - [1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [1132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), - [1134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [1138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [1144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [1146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [1148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [1150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [1152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [1154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [1156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [1160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [1162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [1178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [1202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_elements, 3, 0, 0), - [1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 29), - [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [1208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, 0, 29), - [1210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), - [1212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [1214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [1218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), - [1220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, 0, 84), - [1222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 84), - [1224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, 0, 85), - [1226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 85), - [1228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, 0, 96), - [1230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, 0, 96), - [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [1236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), - [1238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_elements, 2, 0, 0), - [1240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3, 0, 0), - [1242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, 0, 0), - [1244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 1, 0, 0), - [1246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), - [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [1254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [1258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [1260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [1266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), - [1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [1272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [1274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), - [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [1278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), - [1280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [1284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [1286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [1290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [1294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [1296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [1300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1, 0, 0), - [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [1324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, 0, 0), - [1326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [1330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2, 0, 0), - [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [1338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1, 0, 0), - [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), - [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [1356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [1360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [1362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 3, 0, 0), - [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, 0, 0), - [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [1372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3, 0, 0), - [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), - [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, 0, 0), - [1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 0), - [1382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, -1, 2), + [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), + [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), + [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), + [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), + [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), + [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), + [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), + [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), + [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), + [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), + [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), + [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), + [1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), + [1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), + [1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), + [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), + [1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 1, 0, 0), + [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), + [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), + [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), + [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), + [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), + [1110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [1112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), + [1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [1116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), + [1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [1124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), + [1128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [1132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [1134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [1138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [1144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [1146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [1148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [1150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [1152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [1154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [1156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [1160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [1162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [1178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [1200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, 0, 83), + [1202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 83), + [1204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), + [1206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_elements, 3, 0, 0), + [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, 0, 95), + [1212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, 0, 95), + [1216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), + [1218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [1220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), + [1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [1224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [1226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, 0, 84), + [1228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 84), + [1230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 29), + [1232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, 0, 29), + [1234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_elements, 2, 0, 0), + [1236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3, 0, 0), + [1238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, 0, 0), + [1240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [1254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [1256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 1, 0, 0), + [1258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [1260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [1262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [1266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), + [1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [1272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), + [1274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [1278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [1280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [1284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [1286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [1290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [1294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [1296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [1300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2, 0, 0), + [1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [1304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1, 0, 0), + [1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1, 0, 0), + [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [1314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 3, 0, 0), + [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [1326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, 0, 0), + [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [1356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [1360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [1362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, 0, 0), + [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), + [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3, 0, 0), + [1376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), + [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2, 0, 0), + [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), [1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, 0, 0), - [1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2, 0, 0), - [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 3, 0, 0), + [1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 3, 0, 0), + [1388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, 0, 0), + [1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, -1, 2), [1392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, 0, 10), [1394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, -1, 11), - [1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 0), + [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [1410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), - [1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), - [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), - [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), - [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), + [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), + [1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), + [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), - [1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), - [1424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), - [1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), - [1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), - [1430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), - [1432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), - [1434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), - [1436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), - [1438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [1440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), - [1442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295), - [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), - [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), + [1424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), + [1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), + [1430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), + [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [1434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), + [1436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), + [1438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [1440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), + [1442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), + [1444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), + [1446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), + [1448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), + [1450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), + [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), - [1458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, 0, 54), - [1460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, 0, 54), - [1462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), - [1464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), - [1466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2487), - [1468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, 0, 13), - [1470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, 0, 13), - [1472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2558), - [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [1476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2550), - [1478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 50), - [1486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 50), - [1488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), - [1490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), - [1492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), - [1494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(537), - [1497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 34), - [1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 34), - [1501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 51), - [1503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 51), - [1505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), - [1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), - [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), - [1511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [1514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 74), - [1516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 74), - [1518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(449), - [1521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(578), - [1524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2, 0, 0), - [1526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern_, 2, 0, 0), REDUCE(sym_list, 2, 0, 0), - [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2, 0, 0), - [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern_, 2, 0, 0), - [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern_, 2, 0, 0), - [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2, 0, 0), - [1537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern_, 2, 0, 0), REDUCE(sym_tuple, 2, 0, 0), - [1540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2, 0, 0), - [1542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern_, 2, 0, 0), - [1544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern_, 2, 0, 0), - [1546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 70), - [1548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 70), - [1550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 70), SHIFT_REPEAT(580), - [1553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, 0, 62), - [1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, 0, 62), - [1557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, 0, 41), - [1559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, 0, 41), - [1561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 70), SHIFT_REPEAT(543), - [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splat_type, 2, 0, 0), - [1566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splat_type, 2, 0, 0), - [1568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, 0, 62), - [1570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, 0, 62), - [1572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 19), - [1574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, 0, 19), - [1576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), - [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [1582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [1584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [1588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, 0, 41), - [1590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, 0, 41), - [1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1, 0, 0), - [1594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1, 0, 0), - [1596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_statements, 4, 0, 0), - [1598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_statements, 4, 0, 0), - [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), - [1602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), - [1604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 4, 0, 0), - [1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 4, 0, 0), - [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 5, 0, 0), - [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 5, 0, 0), - [1612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 6, 0, 111), - [1614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 6, 0, 111), - [1616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, 0, 92), - [1618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, 0, 92), - [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_statements, 2, 0, 0), - [1622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_statements, 2, 0, 0), - [1624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 6, 0, 0), - [1626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 6, 0, 0), - [1628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 3, 0, 0), - [1630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 3, 0, 0), - [1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 7, 0, 111), - [1634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 7, 0, 111), - [1636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_statements, 3, 0, 0), - [1638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_statements, 3, 0, 0), - [1640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 7, 0, 0), - [1642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 7, 0, 0), - [1644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 5, 0, 92), - [1646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 5, 0, 92), - [1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, 0, 0), - [1650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, 0, 0), - [1652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 75), - [1654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 75), - [1656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 91), - [1658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 91), - [1660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, 0, 51), - [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, 0, 51), - [1664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 53), - [1666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 53), - [1668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, 0, 54), - [1670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, 0, 54), - [1672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 86), - [1674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 86), - [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), - [1678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [1680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [1682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), - [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [1688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [1692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, 0, 35), + [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), + [1458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, 0, 13), + [1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, 0, 13), + [1462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2557), + [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [1466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2549), + [1468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2548), + [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [1472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), + [1474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [1476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, 0, 53), + [1478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, 0, 53), + [1480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), + [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [1484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 34), + [1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 34), + [1488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [1490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 49), + [1492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 49), + [1494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 50), + [1496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 50), + [1498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), + [1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), + [1502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(448), + [1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), + [1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), + [1509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(580), + [1512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), + [1514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 73), + [1516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 73), + [1518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(455), + [1521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(488), + [1524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, 0, 61), + [1526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, 0, 61), + [1528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2, 0, 0), + [1530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern_, 2, 0, 0), REDUCE(sym_tuple, 2, 0, 0), + [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2, 0, 0), + [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern_, 2, 0, 0), + [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern_, 2, 0, 0), + [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, 0, 61), + [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, 0, 61), + [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, 0, 41), + [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, 0, 41), + [1547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 69), + [1549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 69), + [1551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 69), SHIFT_REPEAT(582), + [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2, 0, 0), + [1556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern_, 2, 0, 0), REDUCE(sym_list, 2, 0, 0), + [1559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2, 0, 0), + [1561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern_, 2, 0, 0), + [1563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern_, 2, 0, 0), + [1565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, 0, 41), + [1567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, 0, 41), + [1569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 69), SHIFT_REPEAT(549), + [1572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), + [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [1578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), + [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), + [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [1584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splat_type, 2, 0, 0), + [1586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splat_type, 2, 0, 0), + [1588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 19), + [1590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, 0, 19), + [1592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_statements, 2, 0, 0), + [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_statements, 2, 0, 0), + [1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_statements, 4, 0, 0), + [1598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_statements, 4, 0, 0), + [1600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1, 0, 0), + [1602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1, 0, 0), + [1604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, 0, 0), + [1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, 0, 0), + [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, 0, 91), + [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, 0, 91), + [1612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 4, 0, 0), + [1614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 4, 0, 0), + [1616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 6, 0, 110), + [1618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 6, 0, 110), + [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 7, 0, 110), + [1622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 7, 0, 110), + [1624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 5, 0, 91), + [1626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 5, 0, 91), + [1628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 5, 0, 0), + [1630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 5, 0, 0), + [1632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 7, 0, 0), + [1634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 7, 0, 0), + [1636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), + [1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), + [1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 6, 0, 0), + [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 6, 0, 0), + [1644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_statements, 3, 0, 0), + [1646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_statements, 3, 0, 0), + [1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 3, 0, 0), + [1650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 3, 0, 0), + [1652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 90), + [1654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 90), + [1656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, 0, 34), + [1658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, 0, 34), + [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), + [1662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [1664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [1666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), + [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [1672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 46), + [1676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 46), + [1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, 0, 53), + [1680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, 0, 53), + [1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, 0, 50), + [1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, 0, 50), + [1686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 52), + [1688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 52), + [1690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 74), + [1692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 74), [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, 0, 35), - [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, 0, 34), - [1698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, 0, 34), - [1700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, 0, 13), - [1702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, 0, 13), - [1704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 47), - [1706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 47), - [1708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 98), - [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 98), - [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), - [1714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), - [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [1720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, 0, 35), + [1698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, 0, 13), + [1700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, 0, 13), + [1702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [1704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 97), + [1706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 97), + [1708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 85), + [1710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 85), + [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), + [1714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), + [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), + [1720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), [1722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 3, 0, 13), [1724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3, 0, 13), - [1726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_patterns, 2, 0, 0), - [1728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, 0, 54), - [1730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 4, 0, 54), - [1732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2, 0, 0), - [1734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), - [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), - [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [1746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3, 0, 0), - [1748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_patterns, 3, 0, 0), - [1750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, 0, 13), - [1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, 0, 13), - [1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, 0, 95), - [1756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 7, 0, 95), - [1758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 97), - [1760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 97), - [1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 99), - [1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 99), - [1766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 100), - [1768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 100), - [1770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorated_definition, 2, 0, 8), - [1772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorated_definition, 2, 0, 8), - [1774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 102), - [1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 102), - [1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 103), - [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 103), - [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 104), - [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 104), - [1788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 105), - [1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 105), - [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 106), - [1794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 106), - [1796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 107), - [1798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 107), - [1800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), - [1802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), - [1804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, 0, 45), - [1806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, 0, 45), - [1808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 5, 0, 46), - [1810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 5, 0, 46), - [1812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 112), - [1814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 112), - [1816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 10, 0, 113), - [1818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 10, 0, 113), - [1820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 2, 0, 0), - [1822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 2, 0, 0), - [1824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 5, 0, 48), - [1826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 5, 0, 48), - [1828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 49), - [1830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 49), - [1832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 52), - [1834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 52), - [1836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, 0, 31), - [1838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, 0, 31), - [1840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, 0, 55), - [1842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, 0, 55), - [1844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 89), - [1846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 89), - [1848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 90), - [1850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 90), - [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 56), - [1854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 56), + [1726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 4, 0, 53), + [1728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, 0, 53), + [1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_patterns, 3, 0, 0), + [1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_patterns, 2, 0, 0), + [1734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2, 0, 0), + [1736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), + [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [1740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), + [1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), + [1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [1748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3, 0, 0), + [1750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 1, 0, 0), + [1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 1, 0, 0), + [1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 7, 0, 53), + [1756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 7, 0, 53), + [1758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 92), + [1760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 92), + [1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 93), + [1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 93), + [1766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [1768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, 0, 94), + [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 7, 0, 94), + [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 96), + [1774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 96), + [1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 98), + [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 98), + [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 99), + [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 99), + [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, 0, 44), + [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, 0, 44), + [1788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 101), + [1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 101), + [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 102), + [1794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 102), + [1796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 103), + [1798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 103), + [1800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 5, 0, 45), + [1802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 5, 0, 45), + [1804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 2, 0, 0), + [1806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 2, 0, 0), + [1808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 104), + [1810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 104), + [1812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 105), + [1814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 105), + [1816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 106), + [1818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 106), + [1820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 5, 0, 47), + [1822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 5, 0, 47), + [1824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 48), + [1826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 48), + [1828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 51), + [1830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 51), + [1832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 111), + [1834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 111), + [1836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 10, 0, 112), + [1838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 10, 0, 112), + [1840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, 0, 54), + [1842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, 0, 54), + [1844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), + [1846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), + [1848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 55), + [1850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 55), + [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 56), + [1854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 56), [1856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 57), [1858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 57), [1860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 58), [1862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 58), - [1864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, 0, 36), - [1866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, 0, 36), - [1868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 1, 0, 0), - [1870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 1, 0, 0), - [1872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 59), - [1874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 59), - [1876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 4, 0, 37), - [1878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, 0, 37), - [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, 0, 67), - [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, 0, 67), - [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 68), - [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 68), - [1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 3, 0, 69), - [1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 3, 0, 69), - [1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 6, 0, 71), - [1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 6, 0, 71), - [1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 72), - [1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 72), - [1900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 73), - [1902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 73), - [1904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, 0, 76), - [1906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, 0, 76), - [1908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 3, 0, 0), - [1910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 3, 0, 0), - [1912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 77), - [1914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 77), - [1916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 78), - [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 78), - [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 79), - [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 79), - [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 80), - [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 80), - [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 81), - [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 81), - [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 87), - [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 87), - [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 88), - [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 88), - [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 4, 0, 0), - [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 4, 0, 0), - [1944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 7, 0, 54), - [1946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 7, 0, 54), - [1948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 93), - [1950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 93), - [1952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 94), - [1954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 94), - [1956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), + [1864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorated_definition, 2, 0, 8), + [1866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorated_definition, 2, 0, 8), + [1868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, 0, 31), + [1870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, 0, 31), + [1872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, 0, 66), + [1874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, 0, 66), + [1876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 67), + [1878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 67), + [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, 0, 36), + [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, 0, 36), + [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 4, 0, 37), + [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, 0, 37), + [1888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 3, 0, 68), + [1890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 3, 0, 68), + [1892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 6, 0, 70), + [1894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 6, 0, 70), + [1896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 71), + [1898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 71), + [1900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 72), + [1902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 72), + [1904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 4, 0, 0), + [1906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 4, 0, 0), + [1908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, 0, 75), + [1910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, 0, 75), + [1912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 3, 0, 0), + [1914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 3, 0, 0), + [1916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, 0, 13), + [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, 0, 13), + [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 76), + [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 76), + [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 77), + [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 77), + [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 78), + [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 78), + [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 79), + [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 79), + [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 80), + [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 80), + [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 86), + [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 86), + [1944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 87), + [1946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 87), + [1948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 88), + [1950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 88), + [1952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 89), + [1954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 89), + [1956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), [1958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_separator, 1, 0, 0), [1960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), - [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), - [1964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), - [1966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), - [1968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), - [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), - [1972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), - [1974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), - [1976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), - [1978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), - [1980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), - [1982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), - [1984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), - [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), - [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), - [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), - [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), - [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), - [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), - [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), - [2000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), - [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), - [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), - [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), - [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), - [2010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [2012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), - [2014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [2016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), - [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), - [2020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), - [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), - [2024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), - [2026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), - [2030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), - [2032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), - [2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), - [2036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), - [2038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), - [2040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), - [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), - [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), - [2046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [2048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), - [2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [2052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [2054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), - [2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [2058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [2062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), - [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [2066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [1964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), + [1966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), + [1968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), + [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), + [1972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), + [1974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), + [1976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), + [1978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), + [1980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), + [1982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), + [1984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), + [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), + [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), + [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), + [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), + [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), + [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), + [2000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), + [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), + [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), + [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), + [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), + [2010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [2012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), + [2014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), + [2016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), + [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), + [2020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), + [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), + [2024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), + [2026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), + [2030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), + [2032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), + [2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), + [2036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), + [2038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), + [2040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [2042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), + [2044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [2046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [2048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), + [2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [2052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [2054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [2056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), + [2058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [2066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), [2068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [2072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [2074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [2076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [2078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [2080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), - [2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [2086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), - [2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [2108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), - [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), - [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [2114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), - [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [2132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [2136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), - [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [2142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [2072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [2074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), + [2076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), + [2078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), + [2080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [2086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [2108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), + [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [2114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [2132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [2136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), + [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [2142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), + [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), + [2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), [2166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), [2168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), - [2170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1607), - [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [2170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1610), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), - [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [2205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), - [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [2227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), - [2229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2, 0, 0), - [2231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2, 0, 0), - [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), - [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), - [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [2259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), - [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [2201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2, 0, 0), + [2203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2, 0, 0), + [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [2209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), + [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [2231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), + [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), + [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [2263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), [2265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, 0, 17), [2267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, 0, 17), - [2269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1606), - [2272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await, 2, 0, 0), - [2274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await, 2, 0, 0), - [2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 20), - [2278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 20), - [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), - [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [2284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), - [2286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [2306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), - [2308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1637), - [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, 0, 5), - [2313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, 0, 5), - [2315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1641), - [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [2320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0), - [2322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0), - [2324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1643), - [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0), - [2329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0), - [2331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1631), - [2334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1621), - [2337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0), - [2339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0), - [2341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [2343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_comprehension, 4, 0, 27), - [2347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_comprehension, 4, 0, 27), - [2349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, 0, 6), - [2351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, 0, 6), - [2353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 4, 0, 27), - [2355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 4, 0, 27), - [2357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2, 0, 0), - [2359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2, 0, 0), - [2361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, 0, 0), - [2363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, 0, 0), - [2365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_comprehension, 4, 0, 27), - [2367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_comprehension, 4, 0, 27), - [2369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, 0, 0), - [2371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, 0, 0), - [2373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0), - [2375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0), - [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3, 0, 0), - [2379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3, 0, 0), - [2381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_expression, 4, 0, 27), - [2383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_expression, 4, 0, 27), - [2385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ellipsis, 1, 0, 0), - [2387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ellipsis, 1, 0, 0), - [2389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1645), - [2392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), - [2394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), - [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [2398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 0), - [2400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 0), - [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5, 0, 0), - [2404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5, 0, 0), - [2406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3, 0, 0), - [2408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3, 0, 0), - [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [2412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3, 0, 0), - [2414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3, 0, 0), - [2416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [2420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2364), - [2422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), - [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [2432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), - [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [2436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), - [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [2442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), - [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [2446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2428), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), - [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), - [2456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), - [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), - [2460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), - [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [2464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), - [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [2470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2456), - [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), - [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), - [2478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), - [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [2482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), - [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), - [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), - [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), - [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), - [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), - [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), + [2269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 20), + [2271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 20), + [2273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, 0, 5), + [2275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, 0, 5), + [2277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1619), + [2280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1615), + [2283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await, 2, 0, 0), + [2285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await, 2, 0, 0), + [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), + [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), + [2315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1627), + [2318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0), + [2320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0), + [2322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1632), + [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [2327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1621), + [2330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1643), + [2333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0), + [2335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0), + [2337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1638), + [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [2342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3, 0, 0), + [2344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3, 0, 0), + [2346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), + [2348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), + [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [2352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3, 0, 0), + [2354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3, 0, 0), + [2356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5, 0, 0), + [2358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5, 0, 0), + [2360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0), + [2362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0), + [2364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0), + [2366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0), + [2368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 4, 0, 27), + [2370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 4, 0, 27), + [2372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_comprehension, 4, 0, 27), + [2374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_comprehension, 4, 0, 27), + [2376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, 0, 6), + [2378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, 0, 6), + [2380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_expression, 4, 0, 27), + [2382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_expression, 4, 0, 27), + [2384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, 0, 0), + [2386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, 0, 0), + [2388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ellipsis, 1, 0, 0), + [2390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ellipsis, 1, 0, 0), + [2392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [2394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [2396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, 0, 0), + [2398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, 0, 0), + [2400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 0), + [2402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 0), + [2404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3, 0, 0), + [2406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3, 0, 0), + [2408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2, 0, 0), + [2410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2, 0, 0), + [2412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_comprehension, 4, 0, 27), + [2414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_comprehension, 4, 0, 27), + [2416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), + [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [2420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2451), + [2422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [2432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), + [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), + [2436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), + [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [2442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [2448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2409), + [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [2456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), + [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [2460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), + [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [2464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), + [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [2468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2383), + [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [2478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), + [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [2482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), + [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), + [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), + [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), + [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), + [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2389), + [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), + [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [2570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), - [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [2570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), + [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), [2574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), - [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), [2600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 2, 0, 7), [2602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 2, 0, 7), - [2604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), - [2606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), - [2608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(926), - [2611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), - [2613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(2613), - [2616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(848), - [2619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(926), - [2622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), - [2624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), - [2626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(871), - [2629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(850), - [2632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(871), - [2635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(854), - [2638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(843), - [2641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(854), + [2604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), + [2606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), + [2608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), + [2610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), + [2612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(873), + [2615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), + [2617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(2511), + [2620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(849), + [2623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(873), + [2626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(903), + [2629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(843), + [2632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(903), + [2635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(879), + [2638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(845), + [2641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(879), [2644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(932), - [2647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(845), + [2647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(847), [2650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(932), - [2653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(917), - [2656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(849), - [2659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(917), - [2662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(865), - [2665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(847), - [2668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(865), - [2671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(901), - [2674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(846), - [2677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(901), + [2653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(923), + [2656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(846), + [2659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(923), + [2662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(867), + [2665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(850), + [2668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(867), + [2671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(891), + [2674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(848), + [2677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(891), [2680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_is_not, 2, 0, 0), [2682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_is_not, 2, 0, 0), - [2684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_in, 2, 0, 0), - [2686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_in, 2, 0, 0), - [2688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(885), - [2691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(844), - [2694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(885), - [2697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_patterns_repeat1, 2, 0, 0), - [2699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(797), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [2704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern_, 3, 0, 0), - [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [2684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(915), + [2687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(844), + [2690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 21), SHIFT_REPEAT(915), + [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_in, 2, 0, 0), + [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_in, 2, 0, 0), + [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_patterns_repeat1, 2, 0, 0), + [2701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(811), + [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern_, 3, 0, 0), [2710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern_, 3, 0, 0), - [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), - [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [2716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), - [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), - [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [2740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_right_hand_side, 1, 0, 0), - [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [2754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(732), - [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [2720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(729), + [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), + [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_right_hand_side, 1, 0, 0), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), - [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters_, 2, 0, 0), - [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters_, 3, 0, 0), + [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), + [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters_, 3, 0, 0), + [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters_, 2, 0, 0), [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), - [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_pattern_, 3, 0, 18), - [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [2797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, 0, 2), - [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), - [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), - [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_elements, 1, 0, 0), - [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_operator, 3, 0, 17), - [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, 0, 40), - [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 0), - [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 14), - [2829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(585), + [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), + [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_elements, 1, 0, 0), + [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_operator, 3, 0, 17), + [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 14), + [2813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(500), + [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [2820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, 0, 2), + [2822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 0), + [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [2826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, 0, 40), + [2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_pattern_, 3, 0, 18), [2832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, 0, 13), - [2834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, 0, 17), - [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [2840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [2854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(526), - [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [2881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, 0, 2), - [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [2893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_pattern_, 3, 0, 18), - [2895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, 1, 4), SHIFT(327), - [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), - [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [2918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), - [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [2932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(477), - [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [2943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_f_expression, 1, 0, 0), - [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [2961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(498), - [2964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(227), - [2967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1739), - [2970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1739), - [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), - [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 2, 0, 0), - [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [3011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(507), - [3014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(468), - [3017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), - [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2, 0, 0), - [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [3025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 3, 0, 0), - [3027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 1, 0, 0), - [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [3033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), - [3035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2641), - [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 2, 0, 0), - [3040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(546), - [3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), + [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [2838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), + [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), + [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [2852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, 1, 4), SHIFT(321), + [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), + [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [2883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, 0, 2), + [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [2889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_pattern_, 3, 0, 18), + [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, 0, 17), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [2911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(508), + [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [2920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 2, 0, 0), + [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [2932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), + [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [2972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(555), + [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_f_expression, 1, 0, 0), + [2985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(227), + [2988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1760), + [2991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1760), + [2994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), + [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [3000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(537), + [3003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), + [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [3013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), + [3015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2506), + [3018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(515), + [3021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(483), + [3024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2, 0, 0), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 3, 0, 0), + [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), + [3034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 1, 0, 0), + [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [3038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(558), + [3041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 2, 0, 0), + [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), [3045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_within_for_in_clause, 1, 0, 0), - [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), - [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), - [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2, 0, 0), - [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), - [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), + [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [3051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2, 0, 0), + [3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), + [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [3083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, 0, 38), - [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [3089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_pattern, 1, 0, 0), - [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), - [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), - [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [3109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, -1, 2), - [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [3125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2, 0, 0), - [3127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, 0, 3), - [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [3133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(553), - [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), - [3140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1733), - [3143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1733), - [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [3150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, 0, 61), - [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [3156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2514), - [3159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_content, 1, 0, 0), - [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), - [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [3169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2577), - [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [3174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comprehension_clauses, 2, 0, 0), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [3178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2496), - [3180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2, 0, 0), - [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [3186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_pattern, 2, 0, 0), - [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), - [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [3194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(2650), - [3197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(497), - [3200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(724), - [3203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [3215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2, 0, 0), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [3221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(2469), - [3224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(576), - [3227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(705), - [3230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(2505), - [3233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(518), - [3236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(710), - [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [3255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comprehension_clauses, 1, 0, 0), - [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [3261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 2), - [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [3273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2594), - [3276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), - [3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, 0, 14), - [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [3284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2, 0, 0), - [3286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(484), - [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [3297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_pattern, 1, 0, 0), - [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [3301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5, 0, 0), - [3303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 96), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2, 0, 0), - [3309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, 0, 0), - [3311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), - [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), - [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [3323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), - [3325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(445), - [3328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, 0, 82), - [3330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, 0, 30), - [3332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, 0, 64), - [3334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, 0, 64), - [3336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, 0, 65), - [3338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, 0, 65), - [3340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, 0, 66), - [3342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, 0, 66), - [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [3346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 84), - [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [3354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 85), - [3356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_pattern, 3, 0, 0), - [3358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 5, 0, 0), + [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [3079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 14), SHIFT(461), + [3082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, 0, 3), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [3086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_pattern, 1, 0, 0), + [3088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, 0, 38), + [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [3098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, -1, 2), + [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [3106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2, 0, 0), + [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), + [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), + [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), + [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [3152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2, 0, 0), + [3154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2482), + [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [3159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comprehension_clauses, 2, 0, 0), + [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2577), + [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [3173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comprehension_clauses, 1, 0, 0), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [3181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), + [3183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1746), + [3186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1746), + [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2, 0, 0), + [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [3193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2572), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [3204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(2646), + [3207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(470), + [3210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(709), + [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), + [3215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(2649), + [3218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(503), + [3221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(720), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [3228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_content, 1, 0, 0), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [3232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), + [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 2), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [3240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, 0, 60), + [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [3254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2620), + [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [3259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_pattern, 2, 0, 0), + [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [3263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(2523), + [3266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(477), + [3269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(718), + [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [3276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), + [3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, 0, 39), + [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [3288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_type, 3, 0, 0), + [3290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constrained_type, 3, 0, 0), + [3292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [3298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 3, 0, 0), + [3300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2, 0, 0), + [3302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 15), + [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [3306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5, 0, 0), + [3308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2, 0, 0), + [3310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 95), + [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [3314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, 0, 14), + [3316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, 0, 12), + [3318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), + [3320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(398), + [3323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2, 0, 0), + [3325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(578), + [3328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 0), + [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [3354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_pattern, 1, 0, 0), + [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [3358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, 0, 30), [3360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_elements_repeat1, 2, 0, 0), - [3362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 4, 0, 33), - [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [3366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), - [3368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1462), - [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), - [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [3375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, 0, 29), - [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [3381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, 0, 39), - [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [3391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, 0, 14), - [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [3401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(417), - [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [3406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 15), - [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [3420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, 0, 0), - [3422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(410), - [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [3429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(782), - [3432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, 1, 4), - [3434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, 0, 22), - [3436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, 0, 22), - [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6, 0, 83), - [3440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6, 0, 83), - [3442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_type, 3, 0, 0), - [3444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constrained_type, 3, 0, 0), - [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 3, 0, 0), - [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [3452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, 0, 22), - [3454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, 0, 22), - [3456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, 0, 43), - [3458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, 0, 43), - [3460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, 0, 44), - [3462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, 0, 44), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [3468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2609), - [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [3473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2, 0, 0), - [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [3483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(564), - [3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, 0, 12), - [3488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 0), - [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [3496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_pattern, 2, 0, 0), - [3498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 3, 0, 13), - [3500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, 0, 40), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [3506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1465), - [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3, 0, 0), - [3515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4, 0, 0), - [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 4, 0, 0), - [3521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_complex_pattern, 4, 0, 0), - [3523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 4, 0, 0), - [3525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 4, 0, 0), - [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [3531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(466), - [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [3536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, 0, 0), - [3538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 5, 0, 0), - [3540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 5, 0, 0), - [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 5, 0, 0), - [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [3546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 3, 0, 0), - [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [3552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 6, 0, 0), - [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), - [3558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_complex_pattern, 3, 0, 0), - [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [3568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 3, 0, 0), - [3570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1461), - [3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_repeat1, 2, 0, 0), - [3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 4, 1, 29), - [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [3579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), - [3581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1, 0, 0), - [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), - [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), - [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [3597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 2, 0, 1), - [3599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, 0, 0), - [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), - [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [3607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splat_pattern, 2, 0, 0), - [3609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1468), - [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [3620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(234), - [3623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), - [3625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(2239), - [3628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 3, 0, 9), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [3636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), - [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [3648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2, 0, 0), - [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [3662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 2, 0, 0), - [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [3676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 1, 0, 1), - [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [3684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2, 0, 0), - [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [3692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 28), - [3694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 28), SHIFT_REPEAT(530), - [3697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1442), - [3700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), - [3702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 70), SHIFT_REPEAT(1443), - [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 70), - [3707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, 0, 0), - [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [3713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 2, 0, 9), - [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [3719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2, 0, 23), - [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [3739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 3, 0, 0), - [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [3745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_prefix, 1, 0, 0), - [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2, 0, 24), - [3755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2, 0, 24), SHIFT_REPEAT(2254), - [3758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, 0, 3), - [3760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dict_pattern_repeat1, 2, 0, 0), - [3762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 3, 0, 0), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [3784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 3, 0, 0), - [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [3790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 10), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [3794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, 0, 0), - [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), - [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [3806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, -1, 11), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), - [3826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 2, 0, 0), - [3828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3, 0, 0), - [3830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 2, 0, 0), - [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [3834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_prefix_repeat1, 2, 0, 0), - [3836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_prefix_repeat1, 2, 0, 0), SHIFT_REPEAT(2111), - [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2, 0, 0), - [3843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2647), - [3846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_pattern, 3, 0, 0), - [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [3852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_simple_statements_repeat1, 2, 0, 0), SHIFT_REPEAT(153), - [3855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_simple_statements_repeat1, 2, 0, 0), - [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), - [3865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(456), - [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [3878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_repeat1, 2, 0, 0), SHIFT_REPEAT(243), - [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [3891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(312), - [3894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key_value_pattern, 3, 0, 38), - [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), - [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), - [3904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dict_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1458), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [3915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(452), - [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), - [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [3926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relative_import, 1, 0, 0), - [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [3940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1444), - [3943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2, 0, 24), SHIFT_REPEAT(2269), - [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [3966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, 0, 0), SHIFT_REPEAT(390), - [3969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, 0, 0), - [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), - [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), - [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [3993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(767), - [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [3998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1, 0, 0), - [4000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters__repeat1, 2, 0, 0), SHIFT_REPEAT(1552), - [4003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters__repeat1, 2, 0, 0), - [4005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters__repeat1, 2, 0, 0), SHIFT_REPEAT(1551), - [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [4014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(487), - [4017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(768), - [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [4022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(506), - [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [4045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_patterns, 1, 0, 0), - [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [4067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 1, 0, 42), - [4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 1, 0, 42), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [4075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_elements_repeat1, 2, 0, 0), SHIFT_REPEAT(347), - [4078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, 0, 32), SHIFT_REPEAT(541), - [4081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, 0, 32), - [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [4109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_elements_repeat1, 2, 0, 0), SHIFT_REPEAT(334), - [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [4118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters_, 1, 0, 0), - [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [4134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aliased_import, 3, 0, 25), - [4136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, 0, 63), SHIFT_REPEAT(406), - [4139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, 0, 63), - [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [4153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, 0, 3), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), - [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), - [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [4221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_elements_repeat1, 2, 0, 0), SHIFT_REPEAT(336), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [4248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1441), - [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [4255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(502), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [4262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(752), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [4273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, 0, 118), - [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1, 0, 0), - [4277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), - [4279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, 0, 0), - [4281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 115), - [4283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1, 0, 0), - [4285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [4291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 116), - [4293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 4, 0, 0), - [4295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 117), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [4299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), - [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [4305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, 0, 17), - [4307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), - [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), - [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [4313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 6, 0, 0), - [4315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 6, 0, 26), - [4317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_import, 1, 0, 0), - [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [4331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, 0, 26), - [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [4337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [4347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1, 0, 0), - [4349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, 0, 108), - [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [4353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), - [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [4359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), - [4361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 114), - [4363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 47), - [4365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, 0, 119), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [4369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 4, 0, 101), - [4371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), - [4373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), - [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [4377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, 0, 120), - [4379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), - [4381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), - [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [4385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1, 0, 0), - [4387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [4391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [4395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, 0, 60), - [4397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [4401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 16), - [4403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, 0, 109), - [4405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, 0, 0), - [4407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 8, 0, 121), - [4409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [4417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), - [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [4425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, 0, 110), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [4437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), - [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), - [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [4531] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [4535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_import, 2, 0, 0), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [4645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1, 0, 0), - [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [4687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, 0, 0), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [4707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, 0, 0), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [3362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_pattern, 3, 0, 0), + [3364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, 0, 81), + [3366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(528), + [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [3371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 83), + [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [3375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 84), + [3377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), + [3379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1466), + [3382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 4, 0, 33), + [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [3386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, 0, 29), + [3388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, 0, 14), + [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [3392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 5, 0, 0), + [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [3396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), + [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [3408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(410), + [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [3423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, 0, 0), + [3425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(401), + [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [3430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, 0, 63), + [3432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, 0, 63), + [3434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(798), + [3437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, 0, 64), + [3439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, 0, 64), + [3441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, 0, 65), + [3443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, 0, 65), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6, 0, 82), + [3449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6, 0, 82), + [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [3455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, 0, 22), + [3457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, 0, 22), + [3459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, 0, 0), + [3461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2612), + [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [3468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, 1, 4), + [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [3478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, 0, 22), + [3480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, 0, 22), + [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_pattern, 2, 0, 0), + [3484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, 0, 42), + [3486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, 0, 42), + [3488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, 0, 43), + [3490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, 0, 43), + [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [3508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 2, 0, 1), + [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [3516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(479), + [3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 3, 0, 0), + [3521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_complex_pattern, 3, 0, 0), + [3523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1464), + [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, 0, 40), + [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [3534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4, 0, 0), + [3536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 4, 0, 0), + [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 3, 0, 13), + [3544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_complex_pattern, 4, 0, 0), + [3546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 4, 0, 0), + [3548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 4, 0, 0), + [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 3, 0, 0), + [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [3562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, 0, 0), + [3564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 5, 0, 0), + [3566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 5, 0, 0), + [3568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 5, 0, 0), + [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [3572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1465), + [3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 1, 0, 1), + [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [3583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 6, 0, 0), + [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [3587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(234), + [3590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), + [3592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1941), + [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [3621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), + [3623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1, 0, 0), + [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), + [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), + [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [3643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splat_pattern, 2, 0, 0), + [3645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2, 0, 0), + [3647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 2, 0, 0), + [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [3653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1460), + [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [3662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 3, 0, 9), + [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [3666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, 0, 0), + [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [3674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2, 0, 0), + [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [3680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_repeat1, 2, 0, 0), + [3682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 4, 1, 29), + [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [3686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3, 0, 0), + [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), + [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), + [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [3700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_prefix_repeat1, 2, 0, 0), + [3702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_prefix_repeat1, 2, 0, 0), SHIFT_REPEAT(2010), + [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [3729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 10), + [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [3733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2, 0, 0), + [3735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2547), + [3738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, -1, 11), + [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [3746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 2, 0, 9), + [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [3756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 3, 0, 0), + [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [3768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 3, 0, 0), + [3770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3, 0, 0), + [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [3778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 69), SHIFT_REPEAT(1443), + [3781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 69), + [3783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 3, 0, 0), + [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [3787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, 0, 0), + [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2, 0, 23), + [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dict_pattern_repeat1, 2, 0, 0), + [3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), + [3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2, 0, 24), + [3803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2, 0, 24), SHIFT_REPEAT(2342), + [3806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 28), + [3808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 28), SHIFT_REPEAT(536), + [3811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_pattern, 3, 0, 0), + [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [3819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1445), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [3824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_prefix, 1, 0, 0), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [3828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, 0, 0), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), + [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [3840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, 0, 3), + [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [3844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 2, 0, 0), + [3846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 2, 0, 0), + [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aliased_import, 3, 0, 25), + [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [3864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1444), + [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [3881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_elements_repeat1, 2, 0, 0), SHIFT_REPEAT(336), + [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [3896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters__repeat1, 2, 0, 0), + [3898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters__repeat1, 2, 0, 0), SHIFT_REPEAT(1553), + [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [3907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(315), + [3910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key_value_pattern, 3, 0, 38), + [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), + [3914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dict_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1458), + [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), + [3945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(458), + [3948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), + [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), + [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), + [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [4000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(765), + [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, 0, 3), + [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [4013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(519), + [4016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, 0, 0), SHIFT_REPEAT(357), + [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, 0, 0), + [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [4043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters__repeat1, 2, 0, 0), SHIFT_REPEAT(1552), + [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [4048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(777), + [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [4057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, 0, 62), SHIFT_REPEAT(421), + [4060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, 0, 62), + [4062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(493), + [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [4067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters_, 1, 0, 0), + [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_patterns, 1, 0, 0), + [4089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relative_import, 1, 0, 0), + [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [4103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2, 0, 24), SHIFT_REPEAT(2184), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1, 0, 0), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [4120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1442), + [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [4129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_elements_repeat1, 2, 0, 0), SHIFT_REPEAT(339), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [4162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_elements_repeat1, 2, 0, 0), SHIFT_REPEAT(340), + [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [4171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, 0, 32), SHIFT_REPEAT(548), + [4174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, 0, 32), + [4176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(757), + [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [4183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(563), + [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [4188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_simple_statements_repeat1, 2, 0, 0), SHIFT_REPEAT(153), + [4191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_simple_statements_repeat1, 2, 0, 0), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), + [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [4235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_repeat1, 2, 0, 0), SHIFT_REPEAT(267), + [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [4262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(451), + [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [4273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, 0, 107), + [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_import, 1, 0, 0), + [4277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 46), + [4279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, 0, 26), + [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [4283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, 0, 0), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [4287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, 0, 108), + [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [4291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 16), + [4293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, 0, 109), + [4295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [4297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, 0, 17), + [4299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), + [4305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [4309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), + [4311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), + [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [4315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [4323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), + [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [4329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1, 0, 0), + [4331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 6, 0, 0), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [4341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 6, 0, 26), + [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [4345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1, 0, 0), + [4347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), + [4349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), + [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [4355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 4, 0, 100), + [4357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), + [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [4361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, 0, 0), + [4363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, 0, 59), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [4367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 113), + [4369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 114), + [4371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 115), + [4373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [4377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 116), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [4395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), + [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [4403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1, 0, 0), + [4405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), + [4407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, 0, 117), + [4409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, 0, 118), + [4411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), + [4413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, 0, 119), + [4415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1, 0, 0), + [4417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [4421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 4, 0, 0), + [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [4431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 8, 0, 120), + [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), + [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [4493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_import, 2, 0, 0), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [4503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1, 0, 0), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [4559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, 0, 0), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [4595] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [4657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, 0, 0), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), }; enum ts_external_scanner_symbol_identifiers { @@ -123842,12 +123831,12 @@ static const bool ts_external_scanner_states[20][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_comment] = true, }, [10] = { + [ts_external_token_dedent] = true, [ts_external_token_string_start] = true, [ts_external_token_comment] = true, [ts_external_token_except] = true, }, [11] = { - [ts_external_token_dedent] = true, [ts_external_token_string_start] = true, [ts_external_token_comment] = true, [ts_external_token_except] = true, @@ -123907,7 +123896,7 @@ void tree_sitter_python_external_scanner_deserialize(void *, const char *, unsig TS_PUBLIC const TSLanguage *tree_sitter_python(void) { static const TSLanguage language = { - .version = LANGUAGE_VERSION, + .abi_version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, @@ -123929,7 +123918,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_python(void) { .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = &ts_alias_sequences[0][0], - .lex_modes = ts_lex_modes, + .lex_modes = (const void*)ts_lex_modes, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_identifier, diff --git a/lib/tree_sitter/alloc.h b/lib/tree_sitter/alloc.h index 1f4466d..1abdd12 100644 --- a/lib/tree_sitter/alloc.h +++ b/lib/tree_sitter/alloc.h @@ -12,10 +12,10 @@ extern "C" { // Allow clients to override allocation functions #ifdef TREE_SITTER_REUSE_ALLOCATOR -extern void *(*ts_current_malloc)(size_t); -extern void *(*ts_current_calloc)(size_t, size_t); -extern void *(*ts_current_realloc)(void *, size_t); -extern void (*ts_current_free)(void *); +extern void *(*ts_current_malloc)(size_t size); +extern void *(*ts_current_calloc)(size_t count, size_t size); +extern void *(*ts_current_realloc)(void *ptr, size_t size); +extern void (*ts_current_free)(void *ptr); #ifndef ts_malloc #define ts_malloc ts_current_malloc diff --git a/lib/tree_sitter/array.h b/lib/tree_sitter/array.h index 15a3b23..a17a574 100644 --- a/lib/tree_sitter/array.h +++ b/lib/tree_sitter/array.h @@ -14,6 +14,7 @@ extern "C" { #include #ifdef _MSC_VER +#pragma warning(push) #pragma warning(disable : 4101) #elif defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push @@ -278,7 +279,7 @@ static inline void _array__splice(Array *self, size_t element_size, #define _compare_int(a, b) ((int)*(a) - (int)(b)) #ifdef _MSC_VER -#pragma warning(default : 4101) +#pragma warning(pop) #elif defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic pop #endif diff --git a/lib/tree_sitter/parser.h b/lib/tree_sitter/parser.h index 17f0e94..858107d 100644 --- a/lib/tree_sitter/parser.h +++ b/lib/tree_sitter/parser.h @@ -18,6 +18,11 @@ typedef uint16_t TSStateId; typedef uint16_t TSSymbol; typedef uint16_t TSFieldId; typedef struct TSLanguage TSLanguage; +typedef struct TSLanguageMetadata { + uint8_t major_version; + uint8_t minor_version; + uint8_t patch_version; +} TSLanguageMetadata; #endif typedef struct { @@ -26,10 +31,11 @@ typedef struct { bool inherited; } TSFieldMapEntry; +// Used to index the field and supertype maps. typedef struct { uint16_t index; uint16_t length; -} TSFieldMapSlice; +} TSMapSlice; typedef struct { bool visible; @@ -47,6 +53,7 @@ struct TSLexer { uint32_t (*get_column)(TSLexer *); bool (*is_at_included_range_start)(const TSLexer *); bool (*eof)(const TSLexer *); + void (*log)(const TSLexer *, const char *, ...); }; typedef enum { @@ -78,6 +85,12 @@ typedef struct { uint16_t external_lex_state; } TSLexMode; +typedef struct { + uint16_t lex_state; + uint16_t external_lex_state; + uint16_t reserved_word_set_id; +} TSLexerMode; + typedef union { TSParseAction action; struct { @@ -92,7 +105,7 @@ typedef struct { } TSCharacterRange; struct TSLanguage { - uint32_t version; + uint32_t abi_version; uint32_t symbol_count; uint32_t alias_count; uint32_t token_count; @@ -108,13 +121,13 @@ struct TSLanguage { const TSParseActionEntry *parse_actions; const char * const *symbol_names; const char * const *field_names; - const TSFieldMapSlice *field_map_slices; + const TSMapSlice *field_map_slices; const TSFieldMapEntry *field_map_entries; const TSSymbolMetadata *symbol_metadata; const TSSymbol *public_symbol_map; const uint16_t *alias_map; const TSSymbol *alias_sequences; - const TSLexMode *lex_modes; + const TSLexerMode *lex_modes; bool (*lex_fn)(TSLexer *, TSStateId); bool (*keyword_lex_fn)(TSLexer *, TSStateId); TSSymbol keyword_capture_token; @@ -128,15 +141,23 @@ struct TSLanguage { void (*deserialize)(void *, const char *, unsigned); } external_scanner; const TSStateId *primary_state_ids; + const char *name; + const TSSymbol *reserved_words; + uint16_t max_reserved_word_set_size; + uint32_t supertype_count; + const TSSymbol *supertype_symbols; + const TSMapSlice *supertype_map_slices; + const TSSymbol *supertype_map_entries; + TSLanguageMetadata metadata; }; -static inline bool set_contains(TSCharacterRange *ranges, uint32_t len, int32_t lookahead) { +static inline bool set_contains(const TSCharacterRange *ranges, uint32_t len, int32_t lookahead) { uint32_t index = 0; uint32_t size = len - index; while (size > 1) { uint32_t half_size = size / 2; uint32_t mid_index = index + half_size; - TSCharacterRange *range = &ranges[mid_index]; + const TSCharacterRange *range = &ranges[mid_index]; if (lookahead >= range->start && lookahead <= range->end) { return true; } else if (lookahead > range->end) { @@ -144,7 +165,7 @@ static inline bool set_contains(TSCharacterRange *ranges, uint32_t len, int32_t } size -= half_size; } - TSCharacterRange *range = &ranges[index]; + const TSCharacterRange *range = &ranges[index]; return (lookahead >= range->start && lookahead <= range->end); }