diff --git a/src/parser.c b/src/parser.c index 8305f05..d61c82f 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,15 +6,15 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 1699 -#define LARGE_STATE_COUNT 124 +#define STATE_COUNT 1618 +#define LARGE_STATE_COUNT 82 #define SYMBOL_COUNT 227 -#define ALIAS_COUNT 2 +#define ALIAS_COUNT 3 #define TOKEN_COUNT 115 #define EXTERNAL_TOKEN_COUNT 10 -#define FIELD_COUNT 26 +#define FIELD_COUNT 29 #define MAX_ALIAS_SEQUENCE_LENGTH 9 -#define PRODUCTION_ID_COUNT 100 +#define PRODUCTION_ID_COUNT 108 enum { sym_identifier = 1, @@ -41,17 +41,17 @@ enum { anon_sym_assert_contains = 22, anon_sym_assert_fails = 23, anon_sym_COLON_EQ = 24, - anon_sym_match = 25, - anon_sym_return = 26, - anon_sym_del = 27, - anon_sym_raise = 28, - anon_sym_pass = 29, - anon_sym_break = 30, - anon_sym_continue = 31, - anon_sym_if = 32, - anon_sym_COLON = 33, - anon_sym_elif = 34, - anon_sym_else = 35, + anon_sym_return = 25, + anon_sym_del = 26, + anon_sym_raise = 27, + anon_sym_pass = 28, + anon_sym_break = 29, + anon_sym_continue = 30, + anon_sym_if = 31, + anon_sym_COLON = 32, + anon_sym_elif = 33, + anon_sym_else = 34, + anon_sym_match = 35, anon_sym_case = 36, anon_sym_async = 37, anon_sym_for = 38, @@ -111,26 +111,26 @@ enum { sym_ellipsis = 92, anon_sym_LBRACE = 93, anon_sym_RBRACE = 94, - anon_sym_LBRACE_LBRACE = 95, - anon_sym_RBRACE_RBRACE = 96, - sym_escape_sequence = 97, - sym__not_escape_sequence = 98, - aux_sym_format_specifier_token1 = 99, - sym_type_conversion = 100, - sym_integer = 101, - sym_float = 102, - anon_sym_await = 103, - anon_sym_struct = 104, - sym_true = 105, - sym_false = 106, - sym_none = 107, - sym_comment = 108, + sym__escape_interpolation = 95, + sym_escape_sequence = 96, + sym__not_escape_sequence = 97, + aux_sym_format_specifier_token1 = 98, + sym_type_conversion = 99, + sym_integer = 100, + sym_float = 101, + anon_sym_await = 102, + anon_sym_struct = 103, + sym_true = 104, + sym_false = 105, + sym_none = 106, + sym_comment = 107, + sym_line_continuation = 108, sym__newline = 109, sym__indent = 110, sym__dedent = 111, - sym__string_start = 112, + sym_string_start = 112, sym__string_content = 113, - sym__string_end = 114, + sym_string_end = 114, sym_module = 115, sym__statement = 116, sym__simple_statements = 117, @@ -139,7 +139,7 @@ enum { sym_assert_statement = 120, sym_expression_statement = 121, sym_named_expression = 122, - sym__named_expresssion_lhs = 123, + sym__named_expression_lhs = 123, sym_return_statement = 124, sym_delete_statement = 125, sym_pass_statement = 126, @@ -149,102 +149,103 @@ enum { sym_elif_clause = 130, sym_else_clause = 131, sym_match_statement = 132, - sym_case_clause = 133, - sym_for_statement = 134, - sym_while_statement = 135, - sym_with_statement = 136, - sym_with_clause = 137, - sym_with_item = 138, - sym_function_definition = 139, - sym_parameters = 140, - sym_lambda_parameters = 141, - sym_list_splat = 142, - sym_dictionary_splat = 143, - sym_exec_statement = 144, - sym_parenthesized_list_splat = 145, - sym_argument_list = 146, - sym_decorated_definition = 147, - sym_decorator = 148, - sym_block = 149, - sym_expression_list = 150, - sym__parameters = 151, - sym__patterns = 152, - sym_parameter = 153, - sym_pattern = 154, - sym_tuple_pattern = 155, - sym_list_pattern = 156, - sym_default_parameter = 157, - sym_typed_default_parameter = 158, - sym_list_splat_pattern = 159, - sym_dictionary_splat_pattern = 160, - sym_as_pattern = 161, - sym__expression_within_for_in_clause = 162, - sym_expression = 163, - sym_primary_expression = 164, - sym_not_operator = 165, - sym_boolean_operator = 166, - sym_binary_operator = 167, - sym_unary_operator = 168, - sym_comparison_operator = 169, - sym_lambda = 170, - sym_lambda_within_for_in_clause = 171, - sym_assignment = 172, - sym_augmented_assignment = 173, - sym_pattern_list = 174, - sym__right_hand_side = 175, - sym_attribute = 176, - sym_subscript = 177, - sym_slice = 178, - sym_call = 179, - sym_typed_parameter = 180, - sym_type = 181, - sym_keyword_argument = 182, - sym_list = 183, - sym_set = 184, - sym_tuple = 185, - sym_dictionary = 186, - sym_pair = 187, - sym_list_comprehension = 188, - sym_dictionary_comprehension = 189, - sym_set_comprehension = 190, - sym__comprehension_clauses = 191, - sym_parenthesized_expression = 192, - sym__collection_elements = 193, - sym_for_in_clause = 194, - sym_if_clause = 195, - sym_conditional_expression = 196, - sym_string = 197, - sym_interpolation = 198, - sym__f_expression = 199, - sym__escape_interpolation = 200, - sym_format_specifier = 201, - sym_format_expression = 202, - sym_await = 203, - sym_positional_separator = 204, - sym_keyword_separator = 205, - aux_sym_module_repeat1 = 206, - aux_sym__simple_statements_repeat1 = 207, - aux_sym_print_statement_repeat1 = 208, - aux_sym_assert_statement_repeat1 = 209, - aux_sym_if_statement_repeat1 = 210, - aux_sym_match_statement_repeat1 = 211, - aux_sym_match_statement_repeat2 = 212, - aux_sym_case_clause_repeat1 = 213, - aux_sym_with_clause_repeat1 = 214, - aux_sym_argument_list_repeat1 = 215, - aux_sym_decorated_definition_repeat1 = 216, - aux_sym__parameters_repeat1 = 217, - aux_sym__patterns_repeat1 = 218, - aux_sym_comparison_operator_repeat1 = 219, - aux_sym_subscript_repeat1 = 220, - aux_sym_dictionary_repeat1 = 221, - aux_sym__comprehension_clauses_repeat1 = 222, - aux_sym__collection_elements_repeat1 = 223, - aux_sym_for_in_clause_repeat1 = 224, - aux_sym_string_repeat1 = 225, + sym__match_block = 133, + sym_case_clause = 134, + sym_for_statement = 135, + sym_while_statement = 136, + sym_with_statement = 137, + sym_with_clause = 138, + sym_with_item = 139, + sym_function_definition = 140, + sym_parameters = 141, + sym_lambda_parameters = 142, + sym_list_splat = 143, + sym_dictionary_splat = 144, + sym_exec_statement = 145, + sym_parenthesized_list_splat = 146, + sym_argument_list = 147, + sym_decorated_definition = 148, + sym_decorator = 149, + sym_block = 150, + sym_expression_list = 151, + sym__parameters = 152, + sym__patterns = 153, + sym_parameter = 154, + sym_pattern = 155, + sym_tuple_pattern = 156, + sym_list_pattern = 157, + sym_default_parameter = 158, + sym_typed_default_parameter = 159, + sym_list_splat_pattern = 160, + sym_dictionary_splat_pattern = 161, + sym_as_pattern = 162, + sym__expression_within_for_in_clause = 163, + sym_expression = 164, + sym_primary_expression = 165, + sym_not_operator = 166, + sym_boolean_operator = 167, + sym_binary_operator = 168, + sym_unary_operator = 169, + sym_comparison_operator = 170, + sym_lambda = 171, + sym_lambda_within_for_in_clause = 172, + sym_assignment = 173, + sym_augmented_assignment = 174, + sym_pattern_list = 175, + sym__right_hand_side = 176, + sym_attribute = 177, + sym_subscript = 178, + sym_slice = 179, + sym_call = 180, + sym_typed_parameter = 181, + sym_type = 182, + sym_keyword_argument = 183, + sym_list = 184, + sym_set = 185, + sym_tuple = 186, + sym_dictionary = 187, + sym_pair = 188, + sym_list_comprehension = 189, + sym_dictionary_comprehension = 190, + sym_set_comprehension = 191, + sym__comprehension_clauses = 192, + sym_parenthesized_expression = 193, + sym__collection_elements = 194, + sym_for_in_clause = 195, + sym_if_clause = 196, + sym_conditional_expression = 197, + sym_string = 198, + sym_string_content = 199, + sym_interpolation = 200, + sym__f_expression = 201, + sym_format_specifier = 202, + sym_positional_separator = 203, + sym_keyword_separator = 204, + aux_sym_module_repeat1 = 205, + aux_sym__simple_statements_repeat1 = 206, + aux_sym_print_statement_repeat1 = 207, + aux_sym_assert_statement_repeat1 = 208, + aux_sym_if_statement_repeat1 = 209, + aux_sym_match_statement_repeat1 = 210, + aux_sym__match_block_repeat1 = 211, + aux_sym_case_clause_repeat1 = 212, + aux_sym_with_clause_repeat1 = 213, + aux_sym_argument_list_repeat1 = 214, + aux_sym_decorated_definition_repeat1 = 215, + aux_sym__parameters_repeat1 = 216, + aux_sym__patterns_repeat1 = 217, + aux_sym_comparison_operator_repeat1 = 218, + aux_sym_subscript_repeat1 = 219, + aux_sym_dictionary_repeat1 = 220, + aux_sym__comprehension_clauses_repeat1 = 221, + aux_sym__collection_elements_repeat1 = 222, + aux_sym_for_in_clause_repeat1 = 223, + aux_sym_string_repeat1 = 224, + aux_sym_string_content_repeat1 = 225, aux_sym_format_specifier_repeat1 = 226, alias_sym_as_pattern_target = 227, alias_sym_case_pattern = 228, + alias_sym_format_expression = 229, }; static const char * const ts_symbol_names[] = { @@ -273,7 +274,6 @@ static const char * const ts_symbol_names[] = { [anon_sym_assert_contains] = "assert_keyword", [anon_sym_assert_fails] = "assert_keyword", [anon_sym_COLON_EQ] = ":=", - [anon_sym_match] = "match", [anon_sym_return] = "return", [anon_sym_del] = "del", [anon_sym_raise] = "raise", @@ -284,6 +284,7 @@ static const char * const ts_symbol_names[] = { [anon_sym_COLON] = ":", [anon_sym_elif] = "elif", [anon_sym_else] = "else", + [anon_sym_match] = "match", [anon_sym_case] = "case", [anon_sym_async] = "async", [anon_sym_for] = "for", @@ -343,8 +344,7 @@ static const char * const ts_symbol_names[] = { [sym_ellipsis] = "ellipsis", [anon_sym_LBRACE] = "{", [anon_sym_RBRACE] = "}", - [anon_sym_LBRACE_LBRACE] = "{{", - [anon_sym_RBRACE_RBRACE] = "}}", + [sym__escape_interpolation] = "_escape_interpolation", [sym_escape_sequence] = "escape_sequence", [sym__not_escape_sequence] = "_not_escape_sequence", [aux_sym_format_specifier_token1] = "format_specifier_token1", @@ -357,12 +357,13 @@ static const char * const ts_symbol_names[] = { [sym_false] = "false", [sym_none] = "none", [sym_comment] = "comment", + [sym_line_continuation] = "line_continuation", [sym__newline] = "_newline", [sym__indent] = "_indent", [sym__dedent] = "_dedent", - [sym__string_start] = "\"", + [sym_string_start] = "string_start", [sym__string_content] = "_string_content", - [sym__string_end] = "\"", + [sym_string_end] = "string_end", [sym_module] = "module", [sym__statement] = "_statement", [sym__simple_statements] = "_simple_statements", @@ -371,7 +372,7 @@ static const char * const ts_symbol_names[] = { [sym_assert_statement] = "assert_statement", [sym_expression_statement] = "expression_statement", [sym_named_expression] = "named_expression", - [sym__named_expresssion_lhs] = "_named_expresssion_lhs", + [sym__named_expression_lhs] = "_named_expression_lhs", [sym_return_statement] = "return_statement", [sym_delete_statement] = "delete_statement", [sym_pass_statement] = "pass_statement", @@ -381,6 +382,7 @@ static const char * const ts_symbol_names[] = { [sym_elif_clause] = "elif_clause", [sym_else_clause] = "else_clause", [sym_match_statement] = "match_statement", + [sym__match_block] = "block", [sym_case_clause] = "case_clause", [sym_for_statement] = "for_statement", [sym_while_statement] = "while_statement", @@ -446,12 +448,10 @@ static const char * const ts_symbol_names[] = { [sym_if_clause] = "if_clause", [sym_conditional_expression] = "conditional_expression", [sym_string] = "string", + [sym_string_content] = "string_content", [sym_interpolation] = "interpolation", [sym__f_expression] = "_f_expression", - [sym__escape_interpolation] = "_escape_interpolation", [sym_format_specifier] = "format_specifier", - [sym_format_expression] = "format_expression", - [sym_await] = "await", [sym_positional_separator] = "positional_separator", [sym_keyword_separator] = "keyword_separator", [aux_sym_module_repeat1] = "module_repeat1", @@ -460,7 +460,7 @@ static const char * const ts_symbol_names[] = { [aux_sym_assert_statement_repeat1] = "assert_statement_repeat1", [aux_sym_if_statement_repeat1] = "if_statement_repeat1", [aux_sym_match_statement_repeat1] = "match_statement_repeat1", - [aux_sym_match_statement_repeat2] = "match_statement_repeat2", + [aux_sym__match_block_repeat1] = "_match_block_repeat1", [aux_sym_case_clause_repeat1] = "case_clause_repeat1", [aux_sym_with_clause_repeat1] = "with_clause_repeat1", [aux_sym_argument_list_repeat1] = "argument_list_repeat1", @@ -474,9 +474,11 @@ static const char * const ts_symbol_names[] = { [aux_sym__collection_elements_repeat1] = "_collection_elements_repeat1", [aux_sym_for_in_clause_repeat1] = "for_in_clause_repeat1", [aux_sym_string_repeat1] = "string_repeat1", + [aux_sym_string_content_repeat1] = "string_content_repeat1", [aux_sym_format_specifier_repeat1] = "format_specifier_repeat1", [alias_sym_as_pattern_target] = "as_pattern_target", [alias_sym_case_pattern] = "case_pattern", + [alias_sym_format_expression] = "format_expression", }; static const TSSymbol ts_symbol_map[] = { @@ -505,7 +507,6 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_assert_contains] = anon_sym_assert, [anon_sym_assert_fails] = anon_sym_assert, [anon_sym_COLON_EQ] = anon_sym_COLON_EQ, - [anon_sym_match] = anon_sym_match, [anon_sym_return] = anon_sym_return, [anon_sym_del] = anon_sym_del, [anon_sym_raise] = anon_sym_raise, @@ -516,6 +517,7 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_COLON] = anon_sym_COLON, [anon_sym_elif] = anon_sym_elif, [anon_sym_else] = anon_sym_else, + [anon_sym_match] = anon_sym_match, [anon_sym_case] = anon_sym_case, [anon_sym_async] = anon_sym_async, [anon_sym_for] = anon_sym_for, @@ -575,8 +577,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_ellipsis] = sym_ellipsis, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, - [anon_sym_LBRACE_LBRACE] = anon_sym_LBRACE_LBRACE, - [anon_sym_RBRACE_RBRACE] = anon_sym_RBRACE_RBRACE, + [sym__escape_interpolation] = sym__escape_interpolation, [sym_escape_sequence] = sym_escape_sequence, [sym__not_escape_sequence] = sym__not_escape_sequence, [aux_sym_format_specifier_token1] = aux_sym_format_specifier_token1, @@ -589,12 +590,13 @@ static const TSSymbol ts_symbol_map[] = { [sym_false] = sym_false, [sym_none] = sym_none, [sym_comment] = sym_comment, + [sym_line_continuation] = sym_line_continuation, [sym__newline] = sym__newline, [sym__indent] = sym__indent, [sym__dedent] = sym__dedent, - [sym__string_start] = sym__string_start, + [sym_string_start] = sym_string_start, [sym__string_content] = sym__string_content, - [sym__string_end] = sym__string_start, + [sym_string_end] = sym_string_end, [sym_module] = sym_module, [sym__statement] = sym__statement, [sym__simple_statements] = sym__simple_statements, @@ -603,7 +605,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_assert_statement] = sym_assert_statement, [sym_expression_statement] = sym_expression_statement, [sym_named_expression] = sym_named_expression, - [sym__named_expresssion_lhs] = sym__named_expresssion_lhs, + [sym__named_expression_lhs] = sym__named_expression_lhs, [sym_return_statement] = sym_return_statement, [sym_delete_statement] = sym_delete_statement, [sym_pass_statement] = sym_pass_statement, @@ -613,6 +615,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_elif_clause] = sym_elif_clause, [sym_else_clause] = sym_else_clause, [sym_match_statement] = sym_match_statement, + [sym__match_block] = sym_block, [sym_case_clause] = sym_case_clause, [sym_for_statement] = sym_for_statement, [sym_while_statement] = sym_while_statement, @@ -678,12 +681,10 @@ static const TSSymbol ts_symbol_map[] = { [sym_if_clause] = sym_if_clause, [sym_conditional_expression] = sym_conditional_expression, [sym_string] = sym_string, + [sym_string_content] = sym_string_content, [sym_interpolation] = sym_interpolation, [sym__f_expression] = sym__f_expression, - [sym__escape_interpolation] = sym__escape_interpolation, [sym_format_specifier] = sym_format_specifier, - [sym_format_expression] = sym_format_expression, - [sym_await] = sym_await, [sym_positional_separator] = sym_positional_separator, [sym_keyword_separator] = sym_keyword_separator, [aux_sym_module_repeat1] = aux_sym_module_repeat1, @@ -692,7 +693,7 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_assert_statement_repeat1] = aux_sym_assert_statement_repeat1, [aux_sym_if_statement_repeat1] = aux_sym_if_statement_repeat1, [aux_sym_match_statement_repeat1] = aux_sym_match_statement_repeat1, - [aux_sym_match_statement_repeat2] = aux_sym_match_statement_repeat2, + [aux_sym__match_block_repeat1] = aux_sym__match_block_repeat1, [aux_sym_case_clause_repeat1] = aux_sym_case_clause_repeat1, [aux_sym_with_clause_repeat1] = aux_sym_with_clause_repeat1, [aux_sym_argument_list_repeat1] = aux_sym_argument_list_repeat1, @@ -706,9 +707,11 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym__collection_elements_repeat1] = aux_sym__collection_elements_repeat1, [aux_sym_for_in_clause_repeat1] = aux_sym_for_in_clause_repeat1, [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_as_pattern_target] = alias_sym_as_pattern_target, [alias_sym_case_pattern] = alias_sym_case_pattern, + [alias_sym_format_expression] = alias_sym_format_expression, }; static const TSSymbolMetadata ts_symbol_metadata[] = { @@ -812,10 +815,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_match] = { - .visible = true, - .named = false, - }, [anon_sym_return] = { .visible = true, .named = false, @@ -856,6 +855,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_match] = { + .visible = true, + .named = false, + }, [anon_sym_case] = { .visible = true, .named = false, @@ -1092,13 +1095,9 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_LBRACE_LBRACE] = { - .visible = true, - .named = false, - }, - [anon_sym_RBRACE_RBRACE] = { - .visible = true, - .named = false, + [sym__escape_interpolation] = { + .visible = false, + .named = true, }, [sym_escape_sequence] = { .visible = true, @@ -1148,6 +1147,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_line_continuation] = { + .visible = true, + .named = true, + }, [sym__newline] = { .visible = false, .named = true, @@ -1160,17 +1163,17 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = true, }, - [sym__string_start] = { + [sym_string_start] = { .visible = true, - .named = false, + .named = true, }, [sym__string_content] = { .visible = false, .named = true, }, - [sym__string_end] = { + [sym_string_end] = { .visible = true, - .named = false, + .named = true, }, [sym_module] = { .visible = true, @@ -1204,7 +1207,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym__named_expresssion_lhs] = { + [sym__named_expression_lhs] = { .visible = false, .named = true, }, @@ -1244,6 +1247,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__match_block] = { + .visible = true, + .named = true, + }, [sym_case_clause] = { .visible = true, .named = true, @@ -1508,15 +1515,15 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_interpolation] = { + [sym_string_content] = { .visible = true, .named = true, }, - [sym__f_expression] = { - .visible = false, + [sym_interpolation] = { + .visible = true, .named = true, }, - [sym__escape_interpolation] = { + [sym__f_expression] = { .visible = false, .named = true, }, @@ -1524,14 +1531,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_format_expression] = { - .visible = true, - .named = true, - }, - [sym_await] = { - .visible = true, - .named = true, - }, [sym_positional_separator] = { .visible = true, .named = true, @@ -1564,7 +1563,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, - [aux_sym_match_statement_repeat2] = { + [aux_sym__match_block_repeat1] = { .visible = false, .named = false, }, @@ -1620,6 +1619,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym_string_content_repeat1] = { + .visible = false, + .named = false, + }, [aux_sym_format_specifier_repeat1] = { .visible = false, .named = false, @@ -1632,6 +1635,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [alias_sym_format_expression] = { + .visible = true, + .named = true, + }, }; enum { @@ -1645,22 +1652,25 @@ enum { field_condition = 8, field_consequence = 9, field_definition = 10, - field_function = 11, - field_guard = 12, - field_key = 13, - field_left = 14, - field_name = 15, - field_object = 16, - field_operator = 17, - field_operators = 18, - field_parameters = 19, - field_pattern = 20, - field_return_type = 21, - field_right = 22, - field_subject = 23, - field_subscript = 24, - field_type = 25, - field_value = 26, + field_expression = 11, + field_format_specifier = 12, + field_function = 13, + field_guard = 14, + field_key = 15, + field_left = 16, + field_name = 17, + field_object = 18, + field_operator = 19, + field_operators = 20, + field_parameters = 21, + field_pattern = 22, + field_return_type = 23, + field_right = 24, + field_subject = 25, + field_subscript = 26, + field_type = 27, + field_type_conversion = 28, + field_value = 29, }; static const char * const ts_field_names[] = { @@ -1675,6 +1685,8 @@ static const char * const ts_field_names[] = { [field_condition] = "condition", [field_consequence] = "consequence", [field_definition] = "definition", + [field_expression] = "expression", + [field_format_specifier] = "format_specifier", [field_function] = "function", [field_guard] = "guard", [field_key] = "key", @@ -1690,6 +1702,7 @@ static const char * const ts_field_names[] = { [field_subject] = "subject", [field_subscript] = "subscript", [field_type] = "type", + [field_type_conversion] = "type_conversion", [field_value] = "value", }; @@ -1704,92 +1717,99 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [10] = {.index = 9, .length = 1}, [11] = {.index = 10, .length = 2}, [12] = {.index = 12, .length = 1}, - [13] = {.index = 13, .length = 1}, - [14] = {.index = 14, .length = 2}, - [15] = {.index = 16, .length = 2}, - [16] = {.index = 18, .length = 2}, - [17] = {.index = 20, .length = 3}, - [18] = {.index = 23, .length = 1}, - [19] = {.index = 24, .length = 2}, - [20] = {.index = 26, .length = 1}, - [21] = {.index = 27, .length = 2}, + [13] = {.index = 13, .length = 2}, + [14] = {.index = 15, .length = 2}, + [15] = {.index = 17, .length = 2}, + [16] = {.index = 19, .length = 3}, + [17] = {.index = 22, .length = 1}, + [18] = {.index = 23, .length = 2}, + [19] = {.index = 25, .length = 1}, + [20] = {.index = 26, .length = 2}, + [21] = {.index = 28, .length = 1}, [23] = {.index = 29, .length = 2}, - [24] = {.index = 31, .length = 1}, - [25] = {.index = 32, .length = 2}, - [26] = {.index = 34, .length = 2}, - [27] = {.index = 36, .length = 2}, - [28] = {.index = 38, .length = 2}, - [29] = {.index = 40, .length = 2}, + [24] = {.index = 31, .length = 2}, + [25] = {.index = 33, .length = 1}, + [26] = {.index = 34, .length = 3}, + [27] = {.index = 37, .length = 2}, + [28] = {.index = 39, .length = 2}, + [29] = {.index = 41, .length = 1}, [30] = {.index = 42, .length = 1}, [31] = {.index = 43, .length = 1}, - [32] = {.index = 44, .length = 1}, - [33] = {.index = 45, .length = 2}, - [34] = {.index = 47, .length = 2}, - [35] = {.index = 49, .length = 2}, - [36] = {.index = 51, .length = 2}, - [37] = {.index = 53, .length = 2}, - [38] = {.index = 55, .length = 2}, - [39] = {.index = 57, .length = 3}, - [40] = {.index = 60, .length = 3}, - [41] = {.index = 63, .length = 3}, - [42] = {.index = 66, .length = 3}, - [43] = {.index = 69, .length = 1}, - [44] = {.index = 70, .length = 3}, - [45] = {.index = 73, .length = 3}, - [46] = {.index = 76, .length = 2}, - [47] = {.index = 78, .length = 3}, - [48] = {.index = 81, .length = 3}, - [49] = {.index = 14, .length = 2}, - [50] = {.index = 84, .length = 1}, - [51] = {.index = 85, .length = 3}, - [52] = {.index = 88, .length = 2}, - [53] = {.index = 90, .length = 3}, - [54] = {.index = 93, .length = 4}, - [55] = {.index = 97, .length = 4}, - [56] = {.index = 101, .length = 4}, - [57] = {.index = 105, .length = 2}, - [58] = {.index = 107, .length = 3}, - [59] = {.index = 110, .length = 3}, - [60] = {.index = 113, .length = 4}, - [61] = {.index = 117, .length = 4}, - [62] = {.index = 121, .length = 2}, - [63] = {.index = 123, .length = 3}, - [64] = {.index = 126, .length = 1}, - [65] = {.index = 127, .length = 2}, - [66] = {.index = 129, .length = 2}, - [67] = {.index = 13, .length = 1}, - [68] = {.index = 131, .length = 5}, - [69] = {.index = 136, .length = 3}, - [70] = {.index = 139, .length = 4}, - [71] = {.index = 143, .length = 4}, - [72] = {.index = 147, .length = 4}, - [73] = {.index = 151, .length = 4}, - [74] = {.index = 155, .length = 2}, - [75] = {.index = 157, .length = 3}, - [76] = {.index = 160, .length = 2}, - [77] = {.index = 162, .length = 3}, - [78] = {.index = 165, .length = 3}, - [79] = {.index = 168, .length = 3}, - [80] = {.index = 171, .length = 2}, - [81] = {.index = 173, .length = 4}, - [82] = {.index = 177, .length = 4}, - [83] = {.index = 181, .length = 4}, - [84] = {.index = 185, .length = 5}, - [85] = {.index = 190, .length = 5}, - [86] = {.index = 195, .length = 3}, - [87] = {.index = 198, .length = 3}, - [88] = {.index = 201, .length = 3}, - [89] = {.index = 204, .length = 4}, - [90] = {.index = 208, .length = 3}, - [91] = {.index = 211, .length = 4}, - [92] = {.index = 215, .length = 4}, - [93] = {.index = 219, .length = 5}, - [94] = {.index = 224, .length = 5}, - [95] = {.index = 229, .length = 4}, - [96] = {.index = 233, .length = 4}, - [97] = {.index = 237, .length = 4}, - [98] = {.index = 241, .length = 5}, - [99] = {.index = 246, .length = 5}, + [32] = {.index = 44, .length = 2}, + [33] = {.index = 46, .length = 2}, + [34] = {.index = 48, .length = 2}, + [35] = {.index = 50, .length = 2}, + [37] = {.index = 52, .length = 2}, + [38] = {.index = 54, .length = 2}, + [39] = {.index = 56, .length = 1}, + [40] = {.index = 57, .length = 3}, + [41] = {.index = 60, .length = 3}, + [42] = {.index = 63, .length = 3}, + [43] = {.index = 66, .length = 3}, + [44] = {.index = 69, .length = 4}, + [45] = {.index = 73, .length = 1}, + [46] = {.index = 74, .length = 3}, + [47] = {.index = 77, .length = 3}, + [48] = {.index = 80, .length = 2}, + [49] = {.index = 82, .length = 3}, + [50] = {.index = 85, .length = 3}, + [51] = {.index = 13, .length = 2}, + [52] = {.index = 88, .length = 1}, + [53] = {.index = 89, .length = 3}, + [54] = {.index = 92, .length = 2}, + [55] = {.index = 94, .length = 2}, + [56] = {.index = 96, .length = 2}, + [57] = {.index = 98, .length = 3}, + [58] = {.index = 101, .length = 4}, + [59] = {.index = 105, .length = 2}, + [60] = {.index = 107, .length = 4}, + [61] = {.index = 111, .length = 4}, + [62] = {.index = 115, .length = 1}, + [63] = {.index = 116, .length = 4}, + [64] = {.index = 120, .length = 2}, + [65] = {.index = 122, .length = 3}, + [66] = {.index = 125, .length = 3}, + [67] = {.index = 128, .length = 4}, + [68] = {.index = 132, .length = 4}, + [69] = {.index = 136, .length = 2}, + [70] = {.index = 138, .length = 3}, + [71] = {.index = 141, .length = 3}, + [72] = {.index = 12, .length = 1}, + [73] = {.index = 144, .length = 5}, + [74] = {.index = 149, .length = 3}, + [75] = {.index = 152, .length = 4}, + [76] = {.index = 156, .length = 4}, + [77] = {.index = 160, .length = 4}, + [78] = {.index = 164, .length = 4}, + [79] = {.index = 168, .length = 2}, + [80] = {.index = 170, .length = 3}, + [81] = {.index = 173, .length = 2}, + [82] = {.index = 175, .length = 1}, + [83] = {.index = 176, .length = 2}, + [84] = {.index = 178, .length = 2}, + [85] = {.index = 180, .length = 4}, + [86] = {.index = 184, .length = 4}, + [87] = {.index = 188, .length = 4}, + [88] = {.index = 192, .length = 5}, + [89] = {.index = 197, .length = 5}, + [90] = {.index = 202, .length = 3}, + [91] = {.index = 205, .length = 2}, + [92] = {.index = 207, .length = 3}, + [93] = {.index = 210, .length = 3}, + [94] = {.index = 213, .length = 3}, + [95] = {.index = 216, .length = 5}, + [96] = {.index = 221, .length = 5}, + [97] = {.index = 226, .length = 3}, + [98] = {.index = 229, .length = 3}, + [99] = {.index = 232, .length = 4}, + [100] = {.index = 236, .length = 3}, + [101] = {.index = 239, .length = 4}, + [102] = {.index = 243, .length = 4}, + [103] = {.index = 247, .length = 4}, + [104] = {.index = 251, .length = 4}, + [105] = {.index = 255, .length = 4}, + [106] = {.index = 259, .length = 5}, + [107] = {.index = 264, .length = 5}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -1815,324 +1835,349 @@ static const TSFieldMapEntry ts_field_map_entries[] = { {field_argument, 1}, {field_argument, 2, .inherited = true}, [12] = - {field_subject, 1}, - [13] = {field_body, 2}, - [14] = + [13] = {field_name, 0}, {field_value, 2}, - [16] = + [15] = {field_left, 0}, {field_type, 2}, - [18] = + [17] = {field_left, 0}, {field_right, 2}, - [20] = + [19] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, - [23] = + [22] = {field_alias, 2}, - [24] = + [23] = {field_attribute, 2}, {field_object, 0}, - [26] = + [25] = {field_operators, 0}, - [27] = + [26] = {field_operators, 0, .inherited = true}, {field_operators, 1, .inherited = true}, + [28] = + {field_expression, 1}, [29] = {field_argument, 0, .inherited = true}, {field_argument, 1, .inherited = true}, [31] = - {field_alternative, 0}, - [32] = - {field_alternative, 3, .inherited = true}, + {field_condition, 1}, + {field_consequence, 3}, + [33] = {field_subject, 1}, [34] = + {field_alternative, 3, .inherited = true}, + {field_body, 3}, {field_subject, 1}, - {field_subject, 2, .inherited = true}, - [36] = + [37] = {field_subject, 0, .inherited = true}, {field_subject, 1, .inherited = true}, - [38] = - {field_condition, 1}, - {field_consequence, 3}, - [40] = + [39] = {field_body, 3}, {field_condition, 1}, - [42] = + [41] = {field_body, 3}, - [43] = + [42] = {field_body, 1}, - [44] = + [43] = {field_type, 2}, - [45] = + [44] = {field_body, 3}, {field_parameters, 1}, - [47] = + [46] = {field_key, 0}, {field_value, 2}, - [49] = + [48] = {field_subscript, 2}, {field_value, 0}, - [51] = + [50] = {field_operators, 0}, {field_operators, 1}, - [53] = - {field_alternative, 4, .inherited = true}, - {field_subject, 1}, - [55] = - {field_alternative, 0, .inherited = true}, - {field_alternative, 1, .inherited = true}, + [52] = + {field_expression, 1}, + {field_type_conversion, 2}, + [54] = + {field_expression, 1}, + {field_format_specifier, 2}, + [56] = + {field_alternative, 0}, [57] = - {field_alternative, 4, .inherited = true}, - {field_subject, 1}, - {field_subject, 2, .inherited = true}, - [60] = {field_alternative, 4}, {field_condition, 1}, {field_consequence, 3}, - [63] = + [60] = {field_alternative, 4, .inherited = true}, {field_condition, 1}, {field_consequence, 3}, - [66] = + [63] = {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, + [66] = + {field_alternative, 4, .inherited = true}, + {field_body, 4}, + {field_subject, 1}, [69] = + {field_alternative, 4, .inherited = true}, + {field_body, 4}, + {field_subject, 1}, + {field_subject, 2, .inherited = true}, + [73] = {field_body, 4}, - [70] = + [74] = {field_alternative, 4}, {field_body, 3}, {field_condition, 1}, - [73] = + [77] = {field_body, 3}, {field_body, 4}, {field_condition, 1}, - [76] = + [80] = {field_body, 3}, {field_body, 4}, - [78] = + [82] = {field_body, 4}, {field_name, 1}, {field_parameters, 2}, - [81] = + [85] = {field_left, 0}, {field_right, 4}, {field_type, 2}, - [84] = + [88] = {field_subscript, 1}, - [85] = + [89] = {field_subscript, 2}, {field_subscript, 3, .inherited = true}, {field_value, 0}, - [88] = + [92] = {field_subscript, 0, .inherited = true}, {field_subscript, 1, .inherited = true}, - [90] = - {field_alternative, 5, .inherited = true}, - {field_subject, 1}, - {field_subject, 2, .inherited = true}, - [93] = + [94] = + {field_expression, 1}, + {field_type_conversion, 3}, + [96] = + {field_expression, 1}, + {field_format_specifier, 3}, + [98] = + {field_expression, 1}, + {field_format_specifier, 3}, + {field_type_conversion, 2}, + [101] = {field_alternative, 4, .inherited = true}, {field_alternative, 5}, {field_condition, 1}, {field_consequence, 3}, - [97] = + [105] = + {field_alternative, 0, .inherited = true}, + {field_alternative, 1, .inherited = true}, + [107] = {field_alternative, 5}, {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, - [101] = + [111] = {field_alternative, 5, .inherited = true}, {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, - [105] = + [115] = + {field_alternative, 1, .inherited = true}, + [116] = + {field_alternative, 5, .inherited = true}, + {field_body, 5}, + {field_subject, 1}, + {field_subject, 2, .inherited = true}, + [120] = {field_body, 4}, {field_body, 5}, - [107] = + [122] = {field_body, 5}, {field_name, 2}, {field_parameters, 3}, - [110] = + [125] = {field_body, 5}, {field_left, 1}, {field_right, 3}, - [113] = + [128] = {field_alternative, 5}, {field_body, 3}, {field_body, 4}, {field_condition, 1}, - [117] = + [132] = {field_body, 4}, {field_body, 5}, {field_name, 1}, {field_parameters, 2}, - [121] = + [136] = {field_left, 1}, {field_right, 3}, - [123] = + [138] = {field_name, 0}, {field_type, 2}, {field_value, 4}, - [126] = - {field_pattern, 1}, - [127] = - {field_consequence, 3}, - {field_pattern, 1}, - [129] = - {field_pattern, 0, .inherited = true}, - {field_pattern, 1, .inherited = true}, - [131] = + [141] = + {field_expression, 1}, + {field_format_specifier, 4}, + {field_type_conversion, 3}, + [144] = {field_alternative, 5, .inherited = true}, {field_alternative, 6}, {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, - [136] = + [149] = {field_body, 6}, {field_left, 2}, {field_right, 4}, - [139] = + [152] = {field_body, 5}, {field_body, 6}, {field_name, 2}, {field_parameters, 3}, - [143] = + [156] = {field_alternative, 6}, {field_body, 5}, {field_left, 1}, {field_right, 3}, - [147] = + [160] = {field_body, 5}, {field_body, 6}, {field_left, 1}, {field_right, 3}, - [151] = + [164] = {field_body, 6}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, - [155] = + [168] = {field_left, 2}, {field_right, 4}, - [157] = + [170] = {field_left, 1}, {field_right, 3}, {field_right, 4}, - [160] = - {field_consequence, 4}, + [173] = + {field_body, 2}, + {field_body, 3}, + [175] = {field_pattern, 1}, - [162] = + [176] = {field_consequence, 3}, - {field_consequence, 4}, - {field_pattern, 1}, - [165] = - {field_consequence, 4}, - {field_guard, 2}, - {field_pattern, 1}, - [168] = - {field_consequence, 4}, {field_pattern, 1}, - {field_pattern, 2, .inherited = true}, - [171] = - {field_body, 2}, - {field_body, 3}, - [173] = + [178] = + {field_pattern, 0, .inherited = true}, + {field_pattern, 1, .inherited = true}, + [180] = {field_alternative, 7}, {field_body, 6}, {field_left, 2}, {field_right, 4}, - [177] = + [184] = {field_body, 6}, {field_body, 7}, {field_left, 2}, {field_right, 4}, - [181] = + [188] = {field_body, 7}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, - [185] = + [192] = {field_alternative, 7}, {field_body, 5}, {field_body, 6}, {field_left, 1}, {field_right, 3}, - [190] = + [197] = {field_body, 6}, {field_body, 7}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, - [195] = + [202] = {field_left, 2}, {field_right, 4}, {field_right, 5}, - [198] = + [205] = + {field_consequence, 4}, + {field_pattern, 1}, + [207] = + {field_consequence, 3}, + {field_consequence, 4}, + {field_pattern, 1}, + [210] = + {field_consequence, 4}, + {field_guard, 2}, + {field_pattern, 1}, + [213] = + {field_consequence, 4}, + {field_pattern, 1}, + {field_pattern, 2, .inherited = true}, + [216] = + {field_alternative, 8}, + {field_body, 6}, + {field_body, 7}, + {field_left, 2}, + {field_right, 4}, + [221] = + {field_body, 7}, + {field_body, 8}, + {field_name, 2}, + {field_parameters, 3}, + {field_return_type, 5}, + [226] = {field_consequence, 4}, {field_consequence, 5}, {field_pattern, 1}, - [201] = + [229] = {field_consequence, 5}, {field_guard, 3}, {field_pattern, 1}, - [204] = + [232] = {field_consequence, 4}, {field_consequence, 5}, {field_guard, 2}, {field_pattern, 1}, - [208] = + [236] = {field_consequence, 5}, {field_pattern, 1}, {field_pattern, 2, .inherited = true}, - [211] = + [239] = {field_consequence, 4}, {field_consequence, 5}, {field_pattern, 1}, {field_pattern, 2, .inherited = true}, - [215] = + [243] = {field_consequence, 5}, {field_guard, 3}, {field_pattern, 1}, {field_pattern, 2, .inherited = true}, - [219] = - {field_alternative, 8}, - {field_body, 6}, - {field_body, 7}, - {field_left, 2}, - {field_right, 4}, - [224] = - {field_body, 7}, - {field_body, 8}, - {field_name, 2}, - {field_parameters, 3}, - {field_return_type, 5}, - [229] = + [247] = {field_consequence, 5}, {field_consequence, 6}, {field_guard, 3}, {field_pattern, 1}, - [233] = + [251] = {field_consequence, 5}, {field_consequence, 6}, {field_pattern, 1}, {field_pattern, 2, .inherited = true}, - [237] = + [255] = {field_consequence, 6}, {field_guard, 4}, {field_pattern, 1}, {field_pattern, 2, .inherited = true}, - [241] = + [259] = {field_consequence, 5}, {field_consequence, 6}, {field_guard, 3}, {field_pattern, 1}, {field_pattern, 2, .inherited = true}, - [246] = + [264] = {field_consequence, 6}, {field_consequence, 7}, {field_guard, 4}, @@ -2148,20 +2193,23 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [2] = { [1] = sym_identifier, }, - [18] = { + [17] = { [2] = alias_sym_as_pattern_target, }, [22] = { [1] = sym_parenthesized_expression, }, + [24] = { + [3] = sym_block, + }, [28] = { [3] = sym_block, }, [29] = { [3] = sym_block, }, - [30] = { - [3] = sym_block, + [36] = { + [0] = alias_sym_format_expression, }, [40] = { [3] = sym_block, @@ -2169,102 +2217,102 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [41] = { [3] = sym_block, }, - [43] = { + [45] = { [4] = sym_block, }, - [44] = { + [46] = { [3] = sym_block, }, - [47] = { + [49] = { [4] = sym_block, }, - [49] = { + [51] = { [0] = sym_identifier, }, - [54] = { + [58] = { [3] = sym_block, }, - [58] = { + [65] = { [5] = sym_block, }, - [59] = { + [66] = { [5] = sym_block, }, - [64] = { - [1] = alias_sym_case_pattern, - }, - [65] = { - [1] = alias_sym_case_pattern, - [3] = sym_block, - }, - [67] = { + [72] = { [2] = sym_block, }, - [69] = { + [74] = { [6] = sym_block, }, - [71] = { + [76] = { [5] = sym_block, }, - [73] = { + [78] = { [6] = sym_block, }, - [76] = { + [82] = { [1] = alias_sym_case_pattern, - [4] = sym_block, }, - [77] = { + [83] = { [1] = alias_sym_case_pattern, + [3] = sym_block, }, - [78] = { + [85] = { + [6] = sym_block, + }, + [87] = { + [7] = sym_block, + }, + [91] = { [1] = alias_sym_case_pattern, [4] = sym_block, }, - [79] = { + [92] = { [1] = alias_sym_case_pattern, - [4] = sym_block, }, - [81] = { - [6] = sym_block, + [93] = { + [1] = alias_sym_case_pattern, + [4] = sym_block, }, - [83] = { - [7] = sym_block, + [94] = { + [1] = alias_sym_case_pattern, + [4] = sym_block, }, - [87] = { + [97] = { [1] = alias_sym_case_pattern, }, - [88] = { + [98] = { [1] = alias_sym_case_pattern, [5] = sym_block, }, - [89] = { + [99] = { [1] = alias_sym_case_pattern, }, - [90] = { + [100] = { [1] = alias_sym_case_pattern, [5] = sym_block, }, - [91] = { + [101] = { [1] = alias_sym_case_pattern, }, - [92] = { + [102] = { [1] = alias_sym_case_pattern, [5] = sym_block, }, - [95] = { + [103] = { [1] = alias_sym_case_pattern, }, - [96] = { + [104] = { [1] = alias_sym_case_pattern, }, - [97] = { + [105] = { [1] = alias_sym_case_pattern, [6] = sym_block, }, - [98] = { + [106] = { [1] = alias_sym_case_pattern, }, - [99] = { + [107] = { [1] = alias_sym_case_pattern, }, }; @@ -2276,13 +2324,13 @@ static const uint16_t ts_non_terminal_alias_map[] = { sym_parenthesized_list_splat, 2, sym_parenthesized_list_splat, sym_parenthesized_expression, - sym_list_splat_pattern, 2, - sym_list_splat_pattern, - alias_sym_case_pattern, sym_expression, 3, sym_expression, alias_sym_as_pattern_target, alias_sym_case_pattern, + sym_interpolation, 2, + sym_interpolation, + alias_sym_format_expression, 0, }; @@ -2294,1705 +2342,1624 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [4] = 4, [5] = 5, [6] = 6, - [7] = 5, - [8] = 8, - [9] = 8, + [7] = 7, + [8] = 5, + [9] = 9, [10] = 10, - [11] = 11, + [11] = 10, [12] = 12, [13] = 13, [14] = 14, [15] = 15, [16] = 16, - [17] = 17, + [17] = 7, [18] = 18, [19] = 19, - [20] = 11, - [21] = 21, + [20] = 20, + [21] = 15, [22] = 22, [23] = 23, - [24] = 24, - [25] = 25, - [26] = 26, + [24] = 16, + [25] = 9, + [26] = 19, [27] = 27, - [28] = 2, - [29] = 27, - [30] = 26, - [31] = 25, - [32] = 32, - [33] = 32, - [34] = 4, - [35] = 6, - [36] = 10, - [37] = 12, - [38] = 13, - [39] = 14, - [40] = 15, - [41] = 16, - [42] = 24, - [43] = 17, - [44] = 18, - [45] = 19, - [46] = 3, - [47] = 21, - [48] = 22, - [49] = 23, + [28] = 18, + [29] = 22, + [30] = 27, + [31] = 31, + [32] = 31, + [33] = 13, + [34] = 34, + [35] = 35, + [36] = 36, + [37] = 35, + [38] = 35, + [39] = 34, + [40] = 40, + [41] = 41, + [42] = 42, + [43] = 43, + [44] = 44, + [45] = 45, + [46] = 46, + [47] = 47, + [48] = 48, + [49] = 49, [50] = 50, [51] = 51, [52] = 52, - [53] = 51, - [54] = 52, - [55] = 55, - [56] = 55, + [53] = 46, + [54] = 54, + [55] = 45, + [56] = 56, [57] = 57, - [58] = 58, - [59] = 59, - [60] = 59, - [61] = 61, + [58] = 41, + [59] = 57, + [60] = 44, + [61] = 48, [62] = 62, - [63] = 63, + [63] = 43, [64] = 64, - [65] = 65, + [65] = 62, [66] = 66, - [67] = 67, - [68] = 68, - [69] = 69, + [67] = 52, + [68] = 51, + [69] = 50, [70] = 70, [71] = 71, - [72] = 72, + [72] = 71, [73] = 73, [74] = 74, - [75] = 75, - [76] = 76, - [77] = 77, - [78] = 78, + [75] = 74, + [76] = 73, + [77] = 74, + [78] = 73, [79] = 79, [80] = 80, - [81] = 65, - [82] = 66, - [83] = 67, - [84] = 84, - [85] = 68, - [86] = 86, - [87] = 69, - [88] = 63, - [89] = 84, - [90] = 80, - [91] = 70, - [92] = 86, - [93] = 71, + [81] = 80, + [82] = 82, + [83] = 83, + [84] = 83, + [85] = 85, + [86] = 82, + [87] = 83, + [88] = 88, + [89] = 82, + [90] = 83, + [91] = 83, + [92] = 92, + [93] = 93, [94] = 94, - [95] = 94, - [96] = 79, - [97] = 64, - [98] = 78, - [99] = 77, - [100] = 76, - [101] = 75, - [102] = 61, - [103] = 74, - [104] = 62, - [105] = 73, - [106] = 72, - [107] = 107, - [108] = 108, - [109] = 108, - [110] = 110, - [111] = 107, - [112] = 110, - [113] = 110, + [95] = 83, + [96] = 82, + [97] = 94, + [98] = 98, + [99] = 99, + [100] = 99, + [101] = 99, + [102] = 99, + [103] = 99, + [104] = 99, + [105] = 99, + [106] = 106, + [107] = 106, + [108] = 106, + [109] = 106, + [110] = 106, + [111] = 106, + [112] = 106, + [113] = 113, [114] = 114, - [115] = 110, - [116] = 110, - [117] = 110, - [118] = 118, - [119] = 58, - [120] = 110, - [121] = 121, - [122] = 58, - [123] = 121, - [124] = 124, - [125] = 125, - [126] = 126, - [127] = 127, - [128] = 125, - [129] = 129, - [130] = 129, - [131] = 131, - [132] = 129, - [133] = 125, - [134] = 125, - [135] = 125, - [136] = 125, - [137] = 129, - [138] = 124, - [139] = 139, - [140] = 139, - [141] = 139, + [115] = 115, + [116] = 116, + [117] = 114, + [118] = 116, + [119] = 113, + [120] = 116, + [121] = 116, + [122] = 114, + [123] = 113, + [124] = 116, + [125] = 115, + [126] = 113, + [127] = 114, + [128] = 114, + [129] = 115, + [130] = 115, + [131] = 114, + [132] = 113, + [133] = 114, + [134] = 115, + [135] = 115, + [136] = 116, + [137] = 113, + [138] = 116, + [139] = 113, + [140] = 115, + [141] = 141, [142] = 142, - [143] = 139, - [144] = 144, - [145] = 139, - [146] = 139, - [147] = 139, + [143] = 143, + [144] = 143, + [145] = 145, + [146] = 146, + [147] = 143, [148] = 148, - [149] = 148, - [150] = 148, + [149] = 146, + [150] = 150, [151] = 148, - [152] = 148, - [153] = 148, - [154] = 148, + [152] = 146, + [153] = 146, + [154] = 145, [155] = 155, [156] = 156, - [157] = 157, - [158] = 156, - [159] = 156, - [160] = 155, - [161] = 155, + [157] = 146, + [158] = 146, + [159] = 143, + [160] = 143, + [161] = 161, [162] = 162, [163] = 162, - [164] = 162, - [165] = 157, + [164] = 145, + [165] = 155, [166] = 156, - [167] = 157, - [168] = 156, - [169] = 162, - [170] = 157, - [171] = 155, - [172] = 162, - [173] = 156, - [174] = 155, - [175] = 162, - [176] = 155, - [177] = 157, - [178] = 156, - [179] = 157, - [180] = 157, - [181] = 155, - [182] = 162, - [183] = 183, + [167] = 143, + [168] = 145, + [169] = 145, + [170] = 146, + [171] = 143, + [172] = 150, + [173] = 173, + [174] = 174, + [175] = 173, + [176] = 176, + [177] = 174, + [178] = 173, + [179] = 179, + [180] = 173, + [181] = 173, + [182] = 174, + [183] = 173, [184] = 184, - [185] = 185, - [186] = 186, - [187] = 187, - [188] = 188, - [189] = 185, + [185] = 176, + [186] = 184, + [187] = 174, + [188] = 176, + [189] = 184, [190] = 190, - [191] = 188, - [192] = 188, - [193] = 190, - [194] = 186, + [191] = 174, + [192] = 174, + [193] = 173, + [194] = 174, [195] = 195, - [196] = 196, - [197] = 188, + [196] = 195, + [197] = 197, [198] = 198, - [199] = 187, - [200] = 188, + [199] = 197, + [200] = 195, [201] = 201, - [202] = 185, + [202] = 201, [203] = 195, - [204] = 187, - [205] = 188, - [206] = 187, + [204] = 197, + [205] = 205, + [206] = 197, [207] = 207, - [208] = 187, - [209] = 201, - [210] = 185, - [211] = 187, - [212] = 187, - [213] = 185, - [214] = 207, - [215] = 188, - [216] = 196, - [217] = 198, - [218] = 218, - [219] = 219, - [220] = 220, - [221] = 219, - [222] = 222, - [223] = 218, - [224] = 218, - [225] = 218, - [226] = 219, - [227] = 219, - [228] = 220, - [229] = 219, - [230] = 218, - [231] = 222, - [232] = 219, - [233] = 218, - [234] = 218, + [208] = 201, + [209] = 195, + [210] = 195, + [211] = 201, + [212] = 212, + [213] = 207, + [214] = 214, + [215] = 201, + [216] = 207, + [217] = 217, + [218] = 197, + [219] = 201, + [220] = 197, + [221] = 221, + [222] = 197, + [223] = 195, + [224] = 201, + [225] = 225, + [226] = 226, + [227] = 190, + [228] = 228, + [229] = 229, + [230] = 230, + [231] = 231, + [232] = 232, + [233] = 225, + [234] = 234, [235] = 235, - [236] = 222, + [236] = 236, [237] = 237, - [238] = 219, - [239] = 220, + [238] = 238, + [239] = 239, [240] = 240, [241] = 241, [242] = 242, - [243] = 243, - [244] = 242, - [245] = 245, - [246] = 246, - [247] = 242, + [243] = 225, + [244] = 225, + [245] = 234, + [246] = 225, + [247] = 247, [248] = 248, [249] = 249, - [250] = 240, - [251] = 240, - [252] = 249, - [253] = 249, - [254] = 254, - [255] = 243, - [256] = 240, - [257] = 242, - [258] = 240, - [259] = 249, - [260] = 249, - [261] = 249, - [262] = 240, - [263] = 243, - [264] = 242, - [265] = 245, - [266] = 242, - [267] = 240, - [268] = 249, - [269] = 242, + [250] = 236, + [251] = 241, + [252] = 252, + [253] = 248, + [254] = 225, + [255] = 179, + [256] = 256, + [257] = 257, + [258] = 258, + [259] = 256, + [260] = 260, + [261] = 261, + [262] = 232, + [263] = 261, + [264] = 249, + [265] = 225, + [266] = 266, + [267] = 267, + [268] = 268, + [269] = 269, [270] = 270, - [271] = 271, - [272] = 272, + [271] = 190, + [272] = 179, [273] = 273, [274] = 274, - [275] = 272, + [275] = 275, [276] = 276, [277] = 277, [278] = 278, - [279] = 274, + [279] = 279, [280] = 280, - [281] = 281, - [282] = 282, + [281] = 277, + [282] = 275, [283] = 283, - [284] = 284, - [285] = 273, - [286] = 273, - [287] = 287, - [288] = 235, - [289] = 273, - [290] = 282, + [284] = 283, + [285] = 285, + [286] = 286, + [287] = 279, + [288] = 267, + [289] = 289, + [290] = 290, [291] = 291, - [292] = 237, - [293] = 293, + [292] = 292, + [293] = 269, [294] = 294, - [295] = 295, + [295] = 285, [296] = 296, [297] = 297, - [298] = 273, + [298] = 298, [299] = 299, - [300] = 294, + [300] = 300, [301] = 301, [302] = 302, - [303] = 284, + [303] = 303, [304] = 304, - [305] = 293, - [306] = 276, - [307] = 301, - [308] = 273, + [305] = 305, + [306] = 306, + [307] = 302, + [308] = 291, [309] = 309, - [310] = 273, + [310] = 310, [311] = 311, - [312] = 312, - [313] = 313, - [314] = 314, - [315] = 315, - [316] = 316, + [312] = 296, + [313] = 305, + [314] = 303, + [315] = 299, + [316] = 300, [317] = 317, - [318] = 314, + [318] = 273, [319] = 319, - [320] = 320, - [321] = 321, - [322] = 237, - [323] = 312, - [324] = 324, - [325] = 319, - [326] = 326, - [327] = 327, - [328] = 328, - [329] = 313, - [330] = 327, - [331] = 320, - [332] = 328, - [333] = 235, + [320] = 302, + [321] = 302, + [322] = 322, + [323] = 303, + [324] = 317, + [325] = 302, + [326] = 304, + [327] = 317, + [328] = 310, + [329] = 301, + [330] = 330, + [331] = 331, + [332] = 268, + [333] = 310, [334] = 334, [335] = 335, [336] = 336, - [337] = 337, + [337] = 322, [338] = 338, - [339] = 339, - [340] = 340, - [341] = 341, - [342] = 342, - [343] = 343, - [344] = 344, - [345] = 336, - [346] = 336, - [347] = 347, - [348] = 348, - [349] = 349, - [350] = 350, - [351] = 351, - [352] = 351, - [353] = 344, - [354] = 354, - [355] = 355, + [339] = 300, + [340] = 301, + [341] = 304, + [342] = 338, + [343] = 317, + [344] = 311, + [345] = 322, + [346] = 299, + [347] = 290, + [348] = 302, + [349] = 301, + [350] = 292, + [351] = 300, + [352] = 300, + [353] = 322, + [354] = 322, + [355] = 317, [356] = 356, - [357] = 354, - [358] = 336, + [357] = 301, + [358] = 303, [359] = 359, - [360] = 335, - [361] = 354, - [362] = 339, - [363] = 354, + [360] = 304, + [361] = 361, + [362] = 362, + [363] = 317, [364] = 364, - [365] = 354, - [366] = 337, + [365] = 365, + [366] = 366, [367] = 367, - [368] = 354, - [369] = 338, - [370] = 342, - [371] = 371, - [372] = 372, - [373] = 341, - [374] = 342, - [375] = 347, - [376] = 339, - [377] = 338, - [378] = 371, - [379] = 337, - [380] = 380, - [381] = 381, - [382] = 337, - [383] = 336, - [384] = 371, + [368] = 362, + [369] = 301, + [370] = 304, + [371] = 364, + [372] = 303, + [373] = 373, + [374] = 322, + [375] = 300, + [376] = 376, + [377] = 305, + [378] = 322, + [379] = 317, + [380] = 299, + [381] = 302, + [382] = 310, + [383] = 303, + [384] = 300, [385] = 385, - [386] = 347, - [387] = 387, - [388] = 335, - [389] = 389, - [390] = 338, - [391] = 391, + [386] = 361, + [387] = 278, + [388] = 330, + [389] = 299, + [390] = 364, + [391] = 310, [392] = 392, - [393] = 339, - [394] = 337, - [395] = 335, - [396] = 371, - [397] = 338, - [398] = 339, - [399] = 399, - [400] = 335, + [393] = 310, + [394] = 304, + [395] = 297, + [396] = 356, + [397] = 303, + [398] = 398, + [399] = 301, + [400] = 299, [401] = 401, - [402] = 342, - [403] = 342, - [404] = 385, - [405] = 335, - [406] = 406, - [407] = 371, - [408] = 408, - [409] = 409, - [410] = 410, - [411] = 356, - [412] = 409, - [413] = 409, - [414] = 335, - [415] = 410, - [416] = 408, - [417] = 417, - [418] = 339, - [419] = 371, - [420] = 338, - [421] = 354, + [402] = 310, + [403] = 334, + [404] = 365, + [405] = 331, + [406] = 338, + [407] = 385, + [408] = 367, + [409] = 299, + [410] = 304, + [411] = 398, + [412] = 412, + [413] = 412, + [414] = 414, + [415] = 415, + [416] = 416, + [417] = 415, + [418] = 418, + [419] = 419, + [420] = 420, + [421] = 421, [422] = 422, - [423] = 337, - [424] = 342, - [425] = 425, - [426] = 356, - [427] = 347, - [428] = 347, - [429] = 336, - [430] = 347, - [431] = 343, - [432] = 347, - [433] = 433, + [423] = 421, + [424] = 424, + [425] = 424, + [426] = 418, + [427] = 414, + [428] = 428, + [429] = 422, + [430] = 430, + [431] = 419, + [432] = 432, + [433] = 428, [434] = 434, - [435] = 348, - [436] = 408, - [437] = 337, - [438] = 399, - [439] = 371, - [440] = 336, - [441] = 338, - [442] = 342, - [443] = 339, + [435] = 434, + [436] = 432, + [437] = 437, + [438] = 420, + [439] = 430, + [440] = 437, + [441] = 416, + [442] = 442, + [443] = 442, [444] = 444, [445] = 445, [446] = 446, - [447] = 355, - [448] = 445, + [447] = 447, + [448] = 448, [449] = 449, - [450] = 389, - [451] = 444, - [452] = 417, - [453] = 422, - [454] = 425, - [455] = 446, - [456] = 391, - [457] = 449, - [458] = 406, + [450] = 450, + [451] = 451, + [452] = 452, + [453] = 453, + [454] = 454, + [455] = 453, + [456] = 456, + [457] = 457, + [458] = 458, [459] = 459, - [460] = 459, + [460] = 447, [461] = 461, [462] = 462, [463] = 463, [464] = 464, [465] = 465, - [466] = 466, - [467] = 461, + [466] = 449, + [467] = 465, [468] = 468, - [469] = 466, - [470] = 470, + [469] = 469, + [470] = 454, [471] = 471, - [472] = 470, - [473] = 473, + [472] = 472, + [473] = 463, [474] = 474, - [475] = 465, - [476] = 476, - [477] = 471, - [478] = 478, - [479] = 478, - [480] = 480, - [481] = 464, - [482] = 468, - [483] = 476, - [484] = 463, - [485] = 474, - [486] = 473, - [487] = 480, - [488] = 462, - [489] = 489, + [475] = 457, + [476] = 468, + [477] = 472, + [478] = 464, + [479] = 479, + [480] = 462, + [481] = 481, + [482] = 461, + [483] = 483, + [484] = 459, + [485] = 445, + [486] = 458, + [487] = 487, + [488] = 456, + [489] = 487, [490] = 490, - [491] = 489, - [492] = 492, + [491] = 474, + [492] = 448, [493] = 493, [494] = 494, - [495] = 490, - [496] = 496, + [495] = 495, + [496] = 450, [497] = 497, [498] = 498, - [499] = 499, - [500] = 494, - [501] = 498, - [502] = 497, - [503] = 499, - [504] = 492, - [505] = 496, + [499] = 452, + [500] = 469, + [501] = 471, + [502] = 479, + [503] = 481, + [504] = 483, + [505] = 505, [506] = 493, [507] = 507, - [508] = 508, - [509] = 509, + [508] = 505, + [509] = 444, [510] = 510, - [511] = 511, - [512] = 512, - [513] = 513, - [514] = 514, - [515] = 515, - [516] = 516, - [517] = 517, - [518] = 518, - [519] = 519, + [511] = 507, + [512] = 490, + [513] = 510, + [514] = 497, + [515] = 498, + [516] = 451, + [517] = 495, + [518] = 494, + [519] = 446, [520] = 520, - [521] = 507, - [522] = 522, + [521] = 520, + [522] = 520, [523] = 523, - [524] = 524, + [524] = 523, [525] = 525, - [526] = 526, + [526] = 525, [527] = 527, - [528] = 511, - [529] = 514, - [530] = 515, - [531] = 519, - [532] = 513, - [533] = 533, - [534] = 534, + [528] = 528, + [529] = 529, + [530] = 530, + [531] = 531, + [532] = 532, + [533] = 528, + [534] = 527, [535] = 535, [536] = 536, [537] = 537, [538] = 538, [539] = 539, - [540] = 516, - [541] = 541, - [542] = 542, + [540] = 531, + [541] = 539, + [542] = 538, [543] = 543, [544] = 544, - [545] = 545, - [546] = 545, - [547] = 544, - [548] = 542, - [549] = 539, - [550] = 543, - [551] = 538, - [552] = 537, - [553] = 541, - [554] = 536, - [555] = 508, - [556] = 535, - [557] = 534, - [558] = 525, - [559] = 533, - [560] = 560, - [561] = 527, - [562] = 560, - [563] = 509, - [564] = 510, - [565] = 565, - [566] = 512, - [567] = 526, - [568] = 524, - [569] = 523, - [570] = 522, - [571] = 520, - [572] = 518, - [573] = 517, - [574] = 565, - [575] = 575, - [576] = 576, - [577] = 577, - [578] = 578, - [579] = 575, - [580] = 580, - [581] = 581, - [582] = 582, + [545] = 537, + [546] = 525, + [547] = 536, + [548] = 535, + [549] = 528, + [550] = 532, + [551] = 551, + [552] = 525, + [553] = 544, + [554] = 530, + [555] = 555, + [556] = 532, + [557] = 528, + [558] = 543, + [559] = 525, + [560] = 527, + [561] = 535, + [562] = 536, + [563] = 563, + [564] = 539, + [565] = 531, + [566] = 538, + [567] = 539, + [568] = 537, + [569] = 538, + [570] = 538, + [571] = 531, + [572] = 536, + [573] = 537, + [574] = 535, + [575] = 539, + [576] = 536, + [577] = 531, + [578] = 530, + [579] = 535, + [580] = 528, + [581] = 532, + [582] = 532, [583] = 583, - [584] = 583, - [585] = 580, - [586] = 582, - [587] = 587, - [588] = 588, - [589] = 589, - [590] = 578, - [591] = 591, - [592] = 592, - [593] = 593, - [594] = 594, - [595] = 595, - [596] = 596, - [597] = 597, - [598] = 581, - [599] = 577, - [600] = 600, - [601] = 601, - [602] = 602, - [603] = 603, - [604] = 596, - [605] = 605, + [584] = 530, + [585] = 529, + [586] = 531, + [587] = 539, + [588] = 538, + [589] = 537, + [590] = 563, + [591] = 536, + [592] = 527, + [593] = 527, + [594] = 535, + [595] = 528, + [596] = 531, + [597] = 539, + [598] = 538, + [599] = 537, + [600] = 536, + [601] = 535, + [602] = 528, + [603] = 532, + [604] = 532, + [605] = 563, [606] = 606, - [607] = 605, + [607] = 607, [608] = 608, [609] = 609, - [610] = 594, - [611] = 602, - [612] = 595, - [613] = 613, - [614] = 614, + [610] = 606, + [611] = 607, + [612] = 608, + [613] = 530, + [614] = 609, [615] = 615, - [616] = 587, - [617] = 609, - [618] = 600, - [619] = 589, - [620] = 597, - [621] = 593, - [622] = 615, - [623] = 591, - [624] = 624, - [625] = 576, - [626] = 592, - [627] = 608, - [628] = 606, - [629] = 629, - [630] = 613, - [631] = 624, - [632] = 614, - [633] = 601, - [634] = 588, - [635] = 603, - [636] = 629, + [616] = 530, + [617] = 615, + [618] = 618, + [619] = 619, + [620] = 551, + [621] = 555, + [622] = 618, + [623] = 527, + [624] = 619, + [625] = 527, + [626] = 583, + [627] = 530, + [628] = 537, + [629] = 273, + [630] = 609, + [631] = 631, + [632] = 632, + [633] = 633, + [634] = 634, + [635] = 290, + [636] = 291, [637] = 637, - [638] = 637, - [639] = 637, + [638] = 638, + [639] = 639, [640] = 640, - [641] = 640, - [642] = 642, - [643] = 642, - [644] = 644, - [645] = 644, - [646] = 644, + [641] = 641, + [642] = 268, + [643] = 273, + [644] = 278, + [645] = 645, + [646] = 646, [647] = 647, [648] = 648, [649] = 649, - [650] = 642, + [650] = 650, [651] = 651, - [652] = 652, + [652] = 583, [653] = 653, [654] = 654, [655] = 655, [656] = 656, [657] = 657, - [658] = 658, + [658] = 583, [659] = 659, - [660] = 653, - [661] = 661, - [662] = 662, - [663] = 663, + [660] = 551, + [661] = 619, + [662] = 618, + [663] = 296, [664] = 664, - [665] = 644, - [666] = 666, - [667] = 667, - [668] = 666, - [669] = 659, - [670] = 662, - [671] = 664, - [672] = 667, - [673] = 666, - [674] = 674, - [675] = 675, - [676] = 676, - [677] = 677, - [678] = 647, + [665] = 659, + [666] = 615, + [667] = 609, + [668] = 668, + [669] = 525, + [670] = 608, + [671] = 607, + [672] = 606, + [673] = 664, + [674] = 631, + [675] = 296, + [676] = 649, + [677] = 632, + [678] = 292, [679] = 679, - [680] = 655, - [681] = 642, - [682] = 674, - [683] = 675, - [684] = 676, - [685] = 677, - [686] = 666, - [687] = 647, - [688] = 654, - [689] = 661, - [690] = 658, - [691] = 666, - [692] = 657, - [693] = 656, - [694] = 654, - [695] = 652, - [696] = 647, - [697] = 697, - [698] = 647, - [699] = 644, - [700] = 644, - [701] = 661, - [702] = 661, - [703] = 658, - [704] = 657, - [705] = 656, - [706] = 654, - [707] = 652, - [708] = 656, - [709] = 666, - [710] = 657, - [711] = 658, - [712] = 655, - [713] = 642, - [714] = 658, - [715] = 657, - [716] = 656, - [717] = 649, - [718] = 661, - [719] = 647, - [720] = 644, - [721] = 654, - [722] = 652, - [723] = 651, - [724] = 655, - [725] = 697, - [726] = 663, - [727] = 654, - [728] = 658, - [729] = 661, - [730] = 657, - [731] = 656, - [732] = 652, - [733] = 652, - [734] = 658, - [735] = 657, - [736] = 656, - [737] = 654, - [738] = 652, - [739] = 651, - [740] = 648, - [741] = 655, - [742] = 655, - [743] = 661, + [680] = 633, + [681] = 681, + [682] = 551, + [683] = 529, + [684] = 647, + [685] = 646, + [686] = 278, + [687] = 268, + [688] = 641, + [689] = 583, + [690] = 544, + [691] = 543, + [692] = 638, + [693] = 290, + [694] = 292, + [695] = 657, + [696] = 551, + [697] = 619, + [698] = 618, + [699] = 615, + [700] = 609, + [701] = 608, + [702] = 607, + [703] = 606, + [704] = 656, + [705] = 655, + [706] = 544, + [707] = 543, + [708] = 654, + [709] = 653, + [710] = 634, + [711] = 679, + [712] = 681, + [713] = 529, + [714] = 529, + [715] = 619, + [716] = 618, + [717] = 615, + [718] = 228, + [719] = 230, + [720] = 291, + [721] = 651, + [722] = 650, + [723] = 648, + [724] = 645, + [725] = 668, + [726] = 525, + [727] = 544, + [728] = 543, + [729] = 606, + [730] = 639, + [731] = 640, + [732] = 607, + [733] = 637, + [734] = 608, + [735] = 640, + [736] = 615, + [737] = 268, + [738] = 641, + [739] = 638, + [740] = 291, + [741] = 606, + [742] = 649, + [743] = 634, [744] = 647, - [745] = 655, - [746] = 666, - [747] = 677, - [748] = 748, - [749] = 749, - [750] = 648, - [751] = 751, - [752] = 752, - [753] = 649, - [754] = 648, - [755] = 697, - [756] = 667, - [757] = 757, - [758] = 758, - [759] = 759, - [760] = 677, - [761] = 761, - [762] = 762, - [763] = 676, - [764] = 675, - [765] = 674, - [766] = 667, - [767] = 664, - [768] = 653, - [769] = 648, - [770] = 649, - [771] = 662, - [772] = 659, + [745] = 745, + [746] = 583, + [747] = 747, + [748] = 607, + [749] = 651, + [750] = 529, + [751] = 608, + [752] = 664, + [753] = 609, + [754] = 290, + [755] = 292, + [756] = 543, + [757] = 544, + [758] = 615, + [759] = 659, + [760] = 278, + [761] = 618, + [762] = 292, + [763] = 655, + [764] = 290, + [765] = 638, + [766] = 679, + [767] = 641, + [768] = 681, + [769] = 268, + [770] = 273, + [771] = 278, + [772] = 646, [773] = 653, - [774] = 774, - [775] = 751, - [776] = 752, - [777] = 315, - [778] = 659, - [779] = 662, - [780] = 762, - [781] = 664, - [782] = 649, - [783] = 783, - [784] = 667, - [785] = 642, - [786] = 786, - [787] = 787, - [788] = 788, - [789] = 674, - [790] = 790, - [791] = 791, - [792] = 792, - [793] = 406, - [794] = 794, - [795] = 783, - [796] = 787, - [797] = 675, - [798] = 788, - [799] = 326, - [800] = 697, - [801] = 786, - [802] = 791, - [803] = 792, - [804] = 653, - [805] = 758, - [806] = 757, - [807] = 677, - [808] = 676, - [809] = 406, - [810] = 675, - [811] = 674, - [812] = 794, - [813] = 813, - [814] = 814, - [815] = 815, - [816] = 816, - [817] = 817, - [818] = 676, - [819] = 355, - [820] = 820, - [821] = 664, - [822] = 813, - [823] = 823, - [824] = 814, - [825] = 815, - [826] = 662, - [827] = 659, - [828] = 828, - [829] = 417, - [830] = 422, - [831] = 816, - [832] = 817, - [833] = 748, - [834] = 355, - [835] = 425, - [836] = 820, - [837] = 823, - [838] = 828, - [839] = 417, - [840] = 422, - [841] = 425, - [842] = 842, - [843] = 843, - [844] = 842, - [845] = 790, - [846] = 391, - [847] = 389, - [848] = 843, - [849] = 391, - [850] = 759, - [851] = 389, - [852] = 774, - [853] = 697, - [854] = 642, - [855] = 815, - [856] = 788, - [857] = 675, - [858] = 676, - [859] = 814, - [860] = 380, - [861] = 751, - [862] = 677, - [863] = 697, - [864] = 401, - [865] = 648, - [866] = 381, - [867] = 649, - [868] = 762, - [869] = 667, - [870] = 664, - [871] = 815, - [872] = 662, - [873] = 367, - [874] = 659, - [875] = 774, - [876] = 653, - [877] = 816, + [774] = 647, + [775] = 657, + [776] = 649, + [777] = 551, + [778] = 619, + [779] = 296, + [780] = 664, + [781] = 659, + [782] = 668, + [783] = 631, + [784] = 632, + [785] = 551, + [786] = 633, + [787] = 634, + [788] = 291, + [789] = 679, + [790] = 637, + [791] = 657, + [792] = 639, + [793] = 650, + [794] = 645, + [795] = 648, + [796] = 650, + [797] = 274, + [798] = 656, + [799] = 266, + [800] = 655, + [801] = 651, + [802] = 668, + [803] = 631, + [804] = 632, + [805] = 679, + [806] = 653, + [807] = 270, + [808] = 640, + [809] = 654, + [810] = 656, + [811] = 681, + [812] = 653, + [813] = 654, + [814] = 654, + [815] = 270, + [816] = 646, + [817] = 655, + [818] = 266, + [819] = 656, + [820] = 274, + [821] = 633, + [822] = 657, + [823] = 606, + [824] = 638, + [825] = 607, + [826] = 651, + [827] = 641, + [828] = 650, + [829] = 829, + [830] = 830, + [831] = 646, + [832] = 647, + [833] = 648, + [834] = 645, + [835] = 619, + [836] = 649, + [837] = 544, + [838] = 838, + [839] = 608, + [840] = 273, + [841] = 640, + [842] = 664, + [843] = 659, + [844] = 639, + [845] = 637, + [846] = 681, + [847] = 609, + [848] = 637, + [849] = 543, + [850] = 668, + [851] = 631, + [852] = 632, + [853] = 645, + [854] = 633, + [855] = 618, + [856] = 296, + [857] = 634, + [858] = 639, + [859] = 583, + [860] = 648, + [861] = 529, + [862] = 668, + [863] = 641, + [864] = 864, + [865] = 654, + [866] = 292, + [867] = 290, + [868] = 638, + [869] = 653, + [870] = 639, + [871] = 664, + [872] = 637, + [873] = 659, + [874] = 641, + [875] = 679, + [876] = 681, + [877] = 864, [878] = 878, - [879] = 817, - [880] = 791, - [881] = 748, - [882] = 786, - [883] = 883, - [884] = 783, - [885] = 758, - [886] = 757, - [887] = 843, - [888] = 842, - [889] = 787, - [890] = 788, - [891] = 759, - [892] = 697, - [893] = 758, - [894] = 790, - [895] = 757, - [896] = 674, - [897] = 790, - [898] = 787, - [899] = 759, - [900] = 791, - [901] = 792, - [902] = 794, - [903] = 783, - [904] = 757, - [905] = 774, - [906] = 758, - [907] = 786, - [908] = 813, - [909] = 762, - [910] = 828, - [911] = 823, - [912] = 794, - [913] = 406, - [914] = 677, - [915] = 676, - [916] = 675, - [917] = 674, - [918] = 667, - [919] = 664, - [920] = 662, - [921] = 752, - [922] = 792, - [923] = 820, - [924] = 648, - [925] = 649, - [926] = 751, - [927] = 389, - [928] = 391, - [929] = 843, - [930] = 813, - [931] = 842, - [932] = 814, - [933] = 815, - [934] = 816, - [935] = 425, - [936] = 422, - [937] = 817, - [938] = 748, - [939] = 417, - [940] = 828, - [941] = 823, - [942] = 820, - [943] = 820, - [944] = 823, - [945] = 828, - [946] = 355, - [947] = 752, - [948] = 389, - [949] = 842, - [950] = 843, - [951] = 391, - [952] = 748, - [953] = 774, - [954] = 367, - [955] = 817, - [956] = 956, - [957] = 380, - [958] = 751, - [959] = 381, - [960] = 816, - [961] = 752, - [962] = 814, - [963] = 813, - [964] = 794, - [965] = 406, - [966] = 792, - [967] = 401, - [968] = 791, - [969] = 759, - [970] = 425, - [971] = 762, - [972] = 790, - [973] = 422, - [974] = 417, - [975] = 355, - [976] = 788, - [977] = 787, - [978] = 783, - [979] = 786, - [980] = 653, - [981] = 659, - [982] = 787, - [983] = 326, - [984] = 751, + [879] = 650, + [880] = 634, + [881] = 653, + [882] = 268, + [883] = 273, + [884] = 278, + [885] = 646, + [886] = 631, + [887] = 647, + [888] = 632, + [889] = 649, + [890] = 651, + [891] = 878, + [892] = 638, + [893] = 654, + [894] = 230, + [895] = 656, + [896] = 648, + [897] = 646, + [898] = 228, + [899] = 655, + [900] = 647, + [901] = 649, + [902] = 645, + [903] = 634, + [904] = 296, + [905] = 291, + [906] = 637, + [907] = 657, + [908] = 651, + [909] = 657, + [910] = 640, + [911] = 664, + [912] = 656, + [913] = 655, + [914] = 639, + [915] = 650, + [916] = 648, + [917] = 645, + [918] = 659, + [919] = 633, + [920] = 633, + [921] = 632, + [922] = 681, + [923] = 631, + [924] = 668, + [925] = 679, + [926] = 640, + [927] = 830, + [928] = 830, + [929] = 270, + [930] = 266, + [931] = 274, + [932] = 932, + [933] = 933, + [934] = 934, + [935] = 935, + [936] = 933, + [937] = 829, + [938] = 934, + [939] = 830, + [940] = 270, + [941] = 933, + [942] = 266, + [943] = 934, + [944] = 934, + [945] = 838, + [946] = 946, + [947] = 935, + [948] = 270, + [949] = 829, + [950] = 932, + [951] = 830, + [952] = 838, + [953] = 266, + [954] = 274, + [955] = 955, + [956] = 934, + [957] = 933, + [958] = 933, + [959] = 274, + [960] = 960, + [961] = 960, + [962] = 960, + [963] = 934, + [964] = 964, + [965] = 933, + [966] = 934, + [967] = 967, + [968] = 960, + [969] = 960, + [970] = 960, + [971] = 971, + [972] = 933, + [973] = 964, + [974] = 974, + [975] = 975, + [976] = 960, + [977] = 971, + [978] = 964, + [979] = 979, + [980] = 980, + [981] = 981, + [982] = 982, + [983] = 983, + [984] = 982, [985] = 985, - [986] = 762, - [987] = 820, - [988] = 988, - [989] = 823, - [990] = 828, - [991] = 748, - [992] = 786, - [993] = 792, - [994] = 817, - [995] = 791, - [996] = 783, - [997] = 794, - [998] = 406, - [999] = 790, - [1000] = 758, - [1001] = 988, - [1002] = 757, - [1003] = 816, - [1004] = 815, - [1005] = 752, - [1006] = 814, - [1007] = 788, - [1008] = 762, - [1009] = 788, - [1010] = 787, - [1011] = 774, - [1012] = 790, - [1013] = 783, - [1014] = 791, - [1015] = 792, - [1016] = 389, - [1017] = 391, - [1018] = 842, - [1019] = 759, - [1020] = 843, - [1021] = 843, - [1022] = 820, - [1023] = 752, - [1024] = 751, - [1025] = 315, - [1026] = 786, - [1027] = 425, - [1028] = 422, - [1029] = 417, - [1030] = 774, - [1031] = 828, - [1032] = 758, - [1033] = 757, - [1034] = 823, - [1035] = 794, - [1036] = 842, - [1037] = 813, - [1038] = 355, - [1039] = 748, - [1040] = 817, - [1041] = 816, - [1042] = 815, - [1043] = 814, - [1044] = 759, - [1045] = 813, - [1046] = 761, - [1047] = 367, - [1048] = 380, - [1049] = 381, - [1050] = 761, - [1051] = 749, - [1052] = 401, - [1053] = 749, - [1054] = 1054, - [1055] = 761, + [986] = 985, + [987] = 987, + [988] = 987, + [989] = 989, + [990] = 989, + [991] = 989, + [992] = 989, + [993] = 989, + [994] = 989, + [995] = 989, + [996] = 996, + [997] = 996, + [998] = 996, + [999] = 996, + [1000] = 996, + [1001] = 996, + [1002] = 996, + [1003] = 1003, + [1004] = 1004, + [1005] = 1004, + [1006] = 1003, + [1007] = 1003, + [1008] = 1004, + [1009] = 1009, + [1010] = 1010, + [1011] = 1003, + [1012] = 1004, + [1013] = 1004, + [1014] = 1003, + [1015] = 1004, + [1016] = 1003, + [1017] = 1004, + [1018] = 1003, + [1019] = 1019, + [1020] = 1020, + [1021] = 1021, + [1022] = 1022, + [1023] = 1023, + [1024] = 1022, + [1025] = 1025, + [1026] = 1026, + [1027] = 1026, + [1028] = 1019, + [1029] = 1020, + [1030] = 1030, + [1031] = 1023, + [1032] = 1025, + [1033] = 1033, + [1034] = 1030, + [1035] = 1035, + [1036] = 1035, + [1037] = 1021, + [1038] = 1030, + [1039] = 1039, + [1040] = 1030, + [1041] = 1035, + [1042] = 1021, + [1043] = 1019, + [1044] = 1020, + [1045] = 1026, + [1046] = 1025, + [1047] = 1039, + [1048] = 1022, + [1049] = 1022, + [1050] = 1030, + [1051] = 1051, + [1052] = 1052, + [1053] = 1035, + [1054] = 1035, + [1055] = 1055, [1056] = 1056, - [1057] = 1057, + [1057] = 1039, [1058] = 1058, - [1059] = 1054, - [1060] = 1057, - [1061] = 749, - [1062] = 1062, - [1063] = 1057, - [1064] = 1056, - [1065] = 381, - [1066] = 380, - [1067] = 1054, - [1068] = 367, - [1069] = 401, - [1070] = 367, - [1071] = 1071, - [1072] = 1054, - [1073] = 1054, - [1074] = 956, - [1075] = 1075, - [1076] = 1057, - [1077] = 380, - [1078] = 956, - [1079] = 381, - [1080] = 761, - [1081] = 749, - [1082] = 1057, - [1083] = 401, - [1084] = 1058, - [1085] = 1085, - [1086] = 1086, - [1087] = 1087, - [1088] = 1085, - [1089] = 1089, - [1090] = 1090, - [1091] = 1085, - [1092] = 1054, - [1093] = 1085, - [1094] = 1054, - [1095] = 1057, + [1059] = 1059, + [1060] = 1060, + [1061] = 1021, + [1062] = 1019, + [1063] = 1020, + [1064] = 1064, + [1065] = 1065, + [1066] = 1066, + [1067] = 1067, + [1068] = 1026, + [1069] = 1069, + [1070] = 1025, + [1071] = 1039, + [1072] = 1039, + [1073] = 1021, + [1074] = 1019, + [1075] = 1020, + [1076] = 1076, + [1077] = 1023, + [1078] = 1026, + [1079] = 1039, + [1080] = 1022, + [1081] = 1066, + [1082] = 1023, + [1083] = 1023, + [1084] = 1025, + [1085] = 1064, + [1086] = 1058, + [1087] = 1039, + [1088] = 1088, + [1089] = 1019, + [1090] = 1088, + [1091] = 1091, + [1092] = 1092, + [1093] = 1093, + [1094] = 1094, + [1095] = 1095, [1096] = 1096, - [1097] = 1057, + [1097] = 1097, [1098] = 1098, - [1099] = 1085, - [1100] = 1085, - [1101] = 1089, - [1102] = 1085, - [1103] = 1089, - [1104] = 1104, - [1105] = 1090, + [1099] = 1099, + [1100] = 1100, + [1101] = 1030, + [1102] = 1097, + [1103] = 1094, + [1104] = 1092, + [1105] = 1088, [1106] = 1106, [1107] = 1107, - [1108] = 1108, - [1109] = 1108, - [1110] = 1110, - [1111] = 1110, - [1112] = 1112, - [1113] = 1112, - [1114] = 1114, - [1115] = 1114, - [1116] = 1114, - [1117] = 1114, - [1118] = 1114, - [1119] = 1114, - [1120] = 1114, - [1121] = 1121, - [1122] = 1121, - [1123] = 1121, - [1124] = 1121, - [1125] = 1121, - [1126] = 1121, - [1127] = 1121, - [1128] = 1128, - [1129] = 1128, - [1130] = 1130, - [1131] = 1128, - [1132] = 1130, - [1133] = 1130, - [1134] = 1130, + [1108] = 1107, + [1109] = 1092, + [1110] = 1107, + [1111] = 1035, + [1112] = 1092, + [1113] = 1107, + [1114] = 1106, + [1115] = 1088, + [1116] = 1116, + [1117] = 1093, + [1118] = 1118, + [1119] = 1030, + [1120] = 1120, + [1121] = 1035, + [1122] = 1122, + [1123] = 1107, + [1124] = 1021, + [1125] = 1019, + [1126] = 1020, + [1127] = 1088, + [1128] = 1122, + [1129] = 1092, + [1130] = 1026, + [1131] = 1021, + [1132] = 1092, + [1133] = 1025, + [1134] = 1022, [1135] = 1135, - [1136] = 1130, - [1137] = 1130, - [1138] = 1128, - [1139] = 1139, - [1140] = 1130, - [1141] = 1128, - [1142] = 1128, - [1143] = 1128, - [1144] = 1144, - [1145] = 1145, - [1146] = 1146, - [1147] = 1147, - [1148] = 1148, - [1149] = 1149, - [1150] = 1147, - [1151] = 1149, - [1152] = 1152, - [1153] = 1152, + [1136] = 1107, + [1137] = 1020, + [1138] = 1138, + [1139] = 1023, + [1140] = 1135, + [1141] = 1026, + [1142] = 1088, + [1143] = 1099, + [1144] = 1025, + [1145] = 1088, + [1146] = 1033, + [1147] = 1092, + [1148] = 1023, + [1149] = 1022, + [1150] = 1091, + [1151] = 1122, + [1152] = 1107, + [1153] = 1153, [1154] = 1154, - [1155] = 1148, - [1156] = 1146, + [1155] = 1155, + [1156] = 1156, [1157] = 1157, [1158] = 1158, [1159] = 1159, - [1160] = 1145, - [1161] = 1157, - [1162] = 1158, - [1163] = 1144, - [1164] = 1159, + [1160] = 1160, + [1161] = 1159, + [1162] = 1162, + [1163] = 1163, + [1164] = 1164, [1165] = 1165, - [1166] = 1146, - [1167] = 1145, + [1166] = 1166, + [1167] = 1158, [1168] = 1168, - [1169] = 1168, - [1170] = 1152, - [1171] = 1145, - [1172] = 1148, - [1173] = 1144, - [1174] = 1159, + [1169] = 1169, + [1170] = 1165, + [1171] = 1171, + [1172] = 1154, + [1173] = 1173, + [1174] = 1174, [1175] = 1175, - [1176] = 1158, - [1177] = 1175, - [1178] = 1168, - [1179] = 1149, + [1176] = 1176, + [1177] = 1177, + [1178] = 1051, + [1179] = 1179, [1180] = 1180, - [1181] = 1180, - [1182] = 1146, - [1183] = 1157, - [1184] = 1157, - [1185] = 1147, - [1186] = 1168, - [1187] = 1158, - [1188] = 1144, - [1189] = 1189, + [1181] = 1160, + [1182] = 1182, + [1183] = 1180, + [1184] = 1163, + [1185] = 1158, + [1186] = 1164, + [1187] = 1175, + [1188] = 1188, + [1189] = 1033, [1190] = 1190, - [1191] = 1168, - [1192] = 1165, + [1191] = 1191, + [1192] = 1192, [1193] = 1193, - [1194] = 1194, - [1195] = 1148, - [1196] = 1159, - [1197] = 1197, - [1198] = 1149, - [1199] = 1149, - [1200] = 1146, - [1201] = 1147, + [1194] = 1180, + [1195] = 1166, + [1196] = 1196, + [1197] = 1171, + [1198] = 1174, + [1199] = 1199, + [1200] = 1200, + [1201] = 1094, [1202] = 1202, - [1203] = 1159, - [1204] = 1168, - [1205] = 1168, + [1203] = 1203, + [1204] = 1204, + [1205] = 1205, [1206] = 1206, - [1207] = 1207, + [1207] = 1206, [1208] = 1208, - [1209] = 1194, + [1209] = 1204, [1210] = 1210, - [1211] = 1145, - [1212] = 1144, - [1213] = 1158, - [1214] = 1157, - [1215] = 1147, - [1216] = 1152, - [1217] = 1152, - [1218] = 1148, - [1219] = 1219, - [1220] = 1220, - [1221] = 1219, - [1222] = 1147, - [1223] = 1223, - [1224] = 1148, - [1225] = 1152, - [1226] = 1226, - [1227] = 1227, + [1211] = 1211, + [1212] = 1205, + [1213] = 1205, + [1214] = 1214, + [1215] = 1215, + [1216] = 1200, + [1217] = 1217, + [1218] = 1205, + [1219] = 1215, + [1220] = 1205, + [1221] = 1205, + [1222] = 1222, + [1223] = 1214, + [1224] = 1224, + [1225] = 1224, + [1226] = 1222, + [1227] = 1205, [1228] = 1228, [1229] = 1229, [1230] = 1230, [1231] = 1231, - [1232] = 1232, - [1233] = 1226, + [1232] = 1168, + [1233] = 1233, [1234] = 1234, [1235] = 1235, - [1236] = 1152, - [1237] = 1231, - [1238] = 1157, - [1239] = 1158, - [1240] = 1144, - [1241] = 1145, - [1242] = 1158, - [1243] = 1147, - [1244] = 1146, - [1245] = 1144, - [1246] = 1145, - [1247] = 1247, - [1248] = 1219, - [1249] = 1159, - [1250] = 1226, - [1251] = 1234, - [1252] = 1252, + [1236] = 1236, + [1237] = 1237, + [1238] = 1238, + [1239] = 1239, + [1240] = 1229, + [1241] = 1241, + [1242] = 1241, + [1243] = 1243, + [1244] = 1177, + [1245] = 1245, + [1246] = 1246, + [1247] = 1238, + [1248] = 1248, + [1249] = 1249, + [1250] = 1250, + [1251] = 1251, + [1252] = 946, [1253] = 1253, - [1254] = 1227, - [1255] = 1231, - [1256] = 1148, + [1254] = 1254, + [1255] = 1249, + [1256] = 1253, [1257] = 1257, - [1258] = 1234, - [1259] = 1149, + [1258] = 1258, + [1259] = 1259, [1260] = 1260, - [1261] = 1226, - [1262] = 1234, - [1263] = 1159, - [1264] = 1220, - [1265] = 1265, - [1266] = 1265, - [1267] = 1234, - [1268] = 1260, - [1269] = 1219, + [1261] = 1261, + [1262] = 1262, + [1263] = 1263, + [1264] = 1264, + [1265] = 1251, + [1266] = 1266, + [1267] = 1264, + [1268] = 1268, + [1269] = 1269, [1270] = 1270, - [1271] = 1149, - [1272] = 1272, - [1273] = 1226, - [1274] = 1154, - [1275] = 1146, - [1276] = 1253, - [1277] = 1229, - [1278] = 1234, - [1279] = 1226, - [1280] = 1157, - [1281] = 1281, - [1282] = 1219, - [1283] = 1219, - [1284] = 1219, - [1285] = 1272, - [1286] = 1226, - [1287] = 1234, + [1271] = 1271, + [1272] = 1263, + [1273] = 1259, + [1274] = 1269, + [1275] = 1275, + [1276] = 1276, + [1277] = 1277, + [1278] = 1278, + [1279] = 1279, + [1280] = 1280, + [1281] = 979, + [1282] = 1282, + [1283] = 1283, + [1284] = 1284, + [1285] = 1270, + [1286] = 1276, + [1287] = 1287, [1288] = 1288, [1289] = 1289, [1290] = 1290, [1291] = 1291, - [1292] = 1292, - [1293] = 1293, - [1294] = 1294, - [1295] = 1294, - [1296] = 1296, + [1292] = 1288, + [1293] = 1177, + [1294] = 946, + [1295] = 1289, + [1296] = 1290, [1297] = 1297, - [1298] = 1288, - [1299] = 1299, - [1300] = 1300, - [1301] = 1293, - [1302] = 1302, - [1303] = 1292, - [1304] = 1304, + [1298] = 1298, + [1299] = 1289, + [1300] = 1288, + [1301] = 1276, + [1302] = 1270, + [1303] = 1303, + [1304] = 1266, [1305] = 1305, [1306] = 1306, - [1307] = 1304, - [1308] = 1308, + [1307] = 1289, + [1308] = 1288, [1309] = 1309, - [1310] = 1310, - [1311] = 1300, - [1312] = 1312, - [1313] = 1290, - [1314] = 1314, - [1315] = 1315, - [1316] = 1316, - [1317] = 1304, - [1318] = 1291, - [1319] = 1316, - [1320] = 1193, - [1321] = 1321, - [1322] = 1321, - [1323] = 1314, - [1324] = 1291, - [1325] = 1305, - [1326] = 1154, - [1327] = 1327, + [1310] = 1250, + [1311] = 1311, + [1312] = 1260, + [1313] = 1276, + [1314] = 1168, + [1315] = 1270, + [1316] = 1258, + [1317] = 1297, + [1318] = 1318, + [1319] = 1319, + [1320] = 1268, + [1321] = 1269, + [1322] = 1322, + [1323] = 1282, + [1324] = 1324, + [1325] = 1249, + [1326] = 1279, + [1327] = 1306, [1328] = 1328, - [1329] = 1329, - [1330] = 1328, + [1329] = 1257, + [1330] = 1318, [1331] = 1331, - [1332] = 1265, - [1333] = 1333, - [1334] = 1328, - [1335] = 1328, - [1336] = 1336, - [1337] = 1328, - [1338] = 1338, - [1339] = 1339, - [1340] = 1328, - [1341] = 1331, - [1342] = 1336, - [1343] = 1339, - [1344] = 1344, - [1345] = 1345, - [1346] = 1333, - [1347] = 1347, - [1348] = 1348, - [1349] = 1345, - [1350] = 1350, - [1351] = 1328, - [1352] = 1352, - [1353] = 1353, + [1332] = 1199, + [1333] = 1261, + [1334] = 1262, + [1335] = 1259, + [1336] = 1263, + [1337] = 1268, + [1338] = 1277, + [1339] = 1196, + [1340] = 1340, + [1341] = 1297, + [1342] = 1248, + [1343] = 1263, + [1344] = 1259, + [1345] = 1260, + [1346] = 1188, + [1347] = 1269, + [1348] = 1182, + [1349] = 1284, + [1350] = 1328, + [1351] = 1270, + [1352] = 1268, + [1353] = 1276, [1354] = 1354, - [1355] = 1348, - [1356] = 1352, - [1357] = 1354, - [1358] = 1327, - [1359] = 1359, - [1360] = 1360, - [1361] = 1361, - [1362] = 1362, - [1363] = 1309, - [1364] = 1364, - [1365] = 1365, - [1366] = 1366, - [1367] = 1367, - [1368] = 1368, - [1369] = 1369, - [1370] = 1302, + [1355] = 1288, + [1356] = 1289, + [1357] = 1357, + [1358] = 1324, + [1359] = 1271, + [1360] = 1278, + [1361] = 1262, + [1362] = 1261, + [1363] = 1357, + [1364] = 1271, + [1365] = 1289, + [1366] = 1283, + [1367] = 1249, + [1368] = 1331, + [1369] = 1288, + [1370] = 1249, [1371] = 1371, - [1372] = 1372, - [1373] = 1373, - [1374] = 1374, - [1375] = 1375, - [1376] = 1376, - [1377] = 1377, - [1378] = 1375, - [1379] = 1379, - [1380] = 1380, - [1381] = 1381, - [1382] = 1382, - [1383] = 1383, - [1384] = 1384, - [1385] = 1385, - [1386] = 1386, - [1387] = 1387, - [1388] = 1388, + [1372] = 1276, + [1373] = 1275, + [1374] = 1309, + [1375] = 1157, + [1376] = 1270, + [1377] = 1268, + [1378] = 1257, + [1379] = 1249, + [1380] = 1282, + [1381] = 1269, + [1382] = 1173, + [1383] = 1249, + [1384] = 1162, + [1385] = 1259, + [1386] = 1269, + [1387] = 1268, + [1388] = 1263, [1389] = 1389, - [1390] = 1390, - [1391] = 1391, - [1392] = 1392, - [1393] = 1393, - [1394] = 1390, - [1395] = 1381, - [1396] = 1379, - [1397] = 1397, - [1398] = 1391, - [1399] = 1399, - [1400] = 1393, - [1401] = 1392, + [1390] = 1176, + [1391] = 1268, + [1392] = 1263, + [1393] = 1259, + [1394] = 1289, + [1395] = 1288, + [1396] = 1269, + [1397] = 1263, + [1398] = 1276, + [1399] = 1270, + [1400] = 1259, + [1401] = 1401, [1402] = 1402, [1403] = 1403, - [1404] = 1399, + [1404] = 1404, [1405] = 1405, - [1406] = 1387, + [1406] = 1406, [1407] = 1407, - [1408] = 1389, - [1409] = 1374, - [1410] = 1383, - [1411] = 1374, + [1408] = 1408, + [1409] = 1409, + [1410] = 1410, + [1411] = 1411, [1412] = 1412, - [1413] = 1375, - [1414] = 1377, - [1415] = 1391, - [1416] = 1376, - [1417] = 1407, - [1418] = 1399, - [1419] = 1389, - [1420] = 1405, - [1421] = 1393, + [1413] = 1413, + [1414] = 1414, + [1415] = 1415, + [1416] = 1416, + [1417] = 1417, + [1418] = 1418, + [1419] = 975, + [1420] = 1420, + [1421] = 1421, [1422] = 1422, - [1423] = 1392, + [1423] = 1423, [1424] = 1424, - [1425] = 1387, - [1426] = 1383, - [1427] = 1391, + [1425] = 1425, + [1426] = 1426, + [1427] = 1427, [1428] = 1428, - [1429] = 1373, + [1429] = 1429, [1430] = 1430, - [1431] = 1431, + [1431] = 1305, [1432] = 1432, - [1433] = 1433, - [1434] = 1071, - [1435] = 1391, - [1436] = 1405, - [1437] = 1437, - [1438] = 1383, - [1439] = 1302, - [1440] = 1387, - [1441] = 1392, - [1442] = 1430, - [1443] = 1412, - [1444] = 1444, - [1445] = 1379, - [1446] = 1446, - [1447] = 1071, - [1448] = 1309, - [1449] = 1391, - [1450] = 1393, - [1451] = 1407, - [1452] = 1377, + [1433] = 1401, + [1434] = 1434, + [1435] = 1435, + [1436] = 1434, + [1437] = 1426, + [1438] = 1427, + [1439] = 1439, + [1440] = 1440, + [1441] = 1402, + [1442] = 1442, + [1443] = 1430, + [1444] = 430, + [1445] = 979, + [1446] = 975, + [1447] = 980, + [1448] = 1448, + [1449] = 434, + [1450] = 1415, + [1451] = 1416, + [1452] = 1452, [1453] = 1453, - [1454] = 1389, - [1455] = 1383, - [1456] = 1432, - [1457] = 1389, - [1458] = 1375, + [1454] = 974, + [1455] = 1424, + [1456] = 1430, + [1457] = 1435, + [1458] = 1458, [1459] = 1459, - [1460] = 1387, - [1461] = 1388, - [1462] = 1375, - [1463] = 1377, - [1464] = 1389, - [1465] = 1392, - [1466] = 1407, + [1460] = 1426, + [1461] = 1424, + [1462] = 1462, + [1463] = 1442, + [1464] = 1462, + [1465] = 1465, + [1466] = 420, [1467] = 1467, - [1468] = 1393, - [1469] = 1393, - [1470] = 1470, - [1471] = 1392, + [1468] = 418, + [1469] = 1469, + [1470] = 980, + [1471] = 428, [1472] = 1472, - [1473] = 1387, - [1474] = 1383, - [1475] = 1397, + [1473] = 1473, + [1474] = 1474, + [1475] = 974, [1476] = 1476, - [1477] = 1407, + [1477] = 1477, [1478] = 1478, - [1479] = 1424, - [1480] = 1453, - [1481] = 1412, - [1482] = 1467, - [1483] = 1380, - [1484] = 1382, - [1485] = 1377, - [1486] = 1472, - [1487] = 1375, - [1488] = 1377, - [1489] = 1422, - [1490] = 1490, - [1491] = 1407, + [1479] = 1479, + [1480] = 1480, + [1481] = 1481, + [1482] = 1482, + [1483] = 1483, + [1484] = 1484, + [1485] = 1485, + [1486] = 1486, + [1487] = 1487, + [1488] = 1488, + [1489] = 1489, + [1490] = 1483, + [1491] = 1485, [1492] = 1492, - [1493] = 1407, - [1494] = 1383, - [1495] = 1391, - [1496] = 1377, - [1497] = 1387, - [1498] = 1392, - [1499] = 1375, - [1500] = 1389, - [1501] = 1393, - [1502] = 1502, - [1503] = 1098, - [1504] = 1504, - [1505] = 1505, - [1506] = 1506, - [1507] = 1507, - [1508] = 1508, - [1509] = 1086, - [1510] = 1510, - [1511] = 1511, - [1512] = 1512, - [1513] = 1513, - [1514] = 1514, - [1515] = 1515, - [1516] = 1516, - [1517] = 1504, - [1518] = 1518, - [1519] = 1519, - [1520] = 1511, - [1521] = 1521, - [1522] = 1510, - [1523] = 1505, - [1524] = 1524, - [1525] = 1525, - [1526] = 1104, - [1527] = 1505, - [1528] = 1528, - [1529] = 1529, - [1530] = 1530, - [1531] = 1531, - [1532] = 1508, - [1533] = 1515, - [1534] = 1519, - [1535] = 1437, - [1536] = 1536, - [1537] = 1104, - [1538] = 1086, - [1539] = 1525, - [1540] = 1087, - [1541] = 1528, - [1542] = 1514, - [1543] = 1521, - [1544] = 1506, - [1545] = 1504, + [1493] = 1493, + [1494] = 1478, + [1495] = 1495, + [1496] = 1486, + [1497] = 1487, + [1498] = 1489, + [1499] = 1488, + [1500] = 1487, + [1501] = 1488, + [1502] = 1486, + [1503] = 1485, + [1504] = 1484, + [1505] = 1478, + [1506] = 1483, + [1507] = 1482, + [1508] = 1493, + [1509] = 1509, + [1510] = 1481, + [1511] = 1480, + [1512] = 1481, + [1513] = 1482, + [1514] = 1480, + [1515] = 1493, + [1516] = 1483, + [1517] = 1484, + [1518] = 1484, + [1519] = 1485, + [1520] = 1486, + [1521] = 1478, + [1522] = 1489, + [1523] = 1487, + [1524] = 1488, + [1525] = 1489, + [1526] = 1489, + [1527] = 1488, + [1528] = 1487, + [1529] = 1486, + [1530] = 1485, + [1531] = 1484, + [1532] = 1481, + [1533] = 1483, + [1534] = 1482, + [1535] = 1481, + [1536] = 1480, + [1537] = 1493, + [1538] = 1538, + [1539] = 1478, + [1540] = 1482, + [1541] = 1541, + [1542] = 1542, + [1543] = 1543, + [1544] = 1544, + [1545] = 1545, [1546] = 1546, [1547] = 1547, [1548] = 1548, [1549] = 1549, - [1550] = 1512, - [1551] = 1515, - [1552] = 1552, - [1553] = 1098, - [1554] = 1087, - [1555] = 1555, - [1556] = 1556, - [1557] = 1557, - [1558] = 1558, - [1559] = 1559, - [1560] = 1557, + [1550] = 1481, + [1551] = 1551, + [1552] = 1489, + [1553] = 1480, + [1554] = 1480, + [1555] = 1492, + [1556] = 1488, + [1557] = 1487, + [1558] = 1546, + [1559] = 1486, + [1560] = 1485, [1561] = 1561, [1562] = 1562, [1563] = 1563, - [1564] = 1564, - [1565] = 1559, - [1566] = 1566, + [1564] = 1484, + [1565] = 1565, + [1566] = 1483, [1567] = 1567, - [1568] = 1558, - [1569] = 1569, + [1568] = 1568, + [1569] = 1551, [1570] = 1570, - [1571] = 1566, - [1572] = 1572, - [1573] = 1572, - [1574] = 1574, - [1575] = 1575, - [1576] = 1576, - [1577] = 1574, + [1571] = 1543, + [1572] = 1482, + [1573] = 1573, + [1574] = 1481, + [1575] = 1480, + [1576] = 1570, + [1577] = 1549, [1578] = 1578, [1579] = 1579, - [1580] = 1561, - [1581] = 1556, - [1582] = 1574, - [1583] = 1572, - [1584] = 1578, - [1585] = 1585, - [1586] = 1558, - [1587] = 1559, - [1588] = 1575, - [1589] = 1557, - [1590] = 1561, - [1591] = 1591, - [1592] = 1561, - [1593] = 1563, - [1594] = 1564, - [1595] = 1556, - [1596] = 1566, + [1580] = 1493, + [1581] = 1581, + [1582] = 1493, + [1583] = 1578, + [1584] = 1561, + [1585] = 1478, + [1586] = 1570, + [1587] = 1587, + [1588] = 1568, + [1589] = 1589, + [1590] = 1590, + [1591] = 1562, + [1592] = 1493, + [1593] = 1590, + [1594] = 1589, + [1595] = 1578, + [1596] = 1563, [1597] = 1597, - [1598] = 1563, - [1599] = 1599, - [1600] = 1559, - [1601] = 1564, - [1602] = 1564, - [1603] = 1563, - [1604] = 1566, - [1605] = 1561, - [1606] = 1557, + [1598] = 1565, + [1599] = 1567, + [1600] = 1538, + [1601] = 1489, + [1602] = 1488, + [1603] = 1478, + [1604] = 1487, + [1605] = 1486, + [1606] = 1606, [1607] = 1607, - [1608] = 1559, - [1609] = 1558, - [1610] = 1572, - [1611] = 1574, - [1612] = 1578, - [1613] = 1575, - [1614] = 1556, - [1615] = 1615, - [1616] = 1570, - [1617] = 1578, - [1618] = 1618, - [1619] = 1575, - [1620] = 1564, - [1621] = 1621, - [1622] = 1575, - [1623] = 1576, - [1624] = 1624, - [1625] = 1625, - [1626] = 1626, - [1627] = 1618, - [1628] = 1628, - [1629] = 1629, - [1630] = 1566, - [1631] = 1631, - [1632] = 1621, - [1633] = 1607, - [1634] = 1564, - [1635] = 1562, - [1636] = 1563, - [1637] = 1591, - [1638] = 1638, - [1639] = 1639, - [1640] = 1599, - [1641] = 1561, - [1642] = 1557, - [1643] = 1628, - [1644] = 1559, - [1645] = 1645, - [1646] = 1558, - [1647] = 1647, - [1648] = 1648, - [1649] = 1569, - [1650] = 1650, - [1651] = 1585, - [1652] = 1648, - [1653] = 1572, - [1654] = 1556, - [1655] = 1574, - [1656] = 1656, - [1657] = 1556, - [1658] = 1650, - [1659] = 1578, - [1660] = 1575, - [1661] = 1661, - [1662] = 1563, - [1663] = 1578, - [1664] = 1566, - [1665] = 1574, - [1666] = 1666, - [1667] = 1572, - [1668] = 1668, - [1669] = 1566, - [1670] = 1564, - [1671] = 1563, - [1672] = 1672, - [1673] = 1673, - [1674] = 1561, - [1675] = 1557, - [1676] = 1645, - [1677] = 1559, - [1678] = 1558, - [1679] = 1572, - [1680] = 1626, - [1681] = 1681, - [1682] = 1574, - [1683] = 1556, - [1684] = 1599, - [1685] = 1578, - [1686] = 1570, - [1687] = 1575, - [1688] = 1647, - [1689] = 1673, - [1690] = 1615, - [1691] = 1629, - [1692] = 1625, - [1693] = 1672, - [1694] = 1557, - [1695] = 1567, - [1696] = 1624, - [1697] = 1639, - [1698] = 1558, + [1608] = 1607, + [1609] = 1581, + [1610] = 1485, + [1611] = 1579, + [1612] = 1509, + [1613] = 1484, + [1614] = 1479, + [1615] = 1495, + [1616] = 1483, + [1617] = 1482, }; static inline bool sym_identifier_character_set_1(int32_t c) { - return (c < 43646 - ? (c < 4213 - ? (c < 2738 - ? (c < 2036 + return (c < 43514 + ? (c < 4193 + ? (c < 2707 + ? (c < 1994 ? (c < 931 ? (c < 748 ? (c < 192 @@ -4019,1757 +3986,1729 @@ static inline bool sym_identifier_character_set_1(int32_t c) { ? c == 902 : c <= 906) : (c <= 908 || (c >= 910 && c <= 929))))))) - : (c <= 1013 || (c < 1749 - ? (c < 1488 + : (c <= 1013 || (c < 1649 + ? (c < 1376 ? (c < 1329 ? (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327) - : (c <= 1366 || (c < 1376 - ? c == 1369 - : c <= 1416))) - : (c <= 1514 || (c < 1646 - ? (c < 1568 - ? (c >= 1519 && c <= 1522) - : c <= 1610) - : (c <= 1647 || (c >= 1649 && c <= 1747))))) - : (c <= 1749 || (c < 1808 - ? (c < 1786 - ? (c < 1774 - ? (c >= 1765 && c <= 1766) - : c <= 1775) - : (c <= 1788 || c == 1791)) - : (c <= 1808 || (c < 1969 - ? (c < 1869 - ? (c >= 1810 && c <= 1839) - : c <= 1957) - : (c <= 1969 || (c >= 1994 && c <= 2026))))))))) - : (c <= 2037 || (c < 2486 - ? (c < 2308 - ? (c < 2112 - ? (c < 2074 - ? (c < 2048 - ? c == 2042 - : c <= 2069) - : (c <= 2074 || (c < 2088 - ? c == 2084 - : c <= 2088))) - : (c <= 2136 || (c < 2185 - ? (c < 2160 - ? (c >= 2144 && c <= 2154) - : c <= 2183) - : (c <= 2190 || (c >= 2208 && c <= 2249))))) - : (c <= 2361 || (c < 2437 - ? (c < 2392 - ? (c < 2384 - ? c == 2365 - : c <= 2384) - : (c <= 2401 || (c >= 2417 && c <= 2432))) - : (c <= 2444 || (c < 2474 - ? (c < 2451 - ? (c >= 2447 && c <= 2448) - : c <= 2472) - : (c <= 2480 || c == 2482)))))) - : (c <= 2489 || (c < 2610 - ? (c < 2556 - ? (c < 2524 - ? (c < 2510 - ? c == 2493 - : c <= 2510) - : (c <= 2525 || (c < 2544 - ? (c >= 2527 && c <= 2529) - : c <= 2545))) - : (c <= 2556 || (c < 2579 - ? (c < 2575 - ? (c >= 2565 && c <= 2570) - : c <= 2576) - : (c <= 2600 || (c >= 2602 && c <= 2608))))) - : (c <= 2611 || (c < 2674 - ? (c < 2649 - ? (c < 2616 - ? (c >= 2613 && c <= 2614) - : c <= 2617) - : (c <= 2652 || c == 2654)) - : (c <= 2676 || (c < 2707 - ? (c < 2703 - ? (c >= 2693 && c <= 2701) - : c <= 2705) - : (c <= 2728 || (c >= 2730 && c <= 2736))))))))))) - : (c <= 2739 || (c < 3293 - ? (c < 2972 - ? (c < 2869 - ? (c < 2821 - ? (c < 2768 - ? (c < 2749 - ? (c >= 2741 && c <= 2745) - : c <= 2749) - : (c <= 2768 || (c < 2809 - ? (c >= 2784 && c <= 2785) - : c <= 2809))) - : (c <= 2828 || (c < 2858 - ? (c < 2835 - ? (c >= 2831 && c <= 2832) - : c <= 2856) - : (c <= 2864 || (c >= 2866 && c <= 2867))))) - : (c <= 2873 || (c < 2947 - ? (c < 2911 - ? (c < 2908 - ? c == 2877 - : c <= 2909) - : (c <= 2913 || c == 2929)) - : (c <= 2947 || (c < 2962 - ? (c < 2958 - ? (c >= 2949 && c <= 2954) - : c <= 2960) - : (c <= 2965 || (c >= 2969 && c <= 2970))))))) - : (c <= 2972 || (c < 3160 - ? (c < 3077 - ? (c < 2984 - ? (c < 2979 - ? (c >= 2974 && c <= 2975) - : c <= 2980) - : (c <= 2986 || (c < 3024 + : (c <= 1366 || c == 1369)) + : (c <= 1416 || (c < 1568 + ? (c < 1519 + ? (c >= 1488 && c <= 1514) + : c <= 1522) + : (c <= 1610 || (c >= 1646 && c <= 1647))))) + : (c <= 1747 || (c < 1791 + ? (c < 1774 + ? (c < 1765 + ? c == 1749 + : c <= 1766) + : (c <= 1775 || (c >= 1786 && c <= 1788))) + : (c <= 1791 || (c < 1869 + ? (c < 1810 + ? c == 1808 + : c <= 1839) + : (c <= 1957 || c == 1969)))))))) + : (c <= 2026 || (c < 2482 + ? (c < 2208 + ? (c < 2088 + ? (c < 2048 + ? (c < 2042 + ? (c >= 2036 && c <= 2037) + : c <= 2042) + : (c <= 2069 || (c < 2084 + ? c == 2074 + : c <= 2084))) + : (c <= 2088 || (c < 2160 + ? (c < 2144 + ? (c >= 2112 && c <= 2136) + : c <= 2154) + : (c <= 2183 || (c >= 2185 && c <= 2190))))) + : (c <= 2249 || (c < 2417 + ? (c < 2384 + ? (c < 2365 + ? (c >= 2308 && c <= 2361) + : c <= 2365) + : (c <= 2384 || (c >= 2392 && c <= 2401))) + : (c <= 2432 || (c < 2451 + ? (c < 2447 + ? (c >= 2437 && c <= 2444) + : c <= 2448) + : (c <= 2472 || (c >= 2474 && c <= 2480))))))) + : (c <= 2482 || (c < 2579 + ? (c < 2527 + ? (c < 2510 + ? (c < 2493 + ? (c >= 2486 && c <= 2489) + : c <= 2493) + : (c <= 2510 || (c >= 2524 && c <= 2525))) + : (c <= 2529 || (c < 2565 + ? (c < 2556 + ? (c >= 2544 && c <= 2545) + : c <= 2556) + : (c <= 2570 || (c >= 2575 && c <= 2576))))) + : (c <= 2600 || (c < 2649 + ? (c < 2613 + ? (c < 2610 + ? (c >= 2602 && c <= 2608) + : c <= 2611) + : (c <= 2614 || (c >= 2616 && c <= 2617))) + : (c <= 2652 || (c < 2693 + ? (c < 2674 + ? c == 2654 + : c <= 2676) + : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) + : (c <= 2728 || (c < 3242 + ? (c < 2962 + ? (c < 2858 + ? (c < 2784 + ? (c < 2741 + ? (c < 2738 + ? (c >= 2730 && c <= 2736) + : c <= 2739) + : (c <= 2745 || (c < 2768 + ? c == 2749 + : c <= 2768))) + : (c <= 2785 || (c < 2831 + ? (c < 2821 + ? c == 2809 + : c <= 2828) + : (c <= 2832 || (c >= 2835 && c <= 2856))))) + : (c <= 2864 || (c < 2911 + ? (c < 2877 + ? (c < 2869 + ? (c >= 2866 && c <= 2867) + : c <= 2873) + : (c <= 2877 || (c >= 2908 && c <= 2909))) + : (c <= 2913 || (c < 2949 + ? (c < 2947 + ? c == 2929 + : c <= 2947) + : (c <= 2954 || (c >= 2958 && c <= 2960))))))) + : (c <= 2965 || (c < 3090 + ? (c < 2984 + ? (c < 2974 + ? (c < 2972 + ? (c >= 2969 && c <= 2970) + : c <= 2972) + : (c <= 2975 || (c >= 2979 && c <= 2980))) + : (c <= 2986 || (c < 3077 + ? (c < 3024 ? (c >= 2990 && c <= 3001) - : c <= 3024))) - : (c <= 3084 || (c < 3114 - ? (c < 3090 - ? (c >= 3086 && c <= 3088) - : c <= 3112) - : (c <= 3129 || c == 3133)))) - : (c <= 3162 || (c < 3214 - ? (c < 3200 - ? (c < 3168 - ? c == 3165 - : c <= 3169) - : (c <= 3200 || (c >= 3205 && c <= 3212))) - : (c <= 3216 || (c < 3253 - ? (c < 3242 - ? (c >= 3218 && c <= 3240) - : c <= 3251) - : (c <= 3257 || c == 3261)))))))) - : (c <= 3294 || (c < 3718 - ? (c < 3461 - ? (c < 3389 - ? (c < 3332 - ? (c < 3313 + : c <= 3024) + : (c <= 3084 || (c >= 3086 && c <= 3088))))) + : (c <= 3112 || (c < 3168 + ? (c < 3160 + ? (c < 3133 + ? (c >= 3114 && c <= 3129) + : c <= 3133) + : (c <= 3162 || c == 3165)) + : (c <= 3169 || (c < 3214 + ? (c < 3205 + ? c == 3200 + : c <= 3212) + : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) + : (c <= 3251 || (c < 3648 + ? (c < 3412 + ? (c < 3332 + ? (c < 3293 + ? (c < 3261 + ? (c >= 3253 && c <= 3257) + : c <= 3261) + : (c <= 3294 || (c < 3313 ? (c >= 3296 && c <= 3297) - : c <= 3314) - : (c <= 3340 || (c < 3346 + : c <= 3314))) + : (c <= 3340 || (c < 3389 + ? (c < 3346 ? (c >= 3342 && c <= 3344) - : c <= 3386))) - : (c <= 3389 || (c < 3423 - ? (c < 3412 - ? c == 3406 - : c <= 3414) - : (c <= 3425 || (c >= 3450 && c <= 3455))))) - : (c <= 3478 || (c < 3585 - ? (c < 3517 - ? (c < 3507 - ? (c >= 3482 && c <= 3505) - : c <= 3515) - : (c <= 3517 || (c >= 3520 && c <= 3526))) - : (c <= 3632 || (c < 3713 - ? (c < 3648 - ? c == 3634 - : c <= 3654) - : (c <= 3714 || c == 3716)))))) - : (c <= 3722 || (c < 3904 - ? (c < 3773 - ? (c < 3751 - ? (c < 3749 - ? (c >= 3724 && c <= 3747) - : c <= 3749) - : (c <= 3760 || c == 3762)) - : (c <= 3773 || (c < 3804 - ? (c < 3782 - ? (c >= 3776 && c <= 3780) - : c <= 3782) - : (c <= 3807 || c == 3840)))) - : (c <= 3911 || (c < 4176 - ? (c < 4096 - ? (c < 3976 - ? (c >= 3913 && c <= 3948) - : c <= 3980) - : (c <= 4138 || c == 4159)) - : (c <= 4181 || (c < 4197 - ? (c < 4193 - ? (c >= 4186 && c <= 4189) - : c <= 4193) - : (c <= 4198 || (c >= 4206 && c <= 4208))))))))))))) - : (c <= 4225 || (c < 8182 - ? (c < 6400 - ? (c < 4888 - ? (c < 4704 - ? (c < 4348 - ? (c < 4295 - ? (c < 4256 + : c <= 3386) + : (c <= 3389 || c == 3406)))) + : (c <= 3414 || (c < 3507 + ? (c < 3461 + ? (c < 3450 + ? (c >= 3423 && c <= 3425) + : c <= 3455) + : (c <= 3478 || (c >= 3482 && c <= 3505))) + : (c <= 3515 || (c < 3585 + ? (c < 3520 + ? c == 3517 + : c <= 3526) + : (c <= 3632 || c == 3634)))))) + : (c <= 3654 || (c < 3782 + ? (c < 3749 + ? (c < 3718 + ? (c < 3716 + ? (c >= 3713 && c <= 3714) + : c <= 3716) + : (c <= 3722 || (c >= 3724 && c <= 3747))) + : (c <= 3749 || (c < 3773 + ? (c < 3762 + ? (c >= 3751 && c <= 3760) + : c <= 3762) + : (c <= 3773 || (c >= 3776 && c <= 3780))))) + : (c <= 3782 || (c < 3976 + ? (c < 3904 + ? (c < 3840 + ? (c >= 3804 && c <= 3807) + : c <= 3840) + : (c <= 3911 || (c >= 3913 && c <= 3948))) + : (c <= 3980 || (c < 4176 + ? (c < 4159 + ? (c >= 4096 && c <= 4138) + : c <= 4159) + : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) + : (c <= 4193 || (c < 8134 + ? (c < 6176 + ? (c < 4808 + ? (c < 4688 + ? (c < 4295 + ? (c < 4213 + ? (c < 4206 + ? (c >= 4197 && c <= 4198) + : c <= 4208) + : (c <= 4225 || (c < 4256 ? c == 4238 - : c <= 4293) - : (c <= 4295 || (c < 4304 + : c <= 4293))) + : (c <= 4295 || (c < 4348 + ? (c < 4304 ? c == 4301 - : c <= 4346))) - : (c <= 4680 || (c < 4696 - ? (c < 4688 - ? (c >= 4682 && c <= 4685) - : c <= 4694) - : (c <= 4696 || (c >= 4698 && c <= 4701))))) - : (c <= 4744 || (c < 4800 - ? (c < 4786 - ? (c < 4752 - ? (c >= 4746 && c <= 4749) - : c <= 4784) - : (c <= 4789 || (c >= 4792 && c <= 4798))) - : (c <= 4800 || (c < 4824 - ? (c < 4808 - ? (c >= 4802 && c <= 4805) - : c <= 4822) - : (c <= 4880 || (c >= 4882 && c <= 4885))))))) - : (c <= 4954 || (c < 5952 - ? (c < 5761 - ? (c < 5112 - ? (c < 5024 - ? (c >= 4992 && c <= 5007) - : c <= 5109) - : (c <= 5117 || (c < 5743 - ? (c >= 5121 && c <= 5740) - : c <= 5759))) - : (c <= 5786 || (c < 5888 - ? (c < 5870 - ? (c >= 5792 && c <= 5866) - : c <= 5880) - : (c <= 5905 || (c >= 5919 && c <= 5937))))) - : (c <= 5969 || (c < 6108 - ? (c < 6016 - ? (c < 5998 - ? (c >= 5984 && c <= 5996) - : c <= 6000) - : (c <= 6067 || c == 6103)) - : (c <= 6108 || (c < 6314 - ? (c < 6272 - ? (c >= 6176 && c <= 6264) - : c <= 6312) - : (c <= 6314 || (c >= 6320 && c <= 6389))))))))) - : (c <= 6430 || (c < 7413 - ? (c < 7086 - ? (c < 6688 - ? (c < 6528 - ? (c < 6512 - ? (c >= 6480 && c <= 6509) - : c <= 6516) - : (c <= 6571 || (c < 6656 - ? (c >= 6576 && c <= 6601) - : c <= 6678))) - : (c <= 6740 || (c < 6981 - ? (c < 6917 - ? c == 6823 - : c <= 6963) - : (c <= 6988 || (c >= 7043 && c <= 7072))))) - : (c <= 7087 || (c < 7296 - ? (c < 7245 - ? (c < 7168 - ? (c >= 7098 && c <= 7141) - : c <= 7203) - : (c <= 7247 || (c >= 7258 && c <= 7293))) - : (c <= 7304 || (c < 7401 - ? (c < 7357 - ? (c >= 7312 && c <= 7354) - : c <= 7359) - : (c <= 7404 || (c >= 7406 && c <= 7411))))))) - : (c <= 7414 || (c < 8031 - ? (c < 8008 - ? (c < 7680 - ? (c < 7424 - ? c == 7418 - : c <= 7615) - : (c <= 7957 || (c < 7968 - ? (c >= 7960 && c <= 7965) - : c <= 8005))) - : (c <= 8013 || (c < 8027 + : c <= 4346) + : (c <= 4680 || (c >= 4682 && c <= 4685))))) + : (c <= 4694 || (c < 4752 + ? (c < 4704 + ? (c < 4698 + ? c == 4696 + : c <= 4701) + : (c <= 4744 || (c >= 4746 && c <= 4749))) + : (c <= 4784 || (c < 4800 + ? (c < 4792 + ? (c >= 4786 && c <= 4789) + : c <= 4798) + : (c <= 4800 || (c >= 4802 && c <= 4805))))))) + : (c <= 4822 || (c < 5792 + ? (c < 5024 + ? (c < 4888 + ? (c < 4882 + ? (c >= 4824 && c <= 4880) + : c <= 4885) + : (c <= 4954 || (c >= 4992 && c <= 5007))) + : (c <= 5109 || (c < 5743 + ? (c < 5121 + ? (c >= 5112 && c <= 5117) + : c <= 5740) + : (c <= 5759 || (c >= 5761 && c <= 5786))))) + : (c <= 5866 || (c < 5984 + ? (c < 5919 + ? (c < 5888 + ? (c >= 5870 && c <= 5880) + : c <= 5905) + : (c <= 5937 || (c >= 5952 && c <= 5969))) + : (c <= 5996 || (c < 6103 + ? (c < 6016 + ? (c >= 5998 && c <= 6000) + : c <= 6067) + : (c <= 6103 || c == 6108)))))))) + : (c <= 6264 || (c < 7312 + ? (c < 6823 + ? (c < 6512 + ? (c < 6320 + ? (c < 6314 + ? (c >= 6272 && c <= 6312) + : c <= 6314) + : (c <= 6389 || (c < 6480 + ? (c >= 6400 && c <= 6430) + : c <= 6509))) + : (c <= 6516 || (c < 6656 + ? (c < 6576 + ? (c >= 6528 && c <= 6571) + : c <= 6601) + : (c <= 6678 || (c >= 6688 && c <= 6740))))) + : (c <= 6823 || (c < 7098 + ? (c < 7043 + ? (c < 6981 + ? (c >= 6917 && c <= 6963) + : c <= 6988) + : (c <= 7072 || (c >= 7086 && c <= 7087))) + : (c <= 7141 || (c < 7258 + ? (c < 7245 + ? (c >= 7168 && c <= 7203) + : c <= 7247) + : (c <= 7293 || (c >= 7296 && c <= 7304))))))) + : (c <= 7354 || (c < 8008 + ? (c < 7418 + ? (c < 7406 + ? (c < 7401 + ? (c >= 7357 && c <= 7359) + : c <= 7404) + : (c <= 7411 || (c >= 7413 && c <= 7414))) + : (c <= 7418 || (c < 7960 + ? (c < 7680 + ? (c >= 7424 && c <= 7615) + : c <= 7957) + : (c <= 7965 || (c >= 7968 && c <= 8005))))) + : (c <= 8013 || (c < 8031 + ? (c < 8027 ? (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025) - : (c <= 8027 || c == 8029)))) - : (c <= 8061 || (c < 8134 - ? (c < 8126 + : (c <= 8027 || c == 8029)) + : (c <= 8061 || (c < 8126 ? (c < 8118 ? (c >= 8064 && c <= 8116) : c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))) - : (c <= 8140 || (c < 8160 + : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) + : (c <= 8140 || (c < 12337 + ? (c < 8544 + ? (c < 8458 + ? (c < 8305 + ? (c < 8160 ? (c < 8150 ? (c >= 8144 && c <= 8147) : c <= 8155) - : (c <= 8172 || (c >= 8178 && c <= 8180))))))))))) - : (c <= 8188 || (c < 12549 - ? (c < 11559 - ? (c < 8488 - ? (c < 8458 - ? (c < 8336 - ? (c < 8319 - ? c == 8305 - : c <= 8319) - : (c <= 8348 || (c < 8455 - ? c == 8450 - : c <= 8455))) - : (c <= 8467 || (c < 8484 + : (c <= 8172 || (c < 8182 + ? (c >= 8178 && c <= 8180) + : c <= 8188))) + : (c <= 8305 || (c < 8450 + ? (c < 8336 + ? c == 8319 + : c <= 8348) + : (c <= 8450 || c == 8455)))) + : (c <= 8467 || (c < 8488 + ? (c < 8484 ? (c < 8472 ? c == 8469 : c <= 8477) - : (c <= 8484 || c == 8486)))) - : (c <= 8488 || (c < 8544 - ? (c < 8517 + : (c <= 8484 || c == 8486)) + : (c <= 8488 || (c < 8517 ? (c < 8508 ? (c >= 8490 && c <= 8505) : c <= 8511) - : (c <= 8521 || c == 8526)) - : (c <= 8584 || (c < 11506 + : (c <= 8521 || c == 8526)))))) + : (c <= 8584 || (c < 11680 + ? (c < 11559 + ? (c < 11506 ? (c < 11499 ? (c >= 11264 && c <= 11492) : c <= 11502) - : (c <= 11507 || (c >= 11520 && c <= 11557))))))) - : (c <= 11559 || (c < 11728 - ? (c < 11688 - ? (c < 11631 + : (c <= 11507 || (c >= 11520 && c <= 11557))) + : (c <= 11559 || (c < 11631 ? (c < 11568 ? c == 11565 : c <= 11623) - : (c <= 11631 || (c < 11680 - ? (c >= 11648 && c <= 11670) - : c <= 11686))) - : (c <= 11694 || (c < 11712 - ? (c < 11704 - ? (c >= 11696 && c <= 11702) - : c <= 11710) - : (c <= 11718 || (c >= 11720 && c <= 11726))))) - : (c <= 11734 || (c < 12344 - ? (c < 12321 - ? (c < 12293 - ? (c >= 11736 && c <= 11742) - : c <= 12295) - : (c <= 12329 || (c >= 12337 && c <= 12341))) - : (c <= 12348 || (c < 12449 - ? (c < 12445 - ? (c >= 12353 && c <= 12438) - : c <= 12447) - : (c <= 12538 || (c >= 12540 && c <= 12543))))))))) - : (c <= 12591 || (c < 43015 - ? (c < 42623 - ? (c < 42192 - ? (c < 12784 + : (c <= 11631 || (c >= 11648 && c <= 11670))))) + : (c <= 11686 || (c < 11720 + ? (c < 11704 + ? (c < 11696 + ? (c >= 11688 && c <= 11694) + : c <= 11702) + : (c <= 11710 || (c >= 11712 && c <= 11718))) + : (c <= 11726 || (c < 12293 + ? (c < 11736 + ? (c >= 11728 && c <= 11734) + : c <= 11742) + : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) + : (c <= 12341 || (c < 42891 + ? (c < 19968 + ? (c < 12549 + ? (c < 12445 + ? (c < 12353 + ? (c >= 12344 && c <= 12348) + : c <= 12438) + : (c <= 12447 || (c < 12540 + ? (c >= 12449 && c <= 12538) + : c <= 12543))) + : (c <= 12591 || (c < 12784 ? (c < 12704 ? (c >= 12593 && c <= 12686) : c <= 12735) - : (c <= 12799 || (c < 19968 - ? (c >= 13312 && c <= 19903) - : c <= 42124))) - : (c <= 42237 || (c < 42538 - ? (c < 42512 - ? (c >= 42240 && c <= 42508) - : c <= 42527) - : (c <= 42539 || (c >= 42560 && c <= 42606))))) - : (c <= 42653 || (c < 42960 - ? (c < 42786 - ? (c < 42775 - ? (c >= 42656 && c <= 42735) - : c <= 42783) - : (c <= 42888 || (c >= 42891 && c <= 42954))) - : (c <= 42961 || (c < 42994 - ? (c < 42965 - ? c == 42963 - : c <= 42969) - : (c <= 43009 || (c >= 43011 && c <= 43013))))))) - : (c <= 43018 || (c < 43396 - ? (c < 43259 - ? (c < 43138 - ? (c < 43072 - ? (c >= 43020 && c <= 43042) - : c <= 43123) - : (c <= 43187 || (c >= 43250 && c <= 43255))) - : (c <= 43259 || (c < 43312 - ? (c < 43274 - ? (c >= 43261 && c <= 43262) - : c <= 43301) - : (c <= 43334 || (c >= 43360 && c <= 43388))))) - : (c <= 43442 || (c < 43520 - ? (c < 43494 - ? (c < 43488 - ? c == 43471 - : c <= 43492) - : (c <= 43503 || (c >= 43514 && c <= 43518))) - : (c <= 43560 || (c < 43616 - ? (c < 43588 - ? (c >= 43584 && c <= 43586) - : c <= 43595) - : (c <= 43638 || c == 43642)))))))))))))) - : (c <= 43695 || (c < 71236 - ? (c < 67424 - ? (c < 65149 - ? (c < 64112 - ? (c < 43793 - ? (c < 43739 - ? (c < 43705 + : (c <= 12799 || (c >= 13312 && c <= 19903))))) + : (c <= 42124 || (c < 42560 + ? (c < 42512 + ? (c < 42240 + ? (c >= 42192 && c <= 42237) + : c <= 42508) + : (c <= 42527 || (c >= 42538 && c <= 42539))) + : (c <= 42606 || (c < 42775 + ? (c < 42656 + ? (c >= 42623 && c <= 42653) + : c <= 42735) + : (c <= 42783 || (c >= 42786 && c <= 42888))))))) + : (c <= 42954 || (c < 43250 + ? (c < 43011 + ? (c < 42965 + ? (c < 42963 + ? (c >= 42960 && c <= 42961) + : c <= 42963) + : (c <= 42969 || (c >= 42994 && c <= 43009))) + : (c <= 43013 || (c < 43072 + ? (c < 43020 + ? (c >= 43015 && c <= 43018) + : c <= 43042) + : (c <= 43123 || (c >= 43138 && c <= 43187))))) + : (c <= 43255 || (c < 43360 + ? (c < 43274 + ? (c < 43261 + ? c == 43259 + : c <= 43262) + : (c <= 43301 || (c >= 43312 && c <= 43334))) + : (c <= 43388 || (c < 43488 + ? (c < 43471 + ? (c >= 43396 && c <= 43442) + : c <= 43471) + : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) + : (c <= 43518 || (c < 70727 + ? (c < 66956 + ? (c < 64914 + ? (c < 43868 + ? (c < 43714 + ? (c < 43646 + ? (c < 43588 + ? (c < 43584 + ? (c >= 43520 && c <= 43560) + : c <= 43586) + : (c <= 43595 || (c < 43642 + ? (c >= 43616 && c <= 43638) + : c <= 43642))) + : (c <= 43695 || (c < 43705 ? (c < 43701 ? c == 43697 : c <= 43702) - : (c <= 43709 || (c < 43714 - ? c == 43712 - : c <= 43714))) - : (c <= 43741 || (c < 43777 - ? (c < 43762 - ? (c >= 43744 && c <= 43754) - : c <= 43764) - : (c <= 43782 || (c >= 43785 && c <= 43790))))) - : (c <= 43798 || (c < 43888 - ? (c < 43824 - ? (c < 43816 - ? (c >= 43808 && c <= 43814) - : c <= 43822) - : (c <= 43866 || (c >= 43868 && c <= 43881))) - : (c <= 44002 || (c < 55243 - ? (c < 55216 - ? (c >= 44032 && c <= 55203) - : c <= 55238) - : (c <= 55291 || (c >= 63744 && c <= 64109))))))) - : (c <= 64217 || (c < 64467 - ? (c < 64312 - ? (c < 64285 - ? (c < 64275 - ? (c >= 64256 && c <= 64262) - : c <= 64279) - : (c <= 64285 || (c < 64298 - ? (c >= 64287 && c <= 64296) - : c <= 64310))) - : (c <= 64316 || (c < 64323 - ? (c < 64320 - ? c == 64318 - : c <= 64321) - : (c <= 64324 || (c >= 64326 && c <= 64433))))) - : (c <= 64605 || (c < 65137 - ? (c < 64914 - ? (c < 64848 - ? (c >= 64612 && c <= 64829) - : c <= 64911) - : (c <= 64967 || (c >= 65008 && c <= 65017))) - : (c <= 65137 || (c < 65145 - ? (c < 65143 - ? c == 65139 - : c <= 65143) - : (c <= 65145 || c == 65147)))))))) - : (c <= 65149 || (c < 66349 - ? (c < 65549 - ? (c < 65474 - ? (c < 65345 - ? (c < 65313 - ? (c >= 65151 && c <= 65276) - : c <= 65338) - : (c <= 65370 || (c < 65440 - ? (c >= 65382 && c <= 65437) - : c <= 65470))) - : (c <= 65479 || (c < 65498 - ? (c < 65490 - ? (c >= 65482 && c <= 65487) - : c <= 65495) - : (c <= 65500 || (c >= 65536 && c <= 65547))))) - : (c <= 65574 || (c < 65664 - ? (c < 65599 - ? (c < 65596 - ? (c >= 65576 && c <= 65594) - : c <= 65597) - : (c <= 65613 || (c >= 65616 && c <= 65629))) - : (c <= 65786 || (c < 66208 - ? (c < 66176 - ? (c >= 65856 && c <= 65908) - : c <= 66204) - : (c <= 66256 || (c >= 66304 && c <= 66335))))))) - : (c <= 66378 || (c < 66928 - ? (c < 66560 - ? (c < 66464 - ? (c < 66432 - ? (c >= 66384 && c <= 66421) - : c <= 66461) - : (c <= 66499 || (c < 66513 + : (c <= 43709 || c == 43712)))) + : (c <= 43714 || (c < 43785 + ? (c < 43762 + ? (c < 43744 + ? (c >= 43739 && c <= 43741) + : c <= 43754) + : (c <= 43764 || (c >= 43777 && c <= 43782))) + : (c <= 43790 || (c < 43816 + ? (c < 43808 + ? (c >= 43793 && c <= 43798) + : c <= 43814) + : (c <= 43822 || (c >= 43824 && c <= 43866))))))) + : (c <= 43881 || (c < 64287 + ? (c < 63744 + ? (c < 55216 + ? (c < 44032 + ? (c >= 43888 && c <= 44002) + : c <= 55203) + : (c <= 55238 || (c >= 55243 && c <= 55291))) + : (c <= 64109 || (c < 64275 + ? (c < 64256 + ? (c >= 64112 && c <= 64217) + : c <= 64262) + : (c <= 64279 || c == 64285)))) + : (c <= 64296 || (c < 64323 + ? (c < 64318 + ? (c < 64312 + ? (c >= 64298 && c <= 64310) + : c <= 64316) + : (c <= 64318 || (c >= 64320 && c <= 64321))) + : (c <= 64324 || (c < 64612 + ? (c < 64467 + ? (c >= 64326 && c <= 64433) + : c <= 64605) + : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) + : (c <= 64967 || (c < 65599 + ? (c < 65382 + ? (c < 65147 + ? (c < 65139 + ? (c < 65137 + ? (c >= 65008 && c <= 65017) + : c <= 65137) + : (c <= 65139 || (c < 65145 + ? c == 65143 + : c <= 65145))) + : (c <= 65147 || (c < 65313 + ? (c < 65151 + ? c == 65149 + : c <= 65276) + : (c <= 65338 || (c >= 65345 && c <= 65370))))) + : (c <= 65437 || (c < 65498 + ? (c < 65482 + ? (c < 65474 + ? (c >= 65440 && c <= 65470) + : c <= 65479) + : (c <= 65487 || (c >= 65490 && c <= 65495))) + : (c <= 65500 || (c < 65576 + ? (c < 65549 + ? (c >= 65536 && c <= 65547) + : c <= 65574) + : (c <= 65594 || (c >= 65596 && c <= 65597))))))) + : (c <= 65613 || (c < 66464 + ? (c < 66208 + ? (c < 65856 + ? (c < 65664 + ? (c >= 65616 && c <= 65629) + : c <= 65786) + : (c <= 65908 || (c >= 66176 && c <= 66204))) + : (c <= 66256 || (c < 66384 + ? (c < 66349 + ? (c >= 66304 && c <= 66335) + : c <= 66378) + : (c <= 66421 || (c >= 66432 && c <= 66461))))) + : (c <= 66499 || (c < 66776 + ? (c < 66560 + ? (c < 66513 ? (c >= 66504 && c <= 66511) - : c <= 66517))) - : (c <= 66717 || (c < 66816 - ? (c < 66776 - ? (c >= 66736 && c <= 66771) - : c <= 66811) - : (c <= 66855 || (c >= 66864 && c <= 66915))))) - : (c <= 66938 || (c < 66979 - ? (c < 66964 - ? (c < 66956 - ? (c >= 66940 && c <= 66954) - : c <= 66962) - : (c <= 66965 || (c >= 66967 && c <= 66977))) - : (c <= 66993 || (c < 67072 - ? (c < 67003 + : c <= 66517) + : (c <= 66717 || (c >= 66736 && c <= 66771))) + : (c <= 66811 || (c < 66928 + ? (c < 66864 + ? (c >= 66816 && c <= 66855) + : c <= 66915) + : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) + : (c <= 66962 || (c < 68864 + ? (c < 67828 + ? (c < 67506 + ? (c < 67072 + ? (c < 66979 + ? (c < 66967 + ? (c >= 66964 && c <= 66965) + : c <= 66977) + : (c <= 66993 || (c < 67003 ? (c >= 66995 && c <= 67001) - : c <= 67004) - : (c <= 67382 || (c >= 67392 && c <= 67413))))))))))) - : (c <= 67431 || (c < 69635 - ? (c < 68121 - ? (c < 67712 - ? (c < 67594 - ? (c < 67506 - ? (c < 67463 - ? (c >= 67456 && c <= 67461) - : c <= 67504) - : (c <= 67514 || (c < 67592 + : c <= 67004))) + : (c <= 67382 || (c < 67456 + ? (c < 67424 + ? (c >= 67392 && c <= 67413) + : c <= 67431) + : (c <= 67461 || (c >= 67463 && c <= 67504))))) + : (c <= 67514 || (c < 67644 + ? (c < 67594 + ? (c < 67592 ? (c >= 67584 && c <= 67589) - : c <= 67592))) - : (c <= 67637 || (c < 67647 - ? (c < 67644 - ? (c >= 67639 && c <= 67640) - : c <= 67644) - : (c <= 67669 || (c >= 67680 && c <= 67702))))) - : (c <= 67742 || (c < 67968 - ? (c < 67840 - ? (c < 67828 - ? (c >= 67808 && c <= 67826) - : c <= 67829) - : (c <= 67861 || (c >= 67872 && c <= 67897))) - : (c <= 68023 || (c < 68112 - ? (c < 68096 - ? (c >= 68030 && c <= 68031) - : c <= 68096) - : (c <= 68115 || (c >= 68117 && c <= 68119))))))) - : (c <= 68149 || (c < 68800 - ? (c < 68416 - ? (c < 68288 - ? (c < 68224 - ? (c >= 68192 && c <= 68220) - : c <= 68252) - : (c <= 68295 || (c < 68352 - ? (c >= 68297 && c <= 68324) - : c <= 68405))) - : (c <= 68437 || (c < 68608 - ? (c < 68480 - ? (c >= 68448 && c <= 68466) - : c <= 68497) - : (c <= 68680 || (c >= 68736 && c <= 68786))))) - : (c <= 68850 || (c < 69415 - ? (c < 69296 - ? (c < 69248 - ? (c >= 68864 && c <= 68899) - : c <= 69289) - : (c <= 69297 || (c >= 69376 && c <= 69404))) - : (c <= 69415 || (c < 69552 - ? (c < 69488 - ? (c >= 69424 && c <= 69445) - : c <= 69505) - : (c <= 69572 || (c >= 69600 && c <= 69622))))))))) - : (c <= 69687 || (c < 70303 - ? (c < 70081 - ? (c < 69956 - ? (c < 69763 - ? (c < 69749 - ? (c >= 69745 && c <= 69746) - : c <= 69749) - : (c <= 69807 || (c < 69891 - ? (c >= 69840 && c <= 69864) - : c <= 69926))) - : (c <= 69956 || (c < 70006 - ? (c < 69968 - ? c == 69959 - : c <= 70002) - : (c <= 70006 || (c >= 70019 && c <= 70066))))) - : (c <= 70084 || (c < 70207 - ? (c < 70144 - ? (c < 70108 - ? c == 70106 - : c <= 70108) - : (c <= 70161 || (c >= 70163 && c <= 70187))) - : (c <= 70208 || (c < 70282 - ? (c < 70280 - ? (c >= 70272 && c <= 70278) - : c <= 70280) - : (c <= 70285 || (c >= 70287 && c <= 70301))))))) - : (c <= 70312 || (c < 70493 - ? (c < 70442 - ? (c < 70415 - ? (c < 70405 - ? (c >= 70320 && c <= 70366) - : c <= 70412) - : (c <= 70416 || (c >= 70419 && c <= 70440))) - : (c <= 70448 || (c < 70461 - ? (c < 70453 - ? (c >= 70450 && c <= 70451) - : c <= 70457) - : (c <= 70461 || c == 70480)))) - : (c <= 70497 || (c < 70852 - ? (c < 70751 - ? (c < 70727 - ? (c >= 70656 && c <= 70708) - : c <= 70730) - : (c <= 70753 || (c >= 70784 && c <= 70831))) - : (c <= 70853 || (c < 71128 - ? (c < 71040 + : c <= 67592) + : (c <= 67637 || (c >= 67639 && c <= 67640))) + : (c <= 67644 || (c < 67712 + ? (c < 67680 + ? (c >= 67647 && c <= 67669) + : c <= 67702) + : (c <= 67742 || (c >= 67808 && c <= 67826))))))) + : (c <= 67829 || (c < 68224 + ? (c < 68096 + ? (c < 67968 + ? (c < 67872 + ? (c >= 67840 && c <= 67861) + : c <= 67897) + : (c <= 68023 || (c >= 68030 && c <= 68031))) + : (c <= 68096 || (c < 68121 + ? (c < 68117 + ? (c >= 68112 && c <= 68115) + : c <= 68119) + : (c <= 68149 || (c >= 68192 && c <= 68220))))) + : (c <= 68252 || (c < 68448 + ? (c < 68352 + ? (c < 68297 + ? (c >= 68288 && c <= 68295) + : c <= 68324) + : (c <= 68405 || (c >= 68416 && c <= 68437))) + : (c <= 68466 || (c < 68736 + ? (c < 68608 + ? (c >= 68480 && c <= 68497) + : c <= 68680) + : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) + : (c <= 68899 || (c < 70106 + ? (c < 69749 + ? (c < 69488 + ? (c < 69376 + ? (c < 69296 + ? (c >= 69248 && c <= 69289) + : c <= 69297) + : (c <= 69404 || (c < 69424 + ? c == 69415 + : c <= 69445))) + : (c <= 69505 || (c < 69635 + ? (c < 69600 + ? (c >= 69552 && c <= 69572) + : c <= 69622) + : (c <= 69687 || (c >= 69745 && c <= 69746))))) + : (c <= 69749 || (c < 69959 + ? (c < 69891 + ? (c < 69840 + ? (c >= 69763 && c <= 69807) + : c <= 69864) + : (c <= 69926 || c == 69956)) + : (c <= 69959 || (c < 70019 + ? (c < 70006 + ? (c >= 69968 && c <= 70002) + : c <= 70006) + : (c <= 70066 || (c >= 70081 && c <= 70084))))))) + : (c <= 70106 || (c < 70405 + ? (c < 70280 + ? (c < 70163 + ? (c < 70144 + ? c == 70108 + : c <= 70161) + : (c <= 70187 || (c >= 70272 && c <= 70278))) + : (c <= 70280 || (c < 70303 + ? (c < 70287 + ? (c >= 70282 && c <= 70285) + : c <= 70301) + : (c <= 70312 || (c >= 70320 && c <= 70366))))) + : (c <= 70412 || (c < 70453 + ? (c < 70442 + ? (c < 70419 + ? (c >= 70415 && c <= 70416) + : c <= 70440) + : (c <= 70448 || (c >= 70450 && c <= 70451))) + : (c <= 70457 || (c < 70493 + ? (c < 70480 + ? c == 70461 + : c <= 70480) + : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) + : (c <= 70730 || (c < 119894 + ? (c < 73056 + ? (c < 72001 + ? (c < 71424 + ? (c < 71128 + ? (c < 70852 + ? (c < 70784 + ? (c >= 70751 && c <= 70753) + : c <= 70831) + : (c <= 70853 || (c < 71040 ? c == 70855 - : c <= 71086) - : (c <= 71131 || (c >= 71168 && c <= 71215))))))))))))) - : (c <= 71236 || (c < 119973 - ? (c < 73728 - ? (c < 72272 - ? (c < 71960 - ? (c < 71840 - ? (c < 71424 - ? (c < 71352 - ? (c >= 71296 && c <= 71338) - : c <= 71352) - : (c <= 71450 || (c < 71680 + : c <= 71086))) + : (c <= 71131 || (c < 71296 + ? (c < 71236 + ? (c >= 71168 && c <= 71215) + : c <= 71236) + : (c <= 71338 || c == 71352)))) + : (c <= 71450 || (c < 71945 + ? (c < 71840 + ? (c < 71680 ? (c >= 71488 && c <= 71494) - : c <= 71723))) - : (c <= 71903 || (c < 71948 - ? (c < 71945 - ? (c >= 71935 && c <= 71942) - : c <= 71945) - : (c <= 71955 || (c >= 71957 && c <= 71958))))) - : (c <= 71983 || (c < 72161 - ? (c < 72096 - ? (c < 72001 - ? c == 71999 - : c <= 72001) - : (c <= 72103 || (c >= 72106 && c <= 72144))) - : (c <= 72161 || (c < 72203 - ? (c < 72192 - ? c == 72163 - : c <= 72192) - : (c <= 72242 || c == 72250)))))) - : (c <= 72272 || (c < 73030 - ? (c < 72768 - ? (c < 72368 - ? (c < 72349 - ? (c >= 72284 && c <= 72329) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72750))) - : (c <= 72768 || (c < 72968 - ? (c < 72960 - ? (c >= 72818 && c <= 72847) - : c <= 72966) - : (c <= 72969 || (c >= 72971 && c <= 73008))))) - : (c <= 73030 || (c < 73440 - ? (c < 73066 - ? (c < 73063 - ? (c >= 73056 && c <= 73061) - : c <= 73064) - : (c <= 73097 || c == 73112)) - : (c <= 73458 || (c < 73490 - ? (c < 73476 - ? c == 73474 - : c <= 73488) - : (c <= 73523 || c == 73648)))))))) - : (c <= 74649 || (c < 94208 - ? (c < 92928 - ? (c < 82944 - ? (c < 77712 + : c <= 71723) + : (c <= 71903 || (c >= 71935 && c <= 71942))) + : (c <= 71945 || (c < 71960 + ? (c < 71957 + ? (c >= 71948 && c <= 71955) + : c <= 71958) + : (c <= 71983 || c == 71999)))))) + : (c <= 72001 || (c < 72349 + ? (c < 72192 + ? (c < 72161 + ? (c < 72106 + ? (c >= 72096 && c <= 72103) + : c <= 72144) + : (c <= 72161 || c == 72163)) + : (c <= 72192 || (c < 72272 + ? (c < 72250 + ? (c >= 72203 && c <= 72242) + : c <= 72250) + : (c <= 72272 || (c >= 72284 && c <= 72329))))) + : (c <= 72349 || (c < 72818 + ? (c < 72714 + ? (c < 72704 + ? (c >= 72368 && c <= 72440) + : c <= 72712) + : (c <= 72750 || c == 72768)) + : (c <= 72847 || (c < 72971 + ? (c < 72968 + ? (c >= 72960 && c <= 72966) + : c <= 72969) + : (c <= 73008 || c == 73030)))))))) + : (c <= 73061 || (c < 93952 + ? (c < 82944 + ? (c < 73728 + ? (c < 73112 + ? (c < 73066 + ? (c >= 73063 && c <= 73064) + : c <= 73097) + : (c <= 73112 || (c < 73648 + ? (c >= 73440 && c <= 73458) + : c <= 73648))) + : (c <= 74649 || (c < 77712 ? (c < 74880 ? (c >= 74752 && c <= 74862) : c <= 75075) - : (c <= 77808 || (c < 78913 - ? (c >= 77824 && c <= 78895) - : c <= 78918))) - : (c <= 83526 || (c < 92784 + : (c <= 77808 || (c >= 77824 && c <= 78894))))) + : (c <= 83526 || (c < 92928 + ? (c < 92784 ? (c < 92736 ? (c >= 92160 && c <= 92728) : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))))) - : (c <= 92975 || (c < 93952 - ? (c < 93053 + : (c <= 92862 || (c >= 92880 && c <= 92909))) + : (c <= 92975 || (c < 93053 ? (c < 93027 ? (c >= 92992 && c <= 92995) : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))) - : (c <= 94026 || (c < 94176 + : (c <= 93071 || (c >= 93760 && c <= 93823))))))) + : (c <= 94026 || (c < 110589 + ? (c < 94208 + ? (c < 94176 ? (c < 94099 ? c == 94032 : c <= 94111) - : (c <= 94177 || c == 94179)))))) - : (c <= 100343 || (c < 110948 - ? (c < 110589 - ? (c < 110576 + : (c <= 94177 || c == 94179)) + : (c <= 100343 || (c < 110576 ? (c < 101632 ? (c >= 100352 && c <= 101589) : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))) - : (c <= 110590 || (c < 110928 - ? (c < 110898 + : (c <= 110579 || (c >= 110581 && c <= 110587))))) + : (c <= 110590 || (c < 113664 + ? (c < 110948 + ? (c < 110928 ? (c >= 110592 && c <= 110882) - : c <= 110898) - : (c <= 110930 || c == 110933)))) - : (c <= 110951 || (c < 113808 - ? (c < 113776 - ? (c < 113664 - ? (c >= 110960 && c <= 111355) - : c <= 113770) - : (c <= 113788 || (c >= 113792 && c <= 113800))) - : (c <= 113817 || (c < 119966 - ? (c < 119894 - ? (c >= 119808 && c <= 119892) - : c <= 119964) - : (c <= 119967 || c == 119970)))))))))) - : (c <= 119974 || (c < 126464 - ? (c < 120656 - ? (c < 120128 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 + : c <= 110930) + : (c <= 110951 || (c >= 110960 && c <= 111355))) + : (c <= 113770 || (c < 113808 + ? (c < 113792 + ? (c >= 113776 && c <= 113788) + : c <= 113800) + : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) + : (c <= 119964 || (c < 125259 + ? (c < 120572 + ? (c < 120086 + ? (c < 119995 + ? (c < 119973 + ? (c < 119970 + ? (c >= 119966 && c <= 119967) + : c <= 119970) + : (c <= 119974 || (c < 119982 ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 + : c <= 119993))) + : (c <= 119995 || (c < 120071 + ? (c < 120005 ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c >= 120123 && c <= 120126))))) - : (c <= 120132 || (c < 120514 - ? (c < 120146 - ? (c < 120138 - ? c == 120134 - : c <= 120144) - : (c <= 120485 || (c >= 120488 && c <= 120512))) - : (c <= 120538 || (c < 120598 - ? (c < 120572 - ? (c >= 120540 && c <= 120570) - : c <= 120596) - : (c <= 120628 || (c >= 120630 && c <= 120654))))))) - : (c <= 120686 || (c < 123536 - ? (c < 122661 - ? (c < 120746 - ? (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744) - : (c <= 120770 || (c < 122624 - ? (c >= 120772 && c <= 120779) - : c <= 122654))) - : (c <= 122666 || (c < 123191 - ? (c < 123136 - ? (c >= 122928 && c <= 122989) - : c <= 123180) - : (c <= 123197 || c == 123214)))) - : (c <= 123565 || (c < 124909 - ? (c < 124896 - ? (c < 124112 - ? (c >= 123584 && c <= 123627) - : c <= 124139) - : (c <= 124902 || (c >= 124904 && c <= 124907))) - : (c <= 124910 || (c < 125184 - ? (c < 124928 - ? (c >= 124912 && c <= 124926) - : c <= 125124) - : (c <= 125251 || c == 125259)))))))) - : (c <= 126467 || (c < 126561 - ? (c < 126537 - ? (c < 126516 - ? (c < 126500 - ? (c < 126497 - ? (c >= 126469 && c <= 126495) - : c <= 126498) - : (c <= 126500 || (c < 126505 - ? c == 126503 - : c <= 126514))) - : (c <= 126519 || (c < 126530 - ? (c < 126523 - ? c == 126521 - : c <= 126523) - : (c <= 126530 || c == 126535)))) - : (c <= 126537 || (c < 126551 - ? (c < 126545 - ? (c < 126541 - ? c == 126539 - : c <= 126543) - : (c <= 126546 || c == 126548)) - : (c <= 126551 || (c < 126557 - ? (c < 126555 - ? c == 126553 - : c <= 126555) - : (c <= 126557 || c == 126559)))))) - : (c <= 126562 || (c < 126629 - ? (c < 126585 - ? (c < 126572 - ? (c < 126567 - ? c == 126564 - : c <= 126570) - : (c <= 126578 || (c >= 126580 && c <= 126583))) - : (c <= 126588 || (c < 126603 - ? (c < 126592 - ? c == 126590 - : c <= 126601) - : (c <= 126619 || (c >= 126625 && c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 173824 - ? (c < 131072 - ? (c >= 126635 && c <= 126651) - : c <= 173791) - : (c <= 177977 || (c >= 177984 && c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); + : c <= 120069) + : (c <= 120074 || (c >= 120077 && c <= 120084))))) + : (c <= 120092 || (c < 120138 + ? (c < 120128 + ? (c < 120123 + ? (c >= 120094 && c <= 120121) + : c <= 120126) + : (c <= 120132 || c == 120134)) + : (c <= 120144 || (c < 120514 + ? (c < 120488 + ? (c >= 120146 && c <= 120485) + : c <= 120512) + : (c <= 120538 || (c >= 120540 && c <= 120570))))))) + : (c <= 120596 || (c < 123191 + ? (c < 120714 + ? (c < 120656 + ? (c < 120630 + ? (c >= 120598 && c <= 120628) + : c <= 120654) + : (c <= 120686 || (c >= 120688 && c <= 120712))) + : (c <= 120744 || (c < 122624 + ? (c < 120772 + ? (c >= 120746 && c <= 120770) + : c <= 120779) + : (c <= 122654 || (c >= 123136 && c <= 123180))))) + : (c <= 123197 || (c < 124904 + ? (c < 123584 + ? (c < 123536 + ? c == 123214 + : c <= 123565) + : (c <= 123627 || (c >= 124896 && c <= 124902))) + : (c <= 124907 || (c < 124928 + ? (c < 124912 + ? (c >= 124909 && c <= 124910) + : c <= 124926) + : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) + : (c <= 125259 || (c < 126559 + ? (c < 126535 + ? (c < 126505 + ? (c < 126497 + ? (c < 126469 + ? (c >= 126464 && c <= 126467) + : c <= 126495) + : (c <= 126498 || (c < 126503 + ? c == 126500 + : c <= 126503))) + : (c <= 126514 || (c < 126523 + ? (c < 126521 + ? (c >= 126516 && c <= 126519) + : c <= 126521) + : (c <= 126523 || c == 126530)))) + : (c <= 126535 || (c < 126548 + ? (c < 126541 + ? (c < 126539 + ? c == 126537 + : c <= 126539) + : (c <= 126543 || (c >= 126545 && c <= 126546))) + : (c <= 126548 || (c < 126555 + ? (c < 126553 + ? c == 126551 + : c <= 126553) + : (c <= 126555 || c == 126557)))))) + : (c <= 126559 || (c < 126625 + ? (c < 126580 + ? (c < 126567 + ? (c < 126564 + ? (c >= 126561 && c <= 126562) + : c <= 126564) + : (c <= 126570 || (c >= 126572 && c <= 126578))) + : (c <= 126583 || (c < 126592 + ? (c < 126590 + ? (c >= 126585 && c <= 126588) + : c <= 126590) + : (c <= 126601 || (c >= 126603 && c <= 126619))))) + : (c <= 126627 || (c < 177984 + ? (c < 131072 + ? (c < 126635 + ? (c >= 126629 && c <= 126633) + : c <= 126651) + : (c <= 173791 || (c >= 173824 && c <= 177976))) + : (c <= 178205 || (c < 194560 + ? (c < 183984 + ? (c >= 178208 && c <= 183969) + : c <= 191456) + : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); } static inline bool sym_identifier_character_set_2(int32_t c) { - return (c < 43785 - ? (c < 3804 - ? (c < 2759 - ? (c < 2048 - ? (c < 1155 - ? (c < 736 - ? (c < 183 - ? (c < 'a' + return (c < 43616 + ? (c < 3782 + ? (c < 2748 + ? (c < 2045 + ? (c < 1015 + ? (c < 710 + ? (c < 181 + ? (c < '_' ? (c < 'A' ? (c >= '0' && c <= '9') - : (c <= 'Z' || c == '_')) - : (c <= 'z' || (c < 181 - ? c == 170 - : c <= 181))) - : (c <= 183 || (c < 216 - ? (c < 192 - ? c == 186 - : c <= 214) - : (c <= 246 || (c < 710 - ? (c >= 248 && c <= 705) - : c <= 721))))) - : (c <= 740 || (c < 895 - ? (c < 768 - ? (c < 750 - ? c == 748 - : c <= 750) - : (c <= 884 || (c < 891 - ? (c >= 886 && c <= 887) - : c <= 893))) - : (c <= 895 || (c < 910 - ? (c < 908 - ? (c >= 902 && c <= 906) - : c <= 908) - : (c <= 929 || (c < 1015 - ? (c >= 931 && c <= 1013) - : c <= 1153))))))) - : (c <= 1159 || (c < 1552 - ? (c < 1471 - ? (c < 1369 - ? (c < 1329 - ? (c >= 1162 && c <= 1327) - : c <= 1366) - : (c <= 1369 || (c < 1425 - ? (c >= 1376 && c <= 1416) - : c <= 1469))) - : (c <= 1471 || (c < 1479 - ? (c < 1476 - ? (c >= 1473 && c <= 1474) - : c <= 1477) - : (c <= 1479 || (c < 1519 - ? (c >= 1488 && c <= 1514) - : c <= 1522))))) - : (c <= 1562 || (c < 1791 - ? (c < 1749 - ? (c < 1646 - ? (c >= 1568 && c <= 1641) - : c <= 1747) - : (c <= 1756 || (c < 1770 - ? (c >= 1759 && c <= 1768) - : c <= 1788))) - : (c <= 1791 || (c < 1984 - ? (c < 1869 - ? (c >= 1808 && c <= 1866) - : c <= 1969) - : (c <= 2037 || (c < 2045 - ? c == 2042 - : c <= 2045))))))))) - : (c <= 2093 || (c < 2561 - ? (c < 2474 - ? (c < 2275 - ? (c < 2160 - ? (c < 2144 - ? (c >= 2112 && c <= 2139) - : c <= 2154) - : (c <= 2183 || (c < 2200 - ? (c >= 2185 && c <= 2190) - : c <= 2273))) - : (c <= 2403 || (c < 2437 - ? (c < 2417 - ? (c >= 2406 && c <= 2415) - : c <= 2435) - : (c <= 2444 || (c < 2451 - ? (c >= 2447 && c <= 2448) - : c <= 2472))))) - : (c <= 2480 || (c < 2519 - ? (c < 2492 - ? (c < 2486 - ? c == 2482 - : c <= 2489) - : (c <= 2500 || (c < 2507 - ? (c >= 2503 && c <= 2504) - : c <= 2510))) - : (c <= 2519 || (c < 2534 - ? (c < 2527 - ? (c >= 2524 && c <= 2525) - : c <= 2531) - : (c <= 2545 || (c < 2558 - ? c == 2556 - : c <= 2558))))))) - : (c <= 2563 || (c < 2641 - ? (c < 2613 - ? (c < 2579 - ? (c < 2575 - ? (c >= 2565 && c <= 2570) - : c <= 2576) - : (c <= 2600 || (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611))) - : (c <= 2614 || (c < 2622 - ? (c < 2620 - ? (c >= 2616 && c <= 2617) - : c <= 2620) - : (c <= 2626 || (c < 2635 - ? (c >= 2631 && c <= 2632) - : c <= 2637))))) - : (c <= 2641 || (c < 2703 - ? (c < 2662 - ? (c < 2654 - ? (c >= 2649 && c <= 2652) - : c <= 2654) - : (c <= 2677 || (c < 2693 - ? (c >= 2689 && c <= 2691) - : c <= 2701))) - : (c <= 2705 || (c < 2738 - ? (c < 2730 - ? (c >= 2707 && c <= 2728) - : c <= 2736) - : (c <= 2739 || (c < 2748 - ? (c >= 2741 && c <= 2745) - : c <= 2757))))))))))) - : (c <= 2761 || (c < 3200 - ? (c < 2969 - ? (c < 2876 - ? (c < 2821 - ? (c < 2790 - ? (c < 2768 - ? (c >= 2763 && c <= 2765) - : (c <= 2768 || (c >= 2784 && c <= 2787))) - : (c <= 2799 || (c < 2817 - ? (c >= 2809 && c <= 2815) - : c <= 2819))) - : (c <= 2828 || (c < 2858 - ? (c < 2835 - ? (c >= 2831 && c <= 2832) - : c <= 2856) - : (c <= 2864 || (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873))))) - : (c <= 2884 || (c < 2918 - ? (c < 2901 - ? (c < 2891 - ? (c >= 2887 && c <= 2888) - : c <= 2893) - : (c <= 2903 || (c < 2911 - ? (c >= 2908 && c <= 2909) - : c <= 2915))) - : (c <= 2927 || (c < 2949 - ? (c < 2946 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c < 2962 - ? (c >= 2958 && c <= 2960) - : c <= 2965))))))) - : (c <= 2970 || (c < 3072 - ? (c < 3006 - ? (c < 2979 - ? (c < 2974 - ? c == 2972 - : c <= 2975) - : (c <= 2980 || (c < 2990 - ? (c >= 2984 && c <= 2986) - : c <= 3001))) - : (c <= 3010 || (c < 3024 - ? (c < 3018 - ? (c >= 3014 && c <= 3016) - : c <= 3021) - : (c <= 3024 || (c < 3046 - ? c == 3031 - : c <= 3055))))) - : (c <= 3084 || (c < 3146 - ? (c < 3114 - ? (c < 3090 - ? (c >= 3086 && c <= 3088) - : c <= 3112) - : (c <= 3129 || (c < 3142 - ? (c >= 3132 && c <= 3140) - : c <= 3144))) - : (c <= 3149 || (c < 3165 - ? (c < 3160 - ? (c >= 3157 && c <= 3158) - : c <= 3162) - : (c <= 3165 || (c < 3174 - ? (c >= 3168 && c <= 3171) - : c <= 3183))))))))) - : (c <= 3203 || (c < 3461 - ? (c < 3302 - ? (c < 3260 - ? (c < 3218 - ? (c < 3214 - ? (c >= 3205 && c <= 3212) - : c <= 3216) - : (c <= 3240 || (c < 3253 - ? (c >= 3242 && c <= 3251) - : c <= 3257))) - : (c <= 3268 || (c < 3285 - ? (c < 3274 - ? (c >= 3270 && c <= 3272) - : c <= 3277) - : (c <= 3286 || (c < 3296 - ? (c >= 3293 && c <= 3294) - : c <= 3299))))) - : (c <= 3311 || (c < 3402 - ? (c < 3342 - ? (c < 3328 - ? (c >= 3313 && c <= 3315) - : c <= 3340) - : (c <= 3344 || (c < 3398 - ? (c >= 3346 && c <= 3396) - : c <= 3400))) - : (c <= 3406 || (c < 3430 - ? (c < 3423 - ? (c >= 3412 && c <= 3415) - : c <= 3427) - : (c <= 3439 || (c < 3457 - ? (c >= 3450 && c <= 3455) - : c <= 3459))))))) - : (c <= 3478 || (c < 3648 - ? (c < 3535 - ? (c < 3517 - ? (c < 3507 - ? (c >= 3482 && c <= 3505) - : c <= 3515) - : (c <= 3517 || (c < 3530 - ? (c >= 3520 && c <= 3526) - : c <= 3530))) - : (c <= 3540 || (c < 3558 - ? (c < 3544 - ? c == 3542 - : c <= 3551) - : (c <= 3567 || (c < 3585 - ? (c >= 3570 && c <= 3571) - : c <= 3642))))) - : (c <= 3662 || (c < 3749 - ? (c < 3716 - ? (c < 3713 - ? (c >= 3664 && c <= 3673) - : c <= 3714) - : (c <= 3716 || (c < 3724 - ? (c >= 3718 && c <= 3722) - : c <= 3747))) - : (c <= 3749 || (c < 3782 - ? (c < 3776 - ? (c >= 3751 && c <= 3773) - : c <= 3780) - : (c <= 3782 || (c < 3792 - ? (c >= 3784 && c <= 3790) - : c <= 3801))))))))))))) - : (c <= 3807 || (c < 8064 - ? (c < 5998 - ? (c < 4746 - ? (c < 4096 - ? (c < 3902 - ? (c < 3893 - ? (c < 3864 + : c <= 'Z') + : (c <= '_' || (c < 170 + ? (c >= 'a' && c <= 'z') + : c <= 170))) + : (c <= 181 || (c < 192 + ? (c < 186 + ? c == 183 + : c <= 186) + : (c <= 214 || (c < 248 + ? (c >= 216 && c <= 246) + : c <= 705))))) + : (c <= 721 || (c < 891 + ? (c < 750 + ? (c < 748 + ? (c >= 736 && c <= 740) + : c <= 748) + : (c <= 750 || (c < 886 + ? (c >= 768 && c <= 884) + : c <= 887))) + : (c <= 893 || (c < 908 + ? (c < 902 + ? c == 895 + : c <= 906) + : (c <= 908 || (c < 931 + ? (c >= 910 && c <= 929) + : c <= 1013))))))) + : (c <= 1153 || (c < 1519 + ? (c < 1425 + ? (c < 1329 + ? (c < 1162 + ? (c >= 1155 && c <= 1159) + : c <= 1327) + : (c <= 1366 || (c < 1376 + ? c == 1369 + : c <= 1416))) + : (c <= 1469 || (c < 1476 + ? (c < 1473 + ? c == 1471 + : c <= 1474) + : (c <= 1477 || (c < 1488 + ? c == 1479 + : c <= 1514))))) + : (c <= 1522 || (c < 1770 + ? (c < 1646 + ? (c < 1568 + ? (c >= 1552 && c <= 1562) + : c <= 1641) + : (c <= 1747 || (c < 1759 + ? (c >= 1749 && c <= 1756) + : c <= 1768))) + : (c <= 1788 || (c < 1869 + ? (c < 1808 + ? c == 1791 + : c <= 1866) + : (c <= 1969 || (c < 2042 + ? (c >= 1984 && c <= 2037) + : c <= 2042))))))))) + : (c <= 2045 || (c < 2558 + ? (c < 2451 + ? (c < 2200 + ? (c < 2144 + ? (c < 2112 + ? (c >= 2048 && c <= 2093) + : c <= 2139) + : (c <= 2154 || (c < 2185 + ? (c >= 2160 && c <= 2183) + : c <= 2190))) + : (c <= 2273 || (c < 2417 + ? (c < 2406 + ? (c >= 2275 && c <= 2403) + : c <= 2415) + : (c <= 2435 || (c < 2447 + ? (c >= 2437 && c <= 2444) + : c <= 2448))))) + : (c <= 2472 || (c < 2507 + ? (c < 2486 + ? (c < 2482 + ? (c >= 2474 && c <= 2480) + : c <= 2482) + : (c <= 2489 || (c < 2503 + ? (c >= 2492 && c <= 2500) + : c <= 2504))) + : (c <= 2510 || (c < 2527 + ? (c < 2524 + ? c == 2519 + : c <= 2525) + : (c <= 2531 || (c < 2556 + ? (c >= 2534 && c <= 2545) + : c <= 2556))))))) + : (c <= 2558 || (c < 2635 + ? (c < 2610 + ? (c < 2575 + ? (c < 2565 + ? (c >= 2561 && c <= 2563) + : c <= 2570) + : (c <= 2576 || (c < 2602 + ? (c >= 2579 && c <= 2600) + : c <= 2608))) + : (c <= 2611 || (c < 2620 + ? (c < 2616 + ? (c >= 2613 && c <= 2614) + : c <= 2617) + : (c <= 2620 || (c < 2631 + ? (c >= 2622 && c <= 2626) + : c <= 2632))))) + : (c <= 2637 || (c < 2693 + ? (c < 2654 + ? (c < 2649 + ? c == 2641 + : c <= 2652) + : (c <= 2654 || (c < 2689 + ? (c >= 2662 && c <= 2677) + : c <= 2691))) + : (c <= 2701 || (c < 2730 + ? (c < 2707 + ? (c >= 2703 && c <= 2705) + : c <= 2728) + : (c <= 2736 || (c < 2741 + ? (c >= 2738 && c <= 2739) + : c <= 2745))))))))))) + : (c <= 2757 || (c < 3168 + ? (c < 2958 + ? (c < 2866 + ? (c < 2809 + ? (c < 2768 + ? (c < 2763 + ? (c >= 2759 && c <= 2761) + : c <= 2765) + : (c <= 2768 || (c < 2790 + ? (c >= 2784 && c <= 2787) + : c <= 2799))) + : (c <= 2815 || (c < 2831 + ? (c < 2821 + ? (c >= 2817 && c <= 2819) + : c <= 2828) + : (c <= 2832 || (c < 2858 + ? (c >= 2835 && c <= 2856) + : c <= 2864))))) + : (c <= 2867 || (c < 2908 + ? (c < 2887 + ? (c < 2876 + ? (c >= 2869 && c <= 2873) + : c <= 2884) + : (c <= 2888 || (c < 2901 + ? (c >= 2891 && c <= 2893) + : c <= 2903))) + : (c <= 2909 || (c < 2929 + ? (c < 2918 + ? (c >= 2911 && c <= 2915) + : c <= 2927) + : (c <= 2929 || (c < 2949 + ? (c >= 2946 && c <= 2947) + : c <= 2954))))))) + : (c <= 2960 || (c < 3031 + ? (c < 2984 + ? (c < 2972 + ? (c < 2969 + ? (c >= 2962 && c <= 2965) + : c <= 2970) + : (c <= 2972 || (c < 2979 + ? (c >= 2974 && c <= 2975) + : c <= 2980))) + : (c <= 2986 || (c < 3014 + ? (c < 3006 + ? (c >= 2990 && c <= 3001) + : c <= 3010) + : (c <= 3016 || (c < 3024 + ? (c >= 3018 && c <= 3021) + : c <= 3024))))) + : (c <= 3031 || (c < 3132 + ? (c < 3086 + ? (c < 3072 + ? (c >= 3046 && c <= 3055) + : c <= 3084) + : (c <= 3088 || (c < 3114 + ? (c >= 3090 && c <= 3112) + : c <= 3129))) + : (c <= 3140 || (c < 3157 + ? (c < 3146 + ? (c >= 3142 && c <= 3144) + : c <= 3149) + : (c <= 3158 || (c < 3165 + ? (c >= 3160 && c <= 3162) + : c <= 3165))))))))) + : (c <= 3171 || (c < 3450 + ? (c < 3293 + ? (c < 3242 + ? (c < 3205 + ? (c < 3200 + ? (c >= 3174 && c <= 3183) + : c <= 3203) + : (c <= 3212 || (c < 3218 + ? (c >= 3214 && c <= 3216) + : c <= 3240))) + : (c <= 3251 || (c < 3270 + ? (c < 3260 + ? (c >= 3253 && c <= 3257) + : c <= 3268) + : (c <= 3272 || (c < 3285 + ? (c >= 3274 && c <= 3277) + : c <= 3286))))) + : (c <= 3294 || (c < 3346 + ? (c < 3313 + ? (c < 3302 + ? (c >= 3296 && c <= 3299) + : c <= 3311) + : (c <= 3314 || (c < 3342 + ? (c >= 3328 && c <= 3340) + : c <= 3344))) + : (c <= 3396 || (c < 3412 + ? (c < 3402 + ? (c >= 3398 && c <= 3400) + : c <= 3406) + : (c <= 3415 || (c < 3430 + ? (c >= 3423 && c <= 3427) + : c <= 3439))))))) + : (c <= 3455 || (c < 3570 + ? (c < 3520 + ? (c < 3482 + ? (c < 3461 + ? (c >= 3457 && c <= 3459) + : c <= 3478) + : (c <= 3505 || (c < 3517 + ? (c >= 3507 && c <= 3515) + : c <= 3517))) + : (c <= 3526 || (c < 3542 + ? (c < 3535 + ? c == 3530 + : c <= 3540) + : (c <= 3542 || (c < 3558 + ? (c >= 3544 && c <= 3551) + : c <= 3567))))) + : (c <= 3571 || (c < 3718 + ? (c < 3664 + ? (c < 3648 + ? (c >= 3585 && c <= 3642) + : c <= 3662) + : (c <= 3673 || (c < 3716 + ? (c >= 3713 && c <= 3714) + : c <= 3716))) + : (c <= 3722 || (c < 3751 + ? (c < 3749 + ? (c >= 3724 && c <= 3747) + : c <= 3749) + : (c <= 3773 || (c >= 3776 && c <= 3780))))))))))))) + : (c <= 3782 || (c < 8025 + ? (c < 5888 + ? (c < 4688 + ? (c < 3953 + ? (c < 3872 + ? (c < 3804 + ? (c < 3792 + ? (c >= 3784 && c <= 3789) + : c <= 3801) + : (c <= 3807 || (c < 3864 ? c == 3840 - : (c <= 3865 || (c >= 3872 && c <= 3881))) - : (c <= 3893 || (c < 3897 - ? c == 3895 - : c <= 3897))) - : (c <= 3911 || (c < 3974 - ? (c < 3953 - ? (c >= 3913 && c <= 3948) - : c <= 3972) - : (c <= 3991 || (c < 4038 - ? (c >= 3993 && c <= 4028) - : c <= 4038))))) - : (c <= 4169 || (c < 4348 - ? (c < 4295 - ? (c < 4256 - ? (c >= 4176 && c <= 4253) - : c <= 4293) - : (c <= 4295 || (c < 4304 - ? c == 4301 - : c <= 4346))) - : (c <= 4680 || (c < 4696 - ? (c < 4688 - ? (c >= 4682 && c <= 4685) - : c <= 4694) - : (c <= 4696 || (c < 4704 - ? (c >= 4698 && c <= 4701) - : c <= 4744))))))) - : (c <= 4749 || (c < 4992 - ? (c < 4808 - ? (c < 4792 - ? (c < 4786 - ? (c >= 4752 && c <= 4784) - : c <= 4789) - : (c <= 4798 || (c < 4802 - ? c == 4800 - : c <= 4805))) - : (c <= 4822 || (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c < 4969 - ? (c >= 4957 && c <= 4959) - : c <= 4977))))) - : (c <= 5007 || (c < 5792 - ? (c < 5121 - ? (c < 5112 - ? (c >= 5024 && c <= 5109) - : c <= 5117) - : (c <= 5740 || (c < 5761 - ? (c >= 5743 && c <= 5759) - : c <= 5786))) - : (c <= 5866 || (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5909) - : (c <= 5940 || (c < 5984 - ? (c >= 5952 && c <= 5971) - : c <= 5996))))))))) - : (c <= 6000 || (c < 6823 - ? (c < 6432 - ? (c < 6155 - ? (c < 6103 - ? (c < 6016 - ? (c >= 6002 && c <= 6003) - : c <= 6099) - : (c <= 6103 || (c < 6112 - ? (c >= 6108 && c <= 6109) - : c <= 6121))) - : (c <= 6157 || (c < 6272 - ? (c < 6176 - ? (c >= 6159 && c <= 6169) - : c <= 6264) - : (c <= 6314 || (c < 6400 - ? (c >= 6320 && c <= 6389) - : c <= 6430))))) - : (c <= 6443 || (c < 6608 - ? (c < 6512 - ? (c < 6470 - ? (c >= 6448 && c <= 6459) - : c <= 6509) - : (c <= 6516 || (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601))) - : (c <= 6618 || (c < 6752 - ? (c < 6688 - ? (c >= 6656 && c <= 6683) - : c <= 6750) - : (c <= 6780 || (c < 6800 - ? (c >= 6783 && c <= 6793) - : c <= 6809))))))) - : (c <= 6823 || (c < 7357 - ? (c < 7040 - ? (c < 6912 - ? (c < 6847 - ? (c >= 6832 && c <= 6845) - : c <= 6862) - : (c <= 6988 || (c < 7019 - ? (c >= 6992 && c <= 7001) - : c <= 7027))) - : (c <= 7155 || (c < 7245 - ? (c < 7232 - ? (c >= 7168 && c <= 7223) - : c <= 7241) - : (c <= 7293 || (c < 7312 - ? (c >= 7296 && c <= 7304) - : c <= 7354))))) - : (c <= 7359 || (c < 8008 - ? (c < 7424 - ? (c < 7380 - ? (c >= 7376 && c <= 7378) - : c <= 7418) - : (c <= 7957 || (c < 7968 - ? (c >= 7960 && c <= 7965) - : c <= 8005))) - : (c <= 8013 || (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || (c < 8031 - ? c == 8029 - : c <= 8061))))))))))) - : (c <= 8116 || (c < 12321 - ? (c < 8488 - ? (c < 8319 - ? (c < 8160 - ? (c < 8134 - ? (c < 8126 - ? (c >= 8118 && c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))) - : (c <= 8140 || (c < 8150 - ? (c >= 8144 && c <= 8147) - : c <= 8155))) - : (c <= 8172 || (c < 8255 - ? (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188) - : (c <= 8256 || (c < 8305 - ? c == 8276 - : c <= 8305))))) - : (c <= 8319 || (c < 8455 - ? (c < 8417 - ? (c < 8400 - ? (c >= 8336 && c <= 8348) - : c <= 8412) - : (c <= 8417 || (c < 8450 - ? (c >= 8421 && c <= 8432) - : c <= 8450))) - : (c <= 8455 || (c < 8472 - ? (c < 8469 - ? (c >= 8458 && c <= 8467) - : c <= 8469) - : (c <= 8477 || (c < 8486 - ? c == 8484 - : c <= 8486))))))) - : (c <= 8488 || (c < 11631 - ? (c < 11264 - ? (c < 8517 - ? (c < 8508 - ? (c >= 8490 && c <= 8505) - : c <= 8511) - : (c <= 8521 || (c < 8544 - ? c == 8526 - : c <= 8584))) - : (c <= 11492 || (c < 11559 - ? (c < 11520 - ? (c >= 11499 && c <= 11507) - : c <= 11557) - : (c <= 11559 || (c < 11568 - ? c == 11565 - : c <= 11623))))) - : (c <= 11631 || (c < 11712 - ? (c < 11688 - ? (c < 11680 - ? (c >= 11647 && c <= 11670) - : c <= 11686) - : (c <= 11694 || (c < 11704 - ? (c >= 11696 && c <= 11702) - : c <= 11710))) - : (c <= 11718 || (c < 11736 - ? (c < 11728 - ? (c >= 11720 && c <= 11726) - : c <= 11734) - : (c <= 11742 || (c < 12293 - ? (c >= 11744 && c <= 11775) - : c <= 12295))))))))) - : (c <= 12335 || (c < 42963 - ? (c < 13312 - ? (c < 12449 - ? (c < 12353 - ? (c < 12344 - ? (c >= 12337 && c <= 12341) - : c <= 12348) - : (c <= 12438 || (c < 12445 - ? (c >= 12441 && c <= 12442) - : c <= 12447))) - : (c <= 12538 || (c < 12593 - ? (c < 12549 - ? (c >= 12540 && c <= 12543) - : c <= 12591) - : (c <= 12686 || (c < 12784 - ? (c >= 12704 && c <= 12735) - : c <= 12799))))) - : (c <= 19903 || (c < 42612 - ? (c < 42240 - ? (c < 42192 - ? (c >= 19968 && c <= 42124) - : c <= 42237) - : (c <= 42508 || (c < 42560 - ? (c >= 42512 && c <= 42539) - : c <= 42607))) - : (c <= 42621 || (c < 42786 - ? (c < 42775 - ? (c >= 42623 && c <= 42737) - : c <= 42783) - : (c <= 42888 || (c < 42960 - ? (c >= 42891 && c <= 42954) - : c <= 42961))))))) - : (c <= 42963 || (c < 43392 - ? (c < 43216 - ? (c < 43052 - ? (c < 42994 - ? (c >= 42965 && c <= 42969) - : c <= 43047) - : (c <= 43052 || (c < 43136 - ? (c >= 43072 && c <= 43123) - : c <= 43205))) - : (c <= 43225 || (c < 43261 - ? (c < 43259 - ? (c >= 43232 && c <= 43255) - : c <= 43259) - : (c <= 43309 || (c < 43360 - ? (c >= 43312 && c <= 43347) - : c <= 43388))))) - : (c <= 43456 || (c < 43616 - ? (c < 43520 - ? (c < 43488 - ? (c >= 43471 && c <= 43481) - : c <= 43518) - : (c <= 43574 || (c < 43600 - ? (c >= 43584 && c <= 43597) - : c <= 43609))) - : (c <= 43638 || (c < 43744 + : c <= 3865))) + : (c <= 3881 || (c < 3897 + ? (c < 3895 + ? c == 3893 + : c <= 3895) + : (c <= 3897 || (c < 3913 + ? (c >= 3902 && c <= 3911) + : c <= 3948))))) + : (c <= 3972 || (c < 4256 + ? (c < 4038 + ? (c < 3993 + ? (c >= 3974 && c <= 3991) + : c <= 4028) + : (c <= 4038 || (c < 4176 + ? (c >= 4096 && c <= 4169) + : c <= 4253))) + : (c <= 4293 || (c < 4304 + ? (c < 4301 + ? c == 4295 + : c <= 4301) + : (c <= 4346 || (c < 4682 + ? (c >= 4348 && c <= 4680) + : c <= 4685))))))) + : (c <= 4694 || (c < 4882 + ? (c < 4786 + ? (c < 4704 + ? (c < 4698 + ? c == 4696 + : c <= 4701) + : (c <= 4744 || (c < 4752 + ? (c >= 4746 && c <= 4749) + : c <= 4784))) + : (c <= 4789 || (c < 4802 + ? (c < 4800 + ? (c >= 4792 && c <= 4798) + : c <= 4800) + : (c <= 4805 || (c < 4824 + ? (c >= 4808 && c <= 4822) + : c <= 4880))))) + : (c <= 4885 || (c < 5112 + ? (c < 4969 + ? (c < 4957 + ? (c >= 4888 && c <= 4954) + : c <= 4959) + : (c <= 4977 || (c < 5024 + ? (c >= 4992 && c <= 5007) + : c <= 5109))) + : (c <= 5117 || (c < 5761 + ? (c < 5743 + ? (c >= 5121 && c <= 5740) + : c <= 5759) + : (c <= 5786 || (c < 5870 + ? (c >= 5792 && c <= 5866) + : c <= 5880))))))))) + : (c <= 5909 || (c < 6688 + ? (c < 6176 + ? (c < 6016 + ? (c < 5984 + ? (c < 5952 + ? (c >= 5919 && c <= 5940) + : c <= 5971) + : (c <= 5996 || (c < 6002 + ? (c >= 5998 && c <= 6000) + : c <= 6003))) + : (c <= 6099 || (c < 6112 + ? (c < 6108 + ? c == 6103 + : c <= 6109) + : (c <= 6121 || (c < 6159 + ? (c >= 6155 && c <= 6157) + : c <= 6169))))) + : (c <= 6264 || (c < 6470 + ? (c < 6400 + ? (c < 6320 + ? (c >= 6272 && c <= 6314) + : c <= 6389) + : (c <= 6430 || (c < 6448 + ? (c >= 6432 && c <= 6443) + : c <= 6459))) + : (c <= 6509 || (c < 6576 + ? (c < 6528 + ? (c >= 6512 && c <= 6516) + : c <= 6571) + : (c <= 6601 || (c < 6656 + ? (c >= 6608 && c <= 6618) + : c <= 6683))))))) + : (c <= 6750 || (c < 7232 + ? (c < 6847 + ? (c < 6800 + ? (c < 6783 + ? (c >= 6752 && c <= 6780) + : c <= 6793) + : (c <= 6809 || (c < 6832 + ? c == 6823 + : c <= 6845))) + : (c <= 6862 || (c < 7019 + ? (c < 6992 + ? (c >= 6912 && c <= 6988) + : c <= 7001) + : (c <= 7027 || (c < 7168 + ? (c >= 7040 && c <= 7155) + : c <= 7223))))) + : (c <= 7241 || (c < 7380 + ? (c < 7312 + ? (c < 7296 + ? (c >= 7245 && c <= 7293) + : c <= 7304) + : (c <= 7354 || (c < 7376 + ? (c >= 7357 && c <= 7359) + : c <= 7378))) + : (c <= 7418 || (c < 7968 + ? (c < 7960 + ? (c >= 7424 && c <= 7957) + : c <= 7965) + : (c <= 8005 || (c < 8016 + ? (c >= 8008 && c <= 8013) + : c <= 8023))))))))))) + : (c <= 8025 || (c < 11720 + ? (c < 8458 + ? (c < 8178 + ? (c < 8126 + ? (c < 8031 + ? (c < 8029 + ? c == 8027 + : c <= 8029) + : (c <= 8061 || (c < 8118 + ? (c >= 8064 && c <= 8116) + : c <= 8124))) + : (c <= 8126 || (c < 8144 + ? (c < 8134 + ? (c >= 8130 && c <= 8132) + : c <= 8140) + : (c <= 8147 || (c < 8160 + ? (c >= 8150 && c <= 8155) + : c <= 8172))))) + : (c <= 8180 || (c < 8336 + ? (c < 8276 + ? (c < 8255 + ? (c >= 8182 && c <= 8188) + : c <= 8256) + : (c <= 8276 || (c < 8319 + ? c == 8305 + : c <= 8319))) + : (c <= 8348 || (c < 8421 + ? (c < 8417 + ? (c >= 8400 && c <= 8412) + : c <= 8417) + : (c <= 8432 || (c < 8455 + ? c == 8450 + : c <= 8455))))))) + : (c <= 8467 || (c < 11499 + ? (c < 8490 + ? (c < 8484 + ? (c < 8472 + ? c == 8469 + : c <= 8477) + : (c <= 8484 || (c < 8488 + ? c == 8486 + : c <= 8488))) + : (c <= 8505 || (c < 8526 + ? (c < 8517 + ? (c >= 8508 && c <= 8511) + : c <= 8521) + : (c <= 8526 || (c < 11264 + ? (c >= 8544 && c <= 8584) + : c <= 11492))))) + : (c <= 11507 || (c < 11647 + ? (c < 11565 + ? (c < 11559 + ? (c >= 11520 && c <= 11557) + : c <= 11559) + : (c <= 11565 || (c < 11631 + ? (c >= 11568 && c <= 11623) + : c <= 11631))) + : (c <= 11670 || (c < 11696 + ? (c < 11688 + ? (c >= 11680 && c <= 11686) + : c <= 11694) + : (c <= 11702 || (c < 11712 + ? (c >= 11704 && c <= 11710) + : c <= 11718))))))))) + : (c <= 11726 || (c < 42623 + ? (c < 12540 + ? (c < 12337 + ? (c < 11744 + ? (c < 11736 + ? (c >= 11728 && c <= 11734) + : c <= 11742) + : (c <= 11775 || (c < 12321 + ? (c >= 12293 && c <= 12295) + : c <= 12335))) + : (c <= 12341 || (c < 12441 + ? (c < 12353 + ? (c >= 12344 && c <= 12348) + : c <= 12438) + : (c <= 12442 || (c < 12449 + ? (c >= 12445 && c <= 12447) + : c <= 12538))))) + : (c <= 12543 || (c < 19968 + ? (c < 12704 + ? (c < 12593 + ? (c >= 12549 && c <= 12591) + : c <= 12686) + : (c <= 12735 || (c < 13312 + ? (c >= 12784 && c <= 12799) + : c <= 19903))) + : (c <= 42124 || (c < 42512 + ? (c < 42240 + ? (c >= 42192 && c <= 42237) + : c <= 42508) + : (c <= 42539 || (c < 42612 + ? (c >= 42560 && c <= 42607) + : c <= 42621))))))) + : (c <= 42737 || (c < 43232 + ? (c < 42965 + ? (c < 42891 + ? (c < 42786 + ? (c >= 42775 && c <= 42783) + : c <= 42888) + : (c <= 42954 || (c < 42963 + ? (c >= 42960 && c <= 42961) + : c <= 42963))) + : (c <= 42969 || (c < 43072 + ? (c < 43052 + ? (c >= 42994 && c <= 43047) + : c <= 43052) + : (c <= 43123 || (c < 43216 + ? (c >= 43136 && c <= 43205) + : c <= 43225))))) + : (c <= 43255 || (c < 43471 + ? (c < 43312 + ? (c < 43261 + ? c == 43259 + : c <= 43309) + : (c <= 43347 || (c < 43392 + ? (c >= 43360 && c <= 43388) + : c <= 43456))) + : (c <= 43481 || (c < 43584 + ? (c < 43520 + ? (c >= 43488 && c <= 43518) + : c <= 43574) + : (c <= 43597 || (c >= 43600 && c <= 43609))))))))))))))) + : (c <= 43638 || (c < 71453 + ? (c < 67639 + ? (c < 65345 + ? (c < 64312 + ? (c < 43888 + ? (c < 43785 + ? (c < 43744 ? (c < 43739 ? (c >= 43642 && c <= 43714) : c <= 43741) : (c <= 43759 || (c < 43777 ? (c >= 43762 && c <= 43766) - : c <= 43782))))))))))))))) - : (c <= 43790 || (c < 71960 - ? (c < 67840 - ? (c < 65549 - ? (c < 64848 - ? (c < 64112 - ? (c < 44012 - ? (c < 43824 + : c <= 43782))) + : (c <= 43790 || (c < 43816 ? (c < 43808 ? (c >= 43793 && c <= 43798) - : (c <= 43814 || (c >= 43816 && c <= 43822))) - : (c <= 43866 || (c < 43888 - ? (c >= 43868 && c <= 43881) - : c <= 44010))) - : (c <= 44013 || (c < 55216 - ? (c < 44032 - ? (c >= 44016 && c <= 44025) - : c <= 55203) - : (c <= 55238 || (c < 63744 - ? (c >= 55243 && c <= 55291) - : c <= 64109))))) - : (c <= 64217 || (c < 64318 - ? (c < 64285 - ? (c < 64275 - ? (c >= 64256 && c <= 64262) - : c <= 64279) - : (c <= 64296 || (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316))) - : (c <= 64318 || (c < 64326 - ? (c < 64323 - ? (c >= 64320 && c <= 64321) - : c <= 64324) - : (c <= 64433 || (c < 64612 - ? (c >= 64467 && c <= 64605) - : c <= 64829))))))) - : (c <= 64911 || (c < 65149 - ? (c < 65101 - ? (c < 65024 - ? (c < 65008 - ? (c >= 64914 && c <= 64967) - : c <= 65017) - : (c <= 65039 || (c < 65075 - ? (c >= 65056 && c <= 65071) - : c <= 65076))) - : (c <= 65103 || (c < 65143 - ? (c < 65139 - ? c == 65137 - : c <= 65139) - : (c <= 65143 || (c < 65147 - ? c == 65145 - : c <= 65147))))) - : (c <= 65149 || (c < 65382 - ? (c < 65313 - ? (c < 65296 - ? (c >= 65151 && c <= 65276) - : c <= 65305) - : (c <= 65338 || (c < 65345 - ? c == 65343 - : c <= 65370))) - : (c <= 65470 || (c < 65490 - ? (c < 65482 - ? (c >= 65474 && c <= 65479) - : c <= 65487) - : (c <= 65495 || (c < 65536 - ? (c >= 65498 && c <= 65500) - : c <= 65547))))))))) - : (c <= 65574 || (c < 66928 - ? (c < 66349 - ? (c < 65856 - ? (c < 65599 - ? (c < 65596 - ? (c >= 65576 && c <= 65594) - : c <= 65597) - : (c <= 65613 || (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786))) - : (c <= 65908 || (c < 66208 - ? (c < 66176 - ? c == 66045 - : c <= 66204) - : (c <= 66256 || (c < 66304 - ? c == 66272 - : c <= 66335))))) - : (c <= 66378 || (c < 66560 - ? (c < 66464 - ? (c < 66432 - ? (c >= 66384 && c <= 66426) - : c <= 66461) - : (c <= 66499 || (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517))) - : (c <= 66717 || (c < 66776 - ? (c < 66736 - ? (c >= 66720 && c <= 66729) - : c <= 66771) - : (c <= 66811 || (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915))))))) - : (c <= 66938 || (c < 67463 - ? (c < 66995 - ? (c < 66964 - ? (c < 66956 - ? (c >= 66940 && c <= 66954) - : c <= 66962) - : (c <= 66965 || (c < 66979 - ? (c >= 66967 && c <= 66977) - : c <= 66993))) - : (c <= 67001 || (c < 67392 - ? (c < 67072 - ? (c >= 67003 && c <= 67004) - : c <= 67382) - : (c <= 67413 || (c < 67456 - ? (c >= 67424 && c <= 67431) - : c <= 67461))))) - : (c <= 67504 || (c < 67644 - ? (c < 67592 - ? (c < 67584 - ? (c >= 67506 && c <= 67514) - : c <= 67589) - : (c <= 67592 || (c < 67639 - ? (c >= 67594 && c <= 67637) - : c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c < 67828 - ? (c >= 67808 && c <= 67826) - : c <= 67829))))))))))) - : (c <= 67861 || (c < 70163 - ? (c < 69291 - ? (c < 68288 - ? (c < 68117 - ? (c < 68096 - ? (c < 67968 - ? (c >= 67872 && c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68099 || (c < 68108 - ? (c >= 68101 && c <= 68102) - : c <= 68115))) - : (c <= 68119 || (c < 68159 - ? (c < 68152 - ? (c >= 68121 && c <= 68149) - : c <= 68154) - : (c <= 68159 || (c < 68224 - ? (c >= 68192 && c <= 68220) - : c <= 68252))))) - : (c <= 68295 || (c < 68608 - ? (c < 68416 - ? (c < 68352 - ? (c >= 68297 && c <= 68326) - : c <= 68405) - : (c <= 68437 || (c < 68480 - ? (c >= 68448 && c <= 68466) - : c <= 68497))) - : (c <= 68680 || (c < 68864 - ? (c < 68800 - ? (c >= 68736 && c <= 68786) - : c <= 68850) - : (c <= 68903 || (c < 69248 - ? (c >= 68912 && c <= 68921) - : c <= 69289))))))) - : (c <= 69292 || (c < 69840 - ? (c < 69552 - ? (c < 69415 - ? (c < 69373 - ? (c >= 69296 && c <= 69297) - : c <= 69404) - : (c <= 69415 || (c < 69488 - ? (c >= 69424 && c <= 69456) - : c <= 69509))) - : (c <= 69572 || (c < 69734 - ? (c < 69632 - ? (c >= 69600 && c <= 69622) - : c <= 69702) - : (c <= 69749 || (c < 69826 - ? (c >= 69759 && c <= 69818) - : c <= 69826))))) - : (c <= 69864 || (c < 70006 - ? (c < 69942 - ? (c < 69888 - ? (c >= 69872 && c <= 69881) - : c <= 69940) - : (c <= 69951 || (c < 69968 - ? (c >= 69956 && c <= 69959) - : c <= 70003))) - : (c <= 70006 || (c < 70094 - ? (c < 70089 - ? (c >= 70016 && c <= 70084) - : c <= 70092) - : (c <= 70106 || (c < 70144 - ? c == 70108 - : c <= 70161))))))))) - : (c <= 70199 || (c < 70656 - ? (c < 70419 - ? (c < 70303 - ? (c < 70280 - ? (c < 70272 - ? (c >= 70206 && c <= 70209) - : c <= 70278) - : (c <= 70280 || (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301))) - : (c <= 70312 || (c < 70400 - ? (c < 70384 - ? (c >= 70320 && c <= 70378) - : c <= 70393) - : (c <= 70403 || (c < 70415 - ? (c >= 70405 && c <= 70412) - : c <= 70416))))) - : (c <= 70440 || (c < 70475 - ? (c < 70453 - ? (c < 70450 - ? (c >= 70442 && c <= 70448) - : c <= 70451) - : (c <= 70457 || (c < 70471 - ? (c >= 70459 && c <= 70468) - : c <= 70472))) - : (c <= 70477 || (c < 70493 - ? (c < 70487 - ? c == 70480 - : c <= 70487) - : (c <= 70499 || (c < 70512 - ? (c >= 70502 && c <= 70508) - : c <= 70516))))))) - : (c <= 70730 || (c < 71296 - ? (c < 71040 - ? (c < 70784 - ? (c < 70750 - ? (c >= 70736 && c <= 70745) - : c <= 70753) - : (c <= 70853 || (c < 70864 - ? c == 70855 - : c <= 70873))) - : (c <= 71093 || (c < 71168 - ? (c < 71128 - ? (c >= 71096 && c <= 71104) - : c <= 71133) - : (c <= 71232 || (c < 71248 - ? c == 71236 - : c <= 71257))))) - : (c <= 71352 || (c < 71680 - ? (c < 71453 - ? (c < 71424 - ? (c >= 71360 && c <= 71369) - : c <= 71450) - : (c <= 71467 || (c < 71488 + : c <= 43814) + : (c <= 43822 || (c < 43868 + ? (c >= 43824 && c <= 43866) + : c <= 43881))))) + : (c <= 44010 || (c < 63744 + ? (c < 44032 + ? (c < 44016 + ? (c >= 44012 && c <= 44013) + : c <= 44025) + : (c <= 55203 || (c < 55243 + ? (c >= 55216 && c <= 55238) + : c <= 55291))) + : (c <= 64109 || (c < 64275 + ? (c < 64256 + ? (c >= 64112 && c <= 64217) + : c <= 64262) + : (c <= 64279 || (c < 64298 + ? (c >= 64285 && c <= 64296) + : c <= 64310))))))) + : (c <= 64316 || (c < 65075 + ? (c < 64612 + ? (c < 64323 + ? (c < 64320 + ? c == 64318 + : c <= 64321) + : (c <= 64324 || (c < 64467 + ? (c >= 64326 && c <= 64433) + : c <= 64605))) + : (c <= 64829 || (c < 65008 + ? (c < 64914 + ? (c >= 64848 && c <= 64911) + : c <= 64967) + : (c <= 65017 || (c < 65056 + ? (c >= 65024 && c <= 65039) + : c <= 65071))))) + : (c <= 65076 || (c < 65147 + ? (c < 65139 + ? (c < 65137 + ? (c >= 65101 && c <= 65103) + : c <= 65137) + : (c <= 65139 || (c < 65145 + ? c == 65143 + : c <= 65145))) + : (c <= 65147 || (c < 65296 + ? (c < 65151 + ? c == 65149 + : c <= 65276) + : (c <= 65305 || (c < 65343 + ? (c >= 65313 && c <= 65338) + : c <= 65343))))))))) + : (c <= 65370 || (c < 66513 + ? (c < 65664 + ? (c < 65536 + ? (c < 65482 + ? (c < 65474 + ? (c >= 65382 && c <= 65470) + : c <= 65479) + : (c <= 65487 || (c < 65498 + ? (c >= 65490 && c <= 65495) + : c <= 65500))) + : (c <= 65547 || (c < 65596 + ? (c < 65576 + ? (c >= 65549 && c <= 65574) + : c <= 65594) + : (c <= 65597 || (c < 65616 + ? (c >= 65599 && c <= 65613) + : c <= 65629))))) + : (c <= 65786 || (c < 66304 + ? (c < 66176 + ? (c < 66045 + ? (c >= 65856 && c <= 65908) + : c <= 66045) + : (c <= 66204 || (c < 66272 + ? (c >= 66208 && c <= 66256) + : c <= 66272))) + : (c <= 66335 || (c < 66432 + ? (c < 66384 + ? (c >= 66349 && c <= 66378) + : c <= 66426) + : (c <= 66461 || (c < 66504 + ? (c >= 66464 && c <= 66499) + : c <= 66511))))))) + : (c <= 66517 || (c < 66979 + ? (c < 66864 + ? (c < 66736 + ? (c < 66720 + ? (c >= 66560 && c <= 66717) + : c <= 66729) + : (c <= 66771 || (c < 66816 + ? (c >= 66776 && c <= 66811) + : c <= 66855))) + : (c <= 66915 || (c < 66956 + ? (c < 66940 + ? (c >= 66928 && c <= 66938) + : c <= 66954) + : (c <= 66962 || (c < 66967 + ? (c >= 66964 && c <= 66965) + : c <= 66977))))) + : (c <= 66993 || (c < 67456 + ? (c < 67072 + ? (c < 67003 + ? (c >= 66995 && c <= 67001) + : c <= 67004) + : (c <= 67382 || (c < 67424 + ? (c >= 67392 && c <= 67413) + : c <= 67431))) + : (c <= 67461 || (c < 67584 + ? (c < 67506 + ? (c >= 67463 && c <= 67504) + : c <= 67514) + : (c <= 67589 || (c < 67594 + ? c == 67592 + : c <= 67637))))))))))) + : (c <= 67640 || (c < 69956 + ? (c < 68448 + ? (c < 68101 + ? (c < 67828 + ? (c < 67680 + ? (c < 67647 + ? c == 67644 + : c <= 67669) + : (c <= 67702 || (c < 67808 + ? (c >= 67712 && c <= 67742) + : c <= 67826))) + : (c <= 67829 || (c < 67968 + ? (c < 67872 + ? (c >= 67840 && c <= 67861) + : c <= 67897) + : (c <= 68023 || (c < 68096 + ? (c >= 68030 && c <= 68031) + : c <= 68099))))) + : (c <= 68102 || (c < 68192 + ? (c < 68121 + ? (c < 68117 + ? (c >= 68108 && c <= 68115) + : c <= 68119) + : (c <= 68149 || (c < 68159 + ? (c >= 68152 && c <= 68154) + : c <= 68159))) + : (c <= 68220 || (c < 68297 + ? (c < 68288 + ? (c >= 68224 && c <= 68252) + : c <= 68295) + : (c <= 68326 || (c < 68416 + ? (c >= 68352 && c <= 68405) + : c <= 68437))))))) + : (c <= 68466 || (c < 69424 + ? (c < 68912 + ? (c < 68736 + ? (c < 68608 + ? (c >= 68480 && c <= 68497) + : c <= 68680) + : (c <= 68786 || (c < 68864 + ? (c >= 68800 && c <= 68850) + : c <= 68903))) + : (c <= 68921 || (c < 69296 + ? (c < 69291 + ? (c >= 69248 && c <= 69289) + : c <= 69292) + : (c <= 69297 || (c < 69415 + ? (c >= 69376 && c <= 69404) + : c <= 69415))))) + : (c <= 69456 || (c < 69759 + ? (c < 69600 + ? (c < 69552 + ? (c >= 69488 && c <= 69509) + : c <= 69572) + : (c <= 69622 || (c < 69734 + ? (c >= 69632 && c <= 69702) + : c <= 69749))) + : (c <= 69818 || (c < 69872 + ? (c < 69840 + ? c == 69826 + : c <= 69864) + : (c <= 69881 || (c < 69942 + ? (c >= 69888 && c <= 69940) + : c <= 69951))))))))) + : (c <= 69959 || (c < 70459 + ? (c < 70282 + ? (c < 70108 + ? (c < 70016 + ? (c < 70006 + ? (c >= 69968 && c <= 70003) + : c <= 70006) + : (c <= 70084 || (c < 70094 + ? (c >= 70089 && c <= 70092) + : c <= 70106))) + : (c <= 70108 || (c < 70206 + ? (c < 70163 + ? (c >= 70144 && c <= 70161) + : c <= 70199) + : (c <= 70206 || (c < 70280 + ? (c >= 70272 && c <= 70278) + : c <= 70280))))) + : (c <= 70285 || (c < 70405 + ? (c < 70320 + ? (c < 70303 + ? (c >= 70287 && c <= 70301) + : c <= 70312) + : (c <= 70378 || (c < 70400 + ? (c >= 70384 && c <= 70393) + : c <= 70403))) + : (c <= 70412 || (c < 70442 + ? (c < 70419 + ? (c >= 70415 && c <= 70416) + : c <= 70440) + : (c <= 70448 || (c < 70453 + ? (c >= 70450 && c <= 70451) + : c <= 70457))))))) + : (c <= 70468 || (c < 70855 + ? (c < 70502 + ? (c < 70480 + ? (c < 70475 + ? (c >= 70471 && c <= 70472) + : c <= 70477) + : (c <= 70480 || (c < 70493 + ? c == 70487 + : c <= 70499))) + : (c <= 70508 || (c < 70736 + ? (c < 70656 + ? (c >= 70512 && c <= 70516) + : c <= 70730) + : (c <= 70745 || (c < 70784 + ? (c >= 70750 && c <= 70753) + : c <= 70853))))) + : (c <= 70855 || (c < 71236 + ? (c < 71096 + ? (c < 71040 + ? (c >= 70864 && c <= 70873) + : c <= 71093) + : (c <= 71104 || (c < 71168 + ? (c >= 71128 && c <= 71133) + : c <= 71232))) + : (c <= 71236 || (c < 71360 + ? (c < 71296 + ? (c >= 71248 && c <= 71257) + : c <= 71352) + : (c <= 71369 || (c >= 71424 && c <= 71450))))))))))))) + : (c <= 71467 || (c < 119973 + ? (c < 77824 + ? (c < 72760 + ? (c < 72016 + ? (c < 71945 + ? (c < 71680 + ? (c < 71488 ? (c >= 71472 && c <= 71481) - : c <= 71494))) - : (c <= 71738 || (c < 71945 - ? (c < 71935 + : c <= 71494) + : (c <= 71738 || (c < 71935 ? (c >= 71840 && c <= 71913) - : c <= 71942) - : (c <= 71945 || (c < 71957 + : c <= 71942))) + : (c <= 71945 || (c < 71960 + ? (c < 71957 ? (c >= 71948 && c <= 71955) - : c <= 71958))))))))))))) - : (c <= 71989 || (c < 119995 - ? (c < 92784 - ? (c < 73023 - ? (c < 72704 - ? (c < 72163 - ? (c < 72096 - ? (c < 71995 + : c <= 71958) + : (c <= 71989 || (c < 71995 ? (c >= 71991 && c <= 71992) - : (c <= 72003 || (c >= 72016 && c <= 72025))) - : (c <= 72103 || (c < 72154 - ? (c >= 72106 && c <= 72151) - : c <= 72161))) - : (c <= 72164 || (c < 72272 - ? (c < 72263 - ? (c >= 72192 && c <= 72254) - : c <= 72263) - : (c <= 72345 || (c < 72368 - ? c == 72349 - : c <= 72440))))) - : (c <= 72712 || (c < 72873 - ? (c < 72784 - ? (c < 72760 - ? (c >= 72714 && c <= 72758) - : c <= 72768) - : (c <= 72793 || (c < 72850 - ? (c >= 72818 && c <= 72847) - : c <= 72871))) - : (c <= 72886 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73014 || (c < 73020 - ? c == 73018 - : c <= 73021))))))) - : (c <= 73031 || (c < 73552 - ? (c < 73107 - ? (c < 73063 - ? (c < 73056 - ? (c >= 73040 && c <= 73049) - : c <= 73061) - : (c <= 73064 || (c < 73104 - ? (c >= 73066 && c <= 73102) - : c <= 73105))) - : (c <= 73112 || (c < 73472 - ? (c < 73440 - ? (c >= 73120 && c <= 73129) - : c <= 73462) - : (c <= 73488 || (c < 73534 - ? (c >= 73490 && c <= 73530) - : c <= 73538))))) - : (c <= 73561 || (c < 77824 - ? (c < 74752 + : c <= 72003))))) + : (c <= 72025 || (c < 72263 + ? (c < 72154 + ? (c < 72106 + ? (c >= 72096 && c <= 72103) + : c <= 72151) + : (c <= 72161 || (c < 72192 + ? (c >= 72163 && c <= 72164) + : c <= 72254))) + : (c <= 72263 || (c < 72368 + ? (c < 72349 + ? (c >= 72272 && c <= 72345) + : c <= 72349) + : (c <= 72440 || (c < 72714 + ? (c >= 72704 && c <= 72712) + : c <= 72758))))))) + : (c <= 72768 || (c < 73056 + ? (c < 72968 + ? (c < 72850 + ? (c < 72818 + ? (c >= 72784 && c <= 72793) + : c <= 72847) + : (c <= 72871 || (c < 72960 + ? (c >= 72873 && c <= 72886) + : c <= 72966))) + : (c <= 72969 || (c < 73020 + ? (c < 73018 + ? (c >= 72971 && c <= 73014) + : c <= 73018) + : (c <= 73021 || (c < 73040 + ? (c >= 73023 && c <= 73031) + : c <= 73049))))) + : (c <= 73061 || (c < 73440 + ? (c < 73104 + ? (c < 73066 + ? (c >= 73063 && c <= 73064) + : c <= 73102) + : (c <= 73105 || (c < 73120 + ? (c >= 73107 && c <= 73112) + : c <= 73129))) + : (c <= 73462 || (c < 74752 ? (c < 73728 ? c == 73648 : c <= 74649) : (c <= 74862 || (c < 77712 ? (c >= 74880 && c <= 75075) - : c <= 77808))) - : (c <= 78895 || (c < 92160 - ? (c < 82944 - ? (c >= 78912 && c <= 78933) - : c <= 83526) - : (c <= 92728 || (c < 92768 - ? (c >= 92736 && c <= 92766) - : c <= 92777))))))))) - : (c <= 92862 || (c < 110928 - ? (c < 94095 - ? (c < 93008 - ? (c < 92912 - ? (c < 92880 - ? (c >= 92864 && c <= 92873) - : c <= 92909) - : (c <= 92916 || (c < 92992 - ? (c >= 92928 && c <= 92982) - : c <= 92995))) - : (c <= 93017 || (c < 93760 - ? (c < 93053 - ? (c >= 93027 && c <= 93047) - : c <= 93071) - : (c <= 93823 || (c < 94031 - ? (c >= 93952 && c <= 94026) - : c <= 94087))))) - : (c <= 94111 || (c < 101632 - ? (c < 94192 - ? (c < 94179 - ? (c >= 94176 && c <= 94177) - : c <= 94180) - : (c <= 94193 || (c < 100352 - ? (c >= 94208 && c <= 100343) - : c <= 101589))) - : (c <= 101640 || (c < 110589 - ? (c < 110581 - ? (c >= 110576 && c <= 110579) - : c <= 110587) - : (c <= 110590 || (c < 110898 - ? (c >= 110592 && c <= 110882) - : c <= 110898))))))) - : (c <= 110930 || (c < 119149 - ? (c < 113792 - ? (c < 110960 - ? (c < 110948 - ? c == 110933 - : c <= 110951) - : (c <= 111355 || (c < 113776 + : c <= 77808))))))))) + : (c <= 78894 || (c < 110576 + ? (c < 93027 + ? (c < 92864 + ? (c < 92736 + ? (c < 92160 + ? (c >= 82944 && c <= 83526) + : c <= 92728) + : (c <= 92766 || (c < 92784 + ? (c >= 92768 && c <= 92777) + : c <= 92862))) + : (c <= 92873 || (c < 92928 + ? (c < 92912 + ? (c >= 92880 && c <= 92909) + : c <= 92916) + : (c <= 92982 || (c < 93008 + ? (c >= 92992 && c <= 92995) + : c <= 93017))))) + : (c <= 93047 || (c < 94176 + ? (c < 93952 + ? (c < 93760 + ? (c >= 93053 && c <= 93071) + : c <= 93823) + : (c <= 94026 || (c < 94095 + ? (c >= 94031 && c <= 94087) + : c <= 94111))) + : (c <= 94177 || (c < 94208 + ? (c < 94192 + ? (c >= 94179 && c <= 94180) + : c <= 94193) + : (c <= 100343 || (c < 101632 + ? (c >= 100352 && c <= 101589) + : c <= 101640))))))) + : (c <= 110579 || (c < 118528 + ? (c < 110960 + ? (c < 110592 + ? (c < 110589 + ? (c >= 110581 && c <= 110587) + : c <= 110590) + : (c <= 110882 || (c < 110948 + ? (c >= 110928 && c <= 110930) + : c <= 110951))) + : (c <= 111355 || (c < 113792 + ? (c < 113776 ? (c >= 113664 && c <= 113770) - : c <= 113788))) - : (c <= 113800 || (c < 118528 - ? (c < 113821 + : c <= 113788) + : (c <= 113800 || (c < 113821 ? (c >= 113808 && c <= 113817) - : c <= 113822) - : (c <= 118573 || (c < 119141 + : c <= 113822))))) + : (c <= 118573 || (c < 119210 + ? (c < 119149 + ? (c < 119141 ? (c >= 118576 && c <= 118598) - : c <= 119145))))) - : (c <= 119154 || (c < 119894 - ? (c < 119210 - ? (c < 119173 + : c <= 119145) + : (c <= 119154 || (c < 119173 ? (c >= 119163 && c <= 119170) - : c <= 119179) - : (c <= 119213 || (c < 119808 + : c <= 119179))) + : (c <= 119213 || (c < 119894 + ? (c < 119808 ? (c >= 119362 && c <= 119364) - : c <= 119892))) - : (c <= 119964 || (c < 119973 - ? (c < 119970 + : c <= 119892) + : (c <= 119964 || (c < 119970 ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 + : c <= 119970))))))))))) + : (c <= 119974 || (c < 124912 + ? (c < 120746 + ? (c < 120134 + ? (c < 120071 + ? (c < 119995 + ? (c < 119982 ? (c >= 119977 && c <= 119980) - : c <= 119993))))))))))) - : (c <= 119995 || (c < 124912 - ? (c < 121403 - ? (c < 120514 - ? (c < 120123 - ? (c < 120077 - ? (c < 120005 + : c <= 119993) + : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) - : (c <= 120069 || (c >= 120071 && c <= 120074))) - : (c <= 120084 || (c < 120094 - ? (c >= 120086 && c <= 120092) - : c <= 120121))) - : (c <= 120126 || (c < 120138 - ? (c < 120134 - ? (c >= 120128 && c <= 120132) - : c <= 120134) - : (c <= 120144 || (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512))))) - : (c <= 120538 || (c < 120688 - ? (c < 120598 - ? (c < 120572 - ? (c >= 120540 && c <= 120570) - : c <= 120596) - : (c <= 120628 || (c < 120656 - ? (c >= 120630 && c <= 120654) - : c <= 120686))) - : (c <= 120712 || (c < 120772 - ? (c < 120746 - ? (c >= 120714 && c <= 120744) - : c <= 120770) - : (c <= 120779 || (c < 121344 - ? (c >= 120782 && c <= 120831) - : c <= 121398))))))) - : (c <= 121452 || (c < 122928 - ? (c < 122661 - ? (c < 121499 - ? (c < 121476 - ? c == 121461 - : c <= 121476) - : (c <= 121503 || (c < 122624 - ? (c >= 121505 && c <= 121519) - : c <= 122654))) - : (c <= 122666 || (c < 122907 - ? (c < 122888 + : c <= 120069))) + : (c <= 120074 || (c < 120094 + ? (c < 120086 + ? (c >= 120077 && c <= 120084) + : c <= 120092) + : (c <= 120121 || (c < 120128 + ? (c >= 120123 && c <= 120126) + : c <= 120132))))) + : (c <= 120134 || (c < 120572 + ? (c < 120488 + ? (c < 120146 + ? (c >= 120138 && c <= 120144) + : c <= 120485) + : (c <= 120512 || (c < 120540 + ? (c >= 120514 && c <= 120538) + : c <= 120570))) + : (c <= 120596 || (c < 120656 + ? (c < 120630 + ? (c >= 120598 && c <= 120628) + : c <= 120654) + : (c <= 120686 || (c < 120714 + ? (c >= 120688 && c <= 120712) + : c <= 120744))))))) + : (c <= 120770 || (c < 122907 + ? (c < 121476 + ? (c < 121344 + ? (c < 120782 + ? (c >= 120772 && c <= 120779) + : c <= 120831) + : (c <= 121398 || (c < 121461 + ? (c >= 121403 && c <= 121452) + : c <= 121461))) + : (c <= 121476 || (c < 122624 + ? (c < 121505 + ? (c >= 121499 && c <= 121503) + : c <= 121519) + : (c <= 122654 || (c < 122888 ? (c >= 122880 && c <= 122886) - : c <= 122904) - : (c <= 122913 || (c < 122918 + : c <= 122904))))) + : (c <= 122913 || (c < 123214 + ? (c < 123136 + ? (c < 122918 ? (c >= 122915 && c <= 122916) - : c <= 122922))))) - : (c <= 122989 || (c < 123536 - ? (c < 123184 - ? (c < 123136 - ? c == 123023 - : c <= 123180) - : (c <= 123197 || (c < 123214 - ? (c >= 123200 && c <= 123209) - : c <= 123214))) - : (c <= 123566 || (c < 124896 - ? (c < 124112 - ? (c >= 123584 && c <= 123641) - : c <= 124153) + : c <= 122922) + : (c <= 123180 || (c < 123200 + ? (c >= 123184 && c <= 123197) + : c <= 123209))) + : (c <= 123214 || (c < 124896 + ? (c < 123584 + ? (c >= 123536 && c <= 123566) + : c <= 123641) : (c <= 124902 || (c < 124909 ? (c >= 124904 && c <= 124907) : c <= 124910))))))))) @@ -5827,609 +5766,652 @@ static inline bool sym_identifier_character_set_2(int32_t c) { ? (c >= 126635 && c <= 126651) : c <= 130041) : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177977) + ? (c >= 173824 && c <= 177976) : c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) - : (c <= 201546 || (c < 917760 - ? (c >= 201552 && c <= 205743) - : c <= 917999))))))))))))))))); + : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); } static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); - eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(44); - if (lookahead == '!') ADVANCE(18); - if (lookahead == '#') ADVANCE(126); - if (lookahead == '%') ADVANCE(67); - if (lookahead == '&') ADVANCE(70); - if (lookahead == '(') ADVANCE(48); - if (lookahead == ')') ADVANCE(49); - if (lookahead == '*') ADVANCE(51); - if (lookahead == '+') ADVANCE(63); - if (lookahead == ',') ADVANCE(50); - if (lookahead == '-') ADVANCE(65); - if (lookahead == '.') ADVANCE(47); - if (lookahead == '/') ADVANCE(66); - if (lookahead == '0') ADVANCE(109); - if (lookahead == ':') ADVANCE(55); - if (lookahead == ';') ADVANCE(45); - if (lookahead == '<') ADVANCE(74); - if (lookahead == '=') ADVANCE(62); - if (lookahead == '>') ADVANCE(79); - if (lookahead == '@') ADVANCE(59); - if (lookahead == '[') ADVANCE(60); - if (lookahead == '\\') SKIP(40) - if (lookahead == ']') ADVANCE(61); - if (lookahead == '^') ADVANCE(71); - if (lookahead == 'e') ADVANCE(124); - if (lookahead == '{') ADVANCE(96); - if (lookahead == '|') ADVANCE(69); - if (lookahead == '}') ADVANCE(97); - if (lookahead == '~') ADVANCE(73); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || + if (eof) ADVANCE(48); + if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(0) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(108); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(125); + lookahead == 65279) SKIP(46) + if (lookahead == '\r') SKIP(46) + if (lookahead == '!') ADVANCE(7); + if (lookahead == '#') ADVANCE(131); + if (lookahead == '%') ADVANCE(72); + if (lookahead == '&') ADVANCE(75); + if (lookahead == '(') ADVANCE(52); + if (lookahead == ')') ADVANCE(53); + if (lookahead == '*') ADVANCE(55); + if (lookahead == '+') ADVANCE(67); + if (lookahead == ',') ADVANCE(54); + if (lookahead == '-') ADVANCE(69); + if (lookahead == '.') ADVANCE(51); + if (lookahead == '/') ADVANCE(70); + if (lookahead == '0') ADVANCE(114); + if (lookahead == ':') ADVANCE(59); + if (lookahead == ';') ADVANCE(49); + if (lookahead == '<') ADVANCE(79); + if (lookahead == '=') ADVANCE(66); + if (lookahead == '>') ADVANCE(85); + if (lookahead == '@') ADVANCE(63); + if (lookahead == '[') ADVANCE(64); + if (lookahead == '\\') ADVANCE(107); + if (lookahead == ']') ADVANCE(65); + if (lookahead == '^') ADVANCE(76); + if (lookahead == 'e') ADVANCE(129); + if (lookahead == '{') ADVANCE(102); + if (lookahead == '|') ADVANCE(74); + if (lookahead == '}') ADVANCE(104); + if (lookahead == '~') ADVANCE(78); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(113); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(130); END_STATE(); case 1: - if (lookahead == '\n') SKIP(11) + if (lookahead == '\n') ADVANCE(132); END_STATE(); case 2: - if (lookahead == '\n') SKIP(11) - if (lookahead == '\r') SKIP(1) + if (lookahead == '\n') ADVANCE(106); END_STATE(); case 3: - if (lookahead == '\n') SKIP(13) + if (lookahead == '\n') SKIP(3) + if (lookahead == '\r') ADVANCE(109); + if (lookahead == '#') ADVANCE(110); + if (lookahead == '\\') ADVANCE(108); + if (lookahead == '{') ADVANCE(102); + if (lookahead == '}') ADVANCE(104); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) ADVANCE(109); + if (lookahead != 0) ADVANCE(110); END_STATE(); case 4: - if (lookahead == '\n') SKIP(13) - if (lookahead == '\r') SKIP(3) + if (lookahead == '.') ADVANCE(5); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); case 5: - if (lookahead == '\n') ADVANCE(101); + if (lookahead == '.') ADVANCE(101); END_STATE(); case 6: - if (lookahead == '\n') SKIP(6) - if (lookahead == '#') ADVANCE(105); - if (lookahead == '\\') ADVANCE(103); - if (lookahead == '{') ADVANCE(95); - if (lookahead == '}') ADVANCE(97); - if (lookahead == '\t' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) ADVANCE(104); - if (lookahead != 0) ADVANCE(105); + if (lookahead == '=') ADVANCE(83); END_STATE(); case 7: - if (lookahead == '\n') SKIP(14) + if (lookahead == '=') ADVANCE(83); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(111); END_STATE(); case 8: - if (lookahead == '\n') SKIP(14) - if (lookahead == '\r') SKIP(7) + if (lookahead == '=') ADVANCE(94); END_STATE(); case 9: - if (lookahead == '\n') SKIP(12) + if (lookahead == '=') ADVANCE(98); END_STATE(); case 10: - if (lookahead == '\n') SKIP(12) - if (lookahead == '\r') SKIP(9) + if (lookahead == '=') ADVANCE(92); END_STATE(); case 11: - if (lookahead == '!') ADVANCE(18); - if (lookahead == '#') ADVANCE(126); - if (lookahead == '%') ADVANCE(67); - if (lookahead == '&') ADVANCE(70); - if (lookahead == '(') ADVANCE(48); - if (lookahead == ')') ADVANCE(49); - if (lookahead == '*') ADVANCE(51); - if (lookahead == '+') ADVANCE(63); - if (lookahead == ',') ADVANCE(50); - if (lookahead == '-') ADVANCE(64); - if (lookahead == '.') ADVANCE(47); - if (lookahead == '/') ADVANCE(66); - if (lookahead == '0') ADVANCE(109); - if (lookahead == ':') ADVANCE(54); - if (lookahead == ';') ADVANCE(45); - if (lookahead == '<') ADVANCE(74); - if (lookahead == '=') ADVANCE(62); - if (lookahead == '>') ADVANCE(79); - if (lookahead == '@') ADVANCE(59); - if (lookahead == '[') ADVANCE(60); - if (lookahead == '\\') SKIP(2) - if (lookahead == ']') ADVANCE(61); - if (lookahead == '^') ADVANCE(71); - if (lookahead == '{') ADVANCE(95); - if (lookahead == '|') ADVANCE(69); - if (lookahead == '}') ADVANCE(97); - if (lookahead == '~') ADVANCE(73); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(11) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(108); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(125); + if (lookahead == '=') ADVANCE(99); END_STATE(); case 12: - if (lookahead == '!') ADVANCE(18); - if (lookahead == '#') ADVANCE(126); - if (lookahead == '%') ADVANCE(67); - if (lookahead == '&') ADVANCE(70); - if (lookahead == '(') ADVANCE(48); - if (lookahead == ')') ADVANCE(49); - if (lookahead == '*') ADVANCE(51); - if (lookahead == '+') ADVANCE(63); - if (lookahead == ',') ADVANCE(50); - if (lookahead == '-') ADVANCE(64); - if (lookahead == '.') ADVANCE(46); - if (lookahead == '/') ADVANCE(66); - if (lookahead == ':') ADVANCE(55); - if (lookahead == ';') ADVANCE(45); - if (lookahead == '<') ADVANCE(74); - if (lookahead == '=') ADVANCE(62); - if (lookahead == '>') ADVANCE(79); - if (lookahead == '@') ADVANCE(59); - if (lookahead == '[') ADVANCE(60); - if (lookahead == '\\') SKIP(10) - if (lookahead == ']') ADVANCE(61); - if (lookahead == '^') ADVANCE(71); - if (lookahead == '|') ADVANCE(69); - if (lookahead == '}') ADVANCE(97); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(12) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(125); + if (lookahead == '=') ADVANCE(100); END_STATE(); case 13: - if (lookahead == '!') ADVANCE(18); - if (lookahead == '#') ADVANCE(126); - if (lookahead == '%') ADVANCE(67); - if (lookahead == '&') ADVANCE(70); - if (lookahead == '(') ADVANCE(48); - if (lookahead == ')') ADVANCE(49); - if (lookahead == '*') ADVANCE(51); - if (lookahead == '+') ADVANCE(63); - if (lookahead == ',') ADVANCE(50); - if (lookahead == '-') ADVANCE(64); - if (lookahead == '.') ADVANCE(46); - if (lookahead == '/') ADVANCE(66); - if (lookahead == ':') ADVANCE(54); - if (lookahead == ';') ADVANCE(45); - if (lookahead == '<') ADVANCE(74); - if (lookahead == '=') ADVANCE(62); - if (lookahead == '>') ADVANCE(79); - if (lookahead == '@') ADVANCE(59); - if (lookahead == '[') ADVANCE(60); - if (lookahead == '\\') SKIP(4) - if (lookahead == ']') ADVANCE(61); - if (lookahead == '^') ADVANCE(71); - if (lookahead == '|') ADVANCE(69); - if (lookahead == '}') ADVANCE(97); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(13) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(125); + if (lookahead == '=') ADVANCE(93); END_STATE(); case 14: - if (lookahead == '#') ADVANCE(126); - if (lookahead == '-') ADVANCE(19); - if (lookahead == ':') ADVANCE(54); - if (lookahead == '\\') SKIP(8) - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(14) + if (lookahead == '=') ADVANCE(97); END_STATE(); case 15: - if (lookahead == '#') ADVANCE(126); - if (lookahead == '\\') ADVANCE(102); - if (lookahead == '{') ADVANCE(96); - if (lookahead == '}') ADVANCE(23); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(15) + if (lookahead == '=') ADVANCE(96); END_STATE(); case 16: - if (lookahead == '.') ADVANCE(94); + if (lookahead == '>') ADVANCE(61); END_STATE(); case 17: - if (lookahead == '=') ADVANCE(77); + if (lookahead == '_') ADVANCE(25); + if (lookahead == '0' || + lookahead == '1') ADVANCE(116); END_STATE(); case 18: - if (lookahead == '=') ADVANCE(77); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(106); + if (lookahead == '_') ADVANCE(32); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(117); END_STATE(); case 19: - if (lookahead == '>') ADVANCE(57); + if (lookahead == '_') ADVANCE(37); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(118); END_STATE(); case 20: - if (lookahead == '_') ADVANCE(25); - if (lookahead == '0' || - lookahead == '1') ADVANCE(111); + if (lookahead == '{') ADVANCE(45); END_STATE(); case 21: - if (lookahead == '_') ADVANCE(26); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(112); + if (lookahead == '}') ADVANCE(106); + if (lookahead != 0) ADVANCE(21); END_STATE(); case 22: - if (lookahead == '_') ADVANCE(30); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(113); + if (lookahead == '}') ADVANCE(105); END_STATE(); case 23: - if (lookahead == '}') ADVANCE(99); + if (!eof && lookahead == 0 || + lookahead == '\n') ADVANCE(132); + if (lookahead == '\r') ADVANCE(1); END_STATE(); case 24: if (lookahead == '+' || - lookahead == '-') ADVANCE(27); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(116); + lookahead == '-') ADVANCE(34); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(121); END_STATE(); case 25: if (lookahead == '0' || - lookahead == '1') ADVANCE(111); + lookahead == '1') ADVANCE(116); END_STATE(); case 26: - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(112); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(26) + if (lookahead == '\r') SKIP(26) + if (lookahead == '!') ADVANCE(7); + if (lookahead == '#') ADVANCE(131); + if (lookahead == '%') ADVANCE(8); + if (lookahead == '&') ADVANCE(9); + if (lookahead == '(') ADVANCE(52); + if (lookahead == ')') ADVANCE(53); + if (lookahead == '*') ADVANCE(55); + if (lookahead == '+') ADVANCE(67); + if (lookahead == ',') ADVANCE(54); + if (lookahead == '-') ADVANCE(68); + if (lookahead == '.') ADVANCE(4); + if (lookahead == '/') ADVANCE(71); + if (lookahead == '0') ADVANCE(114); + if (lookahead == ':') ADVANCE(58); + if (lookahead == '<') ADVANCE(80); + if (lookahead == '=') ADVANCE(66); + if (lookahead == '>') ADVANCE(86); + if (lookahead == '@') ADVANCE(10); + if (lookahead == '[') ADVANCE(64); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == ']') ADVANCE(65); + if (lookahead == '^') ADVANCE(11); + if (lookahead == '{') ADVANCE(102); + if (lookahead == '|') ADVANCE(12); + if (lookahead == '}') ADVANCE(104); + if (lookahead == '~') ADVANCE(78); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(113); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(130); END_STATE(); case 27: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(116); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(27) + if (lookahead == '\r') SKIP(27) + if (lookahead == '!') ADVANCE(7); + if (lookahead == '#') ADVANCE(131); + if (lookahead == '%') ADVANCE(72); + if (lookahead == '&') ADVANCE(75); + if (lookahead == '(') ADVANCE(52); + if (lookahead == ')') ADVANCE(53); + if (lookahead == '*') ADVANCE(55); + if (lookahead == '+') ADVANCE(67); + if (lookahead == ',') ADVANCE(54); + if (lookahead == '-') ADVANCE(68); + if (lookahead == '.') ADVANCE(50); + if (lookahead == '/') ADVANCE(70); + if (lookahead == ':') ADVANCE(59); + if (lookahead == ';') ADVANCE(49); + if (lookahead == '<') ADVANCE(79); + if (lookahead == '=') ADVANCE(66); + if (lookahead == '>') ADVANCE(85); + if (lookahead == '@') ADVANCE(63); + if (lookahead == '[') ADVANCE(64); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == ']') ADVANCE(65); + if (lookahead == '^') ADVANCE(76); + if (lookahead == '|') ADVANCE(74); + if (lookahead == '}') ADVANCE(104); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(130); END_STATE(); case 28: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(100); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(29) + if (lookahead == '\r') SKIP(29) + if (lookahead == '#') ADVANCE(131); + if (lookahead == '\\') ADVANCE(107); + if (lookahead == '{') ADVANCE(103); + if (lookahead == '}') ADVANCE(22); END_STATE(); case 29: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(28); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(29) + if (lookahead == '\r') SKIP(29) + if (lookahead == '#') ADVANCE(131); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == '{') ADVANCE(102); END_STATE(); case 30: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(113); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(30) + if (lookahead == '\r') SKIP(30) + if (lookahead == '#') ADVANCE(131); + if (lookahead == '-') ADVANCE(16); + if (lookahead == ':') ADVANCE(58); + if (lookahead == '\\') ADVANCE(23); END_STATE(); case 31: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(100); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(31) + if (lookahead == '\r') SKIP(31) + if (lookahead == '!') ADVANCE(7); + if (lookahead == '#') ADVANCE(131); + if (lookahead == '%') ADVANCE(72); + if (lookahead == '&') ADVANCE(75); + if (lookahead == '(') ADVANCE(52); + if (lookahead == ')') ADVANCE(53); + if (lookahead == '*') ADVANCE(55); + if (lookahead == '+') ADVANCE(67); + if (lookahead == ',') ADVANCE(54); + if (lookahead == '-') ADVANCE(68); + if (lookahead == '.') ADVANCE(50); + if (lookahead == '/') ADVANCE(70); + if (lookahead == ':') ADVANCE(58); + if (lookahead == ';') ADVANCE(49); + if (lookahead == '<') ADVANCE(79); + if (lookahead == '=') ADVANCE(66); + if (lookahead == '>') ADVANCE(85); + if (lookahead == '@') ADVANCE(63); + if (lookahead == '[') ADVANCE(64); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == ']') ADVANCE(65); + if (lookahead == '^') ADVANCE(76); + if (lookahead == '|') ADVANCE(74); + if (lookahead == '}') ADVANCE(104); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(130); END_STATE(); case 32: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(31); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(117); END_STATE(); case 33: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(32); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(106); END_STATE(); case 34: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(33); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(121); END_STATE(); case 35: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(34); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(33); END_STATE(); case 36: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(35); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(106); END_STATE(); case 37: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(36); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(118); END_STATE(); case 38: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(37); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(36); END_STATE(); case 39: - if (eof) ADVANCE(44); - if (lookahead == '\n') SKIP(0) + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(38); END_STATE(); case 40: - if (eof) ADVANCE(44); - if (lookahead == '\n') SKIP(0) - if (lookahead == '\r') SKIP(39) + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(39); END_STATE(); case 41: - if (eof) ADVANCE(44); - if (lookahead == '\n') SKIP(43) + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(40); END_STATE(); case 42: - if (eof) ADVANCE(44); - if (lookahead == '\n') SKIP(43) - if (lookahead == '\r') SKIP(41) + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(41); END_STATE(); case 43: - if (eof) ADVANCE(44); - if (lookahead == '!') ADVANCE(17); - if (lookahead == '#') ADVANCE(126); - if (lookahead == '%') ADVANCE(67); - if (lookahead == '&') ADVANCE(70); - if (lookahead == '(') ADVANCE(48); - if (lookahead == ')') ADVANCE(49); - if (lookahead == '*') ADVANCE(51); - if (lookahead == '+') ADVANCE(63); - if (lookahead == ',') ADVANCE(50); - if (lookahead == '-') ADVANCE(64); - if (lookahead == '.') ADVANCE(47); - if (lookahead == '/') ADVANCE(66); - if (lookahead == '0') ADVANCE(109); - if (lookahead == ':') ADVANCE(55); - if (lookahead == ';') ADVANCE(45); - if (lookahead == '<') ADVANCE(74); - if (lookahead == '=') ADVANCE(62); - if (lookahead == '>') ADVANCE(79); - if (lookahead == '@') ADVANCE(59); - if (lookahead == '[') ADVANCE(60); - if (lookahead == '\\') SKIP(42) - if (lookahead == ']') ADVANCE(61); - if (lookahead == '^') ADVANCE(71); - if (lookahead == '{') ADVANCE(95); - if (lookahead == '|') ADVANCE(69); - if (lookahead == '}') ADVANCE(97); - if (lookahead == '~') ADVANCE(73); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(43) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(108); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(125); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(42); END_STATE(); case 44: - ACCEPT_TOKEN(ts_builtin_sym_end); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(43); END_STATE(); case 45: - ACCEPT_TOKEN(anon_sym_SEMI); + if (lookahead != 0 && + lookahead != '}') ADVANCE(21); END_STATE(); case 46: - ACCEPT_TOKEN(anon_sym_DOT); + if (eof) ADVANCE(48); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(46) + if (lookahead == '\r') SKIP(46) + if (lookahead == '!') ADVANCE(7); + if (lookahead == '#') ADVANCE(131); + if (lookahead == '%') ADVANCE(72); + if (lookahead == '&') ADVANCE(75); + if (lookahead == '(') ADVANCE(52); + if (lookahead == ')') ADVANCE(53); + if (lookahead == '*') ADVANCE(55); + if (lookahead == '+') ADVANCE(67); + if (lookahead == ',') ADVANCE(54); + if (lookahead == '-') ADVANCE(69); + if (lookahead == '.') ADVANCE(51); + if (lookahead == '/') ADVANCE(70); + if (lookahead == '0') ADVANCE(114); + if (lookahead == ':') ADVANCE(59); + if (lookahead == ';') ADVANCE(49); + if (lookahead == '<') ADVANCE(79); + if (lookahead == '=') ADVANCE(66); + if (lookahead == '>') ADVANCE(85); + if (lookahead == '@') ADVANCE(63); + if (lookahead == '[') ADVANCE(64); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == ']') ADVANCE(65); + if (lookahead == '^') ADVANCE(76); + if (lookahead == 'e') ADVANCE(129); + if (lookahead == '{') ADVANCE(102); + if (lookahead == '|') ADVANCE(74); + if (lookahead == '}') ADVANCE(104); + if (lookahead == '~') ADVANCE(78); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(113); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(130); END_STATE(); case 47: - ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(16); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(115); + if (eof) ADVANCE(48); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(47) + if (lookahead == '\r') SKIP(47) + if (lookahead == '!') ADVANCE(6); + if (lookahead == '#') ADVANCE(131); + if (lookahead == '%') ADVANCE(72); + if (lookahead == '&') ADVANCE(75); + if (lookahead == '(') ADVANCE(52); + if (lookahead == ')') ADVANCE(53); + if (lookahead == '*') ADVANCE(55); + if (lookahead == '+') ADVANCE(67); + if (lookahead == ',') ADVANCE(54); + if (lookahead == '-') ADVANCE(68); + if (lookahead == '.') ADVANCE(51); + if (lookahead == '/') ADVANCE(70); + if (lookahead == '0') ADVANCE(114); + if (lookahead == ':') ADVANCE(59); + if (lookahead == ';') ADVANCE(49); + if (lookahead == '<') ADVANCE(79); + if (lookahead == '=') ADVANCE(66); + if (lookahead == '>') ADVANCE(85); + if (lookahead == '@') ADVANCE(63); + if (lookahead == '[') ADVANCE(64); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == ']') ADVANCE(65); + if (lookahead == '^') ADVANCE(76); + if (lookahead == '{') ADVANCE(102); + if (lookahead == '|') ADVANCE(74); + if (lookahead == '}') ADVANCE(104); + if (lookahead == '~') ADVANCE(78); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(113); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(130); END_STATE(); case 48: - ACCEPT_TOKEN(anon_sym_LPAREN); + ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 49: - ACCEPT_TOKEN(anon_sym_RPAREN); + ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 50: - ACCEPT_TOKEN(anon_sym_COMMA); + ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 51: - ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(58); - if (lookahead == '=') ADVANCE(83); + ACCEPT_TOKEN(anon_sym_DOT); + if (lookahead == '.') ADVANCE(5); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); case 52: - ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(89); + ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 53: - ACCEPT_TOKEN(anon_sym_COLON_EQ); + ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 54: - ACCEPT_TOKEN(anon_sym_COLON); + ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 55: - ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == '=') ADVANCE(53); + ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '*') ADVANCE(62); + if (lookahead == '=') ADVANCE(90); END_STATE(); case 56: - ACCEPT_TOKEN(anon_sym_except_STAR); + ACCEPT_TOKEN(anon_sym_GT_GT); + if (lookahead == '=') ADVANCE(96); END_STATE(); case 57: - ACCEPT_TOKEN(anon_sym_DASH_GT); + ACCEPT_TOKEN(anon_sym_COLON_EQ); END_STATE(); case 58: - ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '=') ADVANCE(88); + ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 59: - ACCEPT_TOKEN(anon_sym_AT); - if (lookahead == '=') ADVANCE(85); + ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == '=') ADVANCE(57); END_STATE(); case 60: - ACCEPT_TOKEN(anon_sym_LBRACK); + ACCEPT_TOKEN(anon_sym_except_STAR); END_STATE(); case 61: - ACCEPT_TOKEN(anon_sym_RBRACK); + ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); case 62: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(76); + ACCEPT_TOKEN(anon_sym_STAR_STAR); + if (lookahead == '=') ADVANCE(95); END_STATE(); case 63: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '=') ADVANCE(81); + ACCEPT_TOKEN(anon_sym_AT); + if (lookahead == '=') ADVANCE(92); END_STATE(); case 64: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '=') ADVANCE(82); + ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 65: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '=') ADVANCE(82); - if (lookahead == '>') ADVANCE(57); + ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 66: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '/') ADVANCE(68); - if (lookahead == '=') ADVANCE(84); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(82); END_STATE(); case 67: - ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(87); + ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '=') ADVANCE(88); END_STATE(); case 68: - ACCEPT_TOKEN(anon_sym_SLASH_SLASH); - if (lookahead == '=') ADVANCE(86); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '=') ADVANCE(89); END_STATE(); case 69: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(93); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '=') ADVANCE(89); + if (lookahead == '>') ADVANCE(61); END_STATE(); case 70: - ACCEPT_TOKEN(anon_sym_AMP); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '/') ADVANCE(73); if (lookahead == '=') ADVANCE(91); END_STATE(); case 71: - ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(92); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '/') ADVANCE(13); + if (lookahead == '=') ADVANCE(91); END_STATE(); case 72: - ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(90); + ACCEPT_TOKEN(anon_sym_PERCENT); + if (lookahead == '=') ADVANCE(94); END_STATE(); case 73: - ACCEPT_TOKEN(anon_sym_TILDE); + ACCEPT_TOKEN(anon_sym_SLASH_SLASH); + if (lookahead == '=') ADVANCE(93); END_STATE(); case 74: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(72); - if (lookahead == '=') ADVANCE(75); - if (lookahead == '>') ADVANCE(80); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '=') ADVANCE(100); END_STATE(); case 75: - ACCEPT_TOKEN(anon_sym_LT_EQ); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '=') ADVANCE(98); END_STATE(); case 76: - ACCEPT_TOKEN(anon_sym_EQ_EQ); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(99); END_STATE(); case 77: - ACCEPT_TOKEN(anon_sym_BANG_EQ); + ACCEPT_TOKEN(anon_sym_LT_LT); + if (lookahead == '=') ADVANCE(97); END_STATE(); case 78: - ACCEPT_TOKEN(anon_sym_GT_EQ); + ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 79: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(78); - if (lookahead == '>') ADVANCE(52); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '<') ADVANCE(77); + if (lookahead == '=') ADVANCE(81); + if (lookahead == '>') ADVANCE(87); END_STATE(); case 80: - ACCEPT_TOKEN(anon_sym_LT_GT); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '<') ADVANCE(14); + if (lookahead == '=') ADVANCE(81); + if (lookahead == '>') ADVANCE(87); END_STATE(); case 81: - ACCEPT_TOKEN(anon_sym_PLUS_EQ); + ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 82: - ACCEPT_TOKEN(anon_sym_DASH_EQ); + ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 83: - ACCEPT_TOKEN(anon_sym_STAR_EQ); + ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 84: - ACCEPT_TOKEN(anon_sym_SLASH_EQ); + ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 85: - ACCEPT_TOKEN(anon_sym_AT_EQ); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(84); + if (lookahead == '>') ADVANCE(56); END_STATE(); case 86: - ACCEPT_TOKEN(anon_sym_SLASH_SLASH_EQ); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(84); + if (lookahead == '>') ADVANCE(15); END_STATE(); case 87: - ACCEPT_TOKEN(anon_sym_PERCENT_EQ); + ACCEPT_TOKEN(anon_sym_LT_GT); END_STATE(); case 88: - ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); + ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 89: - ACCEPT_TOKEN(anon_sym_GT_GT_EQ); + ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 90: - ACCEPT_TOKEN(anon_sym_LT_LT_EQ); + ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 91: - ACCEPT_TOKEN(anon_sym_AMP_EQ); + ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 92: - ACCEPT_TOKEN(anon_sym_CARET_EQ); + ACCEPT_TOKEN(anon_sym_AT_EQ); END_STATE(); case 93: - ACCEPT_TOKEN(anon_sym_PIPE_EQ); + ACCEPT_TOKEN(anon_sym_SLASH_SLASH_EQ); END_STATE(); case 94: - ACCEPT_TOKEN(sym_ellipsis); + ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 95: - ACCEPT_TOKEN(anon_sym_LBRACE); + ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); END_STATE(); case 96: - ACCEPT_TOKEN(anon_sym_LBRACE); - if (lookahead == '{') ADVANCE(98); + ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 97: - ACCEPT_TOKEN(anon_sym_RBRACE); + ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 98: - ACCEPT_TOKEN(anon_sym_LBRACE_LBRACE); + ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 99: - ACCEPT_TOKEN(anon_sym_RBRACE_RBRACE); + ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 100: - ACCEPT_TOKEN(sym_escape_sequence); + ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 101: - ACCEPT_TOKEN(sym_escape_sequence); - if (lookahead == '\\') ADVANCE(102); + ACCEPT_TOKEN(sym_ellipsis); END_STATE(); case 102: + ACCEPT_TOKEN(anon_sym_LBRACE); + END_STATE(); + case 103: + ACCEPT_TOKEN(anon_sym_LBRACE); + if (lookahead == '{') ADVANCE(105); + END_STATE(); + case 104: + ACCEPT_TOKEN(anon_sym_RBRACE); + END_STATE(); + case 105: + ACCEPT_TOKEN(sym__escape_interpolation); + END_STATE(); + case 106: + ACCEPT_TOKEN(sym_escape_sequence); + END_STATE(); + case 107: ACCEPT_TOKEN(sym__not_escape_sequence); - if (lookahead == '\n') ADVANCE(101); - if (lookahead == '\r') ADVANCE(5); - if (lookahead == 'U') ADVANCE(38); - if (lookahead == 'u') ADVANCE(34); - if (lookahead == 'x') ADVANCE(32); + if (!eof && lookahead == 0) ADVANCE(132); + if (lookahead == '\n') ADVANCE(106); + if (lookahead == '\r') ADVANCE(2); + if (lookahead == 'N') ADVANCE(20); + if (lookahead == 'U') ADVANCE(44); + if (lookahead == 'u') ADVANCE(40); + if (lookahead == 'x') ADVANCE(38); if (lookahead == '"' || lookahead == '\'' || lookahead == '\\' || @@ -6438,190 +6420,195 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 'f' || lookahead == 'n' || lookahead == 'r' || - ('t' <= lookahead && lookahead <= 'v')) ADVANCE(100); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(29); + ('t' <= lookahead && lookahead <= 'v')) ADVANCE(106); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(35); END_STATE(); - case 103: + case 108: ACCEPT_TOKEN(aux_sym_format_specifier_token1); - if (lookahead == '\r') ADVANCE(105); + if (!eof && lookahead == 0) ADVANCE(110); + if (lookahead == '\r') ADVANCE(110); if (lookahead != 0 && lookahead != '\n' && lookahead != '{' && - lookahead != '}') ADVANCE(105); + lookahead != '}') ADVANCE(110); END_STATE(); - case 104: + case 109: ACCEPT_TOKEN(aux_sym_format_specifier_token1); - if (lookahead == '#') ADVANCE(105); - if (lookahead == '\\') ADVANCE(103); + if (lookahead == '\r') ADVANCE(109); + if (lookahead == '#') ADVANCE(110); + if (lookahead == '\\') ADVANCE(108); if (lookahead == '\t' || + lookahead == 11 || lookahead == '\f' || - lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) ADVANCE(104); + lookahead == 65279) ADVANCE(109); if (lookahead != 0 && lookahead != '\n' && lookahead != '{' && - lookahead != '}') ADVANCE(105); + lookahead != '}') ADVANCE(110); END_STATE(); - case 105: + case 110: ACCEPT_TOKEN(aux_sym_format_specifier_token1); if (lookahead != 0 && lookahead != '\n' && lookahead != '{' && - lookahead != '}') ADVANCE(105); + lookahead != '}') ADVANCE(110); END_STATE(); - case 106: + case 111: ACCEPT_TOKEN(sym_type_conversion); END_STATE(); - case 107: + case 112: ACCEPT_TOKEN(sym_integer); END_STATE(); - case 108: + case 113: ACCEPT_TOKEN(sym_integer); - if (lookahead == '.') ADVANCE(117); - if (lookahead == '_') ADVANCE(110); + if (lookahead == '.') ADVANCE(122); + if (lookahead == '_') ADVANCE(115); if (lookahead == 'E' || lookahead == 'e') ADVANCE(24); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || - lookahead == 'l') ADVANCE(107); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(108); + lookahead == 'l') ADVANCE(112); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(113); END_STATE(); - case 109: + case 114: ACCEPT_TOKEN(sym_integer); - if (lookahead == '.') ADVANCE(117); + if (lookahead == '.') ADVANCE(122); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(20); + lookahead == 'b') ADVANCE(17); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(21); + lookahead == 'o') ADVANCE(18); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(22); - if (lookahead == '_') ADVANCE(110); + lookahead == 'x') ADVANCE(19); + if (lookahead == '_') ADVANCE(115); if (lookahead == 'E' || lookahead == 'e') ADVANCE(24); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || - lookahead == 'l') ADVANCE(107); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(108); + lookahead == 'l') ADVANCE(112); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(113); END_STATE(); - case 110: + case 115: ACCEPT_TOKEN(sym_integer); - if (lookahead == '.') ADVANCE(117); + if (lookahead == '.') ADVANCE(122); if (lookahead == 'E' || lookahead == 'e') ADVANCE(24); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || - lookahead == 'l') ADVANCE(107); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(108); + lookahead == 'l') ADVANCE(112); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(113); END_STATE(); - case 111: + case 116: ACCEPT_TOKEN(sym_integer); if (lookahead == '_') ADVANCE(25); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(107); + lookahead == 'l') ADVANCE(112); if (lookahead == '0' || - lookahead == '1') ADVANCE(111); + lookahead == '1') ADVANCE(116); END_STATE(); - case 112: + case 117: ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(26); + if (lookahead == '_') ADVANCE(32); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(107); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(112); + lookahead == 'l') ADVANCE(112); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(117); END_STATE(); - case 113: + case 118: ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(30); + if (lookahead == '_') ADVANCE(37); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(107); + lookahead == 'l') ADVANCE(112); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(113); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(118); END_STATE(); - case 114: + case 119: ACCEPT_TOKEN(sym_float); END_STATE(); - case 115: + case 120: ACCEPT_TOKEN(sym_float); - if (lookahead == '_') ADVANCE(117); + if (lookahead == '_') ADVANCE(122); if (lookahead == 'E' || lookahead == 'e') ADVANCE(24); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || - lookahead == 'l') ADVANCE(114); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(115); + lookahead == 'l') ADVANCE(119); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); - case 116: + case 121: ACCEPT_TOKEN(sym_float); - if (lookahead == '_') ADVANCE(118); + if (lookahead == '_') ADVANCE(123); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || - lookahead == 'l') ADVANCE(114); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(116); + lookahead == 'l') ADVANCE(119); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(121); END_STATE(); - case 117: + case 122: ACCEPT_TOKEN(sym_float); if (lookahead == 'E' || lookahead == 'e') ADVANCE(24); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || - lookahead == 'l') ADVANCE(114); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(115); + lookahead == 'l') ADVANCE(119); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); - case 118: + case 123: ACCEPT_TOKEN(sym_float); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || - lookahead == 'l') ADVANCE(114); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(116); + lookahead == 'l') ADVANCE(119); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(121); END_STATE(); - case 119: + case 124: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '*') ADVANCE(56); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(125); + if (lookahead == '*') ADVANCE(60); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(130); END_STATE(); - case 120: + case 125: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') ADVANCE(121); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(125); + if (lookahead == 'c') ADVANCE(126); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(130); END_STATE(); - case 121: + case 126: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(122); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(125); + if (lookahead == 'e') ADVANCE(127); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(130); END_STATE(); - case 122: + case 127: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'p') ADVANCE(123); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(125); + if (lookahead == 'p') ADVANCE(128); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(130); END_STATE(); - case 123: + case 128: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(119); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(125); + if (lookahead == 't') ADVANCE(124); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(130); END_STATE(); - case 124: + case 129: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'x') ADVANCE(120); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(125); + if (lookahead == 'x') ADVANCE(125); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(130); END_STATE(); - case 125: + case 130: ACCEPT_TOKEN(sym_identifier); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(125); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(130); END_STATE(); - case 126: + case 131: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && - lookahead != '\n') ADVANCE(126); + lookahead != '\n') ADVANCE(131); + END_STATE(); + case 132: + ACCEPT_TOKEN(sym_line_continuation); END_STATE(); default: return false; @@ -6630,646 +6617,635 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { START_LEXER(); - eof = lexer->eof(lexer); switch (state) { case 0: - if (lookahead == 'F') ADVANCE(1); - if (lookahead == 'N') ADVANCE(2); - if (lookahead == 'T') ADVANCE(3); - if (lookahead == '\\') SKIP(4) - if (lookahead == '_') ADVANCE(5); - if (lookahead == 'a') ADVANCE(6); - if (lookahead == 'b') ADVANCE(7); - if (lookahead == 'c') ADVANCE(8); - if (lookahead == 'd') ADVANCE(9); - if (lookahead == 'e') ADVANCE(10); - if (lookahead == 'f') ADVANCE(11); - if (lookahead == 'g') ADVANCE(12); - if (lookahead == 'i') ADVANCE(13); - if (lookahead == 'l') ADVANCE(14); - if (lookahead == 'm') ADVANCE(15); - if (lookahead == 'n') ADVANCE(16); - if (lookahead == 'o') ADVANCE(17); - if (lookahead == 'p') ADVANCE(18); - if (lookahead == 'r') ADVANCE(19); - if (lookahead == 's') ADVANCE(20); - if (lookahead == 't') ADVANCE(21); - if (lookahead == 'w') ADVANCE(22); - if (lookahead == 'y') ADVANCE(23); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || + if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(0) + if (lookahead == '\r') SKIP(0) + if (lookahead == 'F') ADVANCE(1); + if (lookahead == 'N') ADVANCE(2); + if (lookahead == 'T') ADVANCE(3); + if (lookahead == '_') ADVANCE(4); + if (lookahead == 'a') ADVANCE(5); + if (lookahead == 'b') ADVANCE(6); + if (lookahead == 'c') ADVANCE(7); + if (lookahead == 'd') ADVANCE(8); + if (lookahead == 'e') ADVANCE(9); + if (lookahead == 'f') ADVANCE(10); + if (lookahead == 'g') ADVANCE(11); + if (lookahead == 'i') ADVANCE(12); + if (lookahead == 'l') ADVANCE(13); + if (lookahead == 'm') ADVANCE(14); + if (lookahead == 'n') ADVANCE(15); + if (lookahead == 'o') ADVANCE(16); + if (lookahead == 'p') ADVANCE(17); + if (lookahead == 'r') ADVANCE(18); + if (lookahead == 's') ADVANCE(19); + if (lookahead == 't') ADVANCE(20); + if (lookahead == 'w') ADVANCE(21); + if (lookahead == 'y') ADVANCE(22); END_STATE(); case 1: - if (lookahead == 'a') ADVANCE(24); + if (lookahead == 'a') ADVANCE(23); END_STATE(); case 2: - if (lookahead == 'o') ADVANCE(25); + if (lookahead == 'o') ADVANCE(24); END_STATE(); case 3: - if (lookahead == 'r') ADVANCE(26); + if (lookahead == 'r') ADVANCE(25); END_STATE(); case 4: - if (lookahead == '\n') SKIP(0) - if (lookahead == '\r') SKIP(27) + if (lookahead == '_') ADVANCE(26); END_STATE(); case 5: - if (lookahead == '_') ADVANCE(28); + if (lookahead == 'n') ADVANCE(27); + if (lookahead == 's') ADVANCE(28); + if (lookahead == 'w') ADVANCE(29); END_STATE(); case 6: - if (lookahead == 'n') ADVANCE(29); - if (lookahead == 's') ADVANCE(30); - if (lookahead == 'w') ADVANCE(31); + if (lookahead == 'r') ADVANCE(30); END_STATE(); case 7: - if (lookahead == 'r') ADVANCE(32); + if (lookahead == 'a') ADVANCE(31); + if (lookahead == 'l') ADVANCE(32); + if (lookahead == 'o') ADVANCE(33); END_STATE(); case 8: - if (lookahead == 'a') ADVANCE(33); - if (lookahead == 'l') ADVANCE(34); - if (lookahead == 'o') ADVANCE(35); + if (lookahead == 'e') ADVANCE(34); END_STATE(); case 9: - if (lookahead == 'e') ADVANCE(36); + if (lookahead == 'l') ADVANCE(35); + if (lookahead == 'q') ADVANCE(36); + if (lookahead == 'x') ADVANCE(37); END_STATE(); case 10: - if (lookahead == 'l') ADVANCE(37); - if (lookahead == 'q') ADVANCE(38); - if (lookahead == 'x') ADVANCE(39); + if (lookahead == 'a') ADVANCE(38); + if (lookahead == 'i') ADVANCE(39); + if (lookahead == 'o') ADVANCE(40); + if (lookahead == 'r') ADVANCE(41); END_STATE(); case 11: - if (lookahead == 'a') ADVANCE(40); - if (lookahead == 'i') ADVANCE(41); - if (lookahead == 'o') ADVANCE(42); - if (lookahead == 'r') ADVANCE(43); + if (lookahead == 'l') ADVANCE(42); END_STATE(); case 12: - if (lookahead == 'l') ADVANCE(44); + if (lookahead == 'f') ADVANCE(43); + if (lookahead == 'm') ADVANCE(44); + if (lookahead == 'n') ADVANCE(45); END_STATE(); case 13: - if (lookahead == 'f') ADVANCE(45); - if (lookahead == 'm') ADVANCE(46); - if (lookahead == 'n') ADVANCE(47); + if (lookahead == 'a') ADVANCE(46); END_STATE(); case 14: - if (lookahead == 'a') ADVANCE(48); + if (lookahead == 'a') ADVANCE(47); END_STATE(); case 15: - if (lookahead == 'a') ADVANCE(49); + if (lookahead == 'e') ADVANCE(48); + if (lookahead == 'o') ADVANCE(49); END_STATE(); case 16: - if (lookahead == 'e') ADVANCE(50); - if (lookahead == 'o') ADVANCE(51); + if (lookahead == 'r') ADVANCE(50); END_STATE(); case 17: + if (lookahead == 'a') ADVANCE(51); if (lookahead == 'r') ADVANCE(52); END_STATE(); case 18: if (lookahead == 'a') ADVANCE(53); - if (lookahead == 'r') ADVANCE(54); + if (lookahead == 'e') ADVANCE(54); END_STATE(); case 19: - if (lookahead == 'a') ADVANCE(55); - if (lookahead == 'e') ADVANCE(56); + if (lookahead == 't') ADVANCE(55); END_STATE(); case 20: - if (lookahead == 't') ADVANCE(57); + if (lookahead == 'r') ADVANCE(56); END_STATE(); case 21: - if (lookahead == 'r') ADVANCE(58); + if (lookahead == 'h') ADVANCE(57); + if (lookahead == 'i') ADVANCE(58); END_STATE(); case 22: - if (lookahead == 'h') ADVANCE(59); - if (lookahead == 'i') ADVANCE(60); + if (lookahead == 'i') ADVANCE(59); END_STATE(); case 23: - if (lookahead == 'i') ADVANCE(61); + if (lookahead == 'l') ADVANCE(60); END_STATE(); case 24: - if (lookahead == 'l') ADVANCE(62); + if (lookahead == 'n') ADVANCE(61); END_STATE(); case 25: - if (lookahead == 'n') ADVANCE(63); + if (lookahead == 'u') ADVANCE(62); END_STATE(); case 26: - if (lookahead == 'u') ADVANCE(64); + if (lookahead == 'f') ADVANCE(63); END_STATE(); case 27: - if (lookahead == '\n') SKIP(0) + if (lookahead == 'd') ADVANCE(64); END_STATE(); case 28: - if (lookahead == 'f') ADVANCE(65); + ACCEPT_TOKEN(anon_sym_as); + if (lookahead == 's') ADVANCE(65); + if (lookahead == 'y') ADVANCE(66); END_STATE(); case 29: - if (lookahead == 'd') ADVANCE(66); + if (lookahead == 'a') ADVANCE(67); END_STATE(); case 30: - ACCEPT_TOKEN(anon_sym_as); - if (lookahead == 's') ADVANCE(67); - if (lookahead == 'y') ADVANCE(68); + if (lookahead == 'e') ADVANCE(68); END_STATE(); case 31: - if (lookahead == 'a') ADVANCE(69); + if (lookahead == 's') ADVANCE(69); END_STATE(); case 32: - if (lookahead == 'e') ADVANCE(70); + if (lookahead == 'a') ADVANCE(70); END_STATE(); case 33: - if (lookahead == 's') ADVANCE(71); + if (lookahead == 'n') ADVANCE(71); END_STATE(); case 34: - if (lookahead == 'a') ADVANCE(72); + if (lookahead == 'f') ADVANCE(72); + if (lookahead == 'l') ADVANCE(73); END_STATE(); case 35: - if (lookahead == 'n') ADVANCE(73); + if (lookahead == 'i') ADVANCE(74); + if (lookahead == 's') ADVANCE(75); END_STATE(); case 36: - if (lookahead == 'f') ADVANCE(74); - if (lookahead == 'l') ADVANCE(75); + ACCEPT_TOKEN(anon_sym_eq); END_STATE(); case 37: - if (lookahead == 'i') ADVANCE(76); - if (lookahead == 's') ADVANCE(77); + if (lookahead == 'c') ADVANCE(76); + if (lookahead == 'e') ADVANCE(77); END_STATE(); case 38: - ACCEPT_TOKEN(anon_sym_eq); + if (lookahead == 'i') ADVANCE(78); END_STATE(); case 39: - if (lookahead == 'c') ADVANCE(78); - if (lookahead == 'e') ADVANCE(79); + if (lookahead == 'n') ADVANCE(79); END_STATE(); case 40: - if (lookahead == 'i') ADVANCE(80); + if (lookahead == 'r') ADVANCE(80); END_STATE(); case 41: - if (lookahead == 'n') ADVANCE(81); + if (lookahead == 'o') ADVANCE(81); END_STATE(); case 42: - if (lookahead == 'r') ADVANCE(82); + if (lookahead == 'o') ADVANCE(82); END_STATE(); case 43: - if (lookahead == 'o') ADVANCE(83); + ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 44: - if (lookahead == 'o') ADVANCE(84); + if (lookahead == 'p') ADVANCE(83); END_STATE(); case 45: - ACCEPT_TOKEN(anon_sym_if); + ACCEPT_TOKEN(anon_sym_in); END_STATE(); case 46: - if (lookahead == 'p') ADVANCE(85); + if (lookahead == 'm') ADVANCE(84); END_STATE(); case 47: - ACCEPT_TOKEN(anon_sym_in); + if (lookahead == 't') ADVANCE(85); END_STATE(); case 48: - if (lookahead == 'm') ADVANCE(86); + ACCEPT_TOKEN(anon_sym_ne); END_STATE(); case 49: + if (lookahead == 'n') ADVANCE(86); if (lookahead == 't') ADVANCE(87); END_STATE(); case 50: - ACCEPT_TOKEN(anon_sym_ne); + ACCEPT_TOKEN(anon_sym_or); END_STATE(); case 51: - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 't') ADVANCE(89); + if (lookahead == 's') ADVANCE(88); END_STATE(); case 52: - ACCEPT_TOKEN(anon_sym_or); + if (lookahead == 'i') ADVANCE(89); END_STATE(); case 53: - if (lookahead == 's') ADVANCE(90); + if (lookahead == 'i') ADVANCE(90); END_STATE(); case 54: - if (lookahead == 'i') ADVANCE(91); + if (lookahead == 't') ADVANCE(91); END_STATE(); case 55: - if (lookahead == 'i') ADVANCE(92); + if (lookahead == 'r') ADVANCE(92); END_STATE(); case 56: - if (lookahead == 't') ADVANCE(93); + if (lookahead == 'y') ADVANCE(93); END_STATE(); case 57: - if (lookahead == 'r') ADVANCE(94); + if (lookahead == 'i') ADVANCE(94); END_STATE(); case 58: - if (lookahead == 'y') ADVANCE(95); + if (lookahead == 't') ADVANCE(95); END_STATE(); case 59: - if (lookahead == 'i') ADVANCE(96); + if (lookahead == 'e') ADVANCE(96); END_STATE(); case 60: - if (lookahead == 't') ADVANCE(97); + if (lookahead == 's') ADVANCE(97); END_STATE(); case 61: if (lookahead == 'e') ADVANCE(98); END_STATE(); case 62: - if (lookahead == 's') ADVANCE(99); + if (lookahead == 'e') ADVANCE(99); END_STATE(); case 63: - if (lookahead == 'e') ADVANCE(100); + if (lookahead == 'u') ADVANCE(100); END_STATE(); case 64: - if (lookahead == 'e') ADVANCE(101); + ACCEPT_TOKEN(anon_sym_and); END_STATE(); case 65: - if (lookahead == 'u') ADVANCE(102); + if (lookahead == 'e') ADVANCE(101); END_STATE(); case 66: - ACCEPT_TOKEN(anon_sym_and); + if (lookahead == 'n') ADVANCE(102); END_STATE(); case 67: - if (lookahead == 'e') ADVANCE(103); + if (lookahead == 'i') ADVANCE(103); END_STATE(); case 68: - if (lookahead == 'n') ADVANCE(104); + if (lookahead == 'a') ADVANCE(104); END_STATE(); case 69: - if (lookahead == 'i') ADVANCE(105); + if (lookahead == 'e') ADVANCE(105); END_STATE(); case 70: - if (lookahead == 'a') ADVANCE(106); + if (lookahead == 's') ADVANCE(106); END_STATE(); case 71: - if (lookahead == 'e') ADVANCE(107); + if (lookahead == 't') ADVANCE(107); END_STATE(); case 72: - if (lookahead == 's') ADVANCE(108); + ACCEPT_TOKEN(anon_sym_def); END_STATE(); case 73: - if (lookahead == 't') ADVANCE(109); + ACCEPT_TOKEN(anon_sym_del); END_STATE(); case 74: - ACCEPT_TOKEN(anon_sym_def); + if (lookahead == 'f') ADVANCE(108); END_STATE(); case 75: - ACCEPT_TOKEN(anon_sym_del); + if (lookahead == 'e') ADVANCE(109); END_STATE(); case 76: - if (lookahead == 'f') ADVANCE(110); + if (lookahead == 'e') ADVANCE(110); END_STATE(); case 77: - if (lookahead == 'e') ADVANCE(111); + if (lookahead == 'c') ADVANCE(111); END_STATE(); case 78: - if (lookahead == 'e') ADVANCE(112); + if (lookahead == 'l') ADVANCE(112); END_STATE(); case 79: - if (lookahead == 'c') ADVANCE(113); + if (lookahead == 'a') ADVANCE(113); END_STATE(); case 80: - if (lookahead == 'l') ADVANCE(114); + ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 81: - if (lookahead == 'a') ADVANCE(115); + if (lookahead == 'm') ADVANCE(114); END_STATE(); case 82: - ACCEPT_TOKEN(anon_sym_for); + if (lookahead == 'b') ADVANCE(115); END_STATE(); case 83: - if (lookahead == 'm') ADVANCE(116); + if (lookahead == 'o') ADVANCE(116); END_STATE(); case 84: if (lookahead == 'b') ADVANCE(117); END_STATE(); case 85: - if (lookahead == 'o') ADVANCE(118); + if (lookahead == 'c') ADVANCE(118); END_STATE(); case 86: - if (lookahead == 'b') ADVANCE(119); + if (lookahead == 'l') ADVANCE(119); END_STATE(); case 87: - if (lookahead == 'c') ADVANCE(120); + ACCEPT_TOKEN(anon_sym_not); END_STATE(); case 88: - if (lookahead == 'l') ADVANCE(121); + if (lookahead == 's') ADVANCE(120); END_STATE(); case 89: - ACCEPT_TOKEN(anon_sym_not); + if (lookahead == 'n') ADVANCE(121); END_STATE(); case 90: if (lookahead == 's') ADVANCE(122); END_STATE(); case 91: - if (lookahead == 'n') ADVANCE(123); + if (lookahead == 'u') ADVANCE(123); END_STATE(); case 92: - if (lookahead == 's') ADVANCE(124); + if (lookahead == 'u') ADVANCE(124); END_STATE(); case 93: - if (lookahead == 'u') ADVANCE(125); + ACCEPT_TOKEN(anon_sym_try); END_STATE(); case 94: - if (lookahead == 'u') ADVANCE(126); + if (lookahead == 'l') ADVANCE(125); END_STATE(); case 95: - ACCEPT_TOKEN(anon_sym_try); + if (lookahead == 'h') ADVANCE(126); END_STATE(); case 96: if (lookahead == 'l') ADVANCE(127); END_STATE(); case 97: - if (lookahead == 'h') ADVANCE(128); + if (lookahead == 'e') ADVANCE(128); END_STATE(); case 98: - if (lookahead == 'l') ADVANCE(129); + ACCEPT_TOKEN(sym_none); END_STATE(); case 99: - if (lookahead == 'e') ADVANCE(130); + ACCEPT_TOKEN(sym_true); END_STATE(); case 100: - ACCEPT_TOKEN(sym_none); + if (lookahead == 't') ADVANCE(129); END_STATE(); case 101: - ACCEPT_TOKEN(sym_true); + if (lookahead == 'r') ADVANCE(130); END_STATE(); case 102: - if (lookahead == 't') ADVANCE(131); + if (lookahead == 'c') ADVANCE(131); END_STATE(); case 103: - if (lookahead == 'r') ADVANCE(132); + if (lookahead == 't') ADVANCE(132); END_STATE(); case 104: - if (lookahead == 'c') ADVANCE(133); + if (lookahead == 'k') ADVANCE(133); END_STATE(); case 105: - if (lookahead == 't') ADVANCE(134); + ACCEPT_TOKEN(anon_sym_case); END_STATE(); case 106: - if (lookahead == 'k') ADVANCE(135); + if (lookahead == 's') ADVANCE(134); END_STATE(); case 107: - ACCEPT_TOKEN(anon_sym_case); + if (lookahead == 'a') ADVANCE(135); + if (lookahead == 'i') ADVANCE(136); END_STATE(); case 108: - if (lookahead == 's') ADVANCE(136); + ACCEPT_TOKEN(anon_sym_elif); END_STATE(); case 109: - if (lookahead == 'a') ADVANCE(137); - if (lookahead == 'i') ADVANCE(138); + ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 110: - ACCEPT_TOKEN(anon_sym_elif); + if (lookahead == 'p') ADVANCE(137); END_STATE(); case 111: - ACCEPT_TOKEN(anon_sym_else); + ACCEPT_TOKEN(anon_sym_exec); END_STATE(); case 112: - if (lookahead == 'p') ADVANCE(139); + if (lookahead == 's') ADVANCE(138); END_STATE(); case 113: - ACCEPT_TOKEN(anon_sym_exec); + if (lookahead == 'l') ADVANCE(139); END_STATE(); case 114: - if (lookahead == 's') ADVANCE(140); + ACCEPT_TOKEN(anon_sym_from); END_STATE(); case 115: - if (lookahead == 'l') ADVANCE(141); + if (lookahead == 'a') ADVANCE(140); END_STATE(); case 116: - ACCEPT_TOKEN(anon_sym_from); + if (lookahead == 'r') ADVANCE(141); END_STATE(); case 117: - if (lookahead == 'a') ADVANCE(142); + if (lookahead == 'd') ADVANCE(142); END_STATE(); case 118: - if (lookahead == 'r') ADVANCE(143); + if (lookahead == 'h') ADVANCE(143); END_STATE(); case 119: - if (lookahead == 'd') ADVANCE(144); + if (lookahead == 'o') ADVANCE(144); END_STATE(); case 120: - if (lookahead == 'h') ADVANCE(145); + ACCEPT_TOKEN(anon_sym_pass); END_STATE(); case 121: - if (lookahead == 'o') ADVANCE(146); + if (lookahead == 't') ADVANCE(145); END_STATE(); case 122: - ACCEPT_TOKEN(anon_sym_pass); + if (lookahead == 'e') ADVANCE(146); END_STATE(); case 123: - if (lookahead == 't') ADVANCE(147); + if (lookahead == 'r') ADVANCE(147); END_STATE(); case 124: - if (lookahead == 'e') ADVANCE(148); + if (lookahead == 'c') ADVANCE(148); END_STATE(); case 125: - if (lookahead == 'r') ADVANCE(149); + if (lookahead == 'e') ADVANCE(149); END_STATE(); case 126: - if (lookahead == 'c') ADVANCE(150); + ACCEPT_TOKEN(anon_sym_with); END_STATE(); case 127: - if (lookahead == 'e') ADVANCE(151); + if (lookahead == 'd') ADVANCE(150); END_STATE(); case 128: - ACCEPT_TOKEN(anon_sym_with); + ACCEPT_TOKEN(sym_false); END_STATE(); case 129: - if (lookahead == 'd') ADVANCE(152); + if (lookahead == 'u') ADVANCE(151); END_STATE(); case 130: - ACCEPT_TOKEN(sym_false); + if (lookahead == 't') ADVANCE(152); END_STATE(); case 131: - if (lookahead == 'u') ADVANCE(153); + ACCEPT_TOKEN(anon_sym_async); END_STATE(); case 132: - if (lookahead == 't') ADVANCE(154); + ACCEPT_TOKEN(anon_sym_await); END_STATE(); case 133: - ACCEPT_TOKEN(anon_sym_async); + ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 134: - ACCEPT_TOKEN(anon_sym_await); + ACCEPT_TOKEN(anon_sym_class); END_STATE(); case 135: - ACCEPT_TOKEN(anon_sym_break); + if (lookahead == 'i') ADVANCE(153); END_STATE(); case 136: - ACCEPT_TOKEN(anon_sym_class); + if (lookahead == 'n') ADVANCE(154); END_STATE(); case 137: - if (lookahead == 'i') ADVANCE(155); + if (lookahead == 't') ADVANCE(155); END_STATE(); case 138: - if (lookahead == 'n') ADVANCE(156); + ACCEPT_TOKEN(anon_sym_fails); END_STATE(); case 139: - if (lookahead == 't') ADVANCE(157); + if (lookahead == 'l') ADVANCE(156); END_STATE(); case 140: - ACCEPT_TOKEN(anon_sym_fails); + if (lookahead == 'l') ADVANCE(157); END_STATE(); case 141: - if (lookahead == 'l') ADVANCE(158); + if (lookahead == 't') ADVANCE(158); END_STATE(); case 142: - if (lookahead == 'l') ADVANCE(159); + if (lookahead == 'a') ADVANCE(159); END_STATE(); case 143: - if (lookahead == 't') ADVANCE(160); + ACCEPT_TOKEN(anon_sym_match); END_STATE(); case 144: - if (lookahead == 'a') ADVANCE(161); + if (lookahead == 'c') ADVANCE(160); END_STATE(); case 145: - ACCEPT_TOKEN(anon_sym_match); + ACCEPT_TOKEN(anon_sym_print); END_STATE(); case 146: - if (lookahead == 'c') ADVANCE(162); + ACCEPT_TOKEN(anon_sym_raise); END_STATE(); case 147: - ACCEPT_TOKEN(anon_sym_print); + if (lookahead == 'n') ADVANCE(161); END_STATE(); case 148: - ACCEPT_TOKEN(anon_sym_raise); + if (lookahead == 't') ADVANCE(162); END_STATE(); case 149: - if (lookahead == 'n') ADVANCE(163); + ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 150: - if (lookahead == 't') ADVANCE(164); + ACCEPT_TOKEN(anon_sym_yield); END_STATE(); case 151: - ACCEPT_TOKEN(anon_sym_while); + if (lookahead == 'r') ADVANCE(163); END_STATE(); case 152: - ACCEPT_TOKEN(anon_sym_yield); + ACCEPT_TOKEN(anon_sym_assert); + if (lookahead == '_') ADVANCE(164); END_STATE(); case 153: - if (lookahead == 'r') ADVANCE(165); + if (lookahead == 'n') ADVANCE(165); END_STATE(); case 154: - ACCEPT_TOKEN(anon_sym_assert); - if (lookahead == '_') ADVANCE(166); + if (lookahead == 'u') ADVANCE(166); END_STATE(); case 155: - if (lookahead == 'n') ADVANCE(167); + ACCEPT_TOKEN(anon_sym_except); END_STATE(); case 156: - if (lookahead == 'u') ADVANCE(168); + if (lookahead == 'y') ADVANCE(167); END_STATE(); case 157: - ACCEPT_TOKEN(anon_sym_except); + ACCEPT_TOKEN(anon_sym_global); END_STATE(); case 158: - if (lookahead == 'y') ADVANCE(169); + ACCEPT_TOKEN(anon_sym_import); END_STATE(); case 159: - ACCEPT_TOKEN(anon_sym_global); + ACCEPT_TOKEN(anon_sym_lambda); END_STATE(); case 160: - ACCEPT_TOKEN(anon_sym_import); + if (lookahead == 'a') ADVANCE(168); END_STATE(); case 161: - ACCEPT_TOKEN(anon_sym_lambda); + ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 162: - if (lookahead == 'a') ADVANCE(170); + ACCEPT_TOKEN(anon_sym_struct); END_STATE(); case 163: - ACCEPT_TOKEN(anon_sym_return); + if (lookahead == 'e') ADVANCE(169); END_STATE(); case 164: - ACCEPT_TOKEN(anon_sym_struct); + ACCEPT_TOKEN(anon_sym_assert_); + if (lookahead == 'c') ADVANCE(170); + if (lookahead == 'e') ADVANCE(171); + if (lookahead == 'f') ADVANCE(172); + if (lookahead == 'n') ADVANCE(173); END_STATE(); case 165: - if (lookahead == 'e') ADVANCE(171); + if (lookahead == 's') ADVANCE(174); END_STATE(); case 166: - ACCEPT_TOKEN(anon_sym_assert_); - if (lookahead == 'c') ADVANCE(172); - if (lookahead == 'e') ADVANCE(173); - if (lookahead == 'f') ADVANCE(174); - if (lookahead == 'n') ADVANCE(175); + if (lookahead == 'e') ADVANCE(175); END_STATE(); case 167: - if (lookahead == 's') ADVANCE(176); + ACCEPT_TOKEN(anon_sym_finally); END_STATE(); case 168: - if (lookahead == 'e') ADVANCE(177); + if (lookahead == 'l') ADVANCE(176); END_STATE(); case 169: - ACCEPT_TOKEN(anon_sym_finally); + if (lookahead == '_') ADVANCE(177); END_STATE(); case 170: - if (lookahead == 'l') ADVANCE(178); + if (lookahead == 'o') ADVANCE(178); END_STATE(); case 171: - if (lookahead == '_') ADVANCE(179); + if (lookahead == 'q') ADVANCE(179); END_STATE(); case 172: - if (lookahead == 'o') ADVANCE(180); + if (lookahead == 'a') ADVANCE(180); END_STATE(); case 173: - if (lookahead == 'q') ADVANCE(181); + if (lookahead == 'e') ADVANCE(181); END_STATE(); case 174: - if (lookahead == 'a') ADVANCE(182); + ACCEPT_TOKEN(anon_sym_contains); END_STATE(); case 175: - if (lookahead == 'e') ADVANCE(183); + ACCEPT_TOKEN(anon_sym_continue); END_STATE(); case 176: - ACCEPT_TOKEN(anon_sym_contains); + ACCEPT_TOKEN(anon_sym_nonlocal); END_STATE(); case 177: - ACCEPT_TOKEN(anon_sym_continue); + if (lookahead == '_') ADVANCE(182); END_STATE(); case 178: - ACCEPT_TOKEN(anon_sym_nonlocal); + if (lookahead == 'n') ADVANCE(183); END_STATE(); case 179: - if (lookahead == '_') ADVANCE(184); + ACCEPT_TOKEN(anon_sym_assert_eq); END_STATE(); case 180: - if (lookahead == 'n') ADVANCE(185); + if (lookahead == 'i') ADVANCE(184); END_STATE(); case 181: - ACCEPT_TOKEN(anon_sym_assert_eq); + ACCEPT_TOKEN(anon_sym_assert_ne); END_STATE(); case 182: - if (lookahead == 'i') ADVANCE(186); + ACCEPT_TOKEN(anon_sym___future__); END_STATE(); case 183: - ACCEPT_TOKEN(anon_sym_assert_ne); + if (lookahead == 't') ADVANCE(185); END_STATE(); case 184: - ACCEPT_TOKEN(anon_sym___future__); + if (lookahead == 'l') ADVANCE(186); END_STATE(); case 185: - if (lookahead == 't') ADVANCE(187); + if (lookahead == 'a') ADVANCE(187); END_STATE(); case 186: - if (lookahead == 'l') ADVANCE(188); + if (lookahead == 's') ADVANCE(188); END_STATE(); case 187: - if (lookahead == 'a') ADVANCE(189); + if (lookahead == 'i') ADVANCE(189); END_STATE(); case 188: - if (lookahead == 's') ADVANCE(190); + ACCEPT_TOKEN(anon_sym_assert_fails); END_STATE(); case 189: - if (lookahead == 'i') ADVANCE(191); + if (lookahead == 'n') ADVANCE(190); END_STATE(); case 190: - ACCEPT_TOKEN(anon_sym_assert_fails); + if (lookahead == 's') ADVANCE(191); END_STATE(); case 191: - if (lookahead == 'n') ADVANCE(192); - END_STATE(); - case 192: - if (lookahead == 's') ADVANCE(193); - END_STATE(); - case 193: ACCEPT_TOKEN(anon_sym_assert_contains); END_STATE(); default: @@ -7279,1713 +7255,1632 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, - [1] = {.lex_state = 43, .external_lex_state = 2}, - [2] = {.lex_state = 43, .external_lex_state = 3}, - [3] = {.lex_state = 43, .external_lex_state = 3}, - [4] = {.lex_state = 43, .external_lex_state = 3}, - [5] = {.lex_state = 43, .external_lex_state = 3}, - [6] = {.lex_state = 43, .external_lex_state = 3}, - [7] = {.lex_state = 43, .external_lex_state = 3}, - [8] = {.lex_state = 43, .external_lex_state = 3}, - [9] = {.lex_state = 43, .external_lex_state = 3}, - [10] = {.lex_state = 43, .external_lex_state = 3}, - [11] = {.lex_state = 43, .external_lex_state = 3}, - [12] = {.lex_state = 43, .external_lex_state = 3}, - [13] = {.lex_state = 43, .external_lex_state = 3}, - [14] = {.lex_state = 43, .external_lex_state = 3}, - [15] = {.lex_state = 43, .external_lex_state = 3}, - [16] = {.lex_state = 43, .external_lex_state = 3}, - [17] = {.lex_state = 43, .external_lex_state = 3}, - [18] = {.lex_state = 43, .external_lex_state = 3}, - [19] = {.lex_state = 43, .external_lex_state = 3}, - [20] = {.lex_state = 43, .external_lex_state = 3}, - [21] = {.lex_state = 43, .external_lex_state = 3}, - [22] = {.lex_state = 43, .external_lex_state = 3}, - [23] = {.lex_state = 43, .external_lex_state = 3}, - [24] = {.lex_state = 43, .external_lex_state = 3}, - [25] = {.lex_state = 43, .external_lex_state = 3}, - [26] = {.lex_state = 43, .external_lex_state = 3}, - [27] = {.lex_state = 43, .external_lex_state = 3}, - [28] = {.lex_state = 43, .external_lex_state = 3}, - [29] = {.lex_state = 43, .external_lex_state = 3}, - [30] = {.lex_state = 43, .external_lex_state = 3}, - [31] = {.lex_state = 43, .external_lex_state = 3}, - [32] = {.lex_state = 43, .external_lex_state = 3}, - [33] = {.lex_state = 43, .external_lex_state = 3}, - [34] = {.lex_state = 43, .external_lex_state = 3}, - [35] = {.lex_state = 43, .external_lex_state = 3}, - [36] = {.lex_state = 43, .external_lex_state = 3}, - [37] = {.lex_state = 43, .external_lex_state = 3}, - [38] = {.lex_state = 43, .external_lex_state = 3}, - [39] = {.lex_state = 43, .external_lex_state = 3}, - [40] = {.lex_state = 43, .external_lex_state = 3}, - [41] = {.lex_state = 43, .external_lex_state = 3}, - [42] = {.lex_state = 43, .external_lex_state = 3}, - [43] = {.lex_state = 43, .external_lex_state = 3}, - [44] = {.lex_state = 43, .external_lex_state = 3}, - [45] = {.lex_state = 43, .external_lex_state = 3}, - [46] = {.lex_state = 43, .external_lex_state = 3}, - [47] = {.lex_state = 43, .external_lex_state = 3}, - [48] = {.lex_state = 43, .external_lex_state = 3}, - [49] = {.lex_state = 43, .external_lex_state = 3}, - [50] = {.lex_state = 43, .external_lex_state = 2}, - [51] = {.lex_state = 43, .external_lex_state = 2}, - [52] = {.lex_state = 43, .external_lex_state = 3}, - [53] = {.lex_state = 43, .external_lex_state = 3}, - [54] = {.lex_state = 43, .external_lex_state = 3}, - [55] = {.lex_state = 43, .external_lex_state = 4}, - [56] = {.lex_state = 43, .external_lex_state = 4}, - [57] = {.lex_state = 11, .external_lex_state = 4}, - [58] = {.lex_state = 11, .external_lex_state = 4}, - [59] = {.lex_state = 43, .external_lex_state = 5}, - [60] = {.lex_state = 43, .external_lex_state = 5}, - [61] = {.lex_state = 43, .external_lex_state = 5}, - [62] = {.lex_state = 43, .external_lex_state = 5}, - [63] = {.lex_state = 43, .external_lex_state = 5}, - [64] = {.lex_state = 43, .external_lex_state = 5}, - [65] = {.lex_state = 43, .external_lex_state = 5}, - [66] = {.lex_state = 43, .external_lex_state = 5}, - [67] = {.lex_state = 43, .external_lex_state = 5}, - [68] = {.lex_state = 43, .external_lex_state = 5}, - [69] = {.lex_state = 43, .external_lex_state = 5}, - [70] = {.lex_state = 43, .external_lex_state = 5}, - [71] = {.lex_state = 43, .external_lex_state = 5}, - [72] = {.lex_state = 43, .external_lex_state = 5}, - [73] = {.lex_state = 43, .external_lex_state = 5}, - [74] = {.lex_state = 43, .external_lex_state = 5}, - [75] = {.lex_state = 43, .external_lex_state = 5}, - [76] = {.lex_state = 43, .external_lex_state = 5}, - [77] = {.lex_state = 43, .external_lex_state = 5}, - [78] = {.lex_state = 43, .external_lex_state = 5}, - [79] = {.lex_state = 43, .external_lex_state = 5}, - [80] = {.lex_state = 43, .external_lex_state = 5}, - [81] = {.lex_state = 43, .external_lex_state = 5}, - [82] = {.lex_state = 43, .external_lex_state = 5}, - [83] = {.lex_state = 43, .external_lex_state = 5}, - [84] = {.lex_state = 43, .external_lex_state = 5}, - [85] = {.lex_state = 43, .external_lex_state = 5}, - [86] = {.lex_state = 43, .external_lex_state = 5}, - [87] = {.lex_state = 43, .external_lex_state = 5}, - [88] = {.lex_state = 43, .external_lex_state = 5}, - [89] = {.lex_state = 43, .external_lex_state = 5}, - [90] = {.lex_state = 43, .external_lex_state = 5}, - [91] = {.lex_state = 43, .external_lex_state = 5}, - [92] = {.lex_state = 43, .external_lex_state = 5}, - [93] = {.lex_state = 43, .external_lex_state = 5}, - [94] = {.lex_state = 43, .external_lex_state = 5}, - [95] = {.lex_state = 43, .external_lex_state = 5}, - [96] = {.lex_state = 43, .external_lex_state = 5}, - [97] = {.lex_state = 43, .external_lex_state = 5}, - [98] = {.lex_state = 43, .external_lex_state = 5}, - [99] = {.lex_state = 43, .external_lex_state = 5}, - [100] = {.lex_state = 43, .external_lex_state = 5}, - [101] = {.lex_state = 43, .external_lex_state = 5}, - [102] = {.lex_state = 43, .external_lex_state = 5}, - [103] = {.lex_state = 43, .external_lex_state = 5}, - [104] = {.lex_state = 43, .external_lex_state = 5}, - [105] = {.lex_state = 43, .external_lex_state = 5}, - [106] = {.lex_state = 43, .external_lex_state = 5}, - [107] = {.lex_state = 43, .external_lex_state = 4}, - [108] = {.lex_state = 43, .external_lex_state = 4}, - [109] = {.lex_state = 43, .external_lex_state = 4}, - [110] = {.lex_state = 11, .external_lex_state = 6}, - [111] = {.lex_state = 43, .external_lex_state = 4}, - [112] = {.lex_state = 11, .external_lex_state = 2}, - [113] = {.lex_state = 43, .external_lex_state = 4}, - [114] = {.lex_state = 43, .external_lex_state = 2}, - [115] = {.lex_state = 11, .external_lex_state = 6}, - [116] = {.lex_state = 43, .external_lex_state = 7}, - [117] = {.lex_state = 43, .external_lex_state = 8}, - [118] = {.lex_state = 43, .external_lex_state = 8}, - [119] = {.lex_state = 43, .external_lex_state = 7}, - [120] = {.lex_state = 11, .external_lex_state = 7}, - [121] = {.lex_state = 43, .external_lex_state = 8}, - [122] = {.lex_state = 43, .external_lex_state = 8}, - [123] = {.lex_state = 43, .external_lex_state = 7}, - [124] = {.lex_state = 43, .external_lex_state = 8}, - [125] = {.lex_state = 43, .external_lex_state = 7}, - [126] = {.lex_state = 43, .external_lex_state = 2}, - [127] = {.lex_state = 43, .external_lex_state = 2}, - [128] = {.lex_state = 43, .external_lex_state = 7}, - [129] = {.lex_state = 43, .external_lex_state = 8}, - [130] = {.lex_state = 43, .external_lex_state = 8}, - [131] = {.lex_state = 43, .external_lex_state = 2}, - [132] = {.lex_state = 43, .external_lex_state = 8}, - [133] = {.lex_state = 43, .external_lex_state = 7}, - [134] = {.lex_state = 43, .external_lex_state = 7}, - [135] = {.lex_state = 43, .external_lex_state = 7}, - [136] = {.lex_state = 43, .external_lex_state = 7}, - [137] = {.lex_state = 43, .external_lex_state = 8}, - [138] = {.lex_state = 43, .external_lex_state = 8}, - [139] = {.lex_state = 43, .external_lex_state = 6}, - [140] = {.lex_state = 43, .external_lex_state = 6}, - [141] = {.lex_state = 43, .external_lex_state = 6}, - [142] = {.lex_state = 11, .external_lex_state = 2}, - [143] = {.lex_state = 43, .external_lex_state = 6}, - [144] = {.lex_state = 11, .external_lex_state = 2}, - [145] = {.lex_state = 43, .external_lex_state = 6}, - [146] = {.lex_state = 43, .external_lex_state = 6}, - [147] = {.lex_state = 43, .external_lex_state = 6}, - [148] = {.lex_state = 43, .external_lex_state = 8}, - [149] = {.lex_state = 43, .external_lex_state = 8}, - [150] = {.lex_state = 43, .external_lex_state = 8}, - [151] = {.lex_state = 43, .external_lex_state = 8}, - [152] = {.lex_state = 43, .external_lex_state = 8}, - [153] = {.lex_state = 43, .external_lex_state = 8}, - [154] = {.lex_state = 43, .external_lex_state = 8}, - [155] = {.lex_state = 43, .external_lex_state = 8}, - [156] = {.lex_state = 43, .external_lex_state = 8}, - [157] = {.lex_state = 43, .external_lex_state = 8}, - [158] = {.lex_state = 43, .external_lex_state = 8}, - [159] = {.lex_state = 43, .external_lex_state = 8}, - [160] = {.lex_state = 43, .external_lex_state = 8}, - [161] = {.lex_state = 43, .external_lex_state = 8}, - [162] = {.lex_state = 43, .external_lex_state = 8}, - [163] = {.lex_state = 43, .external_lex_state = 8}, - [164] = {.lex_state = 43, .external_lex_state = 8}, - [165] = {.lex_state = 43, .external_lex_state = 8}, - [166] = {.lex_state = 43, .external_lex_state = 8}, - [167] = {.lex_state = 43, .external_lex_state = 8}, - [168] = {.lex_state = 43, .external_lex_state = 8}, - [169] = {.lex_state = 43, .external_lex_state = 8}, - [170] = {.lex_state = 43, .external_lex_state = 8}, - [171] = {.lex_state = 43, .external_lex_state = 8}, - [172] = {.lex_state = 43, .external_lex_state = 8}, - [173] = {.lex_state = 43, .external_lex_state = 8}, - [174] = {.lex_state = 43, .external_lex_state = 8}, - [175] = {.lex_state = 43, .external_lex_state = 8}, - [176] = {.lex_state = 43, .external_lex_state = 8}, - [177] = {.lex_state = 43, .external_lex_state = 8}, - [178] = {.lex_state = 43, .external_lex_state = 8}, - [179] = {.lex_state = 43, .external_lex_state = 8}, - [180] = {.lex_state = 43, .external_lex_state = 8}, - [181] = {.lex_state = 43, .external_lex_state = 8}, - [182] = {.lex_state = 43, .external_lex_state = 8}, - [183] = {.lex_state = 43, .external_lex_state = 8}, - [184] = {.lex_state = 43, .external_lex_state = 2}, - [185] = {.lex_state = 43, .external_lex_state = 8}, - [186] = {.lex_state = 11, .external_lex_state = 2}, - [187] = {.lex_state = 43, .external_lex_state = 7}, - [188] = {.lex_state = 43, .external_lex_state = 8}, - [189] = {.lex_state = 43, .external_lex_state = 8}, - [190] = {.lex_state = 11, .external_lex_state = 2}, - [191] = {.lex_state = 43, .external_lex_state = 8}, - [192] = {.lex_state = 43, .external_lex_state = 8}, - [193] = {.lex_state = 11, .external_lex_state = 2}, - [194] = {.lex_state = 11, .external_lex_state = 2}, - [195] = {.lex_state = 11, .external_lex_state = 2}, - [196] = {.lex_state = 43, .external_lex_state = 7}, - [197] = {.lex_state = 43, .external_lex_state = 8}, - [198] = {.lex_state = 43, .external_lex_state = 7}, - [199] = {.lex_state = 43, .external_lex_state = 7}, - [200] = {.lex_state = 43, .external_lex_state = 8}, - [201] = {.lex_state = 43, .external_lex_state = 7}, - [202] = {.lex_state = 43, .external_lex_state = 8}, - [203] = {.lex_state = 11, .external_lex_state = 2}, - [204] = {.lex_state = 43, .external_lex_state = 7}, - [205] = {.lex_state = 43, .external_lex_state = 8}, - [206] = {.lex_state = 43, .external_lex_state = 7}, - [207] = {.lex_state = 43, .external_lex_state = 6}, - [208] = {.lex_state = 43, .external_lex_state = 7}, - [209] = {.lex_state = 43, .external_lex_state = 6}, - [210] = {.lex_state = 43, .external_lex_state = 8}, - [211] = {.lex_state = 43, .external_lex_state = 7}, - [212] = {.lex_state = 43, .external_lex_state = 7}, - [213] = {.lex_state = 43, .external_lex_state = 8}, - [214] = {.lex_state = 43, .external_lex_state = 7}, - [215] = {.lex_state = 43, .external_lex_state = 8}, - [216] = {.lex_state = 43, .external_lex_state = 6}, - [217] = {.lex_state = 43, .external_lex_state = 6}, - [218] = {.lex_state = 43, .external_lex_state = 6}, - [219] = {.lex_state = 43, .external_lex_state = 6}, - [220] = {.lex_state = 43, .external_lex_state = 8}, - [221] = {.lex_state = 43, .external_lex_state = 6}, - [222] = {.lex_state = 43, .external_lex_state = 8}, - [223] = {.lex_state = 43, .external_lex_state = 6}, - [224] = {.lex_state = 43, .external_lex_state = 6}, - [225] = {.lex_state = 43, .external_lex_state = 6}, - [226] = {.lex_state = 43, .external_lex_state = 6}, - [227] = {.lex_state = 43, .external_lex_state = 6}, - [228] = {.lex_state = 43, .external_lex_state = 6}, - [229] = {.lex_state = 43, .external_lex_state = 6}, - [230] = {.lex_state = 43, .external_lex_state = 6}, - [231] = {.lex_state = 43, .external_lex_state = 6}, - [232] = {.lex_state = 43, .external_lex_state = 6}, - [233] = {.lex_state = 43, .external_lex_state = 6}, - [234] = {.lex_state = 43, .external_lex_state = 6}, - [235] = {.lex_state = 11, .external_lex_state = 6}, - [236] = {.lex_state = 43, .external_lex_state = 7}, - [237] = {.lex_state = 11, .external_lex_state = 6}, - [238] = {.lex_state = 43, .external_lex_state = 6}, - [239] = {.lex_state = 43, .external_lex_state = 7}, - [240] = {.lex_state = 11, .external_lex_state = 7}, - [241] = {.lex_state = 43, .external_lex_state = 4}, - [242] = {.lex_state = 11, .external_lex_state = 7}, - [243] = {.lex_state = 43, .external_lex_state = 2}, - [244] = {.lex_state = 11, .external_lex_state = 7}, - [245] = {.lex_state = 13, .external_lex_state = 9}, - [246] = {.lex_state = 11, .external_lex_state = 7}, - [247] = {.lex_state = 11, .external_lex_state = 7}, - [248] = {.lex_state = 43, .external_lex_state = 2}, - [249] = {.lex_state = 11, .external_lex_state = 7}, - [250] = {.lex_state = 11, .external_lex_state = 7}, - [251] = {.lex_state = 11, .external_lex_state = 7}, - [252] = {.lex_state = 11, .external_lex_state = 7}, - [253] = {.lex_state = 11, .external_lex_state = 7}, - [254] = {.lex_state = 11, .external_lex_state = 7}, - [255] = {.lex_state = 43, .external_lex_state = 2}, - [256] = {.lex_state = 11, .external_lex_state = 7}, - [257] = {.lex_state = 11, .external_lex_state = 7}, - [258] = {.lex_state = 11, .external_lex_state = 7}, - [259] = {.lex_state = 11, .external_lex_state = 7}, - [260] = {.lex_state = 11, .external_lex_state = 7}, - [261] = {.lex_state = 11, .external_lex_state = 7}, - [262] = {.lex_state = 11, .external_lex_state = 7}, - [263] = {.lex_state = 43, .external_lex_state = 2}, - [264] = {.lex_state = 11, .external_lex_state = 7}, - [265] = {.lex_state = 13, .external_lex_state = 9}, - [266] = {.lex_state = 11, .external_lex_state = 7}, - [267] = {.lex_state = 11, .external_lex_state = 7}, - [268] = {.lex_state = 11, .external_lex_state = 7}, - [269] = {.lex_state = 11, .external_lex_state = 7}, - [270] = {.lex_state = 43, .external_lex_state = 4}, - [271] = {.lex_state = 11, .external_lex_state = 2}, - [272] = {.lex_state = 43, .external_lex_state = 2}, - [273] = {.lex_state = 11, .external_lex_state = 2}, - [274] = {.lex_state = 43, .external_lex_state = 2}, - [275] = {.lex_state = 43, .external_lex_state = 2}, - [276] = {.lex_state = 43, .external_lex_state = 2}, - [277] = {.lex_state = 43, .external_lex_state = 4}, - [278] = {.lex_state = 43, .external_lex_state = 4}, - [279] = {.lex_state = 43, .external_lex_state = 2}, - [280] = {.lex_state = 43, .external_lex_state = 7}, - [281] = {.lex_state = 43, .external_lex_state = 2}, - [282] = {.lex_state = 43, .external_lex_state = 2}, - [283] = {.lex_state = 43, .external_lex_state = 4}, - [284] = {.lex_state = 43, .external_lex_state = 2}, - [285] = {.lex_state = 11, .external_lex_state = 2}, - [286] = {.lex_state = 11, .external_lex_state = 2}, - [287] = {.lex_state = 13, .external_lex_state = 4}, - [288] = {.lex_state = 43, .external_lex_state = 4}, - [289] = {.lex_state = 11, .external_lex_state = 2}, - [290] = {.lex_state = 43, .external_lex_state = 2}, - [291] = {.lex_state = 11, .external_lex_state = 2}, - [292] = {.lex_state = 43, .external_lex_state = 4}, - [293] = {.lex_state = 43, .external_lex_state = 2}, - [294] = {.lex_state = 43, .external_lex_state = 2}, - [295] = {.lex_state = 11, .external_lex_state = 2}, - [296] = {.lex_state = 43, .external_lex_state = 7}, - [297] = {.lex_state = 43, .external_lex_state = 8}, - [298] = {.lex_state = 11, .external_lex_state = 2}, - [299] = {.lex_state = 43, .external_lex_state = 8}, - [300] = {.lex_state = 43, .external_lex_state = 2}, - [301] = {.lex_state = 43, .external_lex_state = 2}, - [302] = {.lex_state = 43, .external_lex_state = 4}, - [303] = {.lex_state = 43, .external_lex_state = 2}, - [304] = {.lex_state = 43, .external_lex_state = 2}, - [305] = {.lex_state = 43, .external_lex_state = 2}, - [306] = {.lex_state = 43, .external_lex_state = 2}, - [307] = {.lex_state = 43, .external_lex_state = 2}, - [308] = {.lex_state = 11, .external_lex_state = 2}, - [309] = {.lex_state = 43, .external_lex_state = 7}, - [310] = {.lex_state = 11, .external_lex_state = 2}, - [311] = {.lex_state = 43, .external_lex_state = 4}, - [312] = {.lex_state = 11, .external_lex_state = 2}, - [313] = {.lex_state = 43, .external_lex_state = 2}, - [314] = {.lex_state = 43, .external_lex_state = 2}, - [315] = {.lex_state = 12, .external_lex_state = 9}, - [316] = {.lex_state = 43, .external_lex_state = 2}, - [317] = {.lex_state = 43, .external_lex_state = 2}, - [318] = {.lex_state = 43, .external_lex_state = 2}, - [319] = {.lex_state = 43, .external_lex_state = 2}, - [320] = {.lex_state = 43, .external_lex_state = 2}, - [321] = {.lex_state = 43, .external_lex_state = 2}, - [322] = {.lex_state = 11, .external_lex_state = 2}, - [323] = {.lex_state = 11, .external_lex_state = 2}, - [324] = {.lex_state = 43, .external_lex_state = 2}, - [325] = {.lex_state = 43, .external_lex_state = 2}, - [326] = {.lex_state = 12, .external_lex_state = 9}, - [327] = {.lex_state = 11, .external_lex_state = 2}, - [328] = {.lex_state = 43, .external_lex_state = 2}, - [329] = {.lex_state = 43, .external_lex_state = 2}, - [330] = {.lex_state = 11, .external_lex_state = 2}, - [331] = {.lex_state = 43, .external_lex_state = 2}, - [332] = {.lex_state = 43, .external_lex_state = 2}, - [333] = {.lex_state = 11, .external_lex_state = 2}, - [334] = {.lex_state = 43, .external_lex_state = 2}, - [335] = {.lex_state = 43, .external_lex_state = 2}, - [336] = {.lex_state = 43, .external_lex_state = 2}, - [337] = {.lex_state = 43, .external_lex_state = 2}, - [338] = {.lex_state = 43, .external_lex_state = 2}, - [339] = {.lex_state = 43, .external_lex_state = 2}, - [340] = {.lex_state = 43, .external_lex_state = 2}, - [341] = {.lex_state = 43, .external_lex_state = 2}, - [342] = {.lex_state = 43, .external_lex_state = 2}, - [343] = {.lex_state = 43, .external_lex_state = 2}, - [344] = {.lex_state = 43, .external_lex_state = 2}, - [345] = {.lex_state = 43, .external_lex_state = 2}, - [346] = {.lex_state = 43, .external_lex_state = 2}, - [347] = {.lex_state = 43, .external_lex_state = 2}, - [348] = {.lex_state = 43, .external_lex_state = 2}, - [349] = {.lex_state = 43, .external_lex_state = 2}, - [350] = {.lex_state = 43, .external_lex_state = 2}, - [351] = {.lex_state = 43, .external_lex_state = 2}, - [352] = {.lex_state = 43, .external_lex_state = 2}, - [353] = {.lex_state = 43, .external_lex_state = 2}, - [354] = {.lex_state = 43, .external_lex_state = 2}, - [355] = {.lex_state = 13, .external_lex_state = 9}, - [356] = {.lex_state = 43, .external_lex_state = 2}, - [357] = {.lex_state = 43, .external_lex_state = 2}, - [358] = {.lex_state = 43, .external_lex_state = 2}, - [359] = {.lex_state = 43, .external_lex_state = 2}, - [360] = {.lex_state = 43, .external_lex_state = 2}, - [361] = {.lex_state = 43, .external_lex_state = 2}, - [362] = {.lex_state = 43, .external_lex_state = 2}, - [363] = {.lex_state = 43, .external_lex_state = 2}, - [364] = {.lex_state = 43, .external_lex_state = 2}, - [365] = {.lex_state = 43, .external_lex_state = 2}, - [366] = {.lex_state = 43, .external_lex_state = 2}, - [367] = {.lex_state = 13, .external_lex_state = 9}, - [368] = {.lex_state = 43, .external_lex_state = 2}, - [369] = {.lex_state = 43, .external_lex_state = 2}, - [370] = {.lex_state = 43, .external_lex_state = 2}, - [371] = {.lex_state = 43, .external_lex_state = 2}, - [372] = {.lex_state = 43, .external_lex_state = 2}, - [373] = {.lex_state = 43, .external_lex_state = 2}, - [374] = {.lex_state = 43, .external_lex_state = 2}, - [375] = {.lex_state = 43, .external_lex_state = 2}, - [376] = {.lex_state = 43, .external_lex_state = 2}, - [377] = {.lex_state = 43, .external_lex_state = 2}, - [378] = {.lex_state = 43, .external_lex_state = 2}, - [379] = {.lex_state = 43, .external_lex_state = 2}, - [380] = {.lex_state = 13, .external_lex_state = 9}, - [381] = {.lex_state = 13, .external_lex_state = 9}, - [382] = {.lex_state = 43, .external_lex_state = 2}, - [383] = {.lex_state = 43, .external_lex_state = 2}, - [384] = {.lex_state = 43, .external_lex_state = 2}, - [385] = {.lex_state = 43, .external_lex_state = 2}, - [386] = {.lex_state = 43, .external_lex_state = 2}, - [387] = {.lex_state = 43, .external_lex_state = 2}, - [388] = {.lex_state = 43, .external_lex_state = 2}, - [389] = {.lex_state = 13, .external_lex_state = 9}, - [390] = {.lex_state = 43, .external_lex_state = 2}, - [391] = {.lex_state = 13, .external_lex_state = 9}, - [392] = {.lex_state = 43, .external_lex_state = 2}, - [393] = {.lex_state = 43, .external_lex_state = 2}, - [394] = {.lex_state = 43, .external_lex_state = 2}, - [395] = {.lex_state = 43, .external_lex_state = 2}, - [396] = {.lex_state = 43, .external_lex_state = 2}, - [397] = {.lex_state = 43, .external_lex_state = 2}, - [398] = {.lex_state = 43, .external_lex_state = 2}, - [399] = {.lex_state = 43, .external_lex_state = 2}, - [400] = {.lex_state = 43, .external_lex_state = 2}, - [401] = {.lex_state = 13, .external_lex_state = 9}, - [402] = {.lex_state = 43, .external_lex_state = 2}, - [403] = {.lex_state = 43, .external_lex_state = 2}, - [404] = {.lex_state = 43, .external_lex_state = 2}, - [405] = {.lex_state = 43, .external_lex_state = 2}, - [406] = {.lex_state = 13, .external_lex_state = 9}, - [407] = {.lex_state = 43, .external_lex_state = 2}, - [408] = {.lex_state = 43, .external_lex_state = 2}, - [409] = {.lex_state = 43, .external_lex_state = 2}, - [410] = {.lex_state = 43, .external_lex_state = 2}, - [411] = {.lex_state = 43, .external_lex_state = 2}, - [412] = {.lex_state = 43, .external_lex_state = 2}, - [413] = {.lex_state = 43, .external_lex_state = 2}, - [414] = {.lex_state = 43, .external_lex_state = 2}, - [415] = {.lex_state = 43, .external_lex_state = 2}, - [416] = {.lex_state = 43, .external_lex_state = 2}, - [417] = {.lex_state = 13, .external_lex_state = 9}, - [418] = {.lex_state = 43, .external_lex_state = 2}, - [419] = {.lex_state = 43, .external_lex_state = 2}, - [420] = {.lex_state = 43, .external_lex_state = 2}, - [421] = {.lex_state = 43, .external_lex_state = 2}, - [422] = {.lex_state = 13, .external_lex_state = 9}, - [423] = {.lex_state = 43, .external_lex_state = 2}, - [424] = {.lex_state = 43, .external_lex_state = 2}, - [425] = {.lex_state = 13, .external_lex_state = 9}, - [426] = {.lex_state = 43, .external_lex_state = 2}, - [427] = {.lex_state = 43, .external_lex_state = 2}, - [428] = {.lex_state = 43, .external_lex_state = 2}, - [429] = {.lex_state = 43, .external_lex_state = 2}, - [430] = {.lex_state = 43, .external_lex_state = 2}, - [431] = {.lex_state = 43, .external_lex_state = 2}, - [432] = {.lex_state = 43, .external_lex_state = 2}, - [433] = {.lex_state = 43, .external_lex_state = 2}, - [434] = {.lex_state = 43, .external_lex_state = 2}, - [435] = {.lex_state = 43, .external_lex_state = 2}, - [436] = {.lex_state = 43, .external_lex_state = 2}, - [437] = {.lex_state = 43, .external_lex_state = 2}, - [438] = {.lex_state = 43, .external_lex_state = 2}, - [439] = {.lex_state = 43, .external_lex_state = 2}, - [440] = {.lex_state = 43, .external_lex_state = 2}, - [441] = {.lex_state = 43, .external_lex_state = 2}, - [442] = {.lex_state = 43, .external_lex_state = 2}, - [443] = {.lex_state = 43, .external_lex_state = 2}, - [444] = {.lex_state = 43, .external_lex_state = 2}, - [445] = {.lex_state = 43, .external_lex_state = 3}, - [446] = {.lex_state = 43, .external_lex_state = 3}, - [447] = {.lex_state = 13, .external_lex_state = 10}, - [448] = {.lex_state = 43, .external_lex_state = 2}, - [449] = {.lex_state = 43, .external_lex_state = 2}, - [450] = {.lex_state = 13, .external_lex_state = 10}, - [451] = {.lex_state = 43, .external_lex_state = 3}, - [452] = {.lex_state = 13, .external_lex_state = 10}, - [453] = {.lex_state = 13, .external_lex_state = 10}, - [454] = {.lex_state = 13, .external_lex_state = 10}, - [455] = {.lex_state = 43, .external_lex_state = 2}, - [456] = {.lex_state = 13, .external_lex_state = 10}, - [457] = {.lex_state = 43, .external_lex_state = 3}, - [458] = {.lex_state = 13, .external_lex_state = 10}, - [459] = {.lex_state = 43, .external_lex_state = 2}, - [460] = {.lex_state = 43, .external_lex_state = 3}, - [461] = {.lex_state = 43, .external_lex_state = 2}, - [462] = {.lex_state = 43, .external_lex_state = 3}, - [463] = {.lex_state = 43, .external_lex_state = 3}, - [464] = {.lex_state = 43, .external_lex_state = 3}, - [465] = {.lex_state = 43, .external_lex_state = 3}, - [466] = {.lex_state = 43, .external_lex_state = 3}, - [467] = {.lex_state = 43, .external_lex_state = 3}, - [468] = {.lex_state = 43, .external_lex_state = 3}, - [469] = {.lex_state = 43, .external_lex_state = 2}, - [470] = {.lex_state = 43, .external_lex_state = 2}, - [471] = {.lex_state = 43, .external_lex_state = 3}, - [472] = {.lex_state = 43, .external_lex_state = 3}, - [473] = {.lex_state = 43, .external_lex_state = 3}, - [474] = {.lex_state = 43, .external_lex_state = 3}, - [475] = {.lex_state = 43, .external_lex_state = 2}, - [476] = {.lex_state = 43, .external_lex_state = 3}, - [477] = {.lex_state = 43, .external_lex_state = 2}, - [478] = {.lex_state = 43, .external_lex_state = 3}, - [479] = {.lex_state = 43, .external_lex_state = 2}, - [480] = {.lex_state = 43, .external_lex_state = 2}, - [481] = {.lex_state = 43, .external_lex_state = 2}, - [482] = {.lex_state = 43, .external_lex_state = 2}, - [483] = {.lex_state = 43, .external_lex_state = 2}, - [484] = {.lex_state = 43, .external_lex_state = 2}, - [485] = {.lex_state = 43, .external_lex_state = 2}, - [486] = {.lex_state = 43, .external_lex_state = 2}, - [487] = {.lex_state = 43, .external_lex_state = 3}, - [488] = {.lex_state = 43, .external_lex_state = 2}, - [489] = {.lex_state = 43, .external_lex_state = 3}, - [490] = {.lex_state = 43, .external_lex_state = 3}, - [491] = {.lex_state = 43, .external_lex_state = 2}, - [492] = {.lex_state = 43, .external_lex_state = 3}, - [493] = {.lex_state = 43, .external_lex_state = 3}, - [494] = {.lex_state = 43, .external_lex_state = 2}, - [495] = {.lex_state = 43, .external_lex_state = 2}, - [496] = {.lex_state = 43, .external_lex_state = 3}, - [497] = {.lex_state = 43, .external_lex_state = 3}, - [498] = {.lex_state = 43, .external_lex_state = 2}, - [499] = {.lex_state = 43, .external_lex_state = 2}, - [500] = {.lex_state = 43, .external_lex_state = 3}, - [501] = {.lex_state = 43, .external_lex_state = 3}, - [502] = {.lex_state = 43, .external_lex_state = 2}, - [503] = {.lex_state = 43, .external_lex_state = 3}, - [504] = {.lex_state = 43, .external_lex_state = 2}, - [505] = {.lex_state = 43, .external_lex_state = 2}, - [506] = {.lex_state = 43, .external_lex_state = 2}, - [507] = {.lex_state = 43, .external_lex_state = 3}, - [508] = {.lex_state = 43, .external_lex_state = 2}, - [509] = {.lex_state = 43, .external_lex_state = 3}, - [510] = {.lex_state = 43, .external_lex_state = 3}, - [511] = {.lex_state = 43, .external_lex_state = 2}, - [512] = {.lex_state = 43, .external_lex_state = 3}, - [513] = {.lex_state = 43, .external_lex_state = 3}, - [514] = {.lex_state = 43, .external_lex_state = 2}, - [515] = {.lex_state = 43, .external_lex_state = 2}, - [516] = {.lex_state = 43, .external_lex_state = 3}, - [517] = {.lex_state = 43, .external_lex_state = 3}, - [518] = {.lex_state = 43, .external_lex_state = 3}, - [519] = {.lex_state = 43, .external_lex_state = 2}, - [520] = {.lex_state = 43, .external_lex_state = 3}, - [521] = {.lex_state = 43, .external_lex_state = 2}, - [522] = {.lex_state = 43, .external_lex_state = 3}, - [523] = {.lex_state = 43, .external_lex_state = 3}, - [524] = {.lex_state = 43, .external_lex_state = 3}, - [525] = {.lex_state = 43, .external_lex_state = 2}, - [526] = {.lex_state = 43, .external_lex_state = 3}, - [527] = {.lex_state = 43, .external_lex_state = 2}, - [528] = {.lex_state = 43, .external_lex_state = 3}, - [529] = {.lex_state = 43, .external_lex_state = 3}, - [530] = {.lex_state = 43, .external_lex_state = 3}, - [531] = {.lex_state = 43, .external_lex_state = 3}, - [532] = {.lex_state = 43, .external_lex_state = 2}, - [533] = {.lex_state = 43, .external_lex_state = 3}, - [534] = {.lex_state = 43, .external_lex_state = 3}, - [535] = {.lex_state = 43, .external_lex_state = 3}, - [536] = {.lex_state = 43, .external_lex_state = 3}, - [537] = {.lex_state = 43, .external_lex_state = 3}, - [538] = {.lex_state = 43, .external_lex_state = 3}, - [539] = {.lex_state = 43, .external_lex_state = 3}, - [540] = {.lex_state = 43, .external_lex_state = 2}, - [541] = {.lex_state = 43, .external_lex_state = 2}, - [542] = {.lex_state = 43, .external_lex_state = 3}, - [543] = {.lex_state = 43, .external_lex_state = 2}, - [544] = {.lex_state = 43, .external_lex_state = 2}, - [545] = {.lex_state = 43, .external_lex_state = 3}, - [546] = {.lex_state = 43, .external_lex_state = 2}, - [547] = {.lex_state = 43, .external_lex_state = 3}, - [548] = {.lex_state = 43, .external_lex_state = 2}, - [549] = {.lex_state = 43, .external_lex_state = 2}, - [550] = {.lex_state = 43, .external_lex_state = 3}, - [551] = {.lex_state = 43, .external_lex_state = 2}, - [552] = {.lex_state = 43, .external_lex_state = 2}, - [553] = {.lex_state = 43, .external_lex_state = 3}, - [554] = {.lex_state = 43, .external_lex_state = 2}, - [555] = {.lex_state = 43, .external_lex_state = 3}, - [556] = {.lex_state = 43, .external_lex_state = 2}, - [557] = {.lex_state = 43, .external_lex_state = 2}, - [558] = {.lex_state = 43, .external_lex_state = 3}, - [559] = {.lex_state = 43, .external_lex_state = 2}, - [560] = {.lex_state = 43, .external_lex_state = 8}, - [561] = {.lex_state = 43, .external_lex_state = 3}, - [562] = {.lex_state = 43, .external_lex_state = 8}, - [563] = {.lex_state = 43, .external_lex_state = 2}, - [564] = {.lex_state = 43, .external_lex_state = 2}, - [565] = {.lex_state = 43, .external_lex_state = 3}, - [566] = {.lex_state = 43, .external_lex_state = 2}, - [567] = {.lex_state = 43, .external_lex_state = 2}, - [568] = {.lex_state = 43, .external_lex_state = 2}, - [569] = {.lex_state = 43, .external_lex_state = 2}, - [570] = {.lex_state = 43, .external_lex_state = 2}, - [571] = {.lex_state = 43, .external_lex_state = 2}, - [572] = {.lex_state = 43, .external_lex_state = 2}, - [573] = {.lex_state = 43, .external_lex_state = 2}, - [574] = {.lex_state = 43, .external_lex_state = 2}, - [575] = {.lex_state = 43, .external_lex_state = 2}, - [576] = {.lex_state = 43, .external_lex_state = 3}, - [577] = {.lex_state = 43, .external_lex_state = 2}, - [578] = {.lex_state = 43, .external_lex_state = 3}, - [579] = {.lex_state = 43, .external_lex_state = 3}, - [580] = {.lex_state = 43, .external_lex_state = 3}, - [581] = {.lex_state = 43, .external_lex_state = 2}, - [582] = {.lex_state = 43, .external_lex_state = 2}, - [583] = {.lex_state = 43, .external_lex_state = 3}, - [584] = {.lex_state = 43, .external_lex_state = 2}, - [585] = {.lex_state = 43, .external_lex_state = 2}, - [586] = {.lex_state = 43, .external_lex_state = 3}, - [587] = {.lex_state = 43, .external_lex_state = 2}, - [588] = {.lex_state = 43, .external_lex_state = 2}, - [589] = {.lex_state = 43, .external_lex_state = 3}, - [590] = {.lex_state = 43, .external_lex_state = 2}, - [591] = {.lex_state = 43, .external_lex_state = 3}, - [592] = {.lex_state = 43, .external_lex_state = 3}, - [593] = {.lex_state = 43, .external_lex_state = 2}, - [594] = {.lex_state = 43, .external_lex_state = 2}, - [595] = {.lex_state = 43, .external_lex_state = 3}, - [596] = {.lex_state = 43, .external_lex_state = 3}, - [597] = {.lex_state = 43, .external_lex_state = 2}, - [598] = {.lex_state = 43, .external_lex_state = 3}, - [599] = {.lex_state = 43, .external_lex_state = 2}, - [600] = {.lex_state = 43, .external_lex_state = 2}, - [601] = {.lex_state = 43, .external_lex_state = 3}, - [602] = {.lex_state = 43, .external_lex_state = 3}, - [603] = {.lex_state = 43, .external_lex_state = 8}, - [604] = {.lex_state = 43, .external_lex_state = 2}, - [605] = {.lex_state = 43, .external_lex_state = 2}, - [606] = {.lex_state = 43, .external_lex_state = 7}, - [607] = {.lex_state = 43, .external_lex_state = 3}, - [608] = {.lex_state = 43, .external_lex_state = 3}, - [609] = {.lex_state = 43, .external_lex_state = 2}, - [610] = {.lex_state = 43, .external_lex_state = 3}, - [611] = {.lex_state = 43, .external_lex_state = 2}, - [612] = {.lex_state = 43, .external_lex_state = 2}, - [613] = {.lex_state = 43, .external_lex_state = 3}, - [614] = {.lex_state = 43, .external_lex_state = 2}, - [615] = {.lex_state = 43, .external_lex_state = 2}, - [616] = {.lex_state = 43, .external_lex_state = 2}, - [617] = {.lex_state = 43, .external_lex_state = 3}, - [618] = {.lex_state = 43, .external_lex_state = 3}, - [619] = {.lex_state = 43, .external_lex_state = 2}, - [620] = {.lex_state = 43, .external_lex_state = 3}, - [621] = {.lex_state = 43, .external_lex_state = 3}, - [622] = {.lex_state = 43, .external_lex_state = 2}, - [623] = {.lex_state = 43, .external_lex_state = 2}, - [624] = {.lex_state = 43, .external_lex_state = 2}, - [625] = {.lex_state = 43, .external_lex_state = 2}, - [626] = {.lex_state = 43, .external_lex_state = 2}, - [627] = {.lex_state = 43, .external_lex_state = 2}, - [628] = {.lex_state = 43, .external_lex_state = 8}, - [629] = {.lex_state = 43, .external_lex_state = 3}, - [630] = {.lex_state = 43, .external_lex_state = 2}, - [631] = {.lex_state = 43, .external_lex_state = 3}, - [632] = {.lex_state = 43, .external_lex_state = 2}, - [633] = {.lex_state = 43, .external_lex_state = 2}, - [634] = {.lex_state = 43, .external_lex_state = 3}, - [635] = {.lex_state = 43, .external_lex_state = 7}, - [636] = {.lex_state = 43, .external_lex_state = 2}, - [637] = {.lex_state = 43, .external_lex_state = 2}, - [638] = {.lex_state = 43, .external_lex_state = 2}, - [639] = {.lex_state = 43, .external_lex_state = 2}, - [640] = {.lex_state = 11, .external_lex_state = 2}, - [641] = {.lex_state = 43, .external_lex_state = 8}, - [642] = {.lex_state = 13, .external_lex_state = 11}, - [643] = {.lex_state = 13, .external_lex_state = 11}, - [644] = {.lex_state = 43, .external_lex_state = 2}, - [645] = {.lex_state = 43, .external_lex_state = 2}, - [646] = {.lex_state = 43, .external_lex_state = 2}, - [647] = {.lex_state = 43, .external_lex_state = 2}, - [648] = {.lex_state = 12, .external_lex_state = 11}, - [649] = {.lex_state = 12, .external_lex_state = 11}, - [650] = {.lex_state = 13, .external_lex_state = 10}, - [651] = {.lex_state = 43, .external_lex_state = 2}, - [652] = {.lex_state = 43, .external_lex_state = 2}, - [653] = {.lex_state = 13, .external_lex_state = 11}, - [654] = {.lex_state = 43, .external_lex_state = 2}, - [655] = {.lex_state = 43, .external_lex_state = 2}, - [656] = {.lex_state = 43, .external_lex_state = 2}, - [657] = {.lex_state = 43, .external_lex_state = 2}, - [658] = {.lex_state = 43, .external_lex_state = 2}, - [659] = {.lex_state = 13, .external_lex_state = 11}, - [660] = {.lex_state = 13, .external_lex_state = 11}, - [661] = {.lex_state = 43, .external_lex_state = 2}, - [662] = {.lex_state = 13, .external_lex_state = 11}, - [663] = {.lex_state = 43, .external_lex_state = 2}, - [664] = {.lex_state = 13, .external_lex_state = 11}, - [665] = {.lex_state = 43, .external_lex_state = 2}, - [666] = {.lex_state = 43, .external_lex_state = 2}, - [667] = {.lex_state = 13, .external_lex_state = 11}, - [668] = {.lex_state = 43, .external_lex_state = 2}, - [669] = {.lex_state = 13, .external_lex_state = 11}, - [670] = {.lex_state = 13, .external_lex_state = 11}, - [671] = {.lex_state = 13, .external_lex_state = 11}, - [672] = {.lex_state = 13, .external_lex_state = 11}, - [673] = {.lex_state = 43, .external_lex_state = 2}, - [674] = {.lex_state = 13, .external_lex_state = 11}, - [675] = {.lex_state = 13, .external_lex_state = 11}, - [676] = {.lex_state = 13, .external_lex_state = 11}, - [677] = {.lex_state = 13, .external_lex_state = 11}, - [678] = {.lex_state = 43, .external_lex_state = 2}, - [679] = {.lex_state = 43, .external_lex_state = 2}, - [680] = {.lex_state = 43, .external_lex_state = 2}, - [681] = {.lex_state = 13, .external_lex_state = 9}, - [682] = {.lex_state = 13, .external_lex_state = 11}, - [683] = {.lex_state = 13, .external_lex_state = 11}, - [684] = {.lex_state = 13, .external_lex_state = 11}, - [685] = {.lex_state = 13, .external_lex_state = 11}, - [686] = {.lex_state = 43, .external_lex_state = 2}, - [687] = {.lex_state = 43, .external_lex_state = 2}, - [688] = {.lex_state = 43, .external_lex_state = 2}, - [689] = {.lex_state = 43, .external_lex_state = 2}, - [690] = {.lex_state = 43, .external_lex_state = 2}, - [691] = {.lex_state = 43, .external_lex_state = 2}, - [692] = {.lex_state = 43, .external_lex_state = 2}, - [693] = {.lex_state = 43, .external_lex_state = 2}, - [694] = {.lex_state = 43, .external_lex_state = 2}, - [695] = {.lex_state = 43, .external_lex_state = 2}, - [696] = {.lex_state = 43, .external_lex_state = 2}, - [697] = {.lex_state = 13, .external_lex_state = 11}, - [698] = {.lex_state = 43, .external_lex_state = 2}, - [699] = {.lex_state = 43, .external_lex_state = 2}, - [700] = {.lex_state = 43, .external_lex_state = 2}, - [701] = {.lex_state = 43, .external_lex_state = 2}, - [702] = {.lex_state = 43, .external_lex_state = 2}, - [703] = {.lex_state = 43, .external_lex_state = 2}, - [704] = {.lex_state = 43, .external_lex_state = 2}, - [705] = {.lex_state = 43, .external_lex_state = 2}, - [706] = {.lex_state = 43, .external_lex_state = 2}, - [707] = {.lex_state = 43, .external_lex_state = 2}, - [708] = {.lex_state = 43, .external_lex_state = 2}, - [709] = {.lex_state = 43, .external_lex_state = 2}, - [710] = {.lex_state = 43, .external_lex_state = 2}, - [711] = {.lex_state = 43, .external_lex_state = 2}, - [712] = {.lex_state = 43, .external_lex_state = 2}, - [713] = {.lex_state = 13, .external_lex_state = 12}, - [714] = {.lex_state = 43, .external_lex_state = 2}, - [715] = {.lex_state = 43, .external_lex_state = 2}, - [716] = {.lex_state = 43, .external_lex_state = 2}, - [717] = {.lex_state = 12, .external_lex_state = 11}, - [718] = {.lex_state = 43, .external_lex_state = 2}, - [719] = {.lex_state = 43, .external_lex_state = 2}, - [720] = {.lex_state = 43, .external_lex_state = 2}, - [721] = {.lex_state = 43, .external_lex_state = 2}, - [722] = {.lex_state = 43, .external_lex_state = 2}, - [723] = {.lex_state = 43, .external_lex_state = 2}, - [724] = {.lex_state = 43, .external_lex_state = 2}, - [725] = {.lex_state = 13, .external_lex_state = 11}, - [726] = {.lex_state = 43, .external_lex_state = 2}, - [727] = {.lex_state = 43, .external_lex_state = 2}, - [728] = {.lex_state = 43, .external_lex_state = 2}, - [729] = {.lex_state = 43, .external_lex_state = 2}, - [730] = {.lex_state = 43, .external_lex_state = 2}, - [731] = {.lex_state = 43, .external_lex_state = 2}, - [732] = {.lex_state = 43, .external_lex_state = 2}, - [733] = {.lex_state = 43, .external_lex_state = 2}, - [734] = {.lex_state = 43, .external_lex_state = 2}, - [735] = {.lex_state = 43, .external_lex_state = 2}, - [736] = {.lex_state = 43, .external_lex_state = 2}, - [737] = {.lex_state = 43, .external_lex_state = 2}, - [738] = {.lex_state = 43, .external_lex_state = 2}, - [739] = {.lex_state = 43, .external_lex_state = 2}, - [740] = {.lex_state = 12, .external_lex_state = 11}, - [741] = {.lex_state = 43, .external_lex_state = 2}, - [742] = {.lex_state = 43, .external_lex_state = 2}, - [743] = {.lex_state = 43, .external_lex_state = 2}, - [744] = {.lex_state = 43, .external_lex_state = 2}, - [745] = {.lex_state = 43, .external_lex_state = 2}, - [746] = {.lex_state = 43, .external_lex_state = 2}, - [747] = {.lex_state = 13, .external_lex_state = 10}, - [748] = {.lex_state = 13, .external_lex_state = 11}, - [749] = {.lex_state = 13, .external_lex_state = 10}, - [750] = {.lex_state = 12, .external_lex_state = 9}, - [751] = {.lex_state = 13, .external_lex_state = 11}, - [752] = {.lex_state = 13, .external_lex_state = 11}, - [753] = {.lex_state = 12, .external_lex_state = 12}, - [754] = {.lex_state = 12, .external_lex_state = 12}, - [755] = {.lex_state = 13, .external_lex_state = 9}, - [756] = {.lex_state = 13, .external_lex_state = 9}, - [757] = {.lex_state = 13, .external_lex_state = 11}, - [758] = {.lex_state = 13, .external_lex_state = 11}, - [759] = {.lex_state = 13, .external_lex_state = 11}, - [760] = {.lex_state = 13, .external_lex_state = 12}, - [761] = {.lex_state = 13, .external_lex_state = 10}, - [762] = {.lex_state = 13, .external_lex_state = 11}, - [763] = {.lex_state = 13, .external_lex_state = 12}, - [764] = {.lex_state = 13, .external_lex_state = 12}, - [765] = {.lex_state = 13, .external_lex_state = 12}, - [766] = {.lex_state = 13, .external_lex_state = 12}, - [767] = {.lex_state = 13, .external_lex_state = 12}, - [768] = {.lex_state = 13, .external_lex_state = 10}, - [769] = {.lex_state = 12, .external_lex_state = 10}, - [770] = {.lex_state = 12, .external_lex_state = 10}, - [771] = {.lex_state = 13, .external_lex_state = 12}, - [772] = {.lex_state = 13, .external_lex_state = 12}, - [773] = {.lex_state = 13, .external_lex_state = 12}, - [774] = {.lex_state = 13, .external_lex_state = 11}, - [775] = {.lex_state = 13, .external_lex_state = 11}, - [776] = {.lex_state = 13, .external_lex_state = 11}, - [777] = {.lex_state = 12, .external_lex_state = 12}, - [778] = {.lex_state = 13, .external_lex_state = 10}, - [779] = {.lex_state = 13, .external_lex_state = 10}, - [780] = {.lex_state = 13, .external_lex_state = 11}, - [781] = {.lex_state = 13, .external_lex_state = 10}, - [782] = {.lex_state = 12, .external_lex_state = 9}, - [783] = {.lex_state = 13, .external_lex_state = 11}, - [784] = {.lex_state = 13, .external_lex_state = 10}, - [785] = {.lex_state = 13, .external_lex_state = 13}, - [786] = {.lex_state = 13, .external_lex_state = 11}, - [787] = {.lex_state = 13, .external_lex_state = 11}, - [788] = {.lex_state = 13, .external_lex_state = 11}, - [789] = {.lex_state = 13, .external_lex_state = 10}, - [790] = {.lex_state = 13, .external_lex_state = 11}, - [791] = {.lex_state = 13, .external_lex_state = 11}, - [792] = {.lex_state = 13, .external_lex_state = 11}, - [793] = {.lex_state = 13, .external_lex_state = 11}, - [794] = {.lex_state = 13, .external_lex_state = 11}, - [795] = {.lex_state = 13, .external_lex_state = 11}, - [796] = {.lex_state = 13, .external_lex_state = 11}, - [797] = {.lex_state = 13, .external_lex_state = 10}, - [798] = {.lex_state = 13, .external_lex_state = 11}, - [799] = {.lex_state = 12, .external_lex_state = 12}, - [800] = {.lex_state = 13, .external_lex_state = 12}, - [801] = {.lex_state = 13, .external_lex_state = 11}, - [802] = {.lex_state = 13, .external_lex_state = 11}, - [803] = {.lex_state = 13, .external_lex_state = 11}, - [804] = {.lex_state = 13, .external_lex_state = 9}, - [805] = {.lex_state = 13, .external_lex_state = 11}, - [806] = {.lex_state = 13, .external_lex_state = 11}, - [807] = {.lex_state = 13, .external_lex_state = 9}, - [808] = {.lex_state = 13, .external_lex_state = 9}, - [809] = {.lex_state = 13, .external_lex_state = 11}, - [810] = {.lex_state = 13, .external_lex_state = 9}, - [811] = {.lex_state = 13, .external_lex_state = 9}, - [812] = {.lex_state = 13, .external_lex_state = 11}, - [813] = {.lex_state = 13, .external_lex_state = 11}, - [814] = {.lex_state = 13, .external_lex_state = 11}, - [815] = {.lex_state = 13, .external_lex_state = 11}, - [816] = {.lex_state = 13, .external_lex_state = 11}, - [817] = {.lex_state = 13, .external_lex_state = 11}, - [818] = {.lex_state = 13, .external_lex_state = 10}, - [819] = {.lex_state = 13, .external_lex_state = 11}, - [820] = {.lex_state = 13, .external_lex_state = 11}, - [821] = {.lex_state = 13, .external_lex_state = 9}, - [822] = {.lex_state = 13, .external_lex_state = 11}, - [823] = {.lex_state = 13, .external_lex_state = 11}, - [824] = {.lex_state = 13, .external_lex_state = 11}, - [825] = {.lex_state = 13, .external_lex_state = 11}, - [826] = {.lex_state = 13, .external_lex_state = 9}, - [827] = {.lex_state = 13, .external_lex_state = 9}, - [828] = {.lex_state = 13, .external_lex_state = 11}, - [829] = {.lex_state = 13, .external_lex_state = 11}, - [830] = {.lex_state = 13, .external_lex_state = 11}, - [831] = {.lex_state = 13, .external_lex_state = 11}, - [832] = {.lex_state = 13, .external_lex_state = 11}, - [833] = {.lex_state = 13, .external_lex_state = 11}, - [834] = {.lex_state = 13, .external_lex_state = 11}, - [835] = {.lex_state = 13, .external_lex_state = 11}, - [836] = {.lex_state = 13, .external_lex_state = 11}, - [837] = {.lex_state = 13, .external_lex_state = 11}, - [838] = {.lex_state = 13, .external_lex_state = 11}, - [839] = {.lex_state = 13, .external_lex_state = 11}, - [840] = {.lex_state = 13, .external_lex_state = 11}, - [841] = {.lex_state = 13, .external_lex_state = 11}, - [842] = {.lex_state = 13, .external_lex_state = 11}, - [843] = {.lex_state = 13, .external_lex_state = 11}, - [844] = {.lex_state = 13, .external_lex_state = 11}, - [845] = {.lex_state = 13, .external_lex_state = 11}, - [846] = {.lex_state = 13, .external_lex_state = 11}, - [847] = {.lex_state = 13, .external_lex_state = 11}, - [848] = {.lex_state = 13, .external_lex_state = 11}, - [849] = {.lex_state = 13, .external_lex_state = 11}, - [850] = {.lex_state = 13, .external_lex_state = 11}, - [851] = {.lex_state = 13, .external_lex_state = 11}, - [852] = {.lex_state = 13, .external_lex_state = 11}, - [853] = {.lex_state = 13, .external_lex_state = 10}, - [854] = {.lex_state = 13, .external_lex_state = 12}, - [855] = {.lex_state = 13, .external_lex_state = 12}, - [856] = {.lex_state = 13, .external_lex_state = 9}, - [857] = {.lex_state = 13, .external_lex_state = 12}, - [858] = {.lex_state = 13, .external_lex_state = 12}, - [859] = {.lex_state = 13, .external_lex_state = 9}, - [860] = {.lex_state = 13, .external_lex_state = 10}, - [861] = {.lex_state = 13, .external_lex_state = 10}, - [862] = {.lex_state = 13, .external_lex_state = 12}, - [863] = {.lex_state = 13, .external_lex_state = 12}, - [864] = {.lex_state = 13, .external_lex_state = 10}, - [865] = {.lex_state = 12, .external_lex_state = 12}, - [866] = {.lex_state = 13, .external_lex_state = 10}, - [867] = {.lex_state = 12, .external_lex_state = 12}, - [868] = {.lex_state = 13, .external_lex_state = 10}, - [869] = {.lex_state = 13, .external_lex_state = 12}, - [870] = {.lex_state = 13, .external_lex_state = 12}, - [871] = {.lex_state = 13, .external_lex_state = 9}, - [872] = {.lex_state = 13, .external_lex_state = 12}, - [873] = {.lex_state = 13, .external_lex_state = 10}, - [874] = {.lex_state = 13, .external_lex_state = 12}, - [875] = {.lex_state = 13, .external_lex_state = 10}, - [876] = {.lex_state = 13, .external_lex_state = 12}, - [877] = {.lex_state = 13, .external_lex_state = 9}, - [878] = {.lex_state = 12, .external_lex_state = 13}, - [879] = {.lex_state = 13, .external_lex_state = 9}, - [880] = {.lex_state = 13, .external_lex_state = 9}, - [881] = {.lex_state = 13, .external_lex_state = 9}, - [882] = {.lex_state = 13, .external_lex_state = 10}, - [883] = {.lex_state = 12, .external_lex_state = 13}, - [884] = {.lex_state = 13, .external_lex_state = 10}, - [885] = {.lex_state = 13, .external_lex_state = 12}, - [886] = {.lex_state = 13, .external_lex_state = 12}, - [887] = {.lex_state = 13, .external_lex_state = 9}, - [888] = {.lex_state = 13, .external_lex_state = 9}, - [889] = {.lex_state = 13, .external_lex_state = 10}, - [890] = {.lex_state = 13, .external_lex_state = 10}, - [891] = {.lex_state = 13, .external_lex_state = 10}, - [892] = {.lex_state = 13, .external_lex_state = 13}, - [893] = {.lex_state = 13, .external_lex_state = 10}, - [894] = {.lex_state = 13, .external_lex_state = 9}, - [895] = {.lex_state = 13, .external_lex_state = 10}, - [896] = {.lex_state = 13, .external_lex_state = 12}, - [897] = {.lex_state = 13, .external_lex_state = 10}, - [898] = {.lex_state = 13, .external_lex_state = 9}, - [899] = {.lex_state = 13, .external_lex_state = 12}, - [900] = {.lex_state = 13, .external_lex_state = 10}, - [901] = {.lex_state = 13, .external_lex_state = 10}, - [902] = {.lex_state = 13, .external_lex_state = 9}, - [903] = {.lex_state = 13, .external_lex_state = 9}, - [904] = {.lex_state = 13, .external_lex_state = 9}, - [905] = {.lex_state = 13, .external_lex_state = 9}, - [906] = {.lex_state = 13, .external_lex_state = 9}, - [907] = {.lex_state = 13, .external_lex_state = 9}, - [908] = {.lex_state = 13, .external_lex_state = 9}, - [909] = {.lex_state = 13, .external_lex_state = 9}, - [910] = {.lex_state = 13, .external_lex_state = 9}, - [911] = {.lex_state = 13, .external_lex_state = 9}, - [912] = {.lex_state = 13, .external_lex_state = 10}, - [913] = {.lex_state = 13, .external_lex_state = 13}, - [914] = {.lex_state = 13, .external_lex_state = 13}, - [915] = {.lex_state = 13, .external_lex_state = 13}, - [916] = {.lex_state = 13, .external_lex_state = 13}, - [917] = {.lex_state = 13, .external_lex_state = 13}, - [918] = {.lex_state = 13, .external_lex_state = 13}, - [919] = {.lex_state = 13, .external_lex_state = 13}, - [920] = {.lex_state = 13, .external_lex_state = 13}, - [921] = {.lex_state = 13, .external_lex_state = 9}, - [922] = {.lex_state = 13, .external_lex_state = 9}, - [923] = {.lex_state = 13, .external_lex_state = 9}, - [924] = {.lex_state = 12, .external_lex_state = 13}, - [925] = {.lex_state = 12, .external_lex_state = 13}, - [926] = {.lex_state = 13, .external_lex_state = 9}, - [927] = {.lex_state = 13, .external_lex_state = 12}, - [928] = {.lex_state = 13, .external_lex_state = 12}, - [929] = {.lex_state = 13, .external_lex_state = 12}, - [930] = {.lex_state = 13, .external_lex_state = 10}, - [931] = {.lex_state = 13, .external_lex_state = 12}, - [932] = {.lex_state = 13, .external_lex_state = 10}, - [933] = {.lex_state = 13, .external_lex_state = 10}, - [934] = {.lex_state = 13, .external_lex_state = 10}, - [935] = {.lex_state = 13, .external_lex_state = 12}, - [936] = {.lex_state = 13, .external_lex_state = 12}, - [937] = {.lex_state = 13, .external_lex_state = 10}, - [938] = {.lex_state = 13, .external_lex_state = 10}, - [939] = {.lex_state = 13, .external_lex_state = 12}, - [940] = {.lex_state = 13, .external_lex_state = 12}, - [941] = {.lex_state = 13, .external_lex_state = 12}, - [942] = {.lex_state = 13, .external_lex_state = 10}, - [943] = {.lex_state = 13, .external_lex_state = 12}, - [944] = {.lex_state = 13, .external_lex_state = 10}, - [945] = {.lex_state = 13, .external_lex_state = 10}, - [946] = {.lex_state = 13, .external_lex_state = 12}, - [947] = {.lex_state = 13, .external_lex_state = 10}, - [948] = {.lex_state = 13, .external_lex_state = 13}, - [949] = {.lex_state = 13, .external_lex_state = 10}, - [950] = {.lex_state = 13, .external_lex_state = 10}, - [951] = {.lex_state = 13, .external_lex_state = 13}, - [952] = {.lex_state = 13, .external_lex_state = 12}, - [953] = {.lex_state = 13, .external_lex_state = 12}, - [954] = {.lex_state = 13, .external_lex_state = 12}, - [955] = {.lex_state = 13, .external_lex_state = 12}, - [956] = {.lex_state = 13, .external_lex_state = 10}, - [957] = {.lex_state = 13, .external_lex_state = 12}, - [958] = {.lex_state = 13, .external_lex_state = 12}, - [959] = {.lex_state = 13, .external_lex_state = 12}, - [960] = {.lex_state = 13, .external_lex_state = 12}, - [961] = {.lex_state = 13, .external_lex_state = 12}, - [962] = {.lex_state = 13, .external_lex_state = 12}, - [963] = {.lex_state = 13, .external_lex_state = 12}, - [964] = {.lex_state = 13, .external_lex_state = 12}, - [965] = {.lex_state = 13, .external_lex_state = 12}, - [966] = {.lex_state = 13, .external_lex_state = 12}, - [967] = {.lex_state = 13, .external_lex_state = 12}, - [968] = {.lex_state = 13, .external_lex_state = 12}, - [969] = {.lex_state = 13, .external_lex_state = 9}, - [970] = {.lex_state = 13, .external_lex_state = 13}, - [971] = {.lex_state = 13, .external_lex_state = 12}, - [972] = {.lex_state = 13, .external_lex_state = 12}, - [973] = {.lex_state = 13, .external_lex_state = 13}, - [974] = {.lex_state = 13, .external_lex_state = 13}, - [975] = {.lex_state = 13, .external_lex_state = 13}, - [976] = {.lex_state = 13, .external_lex_state = 12}, - [977] = {.lex_state = 13, .external_lex_state = 12}, - [978] = {.lex_state = 13, .external_lex_state = 12}, - [979] = {.lex_state = 13, .external_lex_state = 12}, - [980] = {.lex_state = 13, .external_lex_state = 13}, - [981] = {.lex_state = 13, .external_lex_state = 13}, - [982] = {.lex_state = 13, .external_lex_state = 13}, - [983] = {.lex_state = 12, .external_lex_state = 13}, - [984] = {.lex_state = 13, .external_lex_state = 13}, - [985] = {.lex_state = 13, .external_lex_state = 13}, - [986] = {.lex_state = 13, .external_lex_state = 13}, - [987] = {.lex_state = 13, .external_lex_state = 13}, - [988] = {.lex_state = 12, .external_lex_state = 13}, - [989] = {.lex_state = 13, .external_lex_state = 13}, - [990] = {.lex_state = 13, .external_lex_state = 13}, - [991] = {.lex_state = 13, .external_lex_state = 13}, - [992] = {.lex_state = 13, .external_lex_state = 13}, - [993] = {.lex_state = 13, .external_lex_state = 12}, - [994] = {.lex_state = 13, .external_lex_state = 13}, - [995] = {.lex_state = 13, .external_lex_state = 12}, - [996] = {.lex_state = 13, .external_lex_state = 13}, - [997] = {.lex_state = 13, .external_lex_state = 12}, - [998] = {.lex_state = 13, .external_lex_state = 12}, - [999] = {.lex_state = 13, .external_lex_state = 12}, - [1000] = {.lex_state = 13, .external_lex_state = 12}, - [1001] = {.lex_state = 12, .external_lex_state = 12}, - [1002] = {.lex_state = 13, .external_lex_state = 12}, - [1003] = {.lex_state = 13, .external_lex_state = 13}, - [1004] = {.lex_state = 13, .external_lex_state = 13}, - [1005] = {.lex_state = 13, .external_lex_state = 13}, - [1006] = {.lex_state = 13, .external_lex_state = 13}, - [1007] = {.lex_state = 13, .external_lex_state = 12}, - [1008] = {.lex_state = 13, .external_lex_state = 12}, - [1009] = {.lex_state = 13, .external_lex_state = 13}, - [1010] = {.lex_state = 13, .external_lex_state = 12}, - [1011] = {.lex_state = 13, .external_lex_state = 13}, - [1012] = {.lex_state = 13, .external_lex_state = 13}, - [1013] = {.lex_state = 13, .external_lex_state = 12}, - [1014] = {.lex_state = 13, .external_lex_state = 13}, - [1015] = {.lex_state = 13, .external_lex_state = 13}, - [1016] = {.lex_state = 13, .external_lex_state = 12}, - [1017] = {.lex_state = 13, .external_lex_state = 12}, - [1018] = {.lex_state = 13, .external_lex_state = 13}, - [1019] = {.lex_state = 13, .external_lex_state = 12}, - [1020] = {.lex_state = 13, .external_lex_state = 13}, - [1021] = {.lex_state = 13, .external_lex_state = 12}, - [1022] = {.lex_state = 13, .external_lex_state = 12}, - [1023] = {.lex_state = 13, .external_lex_state = 12}, - [1024] = {.lex_state = 13, .external_lex_state = 12}, - [1025] = {.lex_state = 12, .external_lex_state = 13}, - [1026] = {.lex_state = 13, .external_lex_state = 12}, - [1027] = {.lex_state = 13, .external_lex_state = 12}, - [1028] = {.lex_state = 13, .external_lex_state = 12}, - [1029] = {.lex_state = 13, .external_lex_state = 12}, - [1030] = {.lex_state = 13, .external_lex_state = 12}, - [1031] = {.lex_state = 13, .external_lex_state = 12}, - [1032] = {.lex_state = 13, .external_lex_state = 13}, - [1033] = {.lex_state = 13, .external_lex_state = 13}, - [1034] = {.lex_state = 13, .external_lex_state = 12}, - [1035] = {.lex_state = 13, .external_lex_state = 13}, - [1036] = {.lex_state = 13, .external_lex_state = 12}, - [1037] = {.lex_state = 13, .external_lex_state = 13}, - [1038] = {.lex_state = 13, .external_lex_state = 12}, - [1039] = {.lex_state = 13, .external_lex_state = 12}, - [1040] = {.lex_state = 13, .external_lex_state = 12}, - [1041] = {.lex_state = 13, .external_lex_state = 12}, - [1042] = {.lex_state = 13, .external_lex_state = 12}, - [1043] = {.lex_state = 13, .external_lex_state = 12}, - [1044] = {.lex_state = 13, .external_lex_state = 13}, - [1045] = {.lex_state = 13, .external_lex_state = 12}, - [1046] = {.lex_state = 13, .external_lex_state = 12}, - [1047] = {.lex_state = 13, .external_lex_state = 13}, - [1048] = {.lex_state = 13, .external_lex_state = 13}, - [1049] = {.lex_state = 13, .external_lex_state = 13}, - [1050] = {.lex_state = 13, .external_lex_state = 13}, - [1051] = {.lex_state = 13, .external_lex_state = 13}, - [1052] = {.lex_state = 13, .external_lex_state = 13}, - [1053] = {.lex_state = 13, .external_lex_state = 12}, - [1054] = {.lex_state = 11, .external_lex_state = 11}, - [1055] = {.lex_state = 13, .external_lex_state = 13}, - [1056] = {.lex_state = 13, .external_lex_state = 13}, - [1057] = {.lex_state = 11, .external_lex_state = 11}, - [1058] = {.lex_state = 13, .external_lex_state = 13}, - [1059] = {.lex_state = 11, .external_lex_state = 11}, - [1060] = {.lex_state = 11, .external_lex_state = 11}, - [1061] = {.lex_state = 13, .external_lex_state = 13}, - [1062] = {.lex_state = 13, .external_lex_state = 9}, - [1063] = {.lex_state = 43, .external_lex_state = 9}, - [1064] = {.lex_state = 13, .external_lex_state = 10}, - [1065] = {.lex_state = 13, .external_lex_state = 12}, - [1066] = {.lex_state = 13, .external_lex_state = 12}, - [1067] = {.lex_state = 11, .external_lex_state = 10}, - [1068] = {.lex_state = 13, .external_lex_state = 13}, - [1069] = {.lex_state = 13, .external_lex_state = 12}, - [1070] = {.lex_state = 13, .external_lex_state = 12}, - [1071] = {.lex_state = 11, .external_lex_state = 10}, - [1072] = {.lex_state = 43, .external_lex_state = 9}, - [1073] = {.lex_state = 43, .external_lex_state = 12}, - [1074] = {.lex_state = 13, .external_lex_state = 12}, - [1075] = {.lex_state = 11, .external_lex_state = 10}, - [1076] = {.lex_state = 43, .external_lex_state = 12}, - [1077] = {.lex_state = 13, .external_lex_state = 13}, - [1078] = {.lex_state = 13, .external_lex_state = 13}, - [1079] = {.lex_state = 13, .external_lex_state = 13}, - [1080] = {.lex_state = 13, .external_lex_state = 12}, - [1081] = {.lex_state = 13, .external_lex_state = 12}, - [1082] = {.lex_state = 11, .external_lex_state = 10}, - [1083] = {.lex_state = 13, .external_lex_state = 13}, - [1084] = {.lex_state = 13, .external_lex_state = 10}, - [1085] = {.lex_state = 11, .external_lex_state = 10}, - [1086] = {.lex_state = 11, .external_lex_state = 10}, - [1087] = {.lex_state = 11, .external_lex_state = 10}, - [1088] = {.lex_state = 11, .external_lex_state = 10}, - [1089] = {.lex_state = 13, .external_lex_state = 10}, - [1090] = {.lex_state = 11, .external_lex_state = 10}, - [1091] = {.lex_state = 11, .external_lex_state = 10}, - [1092] = {.lex_state = 11, .external_lex_state = 12}, - [1093] = {.lex_state = 11, .external_lex_state = 10}, - [1094] = {.lex_state = 43, .external_lex_state = 13}, - [1095] = {.lex_state = 43, .external_lex_state = 13}, - [1096] = {.lex_state = 11, .external_lex_state = 10}, - [1097] = {.lex_state = 11, .external_lex_state = 12}, - [1098] = {.lex_state = 11, .external_lex_state = 10}, - [1099] = {.lex_state = 11, .external_lex_state = 10}, - [1100] = {.lex_state = 11, .external_lex_state = 10}, - [1101] = {.lex_state = 13, .external_lex_state = 10}, - [1102] = {.lex_state = 11, .external_lex_state = 10}, - [1103] = {.lex_state = 13, .external_lex_state = 10}, - [1104] = {.lex_state = 11, .external_lex_state = 10}, - [1105] = {.lex_state = 11, .external_lex_state = 10}, - [1106] = {.lex_state = 43, .external_lex_state = 13}, - [1107] = {.lex_state = 11, .external_lex_state = 10}, - [1108] = {.lex_state = 11, .external_lex_state = 10}, - [1109] = {.lex_state = 43, .external_lex_state = 13}, - [1110] = {.lex_state = 11, .external_lex_state = 10}, - [1111] = {.lex_state = 43, .external_lex_state = 13}, - [1112] = {.lex_state = 43, .external_lex_state = 10}, - [1113] = {.lex_state = 43, .external_lex_state = 10}, - [1114] = {.lex_state = 11, .external_lex_state = 11}, - [1115] = {.lex_state = 11, .external_lex_state = 11}, - [1116] = {.lex_state = 11, .external_lex_state = 11}, - [1117] = {.lex_state = 11, .external_lex_state = 11}, - [1118] = {.lex_state = 11, .external_lex_state = 11}, - [1119] = {.lex_state = 11, .external_lex_state = 11}, - [1120] = {.lex_state = 11, .external_lex_state = 11}, - [1121] = {.lex_state = 43, .external_lex_state = 12}, - [1122] = {.lex_state = 43, .external_lex_state = 12}, - [1123] = {.lex_state = 43, .external_lex_state = 12}, - [1124] = {.lex_state = 43, .external_lex_state = 12}, - [1125] = {.lex_state = 43, .external_lex_state = 12}, - [1126] = {.lex_state = 43, .external_lex_state = 12}, - [1127] = {.lex_state = 43, .external_lex_state = 12}, - [1128] = {.lex_state = 15, .external_lex_state = 14}, - [1129] = {.lex_state = 15, .external_lex_state = 14}, - [1130] = {.lex_state = 15, .external_lex_state = 14}, - [1131] = {.lex_state = 15, .external_lex_state = 14}, - [1132] = {.lex_state = 15, .external_lex_state = 14}, - [1133] = {.lex_state = 15, .external_lex_state = 14}, - [1134] = {.lex_state = 15, .external_lex_state = 14}, - [1135] = {.lex_state = 11, .external_lex_state = 11}, - [1136] = {.lex_state = 15, .external_lex_state = 14}, - [1137] = {.lex_state = 15, .external_lex_state = 14}, - [1138] = {.lex_state = 15, .external_lex_state = 14}, - [1139] = {.lex_state = 15, .external_lex_state = 14}, - [1140] = {.lex_state = 15, .external_lex_state = 14}, - [1141] = {.lex_state = 15, .external_lex_state = 14}, - [1142] = {.lex_state = 15, .external_lex_state = 14}, - [1143] = {.lex_state = 15, .external_lex_state = 14}, - [1144] = {.lex_state = 11, .external_lex_state = 11}, - [1145] = {.lex_state = 11, .external_lex_state = 11}, - [1146] = {.lex_state = 11, .external_lex_state = 11}, - [1147] = {.lex_state = 11, .external_lex_state = 11}, - [1148] = {.lex_state = 11, .external_lex_state = 11}, - [1149] = {.lex_state = 11, .external_lex_state = 11}, - [1150] = {.lex_state = 11, .external_lex_state = 11}, - [1151] = {.lex_state = 11, .external_lex_state = 11}, - [1152] = {.lex_state = 11, .external_lex_state = 11}, - [1153] = {.lex_state = 11, .external_lex_state = 11}, - [1154] = {.lex_state = 11, .external_lex_state = 11}, - [1155] = {.lex_state = 11, .external_lex_state = 11}, - [1156] = {.lex_state = 11, .external_lex_state = 11}, - [1157] = {.lex_state = 11, .external_lex_state = 11}, - [1158] = {.lex_state = 11, .external_lex_state = 11}, - [1159] = {.lex_state = 11, .external_lex_state = 11}, - [1160] = {.lex_state = 11, .external_lex_state = 11}, - [1161] = {.lex_state = 11, .external_lex_state = 11}, - [1162] = {.lex_state = 11, .external_lex_state = 11}, - [1163] = {.lex_state = 11, .external_lex_state = 11}, - [1164] = {.lex_state = 11, .external_lex_state = 11}, - [1165] = {.lex_state = 43, .external_lex_state = 11}, - [1166] = {.lex_state = 11, .external_lex_state = 10}, - [1167] = {.lex_state = 11, .external_lex_state = 10}, - [1168] = {.lex_state = 11, .external_lex_state = 12}, - [1169] = {.lex_state = 11, .external_lex_state = 12}, - [1170] = {.lex_state = 11, .external_lex_state = 10}, - [1171] = {.lex_state = 43, .external_lex_state = 9}, - [1172] = {.lex_state = 43, .external_lex_state = 9}, - [1173] = {.lex_state = 11, .external_lex_state = 10}, - [1174] = {.lex_state = 43, .external_lex_state = 9}, - [1175] = {.lex_state = 43, .external_lex_state = 12}, - [1176] = {.lex_state = 43, .external_lex_state = 9}, - [1177] = {.lex_state = 43, .external_lex_state = 11}, - [1178] = {.lex_state = 11, .external_lex_state = 12}, - [1179] = {.lex_state = 43, .external_lex_state = 9}, - [1180] = {.lex_state = 11, .external_lex_state = 10}, - [1181] = {.lex_state = 11, .external_lex_state = 10}, - [1182] = {.lex_state = 43, .external_lex_state = 9}, - [1183] = {.lex_state = 43, .external_lex_state = 9}, - [1184] = {.lex_state = 11, .external_lex_state = 10}, - [1185] = {.lex_state = 43, .external_lex_state = 9}, - [1186] = {.lex_state = 11, .external_lex_state = 12}, - [1187] = {.lex_state = 11, .external_lex_state = 10}, - [1188] = {.lex_state = 43, .external_lex_state = 9}, - [1189] = {.lex_state = 43, .external_lex_state = 9}, - [1190] = {.lex_state = 43, .external_lex_state = 9}, - [1191] = {.lex_state = 11, .external_lex_state = 12}, - [1192] = {.lex_state = 43, .external_lex_state = 12}, - [1193] = {.lex_state = 43, .external_lex_state = 11}, - [1194] = {.lex_state = 43, .external_lex_state = 12}, - [1195] = {.lex_state = 11, .external_lex_state = 10}, - [1196] = {.lex_state = 11, .external_lex_state = 10}, - [1197] = {.lex_state = 43, .external_lex_state = 9}, - [1198] = {.lex_state = 43, .external_lex_state = 12}, - [1199] = {.lex_state = 11, .external_lex_state = 10}, - [1200] = {.lex_state = 43, .external_lex_state = 12}, - [1201] = {.lex_state = 11, .external_lex_state = 10}, - [1202] = {.lex_state = 43, .external_lex_state = 9}, - [1203] = {.lex_state = 43, .external_lex_state = 12}, - [1204] = {.lex_state = 11, .external_lex_state = 12}, - [1205] = {.lex_state = 11, .external_lex_state = 12}, - [1206] = {.lex_state = 43, .external_lex_state = 9}, - [1207] = {.lex_state = 43, .external_lex_state = 9}, - [1208] = {.lex_state = 43, .external_lex_state = 9}, - [1209] = {.lex_state = 43, .external_lex_state = 11}, - [1210] = {.lex_state = 43, .external_lex_state = 9}, - [1211] = {.lex_state = 43, .external_lex_state = 12}, - [1212] = {.lex_state = 43, .external_lex_state = 12}, - [1213] = {.lex_state = 43, .external_lex_state = 12}, - [1214] = {.lex_state = 43, .external_lex_state = 12}, - [1215] = {.lex_state = 43, .external_lex_state = 12}, - [1216] = {.lex_state = 43, .external_lex_state = 9}, - [1217] = {.lex_state = 43, .external_lex_state = 12}, - [1218] = {.lex_state = 43, .external_lex_state = 12}, - [1219] = {.lex_state = 43, .external_lex_state = 13}, - [1220] = {.lex_state = 11, .external_lex_state = 10}, - [1221] = {.lex_state = 43, .external_lex_state = 13}, - [1222] = {.lex_state = 11, .external_lex_state = 12}, - [1223] = {.lex_state = 43, .external_lex_state = 9}, - [1224] = {.lex_state = 11, .external_lex_state = 12}, - [1225] = {.lex_state = 43, .external_lex_state = 13}, - [1226] = {.lex_state = 43, .external_lex_state = 11}, - [1227] = {.lex_state = 43, .external_lex_state = 12}, - [1228] = {.lex_state = 11, .external_lex_state = 12}, - [1229] = {.lex_state = 43, .external_lex_state = 11}, - [1230] = {.lex_state = 11, .external_lex_state = 12}, - [1231] = {.lex_state = 43, .external_lex_state = 9}, - [1232] = {.lex_state = 15, .external_lex_state = 14}, - [1233] = {.lex_state = 43, .external_lex_state = 11}, - [1234] = {.lex_state = 43, .external_lex_state = 13}, - [1235] = {.lex_state = 11, .external_lex_state = 12}, - [1236] = {.lex_state = 11, .external_lex_state = 12}, - [1237] = {.lex_state = 11, .external_lex_state = 10}, - [1238] = {.lex_state = 11, .external_lex_state = 12}, - [1239] = {.lex_state = 11, .external_lex_state = 12}, - [1240] = {.lex_state = 11, .external_lex_state = 12}, - [1241] = {.lex_state = 11, .external_lex_state = 12}, - [1242] = {.lex_state = 43, .external_lex_state = 13}, - [1243] = {.lex_state = 43, .external_lex_state = 13}, - [1244] = {.lex_state = 11, .external_lex_state = 12}, - [1245] = {.lex_state = 43, .external_lex_state = 13}, - [1246] = {.lex_state = 43, .external_lex_state = 13}, - [1247] = {.lex_state = 15, .external_lex_state = 14}, - [1248] = {.lex_state = 43, .external_lex_state = 13}, - [1249] = {.lex_state = 11, .external_lex_state = 12}, - [1250] = {.lex_state = 43, .external_lex_state = 11}, - [1251] = {.lex_state = 43, .external_lex_state = 13}, - [1252] = {.lex_state = 43, .external_lex_state = 9}, - [1253] = {.lex_state = 11, .external_lex_state = 10}, - [1254] = {.lex_state = 43, .external_lex_state = 11}, - [1255] = {.lex_state = 43, .external_lex_state = 13}, - [1256] = {.lex_state = 43, .external_lex_state = 13}, - [1257] = {.lex_state = 15, .external_lex_state = 14}, - [1258] = {.lex_state = 43, .external_lex_state = 13}, - [1259] = {.lex_state = 11, .external_lex_state = 12}, - [1260] = {.lex_state = 43, .external_lex_state = 12}, - [1261] = {.lex_state = 43, .external_lex_state = 11}, - [1262] = {.lex_state = 43, .external_lex_state = 13}, - [1263] = {.lex_state = 43, .external_lex_state = 13}, - [1264] = {.lex_state = 11, .external_lex_state = 10}, - [1265] = {.lex_state = 43, .external_lex_state = 12}, - [1266] = {.lex_state = 43, .external_lex_state = 11}, - [1267] = {.lex_state = 43, .external_lex_state = 13}, - [1268] = {.lex_state = 43, .external_lex_state = 11}, - [1269] = {.lex_state = 43, .external_lex_state = 13}, - [1270] = {.lex_state = 15, .external_lex_state = 14}, - [1271] = {.lex_state = 43, .external_lex_state = 13}, - [1272] = {.lex_state = 11, .external_lex_state = 10}, - [1273] = {.lex_state = 43, .external_lex_state = 11}, - [1274] = {.lex_state = 43, .external_lex_state = 9}, - [1275] = {.lex_state = 43, .external_lex_state = 13}, - [1276] = {.lex_state = 11, .external_lex_state = 10}, - [1277] = {.lex_state = 43, .external_lex_state = 12}, - [1278] = {.lex_state = 43, .external_lex_state = 13}, - [1279] = {.lex_state = 43, .external_lex_state = 11}, - [1280] = {.lex_state = 43, .external_lex_state = 13}, - [1281] = {.lex_state = 43, .external_lex_state = 13}, - [1282] = {.lex_state = 43, .external_lex_state = 13}, - [1283] = {.lex_state = 43, .external_lex_state = 13}, - [1284] = {.lex_state = 43, .external_lex_state = 13}, - [1285] = {.lex_state = 11, .external_lex_state = 10}, - [1286] = {.lex_state = 43, .external_lex_state = 11}, - [1287] = {.lex_state = 43, .external_lex_state = 13}, - [1288] = {.lex_state = 11, .external_lex_state = 10}, - [1289] = {.lex_state = 43, .external_lex_state = 12}, - [1290] = {.lex_state = 43, .external_lex_state = 11}, - [1291] = {.lex_state = 43, .external_lex_state = 11}, - [1292] = {.lex_state = 43, .external_lex_state = 13}, - [1293] = {.lex_state = 43, .external_lex_state = 10}, - [1294] = {.lex_state = 43, .external_lex_state = 12}, - [1295] = {.lex_state = 43, .external_lex_state = 11}, - [1296] = {.lex_state = 11, .external_lex_state = 10}, - [1297] = {.lex_state = 43, .external_lex_state = 12}, - [1298] = {.lex_state = 43, .external_lex_state = 13}, - [1299] = {.lex_state = 11, .external_lex_state = 10}, - [1300] = {.lex_state = 43, .external_lex_state = 11}, - [1301] = {.lex_state = 43, .external_lex_state = 10}, - [1302] = {.lex_state = 11, .external_lex_state = 11}, - [1303] = {.lex_state = 43, .external_lex_state = 11}, - [1304] = {.lex_state = 43, .external_lex_state = 11}, - [1305] = {.lex_state = 43, .external_lex_state = 11}, - [1306] = {.lex_state = 43, .external_lex_state = 13}, - [1307] = {.lex_state = 43, .external_lex_state = 12}, - [1308] = {.lex_state = 11, .external_lex_state = 10}, - [1309] = {.lex_state = 11, .external_lex_state = 11}, - [1310] = {.lex_state = 43, .external_lex_state = 13}, - [1311] = {.lex_state = 43, .external_lex_state = 12}, - [1312] = {.lex_state = 43, .external_lex_state = 13}, - [1313] = {.lex_state = 43, .external_lex_state = 12}, - [1314] = {.lex_state = 43, .external_lex_state = 13}, - [1315] = {.lex_state = 43, .external_lex_state = 12}, - [1316] = {.lex_state = 43, .external_lex_state = 12}, - [1317] = {.lex_state = 43, .external_lex_state = 13}, - [1318] = {.lex_state = 43, .external_lex_state = 13}, - [1319] = {.lex_state = 43, .external_lex_state = 11}, - [1320] = {.lex_state = 43, .external_lex_state = 11}, - [1321] = {.lex_state = 43, .external_lex_state = 13}, - [1322] = {.lex_state = 11, .external_lex_state = 10}, - [1323] = {.lex_state = 11, .external_lex_state = 10}, - [1324] = {.lex_state = 43, .external_lex_state = 12}, - [1325] = {.lex_state = 43, .external_lex_state = 12}, - [1326] = {.lex_state = 11, .external_lex_state = 10}, - [1327] = {.lex_state = 11, .external_lex_state = 10}, - [1328] = {.lex_state = 43, .external_lex_state = 10}, - [1329] = {.lex_state = 6, .external_lex_state = 11}, - [1330] = {.lex_state = 43, .external_lex_state = 10}, - [1331] = {.lex_state = 43, .external_lex_state = 11}, - [1332] = {.lex_state = 11, .external_lex_state = 10}, - [1333] = {.lex_state = 11, .external_lex_state = 10}, - [1334] = {.lex_state = 43, .external_lex_state = 10}, - [1335] = {.lex_state = 43, .external_lex_state = 10}, - [1336] = {.lex_state = 43, .external_lex_state = 11}, - [1337] = {.lex_state = 43, .external_lex_state = 10}, - [1338] = {.lex_state = 11, .external_lex_state = 10}, - [1339] = {.lex_state = 11, .external_lex_state = 10}, - [1340] = {.lex_state = 43, .external_lex_state = 10}, - [1341] = {.lex_state = 43, .external_lex_state = 12}, - [1342] = {.lex_state = 43, .external_lex_state = 12}, - [1343] = {.lex_state = 11, .external_lex_state = 10}, - [1344] = {.lex_state = 43, .external_lex_state = 11}, - [1345] = {.lex_state = 43, .external_lex_state = 11}, - [1346] = {.lex_state = 11, .external_lex_state = 10}, - [1347] = {.lex_state = 6, .external_lex_state = 11}, - [1348] = {.lex_state = 11, .external_lex_state = 10}, - [1349] = {.lex_state = 43, .external_lex_state = 12}, - [1350] = {.lex_state = 11, .external_lex_state = 11}, - [1351] = {.lex_state = 43, .external_lex_state = 10}, - [1352] = {.lex_state = 11, .external_lex_state = 10}, - [1353] = {.lex_state = 43, .external_lex_state = 10}, - [1354] = {.lex_state = 11, .external_lex_state = 10}, - [1355] = {.lex_state = 11, .external_lex_state = 10}, - [1356] = {.lex_state = 11, .external_lex_state = 10}, - [1357] = {.lex_state = 11, .external_lex_state = 10}, - [1358] = {.lex_state = 11, .external_lex_state = 10}, - [1359] = {.lex_state = 6, .external_lex_state = 11}, - [1360] = {.lex_state = 0, .external_lex_state = 9}, - [1361] = {.lex_state = 0, .external_lex_state = 9}, - [1362] = {.lex_state = 0, .external_lex_state = 9}, - [1363] = {.lex_state = 0, .external_lex_state = 9}, - [1364] = {.lex_state = 11, .external_lex_state = 11}, - [1365] = {.lex_state = 0, .external_lex_state = 9}, - [1366] = {.lex_state = 11, .external_lex_state = 10}, - [1367] = {.lex_state = 0, .external_lex_state = 9}, - [1368] = {.lex_state = 43, .external_lex_state = 10}, - [1369] = {.lex_state = 0, .external_lex_state = 9}, - [1370] = {.lex_state = 0, .external_lex_state = 9}, - [1371] = {.lex_state = 0, .external_lex_state = 9}, - [1372] = {.lex_state = 0, .external_lex_state = 9}, - [1373] = {.lex_state = 11, .external_lex_state = 13}, - [1374] = {.lex_state = 0, .external_lex_state = 13}, - [1375] = {.lex_state = 0, .external_lex_state = 13}, - [1376] = {.lex_state = 0, .external_lex_state = 9}, - [1377] = {.lex_state = 0, .external_lex_state = 13}, - [1378] = {.lex_state = 0, .external_lex_state = 13}, - [1379] = {.lex_state = 0, .external_lex_state = 11}, - [1380] = {.lex_state = 0, .external_lex_state = 13}, - [1381] = {.lex_state = 43, .external_lex_state = 10}, - [1382] = {.lex_state = 43, .external_lex_state = 10}, - [1383] = {.lex_state = 0, .external_lex_state = 12}, - [1384] = {.lex_state = 0, .external_lex_state = 11}, - [1385] = {.lex_state = 11, .external_lex_state = 10}, - [1386] = {.lex_state = 0, .external_lex_state = 12}, - [1387] = {.lex_state = 0, .external_lex_state = 12}, - [1388] = {.lex_state = 43, .external_lex_state = 10}, - [1389] = {.lex_state = 0, .external_lex_state = 11}, - [1390] = {.lex_state = 0, .external_lex_state = 13}, - [1391] = {.lex_state = 0, .external_lex_state = 11}, - [1392] = {.lex_state = 0, .external_lex_state = 13}, - [1393] = {.lex_state = 0, .external_lex_state = 13}, - [1394] = {.lex_state = 11, .external_lex_state = 10}, - [1395] = {.lex_state = 43, .external_lex_state = 10}, - [1396] = {.lex_state = 0, .external_lex_state = 13}, - [1397] = {.lex_state = 0, .external_lex_state = 12}, - [1398] = {.lex_state = 0, .external_lex_state = 11}, - [1399] = {.lex_state = 0, .external_lex_state = 13}, - [1400] = {.lex_state = 0, .external_lex_state = 13}, - [1401] = {.lex_state = 0, .external_lex_state = 13}, - [1402] = {.lex_state = 0, .external_lex_state = 13}, - [1403] = {.lex_state = 11, .external_lex_state = 10}, - [1404] = {.lex_state = 0, .external_lex_state = 13}, - [1405] = {.lex_state = 0, .external_lex_state = 13}, - [1406] = {.lex_state = 0, .external_lex_state = 12}, - [1407] = {.lex_state = 0, .external_lex_state = 12}, - [1408] = {.lex_state = 0, .external_lex_state = 11}, - [1409] = {.lex_state = 0, .external_lex_state = 11}, - [1410] = {.lex_state = 0, .external_lex_state = 12}, - [1411] = {.lex_state = 0, .external_lex_state = 12}, - [1412] = {.lex_state = 0, .external_lex_state = 13}, - [1413] = {.lex_state = 0, .external_lex_state = 13}, - [1414] = {.lex_state = 0, .external_lex_state = 13}, - [1415] = {.lex_state = 0, .external_lex_state = 11}, - [1416] = {.lex_state = 0, .external_lex_state = 9}, - [1417] = {.lex_state = 0, .external_lex_state = 12}, - [1418] = {.lex_state = 0, .external_lex_state = 13}, - [1419] = {.lex_state = 0, .external_lex_state = 11}, - [1420] = {.lex_state = 0, .external_lex_state = 13}, - [1421] = {.lex_state = 0, .external_lex_state = 13}, - [1422] = {.lex_state = 11, .external_lex_state = 10}, - [1423] = {.lex_state = 0, .external_lex_state = 13}, - [1424] = {.lex_state = 11, .external_lex_state = 10}, - [1425] = {.lex_state = 0, .external_lex_state = 12}, - [1426] = {.lex_state = 0, .external_lex_state = 12}, - [1427] = {.lex_state = 0, .external_lex_state = 11}, - [1428] = {.lex_state = 11, .external_lex_state = 11}, - [1429] = {.lex_state = 11, .external_lex_state = 10}, - [1430] = {.lex_state = 11, .external_lex_state = 10}, - [1431] = {.lex_state = 0, .external_lex_state = 13}, - [1432] = {.lex_state = 43, .external_lex_state = 10}, - [1433] = {.lex_state = 6, .external_lex_state = 11}, - [1434] = {.lex_state = 0, .external_lex_state = 13}, - [1435] = {.lex_state = 0, .external_lex_state = 11}, - [1436] = {.lex_state = 0, .external_lex_state = 13}, - [1437] = {.lex_state = 11, .external_lex_state = 13}, - [1438] = {.lex_state = 0, .external_lex_state = 12}, - [1439] = {.lex_state = 11, .external_lex_state = 10}, - [1440] = {.lex_state = 0, .external_lex_state = 12}, - [1441] = {.lex_state = 0, .external_lex_state = 13}, - [1442] = {.lex_state = 11, .external_lex_state = 10}, - [1443] = {.lex_state = 0, .external_lex_state = 11}, - [1444] = {.lex_state = 0, .external_lex_state = 9}, - [1445] = {.lex_state = 0, .external_lex_state = 12}, - [1446] = {.lex_state = 11, .external_lex_state = 11}, - [1447] = {.lex_state = 0, .external_lex_state = 12}, - [1448] = {.lex_state = 11, .external_lex_state = 10}, - [1449] = {.lex_state = 0, .external_lex_state = 11}, - [1450] = {.lex_state = 0, .external_lex_state = 13}, - [1451] = {.lex_state = 0, .external_lex_state = 12}, - [1452] = {.lex_state = 0, .external_lex_state = 13}, - [1453] = {.lex_state = 0, .external_lex_state = 13}, - [1454] = {.lex_state = 0, .external_lex_state = 11}, - [1455] = {.lex_state = 0, .external_lex_state = 12}, - [1456] = {.lex_state = 43, .external_lex_state = 10}, - [1457] = {.lex_state = 0, .external_lex_state = 11}, - [1458] = {.lex_state = 0, .external_lex_state = 13}, - [1459] = {.lex_state = 11, .external_lex_state = 10}, - [1460] = {.lex_state = 0, .external_lex_state = 12}, - [1461] = {.lex_state = 43, .external_lex_state = 10}, - [1462] = {.lex_state = 0, .external_lex_state = 13}, - [1463] = {.lex_state = 0, .external_lex_state = 13}, - [1464] = {.lex_state = 0, .external_lex_state = 11}, - [1465] = {.lex_state = 0, .external_lex_state = 13}, - [1466] = {.lex_state = 0, .external_lex_state = 12}, - [1467] = {.lex_state = 0, .external_lex_state = 9}, - [1468] = {.lex_state = 0, .external_lex_state = 13}, - [1469] = {.lex_state = 0, .external_lex_state = 13}, - [1470] = {.lex_state = 43, .external_lex_state = 9}, - [1471] = {.lex_state = 0, .external_lex_state = 13}, - [1472] = {.lex_state = 11, .external_lex_state = 10}, - [1473] = {.lex_state = 0, .external_lex_state = 12}, - [1474] = {.lex_state = 0, .external_lex_state = 12}, - [1475] = {.lex_state = 0, .external_lex_state = 13}, - [1476] = {.lex_state = 11, .external_lex_state = 10}, - [1477] = {.lex_state = 0, .external_lex_state = 12}, - [1478] = {.lex_state = 43, .external_lex_state = 10}, - [1479] = {.lex_state = 0, .external_lex_state = 13}, - [1480] = {.lex_state = 11, .external_lex_state = 10}, - [1481] = {.lex_state = 0, .external_lex_state = 12}, - [1482] = {.lex_state = 0, .external_lex_state = 9}, - [1483] = {.lex_state = 0, .external_lex_state = 12}, - [1484] = {.lex_state = 43, .external_lex_state = 10}, - [1485] = {.lex_state = 0, .external_lex_state = 13}, - [1486] = {.lex_state = 0, .external_lex_state = 13}, - [1487] = {.lex_state = 0, .external_lex_state = 13}, - [1488] = {.lex_state = 0, .external_lex_state = 13}, - [1489] = {.lex_state = 0, .external_lex_state = 13}, - [1490] = {.lex_state = 0, .external_lex_state = 9}, - [1491] = {.lex_state = 0, .external_lex_state = 12}, - [1492] = {.lex_state = 0, .external_lex_state = 13}, - [1493] = {.lex_state = 0, .external_lex_state = 12}, - [1494] = {.lex_state = 0, .external_lex_state = 12}, - [1495] = {.lex_state = 0, .external_lex_state = 11}, - [1496] = {.lex_state = 0, .external_lex_state = 13}, - [1497] = {.lex_state = 0, .external_lex_state = 12}, - [1498] = {.lex_state = 0, .external_lex_state = 13}, - [1499] = {.lex_state = 0, .external_lex_state = 13}, - [1500] = {.lex_state = 0, .external_lex_state = 11}, - [1501] = {.lex_state = 0, .external_lex_state = 13}, - [1502] = {.lex_state = 14, .external_lex_state = 10}, - [1503] = {.lex_state = 0, .external_lex_state = 12}, - [1504] = {.lex_state = 0, .external_lex_state = 11}, - [1505] = {.lex_state = 0, .external_lex_state = 11}, - [1506] = {.lex_state = 0, .external_lex_state = 10}, - [1507] = {.lex_state = 0, .external_lex_state = 9}, - [1508] = {.lex_state = 0, .external_lex_state = 13}, - [1509] = {.lex_state = 0, .external_lex_state = 13}, - [1510] = {.lex_state = 0, .external_lex_state = 13}, - [1511] = {.lex_state = 14, .external_lex_state = 10}, - [1512] = {.lex_state = 14, .external_lex_state = 10}, - [1513] = {.lex_state = 0, .external_lex_state = 9}, - [1514] = {.lex_state = 0, .external_lex_state = 10}, - [1515] = {.lex_state = 0, .external_lex_state = 12}, - [1516] = {.lex_state = 0, .external_lex_state = 9}, - [1517] = {.lex_state = 0, .external_lex_state = 12}, - [1518] = {.lex_state = 14, .external_lex_state = 10}, - [1519] = {.lex_state = 0, .external_lex_state = 13}, - [1520] = {.lex_state = 14, .external_lex_state = 10}, - [1521] = {.lex_state = 0, .external_lex_state = 13}, - [1522] = {.lex_state = 11, .external_lex_state = 10}, - [1523] = {.lex_state = 0, .external_lex_state = 12}, - [1524] = {.lex_state = 0, .external_lex_state = 9}, - [1525] = {.lex_state = 0, .external_lex_state = 13}, - [1526] = {.lex_state = 0, .external_lex_state = 12}, - [1527] = {.lex_state = 0, .external_lex_state = 13}, - [1528] = {.lex_state = 0, .external_lex_state = 13}, - [1529] = {.lex_state = 0, .external_lex_state = 9}, - [1530] = {.lex_state = 0, .external_lex_state = 9}, - [1531] = {.lex_state = 0, .external_lex_state = 13}, - [1532] = {.lex_state = 11, .external_lex_state = 10}, - [1533] = {.lex_state = 0, .external_lex_state = 13}, - [1534] = {.lex_state = 11, .external_lex_state = 10}, - [1535] = {.lex_state = 11, .external_lex_state = 10}, - [1536] = {.lex_state = 0, .external_lex_state = 13}, - [1537] = {.lex_state = 0, .external_lex_state = 13}, - [1538] = {.lex_state = 0, .external_lex_state = 12}, - [1539] = {.lex_state = 11, .external_lex_state = 10}, - [1540] = {.lex_state = 0, .external_lex_state = 12}, - [1541] = {.lex_state = 11, .external_lex_state = 10}, - [1542] = {.lex_state = 0, .external_lex_state = 10}, - [1543] = {.lex_state = 11, .external_lex_state = 10}, - [1544] = {.lex_state = 0, .external_lex_state = 10}, - [1545] = {.lex_state = 0, .external_lex_state = 13}, - [1546] = {.lex_state = 0, .external_lex_state = 9}, - [1547] = {.lex_state = 0, .external_lex_state = 9}, - [1548] = {.lex_state = 0, .external_lex_state = 9}, - [1549] = {.lex_state = 0, .external_lex_state = 9}, - [1550] = {.lex_state = 14, .external_lex_state = 10}, - [1551] = {.lex_state = 0, .external_lex_state = 11}, - [1552] = {.lex_state = 0, .external_lex_state = 11}, - [1553] = {.lex_state = 0, .external_lex_state = 13}, - [1554] = {.lex_state = 0, .external_lex_state = 13}, - [1555] = {.lex_state = 0, .external_lex_state = 12}, - [1556] = {.lex_state = 0, .external_lex_state = 12}, - [1557] = {.lex_state = 43, .external_lex_state = 10}, - [1558] = {.lex_state = 0, .external_lex_state = 11}, - [1559] = {.lex_state = 43, .external_lex_state = 10}, - [1560] = {.lex_state = 43, .external_lex_state = 10}, - [1561] = {.lex_state = 0, .external_lex_state = 12}, - [1562] = {.lex_state = 11, .external_lex_state = 10}, - [1563] = {.lex_state = 0, .external_lex_state = 11}, - [1564] = {.lex_state = 0, .external_lex_state = 11}, - [1565] = {.lex_state = 43, .external_lex_state = 10}, - [1566] = {.lex_state = 0, .external_lex_state = 13}, - [1567] = {.lex_state = 43, .external_lex_state = 10}, - [1568] = {.lex_state = 0, .external_lex_state = 11}, - [1569] = {.lex_state = 11, .external_lex_state = 10}, - [1570] = {.lex_state = 0, .external_lex_state = 13}, - [1571] = {.lex_state = 0, .external_lex_state = 13}, - [1572] = {.lex_state = 0, .external_lex_state = 11}, - [1573] = {.lex_state = 0, .external_lex_state = 11}, - [1574] = {.lex_state = 11, .external_lex_state = 10}, - [1575] = {.lex_state = 0, .external_lex_state = 10}, - [1576] = {.lex_state = 11, .external_lex_state = 10}, - [1577] = {.lex_state = 11, .external_lex_state = 10}, - [1578] = {.lex_state = 0, .external_lex_state = 13}, - [1579] = {.lex_state = 11, .external_lex_state = 10}, - [1580] = {.lex_state = 0, .external_lex_state = 12}, - [1581] = {.lex_state = 0, .external_lex_state = 12}, - [1582] = {.lex_state = 11, .external_lex_state = 10}, - [1583] = {.lex_state = 0, .external_lex_state = 11}, - [1584] = {.lex_state = 0, .external_lex_state = 13}, - [1585] = {.lex_state = 11, .external_lex_state = 10}, - [1586] = {.lex_state = 0, .external_lex_state = 11}, - [1587] = {.lex_state = 43, .external_lex_state = 10}, - [1588] = {.lex_state = 0, .external_lex_state = 10}, - [1589] = {.lex_state = 43, .external_lex_state = 10}, - [1590] = {.lex_state = 0, .external_lex_state = 12}, - [1591] = {.lex_state = 43, .external_lex_state = 10}, - [1592] = {.lex_state = 0, .external_lex_state = 12}, - [1593] = {.lex_state = 0, .external_lex_state = 11}, - [1594] = {.lex_state = 0, .external_lex_state = 11}, - [1595] = {.lex_state = 0, .external_lex_state = 12}, - [1596] = {.lex_state = 0, .external_lex_state = 13}, - [1597] = {.lex_state = 11, .external_lex_state = 10}, - [1598] = {.lex_state = 0, .external_lex_state = 11}, - [1599] = {.lex_state = 0, .external_lex_state = 12}, - [1600] = {.lex_state = 43, .external_lex_state = 10}, - [1601] = {.lex_state = 0, .external_lex_state = 11}, - [1602] = {.lex_state = 0, .external_lex_state = 11}, - [1603] = {.lex_state = 0, .external_lex_state = 11}, - [1604] = {.lex_state = 0, .external_lex_state = 13}, - [1605] = {.lex_state = 0, .external_lex_state = 12}, - [1606] = {.lex_state = 43, .external_lex_state = 10}, - [1607] = {.lex_state = 11, .external_lex_state = 10}, - [1608] = {.lex_state = 43, .external_lex_state = 10}, - [1609] = {.lex_state = 0, .external_lex_state = 11}, - [1610] = {.lex_state = 0, .external_lex_state = 11}, - [1611] = {.lex_state = 11, .external_lex_state = 10}, - [1612] = {.lex_state = 0, .external_lex_state = 13}, - [1613] = {.lex_state = 0, .external_lex_state = 10}, - [1614] = {.lex_state = 0, .external_lex_state = 12}, - [1615] = {.lex_state = 43, .external_lex_state = 10}, - [1616] = {.lex_state = 0, .external_lex_state = 13}, - [1617] = {.lex_state = 0, .external_lex_state = 13}, - [1618] = {.lex_state = 11, .external_lex_state = 10}, - [1619] = {.lex_state = 0, .external_lex_state = 10}, - [1620] = {.lex_state = 0, .external_lex_state = 11}, - [1621] = {.lex_state = 11, .external_lex_state = 10}, - [1622] = {.lex_state = 0, .external_lex_state = 10}, - [1623] = {.lex_state = 11, .external_lex_state = 10}, - [1624] = {.lex_state = 43, .external_lex_state = 10}, - [1625] = {.lex_state = 43, .external_lex_state = 10}, - [1626] = {.lex_state = 11, .external_lex_state = 10}, - [1627] = {.lex_state = 11, .external_lex_state = 10}, - [1628] = {.lex_state = 11, .external_lex_state = 10}, - [1629] = {.lex_state = 43, .external_lex_state = 10}, - [1630] = {.lex_state = 0, .external_lex_state = 13}, - [1631] = {.lex_state = 11, .external_lex_state = 10}, - [1632] = {.lex_state = 11, .external_lex_state = 10}, - [1633] = {.lex_state = 11, .external_lex_state = 10}, - [1634] = {.lex_state = 0, .external_lex_state = 11}, - [1635] = {.lex_state = 11, .external_lex_state = 10}, - [1636] = {.lex_state = 0, .external_lex_state = 11}, - [1637] = {.lex_state = 43, .external_lex_state = 10}, - [1638] = {.lex_state = 0, .external_lex_state = 10}, - [1639] = {.lex_state = 11, .external_lex_state = 10}, - [1640] = {.lex_state = 0, .external_lex_state = 12}, - [1641] = {.lex_state = 0, .external_lex_state = 12}, - [1642] = {.lex_state = 43, .external_lex_state = 10}, - [1643] = {.lex_state = 11, .external_lex_state = 10}, - [1644] = {.lex_state = 43, .external_lex_state = 10}, - [1645] = {.lex_state = 11, .external_lex_state = 10}, - [1646] = {.lex_state = 0, .external_lex_state = 11}, - [1647] = {.lex_state = 11, .external_lex_state = 10}, - [1648] = {.lex_state = 11, .external_lex_state = 10}, - [1649] = {.lex_state = 11, .external_lex_state = 10}, - [1650] = {.lex_state = 11, .external_lex_state = 10}, - [1651] = {.lex_state = 11, .external_lex_state = 10}, - [1652] = {.lex_state = 11, .external_lex_state = 10}, - [1653] = {.lex_state = 0, .external_lex_state = 11}, - [1654] = {.lex_state = 0, .external_lex_state = 12}, - [1655] = {.lex_state = 11, .external_lex_state = 10}, - [1656] = {.lex_state = 0, .external_lex_state = 11}, - [1657] = {.lex_state = 0, .external_lex_state = 12}, - [1658] = {.lex_state = 11, .external_lex_state = 10}, - [1659] = {.lex_state = 0, .external_lex_state = 13}, - [1660] = {.lex_state = 0, .external_lex_state = 10}, - [1661] = {.lex_state = 0, .external_lex_state = 11}, - [1662] = {.lex_state = 0, .external_lex_state = 11}, - [1663] = {.lex_state = 0, .external_lex_state = 13}, - [1664] = {.lex_state = 0, .external_lex_state = 13}, - [1665] = {.lex_state = 11, .external_lex_state = 10}, - [1666] = {.lex_state = 11, .external_lex_state = 10}, - [1667] = {.lex_state = 0, .external_lex_state = 11}, - [1668] = {.lex_state = 0, .external_lex_state = 13}, - [1669] = {.lex_state = 0, .external_lex_state = 13}, - [1670] = {.lex_state = 0, .external_lex_state = 11}, - [1671] = {.lex_state = 0, .external_lex_state = 11}, - [1672] = {.lex_state = 43, .external_lex_state = 10}, - [1673] = {.lex_state = 43, .external_lex_state = 10}, - [1674] = {.lex_state = 0, .external_lex_state = 12}, - [1675] = {.lex_state = 43, .external_lex_state = 10}, - [1676] = {.lex_state = 11, .external_lex_state = 10}, - [1677] = {.lex_state = 43, .external_lex_state = 10}, - [1678] = {.lex_state = 0, .external_lex_state = 11}, - [1679] = {.lex_state = 0, .external_lex_state = 11}, - [1680] = {.lex_state = 11, .external_lex_state = 10}, - [1681] = {.lex_state = 0, .external_lex_state = 11}, - [1682] = {.lex_state = 11, .external_lex_state = 10}, - [1683] = {.lex_state = 0, .external_lex_state = 12}, - [1684] = {.lex_state = 0, .external_lex_state = 12}, - [1685] = {.lex_state = 0, .external_lex_state = 13}, - [1686] = {.lex_state = 0, .external_lex_state = 13}, - [1687] = {.lex_state = 0, .external_lex_state = 10}, - [1688] = {.lex_state = 11, .external_lex_state = 10}, - [1689] = {.lex_state = 43, .external_lex_state = 10}, - [1690] = {.lex_state = 43, .external_lex_state = 10}, - [1691] = {.lex_state = 43, .external_lex_state = 10}, - [1692] = {.lex_state = 43, .external_lex_state = 10}, - [1693] = {.lex_state = 43, .external_lex_state = 10}, - [1694] = {.lex_state = 43, .external_lex_state = 10}, - [1695] = {.lex_state = 43, .external_lex_state = 10}, - [1696] = {.lex_state = 43, .external_lex_state = 10}, - [1697] = {.lex_state = 11, .external_lex_state = 10}, - [1698] = {.lex_state = 0, .external_lex_state = 11}, + [1] = {.lex_state = 47, .external_lex_state = 2}, + [2] = {.lex_state = 47, .external_lex_state = 3}, + [3] = {.lex_state = 47, .external_lex_state = 3}, + [4] = {.lex_state = 47, .external_lex_state = 3}, + [5] = {.lex_state = 47, .external_lex_state = 3}, + [6] = {.lex_state = 47, .external_lex_state = 3}, + [7] = {.lex_state = 47, .external_lex_state = 3}, + [8] = {.lex_state = 47, .external_lex_state = 3}, + [9] = {.lex_state = 47, .external_lex_state = 3}, + [10] = {.lex_state = 47, .external_lex_state = 3}, + [11] = {.lex_state = 47, .external_lex_state = 3}, + [12] = {.lex_state = 47, .external_lex_state = 3}, + [13] = {.lex_state = 47, .external_lex_state = 3}, + [14] = {.lex_state = 47, .external_lex_state = 3}, + [15] = {.lex_state = 47, .external_lex_state = 3}, + [16] = {.lex_state = 47, .external_lex_state = 3}, + [17] = {.lex_state = 47, .external_lex_state = 3}, + [18] = {.lex_state = 47, .external_lex_state = 3}, + [19] = {.lex_state = 47, .external_lex_state = 3}, + [20] = {.lex_state = 47, .external_lex_state = 3}, + [21] = {.lex_state = 47, .external_lex_state = 3}, + [22] = {.lex_state = 47, .external_lex_state = 3}, + [23] = {.lex_state = 47, .external_lex_state = 3}, + [24] = {.lex_state = 47, .external_lex_state = 3}, + [25] = {.lex_state = 47, .external_lex_state = 3}, + [26] = {.lex_state = 47, .external_lex_state = 3}, + [27] = {.lex_state = 47, .external_lex_state = 3}, + [28] = {.lex_state = 47, .external_lex_state = 3}, + [29] = {.lex_state = 47, .external_lex_state = 3}, + [30] = {.lex_state = 47, .external_lex_state = 3}, + [31] = {.lex_state = 47, .external_lex_state = 3}, + [32] = {.lex_state = 47, .external_lex_state = 3}, + [33] = {.lex_state = 47, .external_lex_state = 3}, + [34] = {.lex_state = 47, .external_lex_state = 3}, + [35] = {.lex_state = 47, .external_lex_state = 3}, + [36] = {.lex_state = 47, .external_lex_state = 2}, + [37] = {.lex_state = 47, .external_lex_state = 3}, + [38] = {.lex_state = 47, .external_lex_state = 3}, + [39] = {.lex_state = 47, .external_lex_state = 2}, + [40] = {.lex_state = 47, .external_lex_state = 4}, + [41] = {.lex_state = 47, .external_lex_state = 5}, + [42] = {.lex_state = 47, .external_lex_state = 5}, + [43] = {.lex_state = 47, .external_lex_state = 5}, + [44] = {.lex_state = 47, .external_lex_state = 5}, + [45] = {.lex_state = 47, .external_lex_state = 5}, + [46] = {.lex_state = 47, .external_lex_state = 5}, + [47] = {.lex_state = 47, .external_lex_state = 5}, + [48] = {.lex_state = 47, .external_lex_state = 5}, + [49] = {.lex_state = 47, .external_lex_state = 5}, + [50] = {.lex_state = 47, .external_lex_state = 5}, + [51] = {.lex_state = 47, .external_lex_state = 5}, + [52] = {.lex_state = 47, .external_lex_state = 5}, + [53] = {.lex_state = 47, .external_lex_state = 5}, + [54] = {.lex_state = 47, .external_lex_state = 5}, + [55] = {.lex_state = 47, .external_lex_state = 5}, + [56] = {.lex_state = 47, .external_lex_state = 5}, + [57] = {.lex_state = 47, .external_lex_state = 5}, + [58] = {.lex_state = 47, .external_lex_state = 5}, + [59] = {.lex_state = 47, .external_lex_state = 5}, + [60] = {.lex_state = 47, .external_lex_state = 5}, + [61] = {.lex_state = 47, .external_lex_state = 5}, + [62] = {.lex_state = 47, .external_lex_state = 5}, + [63] = {.lex_state = 47, .external_lex_state = 5}, + [64] = {.lex_state = 47, .external_lex_state = 5}, + [65] = {.lex_state = 47, .external_lex_state = 5}, + [66] = {.lex_state = 47, .external_lex_state = 5}, + [67] = {.lex_state = 47, .external_lex_state = 5}, + [68] = {.lex_state = 47, .external_lex_state = 5}, + [69] = {.lex_state = 47, .external_lex_state = 5}, + [70] = {.lex_state = 47, .external_lex_state = 5}, + [71] = {.lex_state = 47, .external_lex_state = 5}, + [72] = {.lex_state = 47, .external_lex_state = 5}, + [73] = {.lex_state = 47, .external_lex_state = 4}, + [74] = {.lex_state = 47, .external_lex_state = 4}, + [75] = {.lex_state = 47, .external_lex_state = 4}, + [76] = {.lex_state = 47, .external_lex_state = 4}, + [77] = {.lex_state = 47, .external_lex_state = 4}, + [78] = {.lex_state = 47, .external_lex_state = 4}, + [79] = {.lex_state = 47, .external_lex_state = 2}, + [80] = {.lex_state = 47, .external_lex_state = 4}, + [81] = {.lex_state = 47, .external_lex_state = 4}, + [82] = {.lex_state = 47, .external_lex_state = 6}, + [83] = {.lex_state = 47, .external_lex_state = 7}, + [84] = {.lex_state = 47, .external_lex_state = 7}, + [85] = {.lex_state = 26, .external_lex_state = 2}, + [86] = {.lex_state = 47, .external_lex_state = 6}, + [87] = {.lex_state = 47, .external_lex_state = 7}, + [88] = {.lex_state = 26, .external_lex_state = 2}, + [89] = {.lex_state = 47, .external_lex_state = 6}, + [90] = {.lex_state = 47, .external_lex_state = 7}, + [91] = {.lex_state = 47, .external_lex_state = 7}, + [92] = {.lex_state = 47, .external_lex_state = 2}, + [93] = {.lex_state = 47, .external_lex_state = 2}, + [94] = {.lex_state = 47, .external_lex_state = 6}, + [95] = {.lex_state = 47, .external_lex_state = 7}, + [96] = {.lex_state = 47, .external_lex_state = 6}, + [97] = {.lex_state = 47, .external_lex_state = 6}, + [98] = {.lex_state = 47, .external_lex_state = 2}, + [99] = {.lex_state = 47, .external_lex_state = 8}, + [100] = {.lex_state = 47, .external_lex_state = 8}, + [101] = {.lex_state = 47, .external_lex_state = 8}, + [102] = {.lex_state = 47, .external_lex_state = 8}, + [103] = {.lex_state = 47, .external_lex_state = 8}, + [104] = {.lex_state = 47, .external_lex_state = 8}, + [105] = {.lex_state = 47, .external_lex_state = 8}, + [106] = {.lex_state = 47, .external_lex_state = 6}, + [107] = {.lex_state = 47, .external_lex_state = 6}, + [108] = {.lex_state = 47, .external_lex_state = 6}, + [109] = {.lex_state = 47, .external_lex_state = 6}, + [110] = {.lex_state = 47, .external_lex_state = 6}, + [111] = {.lex_state = 47, .external_lex_state = 6}, + [112] = {.lex_state = 47, .external_lex_state = 6}, + [113] = {.lex_state = 47, .external_lex_state = 6}, + [114] = {.lex_state = 47, .external_lex_state = 6}, + [115] = {.lex_state = 47, .external_lex_state = 6}, + [116] = {.lex_state = 47, .external_lex_state = 6}, + [117] = {.lex_state = 47, .external_lex_state = 6}, + [118] = {.lex_state = 47, .external_lex_state = 6}, + [119] = {.lex_state = 47, .external_lex_state = 6}, + [120] = {.lex_state = 47, .external_lex_state = 6}, + [121] = {.lex_state = 47, .external_lex_state = 6}, + [122] = {.lex_state = 47, .external_lex_state = 6}, + [123] = {.lex_state = 47, .external_lex_state = 6}, + [124] = {.lex_state = 47, .external_lex_state = 6}, + [125] = {.lex_state = 47, .external_lex_state = 6}, + [126] = {.lex_state = 47, .external_lex_state = 6}, + [127] = {.lex_state = 47, .external_lex_state = 6}, + [128] = {.lex_state = 47, .external_lex_state = 6}, + [129] = {.lex_state = 47, .external_lex_state = 6}, + [130] = {.lex_state = 47, .external_lex_state = 6}, + [131] = {.lex_state = 47, .external_lex_state = 6}, + [132] = {.lex_state = 47, .external_lex_state = 6}, + [133] = {.lex_state = 47, .external_lex_state = 6}, + [134] = {.lex_state = 47, .external_lex_state = 6}, + [135] = {.lex_state = 47, .external_lex_state = 6}, + [136] = {.lex_state = 47, .external_lex_state = 6}, + [137] = {.lex_state = 47, .external_lex_state = 6}, + [138] = {.lex_state = 47, .external_lex_state = 6}, + [139] = {.lex_state = 47, .external_lex_state = 6}, + [140] = {.lex_state = 47, .external_lex_state = 6}, + [141] = {.lex_state = 47, .external_lex_state = 6}, + [142] = {.lex_state = 47, .external_lex_state = 2}, + [143] = {.lex_state = 47, .external_lex_state = 7}, + [144] = {.lex_state = 47, .external_lex_state = 7}, + [145] = {.lex_state = 47, .external_lex_state = 6}, + [146] = {.lex_state = 47, .external_lex_state = 6}, + [147] = {.lex_state = 47, .external_lex_state = 7}, + [148] = {.lex_state = 47, .external_lex_state = 8}, + [149] = {.lex_state = 47, .external_lex_state = 6}, + [150] = {.lex_state = 47, .external_lex_state = 8}, + [151] = {.lex_state = 47, .external_lex_state = 7}, + [152] = {.lex_state = 47, .external_lex_state = 6}, + [153] = {.lex_state = 47, .external_lex_state = 6}, + [154] = {.lex_state = 47, .external_lex_state = 6}, + [155] = {.lex_state = 47, .external_lex_state = 7}, + [156] = {.lex_state = 47, .external_lex_state = 8}, + [157] = {.lex_state = 47, .external_lex_state = 6}, + [158] = {.lex_state = 47, .external_lex_state = 6}, + [159] = {.lex_state = 47, .external_lex_state = 7}, + [160] = {.lex_state = 47, .external_lex_state = 7}, + [161] = {.lex_state = 27, .external_lex_state = 4}, + [162] = {.lex_state = 27, .external_lex_state = 9}, + [163] = {.lex_state = 27, .external_lex_state = 9}, + [164] = {.lex_state = 47, .external_lex_state = 6}, + [165] = {.lex_state = 47, .external_lex_state = 8}, + [166] = {.lex_state = 47, .external_lex_state = 7}, + [167] = {.lex_state = 47, .external_lex_state = 7}, + [168] = {.lex_state = 47, .external_lex_state = 6}, + [169] = {.lex_state = 47, .external_lex_state = 6}, + [170] = {.lex_state = 47, .external_lex_state = 6}, + [171] = {.lex_state = 47, .external_lex_state = 7}, + [172] = {.lex_state = 47, .external_lex_state = 7}, + [173] = {.lex_state = 47, .external_lex_state = 8}, + [174] = {.lex_state = 47, .external_lex_state = 8}, + [175] = {.lex_state = 47, .external_lex_state = 8}, + [176] = {.lex_state = 47, .external_lex_state = 8}, + [177] = {.lex_state = 47, .external_lex_state = 8}, + [178] = {.lex_state = 47, .external_lex_state = 8}, + [179] = {.lex_state = 26, .external_lex_state = 8}, + [180] = {.lex_state = 47, .external_lex_state = 8}, + [181] = {.lex_state = 47, .external_lex_state = 8}, + [182] = {.lex_state = 47, .external_lex_state = 8}, + [183] = {.lex_state = 47, .external_lex_state = 8}, + [184] = {.lex_state = 47, .external_lex_state = 6}, + [185] = {.lex_state = 47, .external_lex_state = 6}, + [186] = {.lex_state = 47, .external_lex_state = 8}, + [187] = {.lex_state = 47, .external_lex_state = 8}, + [188] = {.lex_state = 47, .external_lex_state = 7}, + [189] = {.lex_state = 47, .external_lex_state = 7}, + [190] = {.lex_state = 26, .external_lex_state = 8}, + [191] = {.lex_state = 47, .external_lex_state = 8}, + [192] = {.lex_state = 47, .external_lex_state = 8}, + [193] = {.lex_state = 47, .external_lex_state = 8}, + [194] = {.lex_state = 47, .external_lex_state = 8}, + [195] = {.lex_state = 26, .external_lex_state = 7}, + [196] = {.lex_state = 26, .external_lex_state = 7}, + [197] = {.lex_state = 26, .external_lex_state = 7}, + [198] = {.lex_state = 47, .external_lex_state = 4}, + [199] = {.lex_state = 26, .external_lex_state = 7}, + [200] = {.lex_state = 26, .external_lex_state = 7}, + [201] = {.lex_state = 26, .external_lex_state = 7}, + [202] = {.lex_state = 26, .external_lex_state = 7}, + [203] = {.lex_state = 26, .external_lex_state = 7}, + [204] = {.lex_state = 26, .external_lex_state = 7}, + [205] = {.lex_state = 26, .external_lex_state = 2}, + [206] = {.lex_state = 26, .external_lex_state = 7}, + [207] = {.lex_state = 47, .external_lex_state = 2}, + [208] = {.lex_state = 26, .external_lex_state = 7}, + [209] = {.lex_state = 26, .external_lex_state = 7}, + [210] = {.lex_state = 26, .external_lex_state = 7}, + [211] = {.lex_state = 26, .external_lex_state = 7}, + [212] = {.lex_state = 26, .external_lex_state = 2}, + [213] = {.lex_state = 47, .external_lex_state = 2}, + [214] = {.lex_state = 26, .external_lex_state = 7}, + [215] = {.lex_state = 26, .external_lex_state = 7}, + [216] = {.lex_state = 47, .external_lex_state = 2}, + [217] = {.lex_state = 47, .external_lex_state = 2}, + [218] = {.lex_state = 26, .external_lex_state = 7}, + [219] = {.lex_state = 26, .external_lex_state = 7}, + [220] = {.lex_state = 26, .external_lex_state = 7}, + [221] = {.lex_state = 26, .external_lex_state = 7}, + [222] = {.lex_state = 26, .external_lex_state = 7}, + [223] = {.lex_state = 26, .external_lex_state = 7}, + [224] = {.lex_state = 26, .external_lex_state = 7}, + [225] = {.lex_state = 26, .external_lex_state = 2}, + [226] = {.lex_state = 26, .external_lex_state = 2}, + [227] = {.lex_state = 47, .external_lex_state = 4}, + [228] = {.lex_state = 27, .external_lex_state = 9}, + [229] = {.lex_state = 47, .external_lex_state = 6}, + [230] = {.lex_state = 27, .external_lex_state = 9}, + [231] = {.lex_state = 47, .external_lex_state = 4}, + [232] = {.lex_state = 47, .external_lex_state = 2}, + [233] = {.lex_state = 26, .external_lex_state = 2}, + [234] = {.lex_state = 47, .external_lex_state = 2}, + [235] = {.lex_state = 47, .external_lex_state = 7}, + [236] = {.lex_state = 47, .external_lex_state = 2}, + [237] = {.lex_state = 47, .external_lex_state = 4}, + [238] = {.lex_state = 47, .external_lex_state = 4}, + [239] = {.lex_state = 26, .external_lex_state = 2}, + [240] = {.lex_state = 47, .external_lex_state = 4}, + [241] = {.lex_state = 47, .external_lex_state = 2}, + [242] = {.lex_state = 47, .external_lex_state = 7}, + [243] = {.lex_state = 26, .external_lex_state = 2}, + [244] = {.lex_state = 26, .external_lex_state = 2}, + [245] = {.lex_state = 47, .external_lex_state = 2}, + [246] = {.lex_state = 26, .external_lex_state = 2}, + [247] = {.lex_state = 26, .external_lex_state = 2}, + [248] = {.lex_state = 47, .external_lex_state = 2}, + [249] = {.lex_state = 47, .external_lex_state = 2}, + [250] = {.lex_state = 47, .external_lex_state = 2}, + [251] = {.lex_state = 47, .external_lex_state = 2}, + [252] = {.lex_state = 47, .external_lex_state = 7}, + [253] = {.lex_state = 47, .external_lex_state = 2}, + [254] = {.lex_state = 26, .external_lex_state = 2}, + [255] = {.lex_state = 47, .external_lex_state = 4}, + [256] = {.lex_state = 47, .external_lex_state = 2}, + [257] = {.lex_state = 47, .external_lex_state = 6}, + [258] = {.lex_state = 47, .external_lex_state = 4}, + [259] = {.lex_state = 47, .external_lex_state = 2}, + [260] = {.lex_state = 47, .external_lex_state = 4}, + [261] = {.lex_state = 47, .external_lex_state = 2}, + [262] = {.lex_state = 47, .external_lex_state = 2}, + [263] = {.lex_state = 47, .external_lex_state = 2}, + [264] = {.lex_state = 47, .external_lex_state = 2}, + [265] = {.lex_state = 26, .external_lex_state = 2}, + [266] = {.lex_state = 31, .external_lex_state = 9}, + [267] = {.lex_state = 47, .external_lex_state = 2}, + [268] = {.lex_state = 31, .external_lex_state = 9}, + [269] = {.lex_state = 47, .external_lex_state = 2}, + [270] = {.lex_state = 31, .external_lex_state = 9}, + [271] = {.lex_state = 26, .external_lex_state = 2}, + [272] = {.lex_state = 26, .external_lex_state = 2}, + [273] = {.lex_state = 31, .external_lex_state = 9}, + [274] = {.lex_state = 31, .external_lex_state = 9}, + [275] = {.lex_state = 47, .external_lex_state = 2}, + [276] = {.lex_state = 47, .external_lex_state = 2}, + [277] = {.lex_state = 47, .external_lex_state = 2}, + [278] = {.lex_state = 31, .external_lex_state = 9}, + [279] = {.lex_state = 47, .external_lex_state = 2}, + [280] = {.lex_state = 47, .external_lex_state = 2}, + [281] = {.lex_state = 47, .external_lex_state = 2}, + [282] = {.lex_state = 47, .external_lex_state = 2}, + [283] = {.lex_state = 26, .external_lex_state = 2}, + [284] = {.lex_state = 26, .external_lex_state = 2}, + [285] = {.lex_state = 26, .external_lex_state = 2}, + [286] = {.lex_state = 47, .external_lex_state = 2}, + [287] = {.lex_state = 47, .external_lex_state = 2}, + [288] = {.lex_state = 47, .external_lex_state = 2}, + [289] = {.lex_state = 47, .external_lex_state = 2}, + [290] = {.lex_state = 31, .external_lex_state = 9}, + [291] = {.lex_state = 31, .external_lex_state = 9}, + [292] = {.lex_state = 31, .external_lex_state = 9}, + [293] = {.lex_state = 47, .external_lex_state = 2}, + [294] = {.lex_state = 47, .external_lex_state = 2}, + [295] = {.lex_state = 26, .external_lex_state = 2}, + [296] = {.lex_state = 31, .external_lex_state = 9}, + [297] = {.lex_state = 47, .external_lex_state = 2}, + [298] = {.lex_state = 47, .external_lex_state = 2}, + [299] = {.lex_state = 47, .external_lex_state = 2}, + [300] = {.lex_state = 47, .external_lex_state = 2}, + [301] = {.lex_state = 47, .external_lex_state = 2}, + [302] = {.lex_state = 47, .external_lex_state = 2}, + [303] = {.lex_state = 47, .external_lex_state = 2}, + [304] = {.lex_state = 47, .external_lex_state = 2}, + [305] = {.lex_state = 47, .external_lex_state = 2}, + [306] = {.lex_state = 47, .external_lex_state = 2}, + [307] = {.lex_state = 47, .external_lex_state = 2}, + [308] = {.lex_state = 31, .external_lex_state = 10}, + [309] = {.lex_state = 47, .external_lex_state = 2}, + [310] = {.lex_state = 47, .external_lex_state = 2}, + [311] = {.lex_state = 47, .external_lex_state = 2}, + [312] = {.lex_state = 31, .external_lex_state = 10}, + [313] = {.lex_state = 47, .external_lex_state = 2}, + [314] = {.lex_state = 47, .external_lex_state = 2}, + [315] = {.lex_state = 47, .external_lex_state = 2}, + [316] = {.lex_state = 47, .external_lex_state = 2}, + [317] = {.lex_state = 47, .external_lex_state = 2}, + [318] = {.lex_state = 31, .external_lex_state = 10}, + [319] = {.lex_state = 47, .external_lex_state = 2}, + [320] = {.lex_state = 47, .external_lex_state = 2}, + [321] = {.lex_state = 47, .external_lex_state = 2}, + [322] = {.lex_state = 47, .external_lex_state = 2}, + [323] = {.lex_state = 47, .external_lex_state = 2}, + [324] = {.lex_state = 47, .external_lex_state = 2}, + [325] = {.lex_state = 47, .external_lex_state = 2}, + [326] = {.lex_state = 47, .external_lex_state = 2}, + [327] = {.lex_state = 47, .external_lex_state = 2}, + [328] = {.lex_state = 47, .external_lex_state = 2}, + [329] = {.lex_state = 47, .external_lex_state = 2}, + [330] = {.lex_state = 47, .external_lex_state = 2}, + [331] = {.lex_state = 47, .external_lex_state = 2}, + [332] = {.lex_state = 31, .external_lex_state = 10}, + [333] = {.lex_state = 47, .external_lex_state = 2}, + [334] = {.lex_state = 47, .external_lex_state = 2}, + [335] = {.lex_state = 47, .external_lex_state = 2}, + [336] = {.lex_state = 47, .external_lex_state = 2}, + [337] = {.lex_state = 47, .external_lex_state = 2}, + [338] = {.lex_state = 47, .external_lex_state = 2}, + [339] = {.lex_state = 47, .external_lex_state = 2}, + [340] = {.lex_state = 47, .external_lex_state = 2}, + [341] = {.lex_state = 47, .external_lex_state = 2}, + [342] = {.lex_state = 47, .external_lex_state = 2}, + [343] = {.lex_state = 47, .external_lex_state = 2}, + [344] = {.lex_state = 47, .external_lex_state = 2}, + [345] = {.lex_state = 47, .external_lex_state = 2}, + [346] = {.lex_state = 47, .external_lex_state = 2}, + [347] = {.lex_state = 31, .external_lex_state = 10}, + [348] = {.lex_state = 47, .external_lex_state = 2}, + [349] = {.lex_state = 47, .external_lex_state = 2}, + [350] = {.lex_state = 31, .external_lex_state = 10}, + [351] = {.lex_state = 47, .external_lex_state = 2}, + [352] = {.lex_state = 47, .external_lex_state = 2}, + [353] = {.lex_state = 47, .external_lex_state = 2}, + [354] = {.lex_state = 47, .external_lex_state = 2}, + [355] = {.lex_state = 47, .external_lex_state = 2}, + [356] = {.lex_state = 47, .external_lex_state = 2}, + [357] = {.lex_state = 47, .external_lex_state = 2}, + [358] = {.lex_state = 47, .external_lex_state = 2}, + [359] = {.lex_state = 47, .external_lex_state = 2}, + [360] = {.lex_state = 47, .external_lex_state = 2}, + [361] = {.lex_state = 47, .external_lex_state = 2}, + [362] = {.lex_state = 47, .external_lex_state = 2}, + [363] = {.lex_state = 47, .external_lex_state = 2}, + [364] = {.lex_state = 47, .external_lex_state = 2}, + [365] = {.lex_state = 47, .external_lex_state = 2}, + [366] = {.lex_state = 47, .external_lex_state = 2}, + [367] = {.lex_state = 47, .external_lex_state = 2}, + [368] = {.lex_state = 47, .external_lex_state = 2}, + [369] = {.lex_state = 47, .external_lex_state = 2}, + [370] = {.lex_state = 47, .external_lex_state = 2}, + [371] = {.lex_state = 47, .external_lex_state = 2}, + [372] = {.lex_state = 47, .external_lex_state = 2}, + [373] = {.lex_state = 47, .external_lex_state = 2}, + [374] = {.lex_state = 47, .external_lex_state = 2}, + [375] = {.lex_state = 47, .external_lex_state = 2}, + [376] = {.lex_state = 47, .external_lex_state = 2}, + [377] = {.lex_state = 47, .external_lex_state = 2}, + [378] = {.lex_state = 47, .external_lex_state = 2}, + [379] = {.lex_state = 47, .external_lex_state = 2}, + [380] = {.lex_state = 47, .external_lex_state = 2}, + [381] = {.lex_state = 47, .external_lex_state = 2}, + [382] = {.lex_state = 47, .external_lex_state = 2}, + [383] = {.lex_state = 47, .external_lex_state = 2}, + [384] = {.lex_state = 47, .external_lex_state = 2}, + [385] = {.lex_state = 47, .external_lex_state = 2}, + [386] = {.lex_state = 47, .external_lex_state = 2}, + [387] = {.lex_state = 31, .external_lex_state = 10}, + [388] = {.lex_state = 47, .external_lex_state = 2}, + [389] = {.lex_state = 47, .external_lex_state = 2}, + [390] = {.lex_state = 47, .external_lex_state = 2}, + [391] = {.lex_state = 47, .external_lex_state = 2}, + [392] = {.lex_state = 47, .external_lex_state = 2}, + [393] = {.lex_state = 47, .external_lex_state = 2}, + [394] = {.lex_state = 47, .external_lex_state = 2}, + [395] = {.lex_state = 47, .external_lex_state = 3}, + [396] = {.lex_state = 47, .external_lex_state = 2}, + [397] = {.lex_state = 47, .external_lex_state = 2}, + [398] = {.lex_state = 47, .external_lex_state = 2}, + [399] = {.lex_state = 47, .external_lex_state = 2}, + [400] = {.lex_state = 47, .external_lex_state = 2}, + [401] = {.lex_state = 47, .external_lex_state = 2}, + [402] = {.lex_state = 47, .external_lex_state = 2}, + [403] = {.lex_state = 47, .external_lex_state = 2}, + [404] = {.lex_state = 47, .external_lex_state = 3}, + [405] = {.lex_state = 47, .external_lex_state = 2}, + [406] = {.lex_state = 47, .external_lex_state = 2}, + [407] = {.lex_state = 47, .external_lex_state = 3}, + [408] = {.lex_state = 47, .external_lex_state = 3}, + [409] = {.lex_state = 47, .external_lex_state = 2}, + [410] = {.lex_state = 47, .external_lex_state = 2}, + [411] = {.lex_state = 47, .external_lex_state = 2}, + [412] = {.lex_state = 47, .external_lex_state = 3}, + [413] = {.lex_state = 47, .external_lex_state = 2}, + [414] = {.lex_state = 47, .external_lex_state = 2}, + [415] = {.lex_state = 47, .external_lex_state = 2}, + [416] = {.lex_state = 47, .external_lex_state = 3}, + [417] = {.lex_state = 47, .external_lex_state = 3}, + [418] = {.lex_state = 47, .external_lex_state = 3}, + [419] = {.lex_state = 47, .external_lex_state = 3}, + [420] = {.lex_state = 47, .external_lex_state = 3}, + [421] = {.lex_state = 47, .external_lex_state = 3}, + [422] = {.lex_state = 47, .external_lex_state = 3}, + [423] = {.lex_state = 47, .external_lex_state = 2}, + [424] = {.lex_state = 47, .external_lex_state = 3}, + [425] = {.lex_state = 47, .external_lex_state = 2}, + [426] = {.lex_state = 47, .external_lex_state = 2}, + [427] = {.lex_state = 47, .external_lex_state = 3}, + [428] = {.lex_state = 47, .external_lex_state = 3}, + [429] = {.lex_state = 47, .external_lex_state = 2}, + [430] = {.lex_state = 47, .external_lex_state = 3}, + [431] = {.lex_state = 47, .external_lex_state = 2}, + [432] = {.lex_state = 47, .external_lex_state = 2}, + [433] = {.lex_state = 47, .external_lex_state = 2}, + [434] = {.lex_state = 47, .external_lex_state = 3}, + [435] = {.lex_state = 47, .external_lex_state = 2}, + [436] = {.lex_state = 47, .external_lex_state = 3}, + [437] = {.lex_state = 47, .external_lex_state = 2}, + [438] = {.lex_state = 47, .external_lex_state = 2}, + [439] = {.lex_state = 47, .external_lex_state = 2}, + [440] = {.lex_state = 47, .external_lex_state = 3}, + [441] = {.lex_state = 47, .external_lex_state = 2}, + [442] = {.lex_state = 47, .external_lex_state = 6}, + [443] = {.lex_state = 47, .external_lex_state = 6}, + [444] = {.lex_state = 47, .external_lex_state = 3}, + [445] = {.lex_state = 47, .external_lex_state = 2}, + [446] = {.lex_state = 47, .external_lex_state = 7}, + [447] = {.lex_state = 47, .external_lex_state = 3}, + [448] = {.lex_state = 47, .external_lex_state = 3}, + [449] = {.lex_state = 47, .external_lex_state = 2}, + [450] = {.lex_state = 47, .external_lex_state = 2}, + [451] = {.lex_state = 47, .external_lex_state = 3}, + [452] = {.lex_state = 47, .external_lex_state = 2}, + [453] = {.lex_state = 47, .external_lex_state = 7}, + [454] = {.lex_state = 47, .external_lex_state = 2}, + [455] = {.lex_state = 47, .external_lex_state = 6}, + [456] = {.lex_state = 47, .external_lex_state = 3}, + [457] = {.lex_state = 47, .external_lex_state = 3}, + [458] = {.lex_state = 47, .external_lex_state = 3}, + [459] = {.lex_state = 47, .external_lex_state = 3}, + [460] = {.lex_state = 47, .external_lex_state = 2}, + [461] = {.lex_state = 47, .external_lex_state = 3}, + [462] = {.lex_state = 47, .external_lex_state = 3}, + [463] = {.lex_state = 47, .external_lex_state = 2}, + [464] = {.lex_state = 47, .external_lex_state = 3}, + [465] = {.lex_state = 47, .external_lex_state = 2}, + [466] = {.lex_state = 47, .external_lex_state = 3}, + [467] = {.lex_state = 47, .external_lex_state = 3}, + [468] = {.lex_state = 47, .external_lex_state = 2}, + [469] = {.lex_state = 47, .external_lex_state = 2}, + [470] = {.lex_state = 47, .external_lex_state = 3}, + [471] = {.lex_state = 47, .external_lex_state = 2}, + [472] = {.lex_state = 47, .external_lex_state = 2}, + [473] = {.lex_state = 47, .external_lex_state = 3}, + [474] = {.lex_state = 47, .external_lex_state = 2}, + [475] = {.lex_state = 47, .external_lex_state = 2}, + [476] = {.lex_state = 47, .external_lex_state = 3}, + [477] = {.lex_state = 47, .external_lex_state = 3}, + [478] = {.lex_state = 47, .external_lex_state = 2}, + [479] = {.lex_state = 47, .external_lex_state = 2}, + [480] = {.lex_state = 47, .external_lex_state = 2}, + [481] = {.lex_state = 47, .external_lex_state = 2}, + [482] = {.lex_state = 47, .external_lex_state = 2}, + [483] = {.lex_state = 47, .external_lex_state = 2}, + [484] = {.lex_state = 47, .external_lex_state = 2}, + [485] = {.lex_state = 47, .external_lex_state = 2}, + [486] = {.lex_state = 47, .external_lex_state = 2}, + [487] = {.lex_state = 47, .external_lex_state = 2}, + [488] = {.lex_state = 47, .external_lex_state = 2}, + [489] = {.lex_state = 47, .external_lex_state = 2}, + [490] = {.lex_state = 47, .external_lex_state = 2}, + [491] = {.lex_state = 47, .external_lex_state = 3}, + [492] = {.lex_state = 47, .external_lex_state = 2}, + [493] = {.lex_state = 47, .external_lex_state = 2}, + [494] = {.lex_state = 47, .external_lex_state = 2}, + [495] = {.lex_state = 47, .external_lex_state = 3}, + [496] = {.lex_state = 47, .external_lex_state = 3}, + [497] = {.lex_state = 47, .external_lex_state = 2}, + [498] = {.lex_state = 47, .external_lex_state = 2}, + [499] = {.lex_state = 47, .external_lex_state = 3}, + [500] = {.lex_state = 47, .external_lex_state = 3}, + [501] = {.lex_state = 47, .external_lex_state = 3}, + [502] = {.lex_state = 47, .external_lex_state = 3}, + [503] = {.lex_state = 47, .external_lex_state = 3}, + [504] = {.lex_state = 47, .external_lex_state = 3}, + [505] = {.lex_state = 47, .external_lex_state = 2}, + [506] = {.lex_state = 47, .external_lex_state = 3}, + [507] = {.lex_state = 47, .external_lex_state = 2}, + [508] = {.lex_state = 47, .external_lex_state = 3}, + [509] = {.lex_state = 47, .external_lex_state = 2}, + [510] = {.lex_state = 47, .external_lex_state = 2}, + [511] = {.lex_state = 47, .external_lex_state = 3}, + [512] = {.lex_state = 47, .external_lex_state = 2}, + [513] = {.lex_state = 47, .external_lex_state = 3}, + [514] = {.lex_state = 47, .external_lex_state = 3}, + [515] = {.lex_state = 47, .external_lex_state = 3}, + [516] = {.lex_state = 47, .external_lex_state = 2}, + [517] = {.lex_state = 47, .external_lex_state = 2}, + [518] = {.lex_state = 47, .external_lex_state = 2}, + [519] = {.lex_state = 47, .external_lex_state = 6}, + [520] = {.lex_state = 47, .external_lex_state = 2}, + [521] = {.lex_state = 47, .external_lex_state = 2}, + [522] = {.lex_state = 47, .external_lex_state = 2}, + [523] = {.lex_state = 26, .external_lex_state = 2}, + [524] = {.lex_state = 47, .external_lex_state = 6}, + [525] = {.lex_state = 31, .external_lex_state = 11}, + [526] = {.lex_state = 31, .external_lex_state = 11}, + [527] = {.lex_state = 47, .external_lex_state = 2}, + [528] = {.lex_state = 47, .external_lex_state = 2}, + [529] = {.lex_state = 31, .external_lex_state = 11}, + [530] = {.lex_state = 47, .external_lex_state = 2}, + [531] = {.lex_state = 47, .external_lex_state = 2}, + [532] = {.lex_state = 47, .external_lex_state = 2}, + [533] = {.lex_state = 47, .external_lex_state = 2}, + [534] = {.lex_state = 47, .external_lex_state = 2}, + [535] = {.lex_state = 47, .external_lex_state = 2}, + [536] = {.lex_state = 47, .external_lex_state = 2}, + [537] = {.lex_state = 47, .external_lex_state = 2}, + [538] = {.lex_state = 47, .external_lex_state = 2}, + [539] = {.lex_state = 47, .external_lex_state = 2}, + [540] = {.lex_state = 47, .external_lex_state = 2}, + [541] = {.lex_state = 47, .external_lex_state = 2}, + [542] = {.lex_state = 47, .external_lex_state = 2}, + [543] = {.lex_state = 27, .external_lex_state = 11}, + [544] = {.lex_state = 27, .external_lex_state = 11}, + [545] = {.lex_state = 47, .external_lex_state = 2}, + [546] = {.lex_state = 31, .external_lex_state = 10}, + [547] = {.lex_state = 47, .external_lex_state = 2}, + [548] = {.lex_state = 47, .external_lex_state = 2}, + [549] = {.lex_state = 47, .external_lex_state = 2}, + [550] = {.lex_state = 47, .external_lex_state = 2}, + [551] = {.lex_state = 31, .external_lex_state = 11}, + [552] = {.lex_state = 27, .external_lex_state = 12}, + [553] = {.lex_state = 27, .external_lex_state = 11}, + [554] = {.lex_state = 47, .external_lex_state = 2}, + [555] = {.lex_state = 47, .external_lex_state = 2}, + [556] = {.lex_state = 47, .external_lex_state = 2}, + [557] = {.lex_state = 47, .external_lex_state = 2}, + [558] = {.lex_state = 27, .external_lex_state = 11}, + [559] = {.lex_state = 27, .external_lex_state = 9}, + [560] = {.lex_state = 47, .external_lex_state = 2}, + [561] = {.lex_state = 47, .external_lex_state = 2}, + [562] = {.lex_state = 47, .external_lex_state = 2}, + [563] = {.lex_state = 47, .external_lex_state = 2}, + [564] = {.lex_state = 47, .external_lex_state = 2}, + [565] = {.lex_state = 47, .external_lex_state = 2}, + [566] = {.lex_state = 47, .external_lex_state = 2}, + [567] = {.lex_state = 47, .external_lex_state = 2}, + [568] = {.lex_state = 47, .external_lex_state = 2}, + [569] = {.lex_state = 47, .external_lex_state = 2}, + [570] = {.lex_state = 47, .external_lex_state = 2}, + [571] = {.lex_state = 47, .external_lex_state = 2}, + [572] = {.lex_state = 47, .external_lex_state = 2}, + [573] = {.lex_state = 47, .external_lex_state = 2}, + [574] = {.lex_state = 47, .external_lex_state = 2}, + [575] = {.lex_state = 47, .external_lex_state = 2}, + [576] = {.lex_state = 47, .external_lex_state = 2}, + [577] = {.lex_state = 47, .external_lex_state = 2}, + [578] = {.lex_state = 47, .external_lex_state = 2}, + [579] = {.lex_state = 47, .external_lex_state = 2}, + [580] = {.lex_state = 47, .external_lex_state = 2}, + [581] = {.lex_state = 47, .external_lex_state = 2}, + [582] = {.lex_state = 47, .external_lex_state = 2}, + [583] = {.lex_state = 31, .external_lex_state = 11}, + [584] = {.lex_state = 47, .external_lex_state = 2}, + [585] = {.lex_state = 31, .external_lex_state = 11}, + [586] = {.lex_state = 47, .external_lex_state = 2}, + [587] = {.lex_state = 47, .external_lex_state = 2}, + [588] = {.lex_state = 47, .external_lex_state = 2}, + [589] = {.lex_state = 47, .external_lex_state = 2}, + [590] = {.lex_state = 47, .external_lex_state = 2}, + [591] = {.lex_state = 47, .external_lex_state = 2}, + [592] = {.lex_state = 47, .external_lex_state = 2}, + [593] = {.lex_state = 47, .external_lex_state = 2}, + [594] = {.lex_state = 47, .external_lex_state = 2}, + [595] = {.lex_state = 47, .external_lex_state = 2}, + [596] = {.lex_state = 47, .external_lex_state = 2}, + [597] = {.lex_state = 47, .external_lex_state = 2}, + [598] = {.lex_state = 47, .external_lex_state = 2}, + [599] = {.lex_state = 47, .external_lex_state = 2}, + [600] = {.lex_state = 47, .external_lex_state = 2}, + [601] = {.lex_state = 47, .external_lex_state = 2}, + [602] = {.lex_state = 47, .external_lex_state = 2}, + [603] = {.lex_state = 47, .external_lex_state = 2}, + [604] = {.lex_state = 47, .external_lex_state = 2}, + [605] = {.lex_state = 47, .external_lex_state = 2}, + [606] = {.lex_state = 31, .external_lex_state = 11}, + [607] = {.lex_state = 31, .external_lex_state = 11}, + [608] = {.lex_state = 31, .external_lex_state = 11}, + [609] = {.lex_state = 31, .external_lex_state = 11}, + [610] = {.lex_state = 31, .external_lex_state = 11}, + [611] = {.lex_state = 31, .external_lex_state = 11}, + [612] = {.lex_state = 31, .external_lex_state = 11}, + [613] = {.lex_state = 47, .external_lex_state = 2}, + [614] = {.lex_state = 31, .external_lex_state = 11}, + [615] = {.lex_state = 31, .external_lex_state = 11}, + [616] = {.lex_state = 47, .external_lex_state = 2}, + [617] = {.lex_state = 31, .external_lex_state = 11}, + [618] = {.lex_state = 31, .external_lex_state = 11}, + [619] = {.lex_state = 31, .external_lex_state = 11}, + [620] = {.lex_state = 31, .external_lex_state = 11}, + [621] = {.lex_state = 47, .external_lex_state = 2}, + [622] = {.lex_state = 31, .external_lex_state = 11}, + [623] = {.lex_state = 47, .external_lex_state = 2}, + [624] = {.lex_state = 31, .external_lex_state = 11}, + [625] = {.lex_state = 47, .external_lex_state = 2}, + [626] = {.lex_state = 31, .external_lex_state = 11}, + [627] = {.lex_state = 47, .external_lex_state = 2}, + [628] = {.lex_state = 47, .external_lex_state = 2}, + [629] = {.lex_state = 31, .external_lex_state = 11}, + [630] = {.lex_state = 27, .external_lex_state = 9}, + [631] = {.lex_state = 31, .external_lex_state = 11}, + [632] = {.lex_state = 31, .external_lex_state = 11}, + [633] = {.lex_state = 31, .external_lex_state = 11}, + [634] = {.lex_state = 31, .external_lex_state = 11}, + [635] = {.lex_state = 31, .external_lex_state = 11}, + [636] = {.lex_state = 31, .external_lex_state = 11}, + [637] = {.lex_state = 31, .external_lex_state = 11}, + [638] = {.lex_state = 31, .external_lex_state = 11}, + [639] = {.lex_state = 31, .external_lex_state = 11}, + [640] = {.lex_state = 31, .external_lex_state = 11}, + [641] = {.lex_state = 31, .external_lex_state = 11}, + [642] = {.lex_state = 31, .external_lex_state = 11}, + [643] = {.lex_state = 31, .external_lex_state = 11}, + [644] = {.lex_state = 31, .external_lex_state = 11}, + [645] = {.lex_state = 31, .external_lex_state = 11}, + [646] = {.lex_state = 31, .external_lex_state = 11}, + [647] = {.lex_state = 31, .external_lex_state = 11}, + [648] = {.lex_state = 31, .external_lex_state = 11}, + [649] = {.lex_state = 31, .external_lex_state = 11}, + [650] = {.lex_state = 31, .external_lex_state = 11}, + [651] = {.lex_state = 31, .external_lex_state = 11}, + [652] = {.lex_state = 27, .external_lex_state = 9}, + [653] = {.lex_state = 31, .external_lex_state = 11}, + [654] = {.lex_state = 31, .external_lex_state = 11}, + [655] = {.lex_state = 31, .external_lex_state = 11}, + [656] = {.lex_state = 31, .external_lex_state = 11}, + [657] = {.lex_state = 31, .external_lex_state = 11}, + [658] = {.lex_state = 27, .external_lex_state = 12}, + [659] = {.lex_state = 31, .external_lex_state = 11}, + [660] = {.lex_state = 27, .external_lex_state = 12}, + [661] = {.lex_state = 27, .external_lex_state = 12}, + [662] = {.lex_state = 27, .external_lex_state = 12}, + [663] = {.lex_state = 31, .external_lex_state = 11}, + [664] = {.lex_state = 31, .external_lex_state = 11}, + [665] = {.lex_state = 31, .external_lex_state = 11}, + [666] = {.lex_state = 27, .external_lex_state = 12}, + [667] = {.lex_state = 27, .external_lex_state = 12}, + [668] = {.lex_state = 31, .external_lex_state = 11}, + [669] = {.lex_state = 31, .external_lex_state = 12}, + [670] = {.lex_state = 27, .external_lex_state = 12}, + [671] = {.lex_state = 27, .external_lex_state = 12}, + [672] = {.lex_state = 27, .external_lex_state = 12}, + [673] = {.lex_state = 31, .external_lex_state = 11}, + [674] = {.lex_state = 31, .external_lex_state = 11}, + [675] = {.lex_state = 31, .external_lex_state = 11}, + [676] = {.lex_state = 31, .external_lex_state = 11}, + [677] = {.lex_state = 31, .external_lex_state = 11}, + [678] = {.lex_state = 31, .external_lex_state = 11}, + [679] = {.lex_state = 31, .external_lex_state = 11}, + [680] = {.lex_state = 31, .external_lex_state = 11}, + [681] = {.lex_state = 31, .external_lex_state = 11}, + [682] = {.lex_state = 27, .external_lex_state = 9}, + [683] = {.lex_state = 27, .external_lex_state = 12}, + [684] = {.lex_state = 31, .external_lex_state = 11}, + [685] = {.lex_state = 31, .external_lex_state = 11}, + [686] = {.lex_state = 31, .external_lex_state = 11}, + [687] = {.lex_state = 31, .external_lex_state = 11}, + [688] = {.lex_state = 31, .external_lex_state = 11}, + [689] = {.lex_state = 31, .external_lex_state = 10}, + [690] = {.lex_state = 27, .external_lex_state = 9}, + [691] = {.lex_state = 27, .external_lex_state = 9}, + [692] = {.lex_state = 31, .external_lex_state = 11}, + [693] = {.lex_state = 31, .external_lex_state = 11}, + [694] = {.lex_state = 31, .external_lex_state = 11}, + [695] = {.lex_state = 31, .external_lex_state = 11}, + [696] = {.lex_state = 31, .external_lex_state = 10}, + [697] = {.lex_state = 31, .external_lex_state = 10}, + [698] = {.lex_state = 31, .external_lex_state = 10}, + [699] = {.lex_state = 31, .external_lex_state = 10}, + [700] = {.lex_state = 31, .external_lex_state = 10}, + [701] = {.lex_state = 31, .external_lex_state = 10}, + [702] = {.lex_state = 31, .external_lex_state = 10}, + [703] = {.lex_state = 31, .external_lex_state = 10}, + [704] = {.lex_state = 31, .external_lex_state = 11}, + [705] = {.lex_state = 31, .external_lex_state = 11}, + [706] = {.lex_state = 27, .external_lex_state = 12}, + [707] = {.lex_state = 27, .external_lex_state = 12}, + [708] = {.lex_state = 31, .external_lex_state = 11}, + [709] = {.lex_state = 31, .external_lex_state = 11}, + [710] = {.lex_state = 31, .external_lex_state = 11}, + [711] = {.lex_state = 31, .external_lex_state = 11}, + [712] = {.lex_state = 31, .external_lex_state = 11}, + [713] = {.lex_state = 27, .external_lex_state = 9}, + [714] = {.lex_state = 31, .external_lex_state = 10}, + [715] = {.lex_state = 27, .external_lex_state = 9}, + [716] = {.lex_state = 27, .external_lex_state = 9}, + [717] = {.lex_state = 27, .external_lex_state = 9}, + [718] = {.lex_state = 27, .external_lex_state = 12}, + [719] = {.lex_state = 27, .external_lex_state = 12}, + [720] = {.lex_state = 31, .external_lex_state = 11}, + [721] = {.lex_state = 31, .external_lex_state = 11}, + [722] = {.lex_state = 31, .external_lex_state = 11}, + [723] = {.lex_state = 31, .external_lex_state = 11}, + [724] = {.lex_state = 31, .external_lex_state = 11}, + [725] = {.lex_state = 31, .external_lex_state = 11}, + [726] = {.lex_state = 27, .external_lex_state = 13}, + [727] = {.lex_state = 27, .external_lex_state = 10}, + [728] = {.lex_state = 27, .external_lex_state = 10}, + [729] = {.lex_state = 27, .external_lex_state = 9}, + [730] = {.lex_state = 31, .external_lex_state = 11}, + [731] = {.lex_state = 31, .external_lex_state = 11}, + [732] = {.lex_state = 27, .external_lex_state = 9}, + [733] = {.lex_state = 31, .external_lex_state = 11}, + [734] = {.lex_state = 27, .external_lex_state = 9}, + [735] = {.lex_state = 27, .external_lex_state = 12}, + [736] = {.lex_state = 31, .external_lex_state = 12}, + [737] = {.lex_state = 31, .external_lex_state = 13}, + [738] = {.lex_state = 27, .external_lex_state = 9}, + [739] = {.lex_state = 27, .external_lex_state = 9}, + [740] = {.lex_state = 31, .external_lex_state = 13}, + [741] = {.lex_state = 27, .external_lex_state = 13}, + [742] = {.lex_state = 27, .external_lex_state = 9}, + [743] = {.lex_state = 27, .external_lex_state = 9}, + [744] = {.lex_state = 27, .external_lex_state = 9}, + [745] = {.lex_state = 27, .external_lex_state = 13}, + [746] = {.lex_state = 31, .external_lex_state = 12}, + [747] = {.lex_state = 27, .external_lex_state = 13}, + [748] = {.lex_state = 27, .external_lex_state = 13}, + [749] = {.lex_state = 27, .external_lex_state = 9}, + [750] = {.lex_state = 27, .external_lex_state = 13}, + [751] = {.lex_state = 27, .external_lex_state = 13}, + [752] = {.lex_state = 27, .external_lex_state = 9}, + [753] = {.lex_state = 27, .external_lex_state = 13}, + [754] = {.lex_state = 31, .external_lex_state = 13}, + [755] = {.lex_state = 31, .external_lex_state = 13}, + [756] = {.lex_state = 27, .external_lex_state = 13}, + [757] = {.lex_state = 27, .external_lex_state = 13}, + [758] = {.lex_state = 27, .external_lex_state = 13}, + [759] = {.lex_state = 27, .external_lex_state = 9}, + [760] = {.lex_state = 31, .external_lex_state = 13}, + [761] = {.lex_state = 27, .external_lex_state = 13}, + [762] = {.lex_state = 27, .external_lex_state = 12}, + [763] = {.lex_state = 31, .external_lex_state = 10}, + [764] = {.lex_state = 27, .external_lex_state = 12}, + [765] = {.lex_state = 27, .external_lex_state = 12}, + [766] = {.lex_state = 27, .external_lex_state = 12}, + [767] = {.lex_state = 27, .external_lex_state = 12}, + [768] = {.lex_state = 27, .external_lex_state = 12}, + [769] = {.lex_state = 27, .external_lex_state = 12}, + [770] = {.lex_state = 27, .external_lex_state = 12}, + [771] = {.lex_state = 27, .external_lex_state = 12}, + [772] = {.lex_state = 27, .external_lex_state = 12}, + [773] = {.lex_state = 27, .external_lex_state = 9}, + [774] = {.lex_state = 27, .external_lex_state = 12}, + [775] = {.lex_state = 27, .external_lex_state = 9}, + [776] = {.lex_state = 27, .external_lex_state = 12}, + [777] = {.lex_state = 31, .external_lex_state = 12}, + [778] = {.lex_state = 27, .external_lex_state = 13}, + [779] = {.lex_state = 27, .external_lex_state = 12}, + [780] = {.lex_state = 27, .external_lex_state = 12}, + [781] = {.lex_state = 27, .external_lex_state = 12}, + [782] = {.lex_state = 27, .external_lex_state = 12}, + [783] = {.lex_state = 27, .external_lex_state = 12}, + [784] = {.lex_state = 27, .external_lex_state = 12}, + [785] = {.lex_state = 27, .external_lex_state = 13}, + [786] = {.lex_state = 27, .external_lex_state = 12}, + [787] = {.lex_state = 27, .external_lex_state = 12}, + [788] = {.lex_state = 27, .external_lex_state = 12}, + [789] = {.lex_state = 31, .external_lex_state = 10}, + [790] = {.lex_state = 27, .external_lex_state = 12}, + [791] = {.lex_state = 31, .external_lex_state = 10}, + [792] = {.lex_state = 27, .external_lex_state = 12}, + [793] = {.lex_state = 27, .external_lex_state = 9}, + [794] = {.lex_state = 27, .external_lex_state = 12}, + [795] = {.lex_state = 27, .external_lex_state = 12}, + [796] = {.lex_state = 27, .external_lex_state = 12}, + [797] = {.lex_state = 31, .external_lex_state = 10}, + [798] = {.lex_state = 31, .external_lex_state = 10}, + [799] = {.lex_state = 31, .external_lex_state = 10}, + [800] = {.lex_state = 27, .external_lex_state = 9}, + [801] = {.lex_state = 27, .external_lex_state = 12}, + [802] = {.lex_state = 27, .external_lex_state = 9}, + [803] = {.lex_state = 27, .external_lex_state = 9}, + [804] = {.lex_state = 27, .external_lex_state = 9}, + [805] = {.lex_state = 27, .external_lex_state = 9}, + [806] = {.lex_state = 27, .external_lex_state = 12}, + [807] = {.lex_state = 31, .external_lex_state = 10}, + [808] = {.lex_state = 27, .external_lex_state = 9}, + [809] = {.lex_state = 31, .external_lex_state = 10}, + [810] = {.lex_state = 27, .external_lex_state = 9}, + [811] = {.lex_state = 27, .external_lex_state = 9}, + [812] = {.lex_state = 31, .external_lex_state = 10}, + [813] = {.lex_state = 27, .external_lex_state = 12}, + [814] = {.lex_state = 27, .external_lex_state = 9}, + [815] = {.lex_state = 27, .external_lex_state = 12}, + [816] = {.lex_state = 27, .external_lex_state = 9}, + [817] = {.lex_state = 27, .external_lex_state = 12}, + [818] = {.lex_state = 27, .external_lex_state = 12}, + [819] = {.lex_state = 27, .external_lex_state = 12}, + [820] = {.lex_state = 27, .external_lex_state = 12}, + [821] = {.lex_state = 27, .external_lex_state = 9}, + [822] = {.lex_state = 27, .external_lex_state = 12}, + [823] = {.lex_state = 31, .external_lex_state = 12}, + [824] = {.lex_state = 31, .external_lex_state = 10}, + [825] = {.lex_state = 31, .external_lex_state = 12}, + [826] = {.lex_state = 31, .external_lex_state = 10}, + [827] = {.lex_state = 31, .external_lex_state = 10}, + [828] = {.lex_state = 31, .external_lex_state = 10}, + [829] = {.lex_state = 31, .external_lex_state = 10}, + [830] = {.lex_state = 31, .external_lex_state = 10}, + [831] = {.lex_state = 31, .external_lex_state = 10}, + [832] = {.lex_state = 31, .external_lex_state = 10}, + [833] = {.lex_state = 31, .external_lex_state = 10}, + [834] = {.lex_state = 31, .external_lex_state = 10}, + [835] = {.lex_state = 31, .external_lex_state = 12}, + [836] = {.lex_state = 31, .external_lex_state = 10}, + [837] = {.lex_state = 27, .external_lex_state = 12}, + [838] = {.lex_state = 31, .external_lex_state = 10}, + [839] = {.lex_state = 31, .external_lex_state = 12}, + [840] = {.lex_state = 31, .external_lex_state = 13}, + [841] = {.lex_state = 31, .external_lex_state = 10}, + [842] = {.lex_state = 31, .external_lex_state = 10}, + [843] = {.lex_state = 31, .external_lex_state = 10}, + [844] = {.lex_state = 31, .external_lex_state = 10}, + [845] = {.lex_state = 31, .external_lex_state = 10}, + [846] = {.lex_state = 31, .external_lex_state = 10}, + [847] = {.lex_state = 31, .external_lex_state = 12}, + [848] = {.lex_state = 27, .external_lex_state = 9}, + [849] = {.lex_state = 27, .external_lex_state = 12}, + [850] = {.lex_state = 31, .external_lex_state = 10}, + [851] = {.lex_state = 31, .external_lex_state = 10}, + [852] = {.lex_state = 31, .external_lex_state = 10}, + [853] = {.lex_state = 27, .external_lex_state = 9}, + [854] = {.lex_state = 31, .external_lex_state = 10}, + [855] = {.lex_state = 31, .external_lex_state = 12}, + [856] = {.lex_state = 31, .external_lex_state = 13}, + [857] = {.lex_state = 31, .external_lex_state = 10}, + [858] = {.lex_state = 27, .external_lex_state = 9}, + [859] = {.lex_state = 27, .external_lex_state = 13}, + [860] = {.lex_state = 27, .external_lex_state = 9}, + [861] = {.lex_state = 31, .external_lex_state = 12}, + [862] = {.lex_state = 27, .external_lex_state = 13}, + [863] = {.lex_state = 27, .external_lex_state = 13}, + [864] = {.lex_state = 27, .external_lex_state = 12}, + [865] = {.lex_state = 31, .external_lex_state = 12}, + [866] = {.lex_state = 31, .external_lex_state = 12}, + [867] = {.lex_state = 31, .external_lex_state = 12}, + [868] = {.lex_state = 31, .external_lex_state = 12}, + [869] = {.lex_state = 27, .external_lex_state = 13}, + [870] = {.lex_state = 27, .external_lex_state = 13}, + [871] = {.lex_state = 27, .external_lex_state = 13}, + [872] = {.lex_state = 27, .external_lex_state = 13}, + [873] = {.lex_state = 27, .external_lex_state = 13}, + [874] = {.lex_state = 31, .external_lex_state = 12}, + [875] = {.lex_state = 27, .external_lex_state = 13}, + [876] = {.lex_state = 27, .external_lex_state = 13}, + [877] = {.lex_state = 27, .external_lex_state = 13}, + [878] = {.lex_state = 27, .external_lex_state = 13}, + [879] = {.lex_state = 27, .external_lex_state = 13}, + [880] = {.lex_state = 27, .external_lex_state = 13}, + [881] = {.lex_state = 31, .external_lex_state = 12}, + [882] = {.lex_state = 31, .external_lex_state = 12}, + [883] = {.lex_state = 31, .external_lex_state = 12}, + [884] = {.lex_state = 31, .external_lex_state = 12}, + [885] = {.lex_state = 31, .external_lex_state = 12}, + [886] = {.lex_state = 27, .external_lex_state = 13}, + [887] = {.lex_state = 31, .external_lex_state = 12}, + [888] = {.lex_state = 27, .external_lex_state = 13}, + [889] = {.lex_state = 31, .external_lex_state = 12}, + [890] = {.lex_state = 27, .external_lex_state = 13}, + [891] = {.lex_state = 27, .external_lex_state = 12}, + [892] = {.lex_state = 27, .external_lex_state = 13}, + [893] = {.lex_state = 27, .external_lex_state = 13}, + [894] = {.lex_state = 27, .external_lex_state = 13}, + [895] = {.lex_state = 27, .external_lex_state = 13}, + [896] = {.lex_state = 27, .external_lex_state = 13}, + [897] = {.lex_state = 27, .external_lex_state = 13}, + [898] = {.lex_state = 27, .external_lex_state = 13}, + [899] = {.lex_state = 27, .external_lex_state = 13}, + [900] = {.lex_state = 27, .external_lex_state = 13}, + [901] = {.lex_state = 27, .external_lex_state = 13}, + [902] = {.lex_state = 27, .external_lex_state = 13}, + [903] = {.lex_state = 31, .external_lex_state = 12}, + [904] = {.lex_state = 31, .external_lex_state = 12}, + [905] = {.lex_state = 31, .external_lex_state = 12}, + [906] = {.lex_state = 31, .external_lex_state = 12}, + [907] = {.lex_state = 27, .external_lex_state = 13}, + [908] = {.lex_state = 31, .external_lex_state = 12}, + [909] = {.lex_state = 31, .external_lex_state = 12}, + [910] = {.lex_state = 27, .external_lex_state = 13}, + [911] = {.lex_state = 31, .external_lex_state = 12}, + [912] = {.lex_state = 31, .external_lex_state = 12}, + [913] = {.lex_state = 31, .external_lex_state = 12}, + [914] = {.lex_state = 31, .external_lex_state = 12}, + [915] = {.lex_state = 31, .external_lex_state = 12}, + [916] = {.lex_state = 31, .external_lex_state = 12}, + [917] = {.lex_state = 31, .external_lex_state = 12}, + [918] = {.lex_state = 31, .external_lex_state = 12}, + [919] = {.lex_state = 31, .external_lex_state = 12}, + [920] = {.lex_state = 27, .external_lex_state = 13}, + [921] = {.lex_state = 31, .external_lex_state = 12}, + [922] = {.lex_state = 31, .external_lex_state = 12}, + [923] = {.lex_state = 31, .external_lex_state = 12}, + [924] = {.lex_state = 31, .external_lex_state = 12}, + [925] = {.lex_state = 31, .external_lex_state = 12}, + [926] = {.lex_state = 31, .external_lex_state = 12}, + [927] = {.lex_state = 27, .external_lex_state = 13}, + [928] = {.lex_state = 27, .external_lex_state = 12}, + [929] = {.lex_state = 27, .external_lex_state = 13}, + [930] = {.lex_state = 27, .external_lex_state = 13}, + [931] = {.lex_state = 27, .external_lex_state = 13}, + [932] = {.lex_state = 31, .external_lex_state = 13}, + [933] = {.lex_state = 26, .external_lex_state = 11}, + [934] = {.lex_state = 26, .external_lex_state = 11}, + [935] = {.lex_state = 31, .external_lex_state = 13}, + [936] = {.lex_state = 26, .external_lex_state = 11}, + [937] = {.lex_state = 31, .external_lex_state = 13}, + [938] = {.lex_state = 26, .external_lex_state = 11}, + [939] = {.lex_state = 31, .external_lex_state = 13}, + [940] = {.lex_state = 27, .external_lex_state = 12}, + [941] = {.lex_state = 47, .external_lex_state = 9}, + [942] = {.lex_state = 27, .external_lex_state = 12}, + [943] = {.lex_state = 47, .external_lex_state = 9}, + [944] = {.lex_state = 47, .external_lex_state = 12}, + [945] = {.lex_state = 27, .external_lex_state = 12}, + [946] = {.lex_state = 26, .external_lex_state = 10}, + [947] = {.lex_state = 31, .external_lex_state = 10}, + [948] = {.lex_state = 27, .external_lex_state = 13}, + [949] = {.lex_state = 27, .external_lex_state = 12}, + [950] = {.lex_state = 31, .external_lex_state = 10}, + [951] = {.lex_state = 27, .external_lex_state = 12}, + [952] = {.lex_state = 27, .external_lex_state = 13}, + [953] = {.lex_state = 27, .external_lex_state = 13}, + [954] = {.lex_state = 27, .external_lex_state = 13}, + [955] = {.lex_state = 26, .external_lex_state = 10}, + [956] = {.lex_state = 26, .external_lex_state = 10}, + [957] = {.lex_state = 26, .external_lex_state = 10}, + [958] = {.lex_state = 47, .external_lex_state = 12}, + [959] = {.lex_state = 27, .external_lex_state = 12}, + [960] = {.lex_state = 26, .external_lex_state = 10}, + [961] = {.lex_state = 26, .external_lex_state = 10}, + [962] = {.lex_state = 26, .external_lex_state = 10}, + [963] = {.lex_state = 47, .external_lex_state = 13}, + [964] = {.lex_state = 27, .external_lex_state = 10}, + [965] = {.lex_state = 47, .external_lex_state = 13}, + [966] = {.lex_state = 26, .external_lex_state = 12}, + [967] = {.lex_state = 26, .external_lex_state = 10}, + [968] = {.lex_state = 26, .external_lex_state = 10}, + [969] = {.lex_state = 26, .external_lex_state = 10}, + [970] = {.lex_state = 26, .external_lex_state = 10}, + [971] = {.lex_state = 26, .external_lex_state = 10}, + [972] = {.lex_state = 26, .external_lex_state = 12}, + [973] = {.lex_state = 27, .external_lex_state = 10}, + [974] = {.lex_state = 26, .external_lex_state = 10}, + [975] = {.lex_state = 26, .external_lex_state = 10}, + [976] = {.lex_state = 26, .external_lex_state = 10}, + [977] = {.lex_state = 26, .external_lex_state = 10}, + [978] = {.lex_state = 27, .external_lex_state = 10}, + [979] = {.lex_state = 26, .external_lex_state = 10}, + [980] = {.lex_state = 26, .external_lex_state = 10}, + [981] = {.lex_state = 47, .external_lex_state = 13}, + [982] = {.lex_state = 26, .external_lex_state = 10}, + [983] = {.lex_state = 26, .external_lex_state = 10}, + [984] = {.lex_state = 47, .external_lex_state = 13}, + [985] = {.lex_state = 47, .external_lex_state = 13}, + [986] = {.lex_state = 26, .external_lex_state = 10}, + [987] = {.lex_state = 47, .external_lex_state = 10}, + [988] = {.lex_state = 47, .external_lex_state = 10}, + [989] = {.lex_state = 26, .external_lex_state = 11}, + [990] = {.lex_state = 26, .external_lex_state = 11}, + [991] = {.lex_state = 26, .external_lex_state = 11}, + [992] = {.lex_state = 26, .external_lex_state = 11}, + [993] = {.lex_state = 26, .external_lex_state = 11}, + [994] = {.lex_state = 26, .external_lex_state = 11}, + [995] = {.lex_state = 26, .external_lex_state = 11}, + [996] = {.lex_state = 47, .external_lex_state = 12}, + [997] = {.lex_state = 47, .external_lex_state = 12}, + [998] = {.lex_state = 47, .external_lex_state = 12}, + [999] = {.lex_state = 47, .external_lex_state = 12}, + [1000] = {.lex_state = 47, .external_lex_state = 12}, + [1001] = {.lex_state = 47, .external_lex_state = 12}, + [1002] = {.lex_state = 47, .external_lex_state = 12}, + [1003] = {.lex_state = 28, .external_lex_state = 14}, + [1004] = {.lex_state = 28, .external_lex_state = 14}, + [1005] = {.lex_state = 28, .external_lex_state = 14}, + [1006] = {.lex_state = 28, .external_lex_state = 14}, + [1007] = {.lex_state = 28, .external_lex_state = 14}, + [1008] = {.lex_state = 28, .external_lex_state = 14}, + [1009] = {.lex_state = 26, .external_lex_state = 11}, + [1010] = {.lex_state = 28, .external_lex_state = 14}, + [1011] = {.lex_state = 28, .external_lex_state = 14}, + [1012] = {.lex_state = 28, .external_lex_state = 14}, + [1013] = {.lex_state = 28, .external_lex_state = 14}, + [1014] = {.lex_state = 28, .external_lex_state = 14}, + [1015] = {.lex_state = 28, .external_lex_state = 14}, + [1016] = {.lex_state = 28, .external_lex_state = 14}, + [1017] = {.lex_state = 28, .external_lex_state = 14}, + [1018] = {.lex_state = 28, .external_lex_state = 14}, + [1019] = {.lex_state = 26, .external_lex_state = 11}, + [1020] = {.lex_state = 26, .external_lex_state = 11}, + [1021] = {.lex_state = 26, .external_lex_state = 11}, + [1022] = {.lex_state = 26, .external_lex_state = 11}, + [1023] = {.lex_state = 26, .external_lex_state = 11}, + [1024] = {.lex_state = 26, .external_lex_state = 11}, + [1025] = {.lex_state = 26, .external_lex_state = 11}, + [1026] = {.lex_state = 26, .external_lex_state = 11}, + [1027] = {.lex_state = 26, .external_lex_state = 11}, + [1028] = {.lex_state = 26, .external_lex_state = 11}, + [1029] = {.lex_state = 26, .external_lex_state = 11}, + [1030] = {.lex_state = 26, .external_lex_state = 11}, + [1031] = {.lex_state = 26, .external_lex_state = 11}, + [1032] = {.lex_state = 26, .external_lex_state = 11}, + [1033] = {.lex_state = 26, .external_lex_state = 11}, + [1034] = {.lex_state = 26, .external_lex_state = 11}, + [1035] = {.lex_state = 26, .external_lex_state = 11}, + [1036] = {.lex_state = 26, .external_lex_state = 11}, + [1037] = {.lex_state = 26, .external_lex_state = 11}, + [1038] = {.lex_state = 47, .external_lex_state = 9}, + [1039] = {.lex_state = 26, .external_lex_state = 12}, + [1040] = {.lex_state = 47, .external_lex_state = 12}, + [1041] = {.lex_state = 47, .external_lex_state = 12}, + [1042] = {.lex_state = 47, .external_lex_state = 12}, + [1043] = {.lex_state = 47, .external_lex_state = 12}, + [1044] = {.lex_state = 47, .external_lex_state = 12}, + [1045] = {.lex_state = 47, .external_lex_state = 12}, + [1046] = {.lex_state = 47, .external_lex_state = 12}, + [1047] = {.lex_state = 26, .external_lex_state = 12}, + [1048] = {.lex_state = 47, .external_lex_state = 12}, + [1049] = {.lex_state = 47, .external_lex_state = 9}, + [1050] = {.lex_state = 26, .external_lex_state = 10}, + [1051] = {.lex_state = 47, .external_lex_state = 11}, + [1052] = {.lex_state = 47, .external_lex_state = 9}, + [1053] = {.lex_state = 47, .external_lex_state = 9}, + [1054] = {.lex_state = 26, .external_lex_state = 10}, + [1055] = {.lex_state = 47, .external_lex_state = 9}, + [1056] = {.lex_state = 26, .external_lex_state = 10}, + [1057] = {.lex_state = 26, .external_lex_state = 12}, + [1058] = {.lex_state = 47, .external_lex_state = 12}, + [1059] = {.lex_state = 47, .external_lex_state = 9}, + [1060] = {.lex_state = 47, .external_lex_state = 9}, + [1061] = {.lex_state = 26, .external_lex_state = 10}, + [1062] = {.lex_state = 26, .external_lex_state = 10}, + [1063] = {.lex_state = 26, .external_lex_state = 10}, + [1064] = {.lex_state = 47, .external_lex_state = 12}, + [1065] = {.lex_state = 47, .external_lex_state = 9}, + [1066] = {.lex_state = 47, .external_lex_state = 12}, + [1067] = {.lex_state = 47, .external_lex_state = 9}, + [1068] = {.lex_state = 26, .external_lex_state = 10}, + [1069] = {.lex_state = 47, .external_lex_state = 9}, + [1070] = {.lex_state = 26, .external_lex_state = 10}, + [1071] = {.lex_state = 26, .external_lex_state = 12}, + [1072] = {.lex_state = 26, .external_lex_state = 12}, + [1073] = {.lex_state = 47, .external_lex_state = 9}, + [1074] = {.lex_state = 47, .external_lex_state = 9}, + [1075] = {.lex_state = 47, .external_lex_state = 9}, + [1076] = {.lex_state = 47, .external_lex_state = 9}, + [1077] = {.lex_state = 26, .external_lex_state = 10}, + [1078] = {.lex_state = 47, .external_lex_state = 9}, + [1079] = {.lex_state = 26, .external_lex_state = 12}, + [1080] = {.lex_state = 26, .external_lex_state = 10}, + [1081] = {.lex_state = 47, .external_lex_state = 11}, + [1082] = {.lex_state = 47, .external_lex_state = 12}, + [1083] = {.lex_state = 47, .external_lex_state = 9}, + [1084] = {.lex_state = 47, .external_lex_state = 9}, + [1085] = {.lex_state = 47, .external_lex_state = 11}, + [1086] = {.lex_state = 47, .external_lex_state = 11}, + [1087] = {.lex_state = 26, .external_lex_state = 12}, + [1088] = {.lex_state = 47, .external_lex_state = 13}, + [1089] = {.lex_state = 26, .external_lex_state = 12}, + [1090] = {.lex_state = 47, .external_lex_state = 13}, + [1091] = {.lex_state = 26, .external_lex_state = 10}, + [1092] = {.lex_state = 47, .external_lex_state = 11}, + [1093] = {.lex_state = 26, .external_lex_state = 10}, + [1094] = {.lex_state = 47, .external_lex_state = 12}, + [1095] = {.lex_state = 26, .external_lex_state = 12}, + [1096] = {.lex_state = 26, .external_lex_state = 12}, + [1097] = {.lex_state = 47, .external_lex_state = 12}, + [1098] = {.lex_state = 28, .external_lex_state = 14}, + [1099] = {.lex_state = 26, .external_lex_state = 10}, + [1100] = {.lex_state = 26, .external_lex_state = 12}, + [1101] = {.lex_state = 47, .external_lex_state = 13}, + [1102] = {.lex_state = 47, .external_lex_state = 11}, + [1103] = {.lex_state = 47, .external_lex_state = 11}, + [1104] = {.lex_state = 47, .external_lex_state = 11}, + [1105] = {.lex_state = 47, .external_lex_state = 13}, + [1106] = {.lex_state = 47, .external_lex_state = 12}, + [1107] = {.lex_state = 47, .external_lex_state = 13}, + [1108] = {.lex_state = 47, .external_lex_state = 13}, + [1109] = {.lex_state = 47, .external_lex_state = 11}, + [1110] = {.lex_state = 47, .external_lex_state = 13}, + [1111] = {.lex_state = 47, .external_lex_state = 13}, + [1112] = {.lex_state = 47, .external_lex_state = 11}, + [1113] = {.lex_state = 47, .external_lex_state = 13}, + [1114] = {.lex_state = 47, .external_lex_state = 11}, + [1115] = {.lex_state = 47, .external_lex_state = 13}, + [1116] = {.lex_state = 28, .external_lex_state = 14}, + [1117] = {.lex_state = 26, .external_lex_state = 10}, + [1118] = {.lex_state = 47, .external_lex_state = 9}, + [1119] = {.lex_state = 26, .external_lex_state = 12}, + [1120] = {.lex_state = 47, .external_lex_state = 9}, + [1121] = {.lex_state = 26, .external_lex_state = 12}, + [1122] = {.lex_state = 47, .external_lex_state = 13}, + [1123] = {.lex_state = 47, .external_lex_state = 13}, + [1124] = {.lex_state = 47, .external_lex_state = 13}, + [1125] = {.lex_state = 47, .external_lex_state = 13}, + [1126] = {.lex_state = 47, .external_lex_state = 13}, + [1127] = {.lex_state = 47, .external_lex_state = 13}, + [1128] = {.lex_state = 26, .external_lex_state = 10}, + [1129] = {.lex_state = 47, .external_lex_state = 11}, + [1130] = {.lex_state = 47, .external_lex_state = 13}, + [1131] = {.lex_state = 26, .external_lex_state = 12}, + [1132] = {.lex_state = 47, .external_lex_state = 11}, + [1133] = {.lex_state = 47, .external_lex_state = 13}, + [1134] = {.lex_state = 26, .external_lex_state = 12}, + [1135] = {.lex_state = 47, .external_lex_state = 11}, + [1136] = {.lex_state = 47, .external_lex_state = 13}, + [1137] = {.lex_state = 26, .external_lex_state = 12}, + [1138] = {.lex_state = 47, .external_lex_state = 13}, + [1139] = {.lex_state = 26, .external_lex_state = 12}, + [1140] = {.lex_state = 47, .external_lex_state = 12}, + [1141] = {.lex_state = 26, .external_lex_state = 12}, + [1142] = {.lex_state = 47, .external_lex_state = 13}, + [1143] = {.lex_state = 26, .external_lex_state = 10}, + [1144] = {.lex_state = 26, .external_lex_state = 12}, + [1145] = {.lex_state = 47, .external_lex_state = 13}, + [1146] = {.lex_state = 47, .external_lex_state = 9}, + [1147] = {.lex_state = 47, .external_lex_state = 11}, + [1148] = {.lex_state = 47, .external_lex_state = 13}, + [1149] = {.lex_state = 47, .external_lex_state = 13}, + [1150] = {.lex_state = 26, .external_lex_state = 10}, + [1151] = {.lex_state = 47, .external_lex_state = 9}, + [1152] = {.lex_state = 47, .external_lex_state = 13}, + [1153] = {.lex_state = 47, .external_lex_state = 12}, + [1154] = {.lex_state = 26, .external_lex_state = 10}, + [1155] = {.lex_state = 47, .external_lex_state = 13}, + [1156] = {.lex_state = 47, .external_lex_state = 13}, + [1157] = {.lex_state = 28, .external_lex_state = 14}, + [1158] = {.lex_state = 47, .external_lex_state = 11}, + [1159] = {.lex_state = 26, .external_lex_state = 10}, + [1160] = {.lex_state = 47, .external_lex_state = 11}, + [1161] = {.lex_state = 47, .external_lex_state = 13}, + [1162] = {.lex_state = 28, .external_lex_state = 14}, + [1163] = {.lex_state = 47, .external_lex_state = 10}, + [1164] = {.lex_state = 47, .external_lex_state = 11}, + [1165] = {.lex_state = 47, .external_lex_state = 11}, + [1166] = {.lex_state = 47, .external_lex_state = 11}, + [1167] = {.lex_state = 47, .external_lex_state = 12}, + [1168] = {.lex_state = 26, .external_lex_state = 11}, + [1169] = {.lex_state = 47, .external_lex_state = 12}, + [1170] = {.lex_state = 47, .external_lex_state = 13}, + [1171] = {.lex_state = 47, .external_lex_state = 11}, + [1172] = {.lex_state = 47, .external_lex_state = 13}, + [1173] = {.lex_state = 28, .external_lex_state = 14}, + [1174] = {.lex_state = 47, .external_lex_state = 11}, + [1175] = {.lex_state = 26, .external_lex_state = 10}, + [1176] = {.lex_state = 28, .external_lex_state = 14}, + [1177] = {.lex_state = 26, .external_lex_state = 11}, + [1178] = {.lex_state = 47, .external_lex_state = 11}, + [1179] = {.lex_state = 47, .external_lex_state = 13}, + [1180] = {.lex_state = 47, .external_lex_state = 13}, + [1181] = {.lex_state = 47, .external_lex_state = 12}, + [1182] = {.lex_state = 28, .external_lex_state = 14}, + [1183] = {.lex_state = 47, .external_lex_state = 11}, + [1184] = {.lex_state = 47, .external_lex_state = 10}, + [1185] = {.lex_state = 47, .external_lex_state = 13}, + [1186] = {.lex_state = 47, .external_lex_state = 12}, + [1187] = {.lex_state = 47, .external_lex_state = 13}, + [1188] = {.lex_state = 28, .external_lex_state = 14}, + [1189] = {.lex_state = 26, .external_lex_state = 10}, + [1190] = {.lex_state = 26, .external_lex_state = 10}, + [1191] = {.lex_state = 26, .external_lex_state = 10}, + [1192] = {.lex_state = 26, .external_lex_state = 10}, + [1193] = {.lex_state = 47, .external_lex_state = 12}, + [1194] = {.lex_state = 47, .external_lex_state = 12}, + [1195] = {.lex_state = 47, .external_lex_state = 12}, + [1196] = {.lex_state = 28, .external_lex_state = 14}, + [1197] = {.lex_state = 47, .external_lex_state = 12}, + [1198] = {.lex_state = 47, .external_lex_state = 12}, + [1199] = {.lex_state = 28, .external_lex_state = 14}, + [1200] = {.lex_state = 47, .external_lex_state = 12}, + [1201] = {.lex_state = 26, .external_lex_state = 10}, + [1202] = {.lex_state = 3, .external_lex_state = 11}, + [1203] = {.lex_state = 47, .external_lex_state = 9}, + [1204] = {.lex_state = 26, .external_lex_state = 10}, + [1205] = {.lex_state = 47, .external_lex_state = 10}, + [1206] = {.lex_state = 26, .external_lex_state = 11}, + [1207] = {.lex_state = 26, .external_lex_state = 11}, + [1208] = {.lex_state = 47, .external_lex_state = 10}, + [1209] = {.lex_state = 26, .external_lex_state = 10}, + [1210] = {.lex_state = 26, .external_lex_state = 10}, + [1211] = {.lex_state = 26, .external_lex_state = 10}, + [1212] = {.lex_state = 47, .external_lex_state = 10}, + [1213] = {.lex_state = 47, .external_lex_state = 10}, + [1214] = {.lex_state = 26, .external_lex_state = 10}, + [1215] = {.lex_state = 47, .external_lex_state = 11}, + [1216] = {.lex_state = 47, .external_lex_state = 11}, + [1217] = {.lex_state = 3, .external_lex_state = 11}, + [1218] = {.lex_state = 47, .external_lex_state = 10}, + [1219] = {.lex_state = 47, .external_lex_state = 12}, + [1220] = {.lex_state = 47, .external_lex_state = 10}, + [1221] = {.lex_state = 47, .external_lex_state = 10}, + [1222] = {.lex_state = 26, .external_lex_state = 10}, + [1223] = {.lex_state = 26, .external_lex_state = 10}, + [1224] = {.lex_state = 47, .external_lex_state = 11}, + [1225] = {.lex_state = 47, .external_lex_state = 12}, + [1226] = {.lex_state = 26, .external_lex_state = 10}, + [1227] = {.lex_state = 47, .external_lex_state = 10}, + [1228] = {.lex_state = 3, .external_lex_state = 11}, + [1229] = {.lex_state = 26, .external_lex_state = 11}, + [1230] = {.lex_state = 47, .external_lex_state = 9}, + [1231] = {.lex_state = 47, .external_lex_state = 9}, + [1232] = {.lex_state = 47, .external_lex_state = 9}, + [1233] = {.lex_state = 47, .external_lex_state = 9}, + [1234] = {.lex_state = 47, .external_lex_state = 9}, + [1235] = {.lex_state = 47, .external_lex_state = 9}, + [1236] = {.lex_state = 26, .external_lex_state = 10}, + [1237] = {.lex_state = 47, .external_lex_state = 9}, + [1238] = {.lex_state = 47, .external_lex_state = 15}, + [1239] = {.lex_state = 47, .external_lex_state = 15}, + [1240] = {.lex_state = 26, .external_lex_state = 11}, + [1241] = {.lex_state = 47, .external_lex_state = 15}, + [1242] = {.lex_state = 47, .external_lex_state = 15}, + [1243] = {.lex_state = 47, .external_lex_state = 9}, + [1244] = {.lex_state = 47, .external_lex_state = 9}, + [1245] = {.lex_state = 47, .external_lex_state = 9}, + [1246] = {.lex_state = 47, .external_lex_state = 10}, + [1247] = {.lex_state = 47, .external_lex_state = 15}, + [1248] = {.lex_state = 26, .external_lex_state = 13}, + [1249] = {.lex_state = 47, .external_lex_state = 11}, + [1250] = {.lex_state = 47, .external_lex_state = 13}, + [1251] = {.lex_state = 26, .external_lex_state = 10}, + [1252] = {.lex_state = 47, .external_lex_state = 13}, + [1253] = {.lex_state = 47, .external_lex_state = 10}, + [1254] = {.lex_state = 47, .external_lex_state = 13}, + [1255] = {.lex_state = 47, .external_lex_state = 11}, + [1256] = {.lex_state = 47, .external_lex_state = 10}, + [1257] = {.lex_state = 47, .external_lex_state = 9}, + [1258] = {.lex_state = 47, .external_lex_state = 10}, + [1259] = {.lex_state = 47, .external_lex_state = 13}, + [1260] = {.lex_state = 47, .external_lex_state = 9}, + [1261] = {.lex_state = 47, .external_lex_state = 13}, + [1262] = {.lex_state = 47, .external_lex_state = 13}, + [1263] = {.lex_state = 47, .external_lex_state = 13}, + [1264] = {.lex_state = 47, .external_lex_state = 16}, + [1265] = {.lex_state = 26, .external_lex_state = 10}, + [1266] = {.lex_state = 47, .external_lex_state = 13}, + [1267] = {.lex_state = 47, .external_lex_state = 16}, + [1268] = {.lex_state = 47, .external_lex_state = 11}, + [1269] = {.lex_state = 47, .external_lex_state = 12}, + [1270] = {.lex_state = 47, .external_lex_state = 13}, + [1271] = {.lex_state = 47, .external_lex_state = 11}, + [1272] = {.lex_state = 47, .external_lex_state = 13}, + [1273] = {.lex_state = 47, .external_lex_state = 13}, + [1274] = {.lex_state = 47, .external_lex_state = 12}, + [1275] = {.lex_state = 26, .external_lex_state = 11}, + [1276] = {.lex_state = 47, .external_lex_state = 13}, + [1277] = {.lex_state = 47, .external_lex_state = 12}, + [1278] = {.lex_state = 47, .external_lex_state = 16}, + [1279] = {.lex_state = 47, .external_lex_state = 10}, + [1280] = {.lex_state = 47, .external_lex_state = 13}, + [1281] = {.lex_state = 47, .external_lex_state = 13}, + [1282] = {.lex_state = 47, .external_lex_state = 13}, + [1283] = {.lex_state = 47, .external_lex_state = 13}, + [1284] = {.lex_state = 47, .external_lex_state = 16}, + [1285] = {.lex_state = 47, .external_lex_state = 13}, + [1286] = {.lex_state = 47, .external_lex_state = 13}, + [1287] = {.lex_state = 26, .external_lex_state = 10}, + [1288] = {.lex_state = 47, .external_lex_state = 12}, + [1289] = {.lex_state = 47, .external_lex_state = 12}, + [1290] = {.lex_state = 26, .external_lex_state = 11}, + [1291] = {.lex_state = 47, .external_lex_state = 10}, + [1292] = {.lex_state = 47, .external_lex_state = 12}, + [1293] = {.lex_state = 26, .external_lex_state = 10}, + [1294] = {.lex_state = 47, .external_lex_state = 12}, + [1295] = {.lex_state = 47, .external_lex_state = 12}, + [1296] = {.lex_state = 26, .external_lex_state = 11}, + [1297] = {.lex_state = 47, .external_lex_state = 12}, + [1298] = {.lex_state = 3, .external_lex_state = 11}, + [1299] = {.lex_state = 47, .external_lex_state = 12}, + [1300] = {.lex_state = 47, .external_lex_state = 12}, + [1301] = {.lex_state = 47, .external_lex_state = 13}, + [1302] = {.lex_state = 47, .external_lex_state = 13}, + [1303] = {.lex_state = 47, .external_lex_state = 11}, + [1304] = {.lex_state = 26, .external_lex_state = 10}, + [1305] = {.lex_state = 26, .external_lex_state = 13}, + [1306] = {.lex_state = 26, .external_lex_state = 10}, + [1307] = {.lex_state = 47, .external_lex_state = 12}, + [1308] = {.lex_state = 47, .external_lex_state = 12}, + [1309] = {.lex_state = 26, .external_lex_state = 10}, + [1310] = {.lex_state = 26, .external_lex_state = 10}, + [1311] = {.lex_state = 47, .external_lex_state = 12}, + [1312] = {.lex_state = 47, .external_lex_state = 9}, + [1313] = {.lex_state = 47, .external_lex_state = 13}, + [1314] = {.lex_state = 26, .external_lex_state = 10}, + [1315] = {.lex_state = 47, .external_lex_state = 13}, + [1316] = {.lex_state = 47, .external_lex_state = 10}, + [1317] = {.lex_state = 47, .external_lex_state = 11}, + [1318] = {.lex_state = 47, .external_lex_state = 10}, + [1319] = {.lex_state = 26, .external_lex_state = 10}, + [1320] = {.lex_state = 47, .external_lex_state = 11}, + [1321] = {.lex_state = 47, .external_lex_state = 12}, + [1322] = {.lex_state = 47, .external_lex_state = 9}, + [1323] = {.lex_state = 47, .external_lex_state = 11}, + [1324] = {.lex_state = 47, .external_lex_state = 13}, + [1325] = {.lex_state = 47, .external_lex_state = 11}, + [1326] = {.lex_state = 47, .external_lex_state = 10}, + [1327] = {.lex_state = 47, .external_lex_state = 13}, + [1328] = {.lex_state = 47, .external_lex_state = 13}, + [1329] = {.lex_state = 47, .external_lex_state = 9}, + [1330] = {.lex_state = 47, .external_lex_state = 10}, + [1331] = {.lex_state = 26, .external_lex_state = 10}, + [1332] = {.lex_state = 3, .external_lex_state = 11}, + [1333] = {.lex_state = 47, .external_lex_state = 13}, + [1334] = {.lex_state = 47, .external_lex_state = 13}, + [1335] = {.lex_state = 47, .external_lex_state = 13}, + [1336] = {.lex_state = 47, .external_lex_state = 13}, + [1337] = {.lex_state = 47, .external_lex_state = 11}, + [1338] = {.lex_state = 47, .external_lex_state = 13}, + [1339] = {.lex_state = 3, .external_lex_state = 11}, + [1340] = {.lex_state = 47, .external_lex_state = 13}, + [1341] = {.lex_state = 47, .external_lex_state = 13}, + [1342] = {.lex_state = 26, .external_lex_state = 10}, + [1343] = {.lex_state = 47, .external_lex_state = 13}, + [1344] = {.lex_state = 47, .external_lex_state = 13}, + [1345] = {.lex_state = 47, .external_lex_state = 9}, + [1346] = {.lex_state = 3, .external_lex_state = 11}, + [1347] = {.lex_state = 47, .external_lex_state = 12}, + [1348] = {.lex_state = 3, .external_lex_state = 11}, + [1349] = {.lex_state = 47, .external_lex_state = 16}, + [1350] = {.lex_state = 26, .external_lex_state = 10}, + [1351] = {.lex_state = 47, .external_lex_state = 13}, + [1352] = {.lex_state = 47, .external_lex_state = 11}, + [1353] = {.lex_state = 47, .external_lex_state = 13}, + [1354] = {.lex_state = 26, .external_lex_state = 10}, + [1355] = {.lex_state = 47, .external_lex_state = 12}, + [1356] = {.lex_state = 47, .external_lex_state = 12}, + [1357] = {.lex_state = 47, .external_lex_state = 16}, + [1358] = {.lex_state = 26, .external_lex_state = 10}, + [1359] = {.lex_state = 47, .external_lex_state = 12}, + [1360] = {.lex_state = 47, .external_lex_state = 16}, + [1361] = {.lex_state = 47, .external_lex_state = 13}, + [1362] = {.lex_state = 47, .external_lex_state = 13}, + [1363] = {.lex_state = 47, .external_lex_state = 16}, + [1364] = {.lex_state = 47, .external_lex_state = 13}, + [1365] = {.lex_state = 47, .external_lex_state = 12}, + [1366] = {.lex_state = 47, .external_lex_state = 12}, + [1367] = {.lex_state = 47, .external_lex_state = 11}, + [1368] = {.lex_state = 47, .external_lex_state = 13}, + [1369] = {.lex_state = 47, .external_lex_state = 12}, + [1370] = {.lex_state = 47, .external_lex_state = 11}, + [1371] = {.lex_state = 47, .external_lex_state = 9}, + [1372] = {.lex_state = 47, .external_lex_state = 13}, + [1373] = {.lex_state = 26, .external_lex_state = 11}, + [1374] = {.lex_state = 47, .external_lex_state = 13}, + [1375] = {.lex_state = 3, .external_lex_state = 11}, + [1376] = {.lex_state = 47, .external_lex_state = 13}, + [1377] = {.lex_state = 47, .external_lex_state = 11}, + [1378] = {.lex_state = 47, .external_lex_state = 9}, + [1379] = {.lex_state = 47, .external_lex_state = 11}, + [1380] = {.lex_state = 47, .external_lex_state = 12}, + [1381] = {.lex_state = 47, .external_lex_state = 12}, + [1382] = {.lex_state = 3, .external_lex_state = 11}, + [1383] = {.lex_state = 47, .external_lex_state = 11}, + [1384] = {.lex_state = 3, .external_lex_state = 11}, + [1385] = {.lex_state = 47, .external_lex_state = 13}, + [1386] = {.lex_state = 47, .external_lex_state = 12}, + [1387] = {.lex_state = 47, .external_lex_state = 11}, + [1388] = {.lex_state = 47, .external_lex_state = 13}, + [1389] = {.lex_state = 47, .external_lex_state = 9}, + [1390] = {.lex_state = 3, .external_lex_state = 11}, + [1391] = {.lex_state = 47, .external_lex_state = 11}, + [1392] = {.lex_state = 47, .external_lex_state = 13}, + [1393] = {.lex_state = 47, .external_lex_state = 13}, + [1394] = {.lex_state = 47, .external_lex_state = 12}, + [1395] = {.lex_state = 47, .external_lex_state = 12}, + [1396] = {.lex_state = 47, .external_lex_state = 12}, + [1397] = {.lex_state = 47, .external_lex_state = 13}, + [1398] = {.lex_state = 47, .external_lex_state = 13}, + [1399] = {.lex_state = 47, .external_lex_state = 13}, + [1400] = {.lex_state = 47, .external_lex_state = 13}, + [1401] = {.lex_state = 30, .external_lex_state = 10}, + [1402] = {.lex_state = 26, .external_lex_state = 10}, + [1403] = {.lex_state = 47, .external_lex_state = 15}, + [1404] = {.lex_state = 47, .external_lex_state = 15}, + [1405] = {.lex_state = 47, .external_lex_state = 15}, + [1406] = {.lex_state = 47, .external_lex_state = 15}, + [1407] = {.lex_state = 47, .external_lex_state = 15}, + [1408] = {.lex_state = 47, .external_lex_state = 15}, + [1409] = {.lex_state = 47, .external_lex_state = 15}, + [1410] = {.lex_state = 47, .external_lex_state = 15}, + [1411] = {.lex_state = 47, .external_lex_state = 15}, + [1412] = {.lex_state = 47, .external_lex_state = 9}, + [1413] = {.lex_state = 47, .external_lex_state = 9}, + [1414] = {.lex_state = 47, .external_lex_state = 15}, + [1415] = {.lex_state = 47, .external_lex_state = 13}, + [1416] = {.lex_state = 47, .external_lex_state = 13}, + [1417] = {.lex_state = 47, .external_lex_state = 15}, + [1418] = {.lex_state = 47, .external_lex_state = 15}, + [1419] = {.lex_state = 47, .external_lex_state = 13}, + [1420] = {.lex_state = 47, .external_lex_state = 15}, + [1421] = {.lex_state = 47, .external_lex_state = 9}, + [1422] = {.lex_state = 47, .external_lex_state = 15}, + [1423] = {.lex_state = 47, .external_lex_state = 15}, + [1424] = {.lex_state = 47, .external_lex_state = 13}, + [1425] = {.lex_state = 47, .external_lex_state = 15}, + [1426] = {.lex_state = 47, .external_lex_state = 13}, + [1427] = {.lex_state = 47, .external_lex_state = 13}, + [1428] = {.lex_state = 47, .external_lex_state = 15}, + [1429] = {.lex_state = 47, .external_lex_state = 9}, + [1430] = {.lex_state = 47, .external_lex_state = 13}, + [1431] = {.lex_state = 26, .external_lex_state = 10}, + [1432] = {.lex_state = 30, .external_lex_state = 10}, + [1433] = {.lex_state = 30, .external_lex_state = 10}, + [1434] = {.lex_state = 26, .external_lex_state = 10}, + [1435] = {.lex_state = 30, .external_lex_state = 10}, + [1436] = {.lex_state = 47, .external_lex_state = 13}, + [1437] = {.lex_state = 47, .external_lex_state = 12}, + [1438] = {.lex_state = 26, .external_lex_state = 10}, + [1439] = {.lex_state = 47, .external_lex_state = 15}, + [1440] = {.lex_state = 47, .external_lex_state = 15}, + [1441] = {.lex_state = 47, .external_lex_state = 13}, + [1442] = {.lex_state = 47, .external_lex_state = 10}, + [1443] = {.lex_state = 47, .external_lex_state = 12}, + [1444] = {.lex_state = 47, .external_lex_state = 15}, + [1445] = {.lex_state = 47, .external_lex_state = 12}, + [1446] = {.lex_state = 47, .external_lex_state = 12}, + [1447] = {.lex_state = 47, .external_lex_state = 12}, + [1448] = {.lex_state = 47, .external_lex_state = 9}, + [1449] = {.lex_state = 47, .external_lex_state = 15}, + [1450] = {.lex_state = 26, .external_lex_state = 10}, + [1451] = {.lex_state = 26, .external_lex_state = 10}, + [1452] = {.lex_state = 47, .external_lex_state = 11}, + [1453] = {.lex_state = 47, .external_lex_state = 9}, + [1454] = {.lex_state = 47, .external_lex_state = 12}, + [1455] = {.lex_state = 47, .external_lex_state = 11}, + [1456] = {.lex_state = 47, .external_lex_state = 11}, + [1457] = {.lex_state = 30, .external_lex_state = 10}, + [1458] = {.lex_state = 47, .external_lex_state = 15}, + [1459] = {.lex_state = 30, .external_lex_state = 10}, + [1460] = {.lex_state = 47, .external_lex_state = 11}, + [1461] = {.lex_state = 47, .external_lex_state = 12}, + [1462] = {.lex_state = 47, .external_lex_state = 10}, + [1463] = {.lex_state = 47, .external_lex_state = 10}, + [1464] = {.lex_state = 47, .external_lex_state = 10}, + [1465] = {.lex_state = 47, .external_lex_state = 9}, + [1466] = {.lex_state = 47, .external_lex_state = 15}, + [1467] = {.lex_state = 47, .external_lex_state = 9}, + [1468] = {.lex_state = 47, .external_lex_state = 15}, + [1469] = {.lex_state = 47, .external_lex_state = 15}, + [1470] = {.lex_state = 47, .external_lex_state = 13}, + [1471] = {.lex_state = 47, .external_lex_state = 15}, + [1472] = {.lex_state = 47, .external_lex_state = 13}, + [1473] = {.lex_state = 47, .external_lex_state = 13}, + [1474] = {.lex_state = 47, .external_lex_state = 9}, + [1475] = {.lex_state = 47, .external_lex_state = 13}, + [1476] = {.lex_state = 47, .external_lex_state = 9}, + [1477] = {.lex_state = 47, .external_lex_state = 12}, + [1478] = {.lex_state = 47, .external_lex_state = 10}, + [1479] = {.lex_state = 47, .external_lex_state = 10}, + [1480] = {.lex_state = 47, .external_lex_state = 12}, + [1481] = {.lex_state = 26, .external_lex_state = 10}, + [1482] = {.lex_state = 47, .external_lex_state = 11}, + [1483] = {.lex_state = 47, .external_lex_state = 11}, + [1484] = {.lex_state = 47, .external_lex_state = 10}, + [1485] = {.lex_state = 47, .external_lex_state = 10}, + [1486] = {.lex_state = 47, .external_lex_state = 12}, + [1487] = {.lex_state = 47, .external_lex_state = 11}, + [1488] = {.lex_state = 47, .external_lex_state = 11}, + [1489] = {.lex_state = 47, .external_lex_state = 13}, + [1490] = {.lex_state = 47, .external_lex_state = 11}, + [1491] = {.lex_state = 47, .external_lex_state = 10}, + [1492] = {.lex_state = 26, .external_lex_state = 10}, + [1493] = {.lex_state = 47, .external_lex_state = 13}, + [1494] = {.lex_state = 47, .external_lex_state = 10}, + [1495] = {.lex_state = 47, .external_lex_state = 10}, + [1496] = {.lex_state = 47, .external_lex_state = 12}, + [1497] = {.lex_state = 47, .external_lex_state = 11}, + [1498] = {.lex_state = 47, .external_lex_state = 13}, + [1499] = {.lex_state = 47, .external_lex_state = 11}, + [1500] = {.lex_state = 47, .external_lex_state = 11}, + [1501] = {.lex_state = 47, .external_lex_state = 11}, + [1502] = {.lex_state = 47, .external_lex_state = 12}, + [1503] = {.lex_state = 47, .external_lex_state = 10}, + [1504] = {.lex_state = 47, .external_lex_state = 10}, + [1505] = {.lex_state = 47, .external_lex_state = 10}, + [1506] = {.lex_state = 47, .external_lex_state = 11}, + [1507] = {.lex_state = 47, .external_lex_state = 11}, + [1508] = {.lex_state = 47, .external_lex_state = 13}, + [1509] = {.lex_state = 47, .external_lex_state = 10}, + [1510] = {.lex_state = 26, .external_lex_state = 10}, + [1511] = {.lex_state = 47, .external_lex_state = 12}, + [1512] = {.lex_state = 26, .external_lex_state = 10}, + [1513] = {.lex_state = 47, .external_lex_state = 11}, + [1514] = {.lex_state = 47, .external_lex_state = 12}, + [1515] = {.lex_state = 47, .external_lex_state = 13}, + [1516] = {.lex_state = 47, .external_lex_state = 11}, + [1517] = {.lex_state = 47, .external_lex_state = 10}, + [1518] = {.lex_state = 47, .external_lex_state = 10}, + [1519] = {.lex_state = 47, .external_lex_state = 10}, + [1520] = {.lex_state = 47, .external_lex_state = 12}, + [1521] = {.lex_state = 47, .external_lex_state = 10}, + [1522] = {.lex_state = 47, .external_lex_state = 13}, + [1523] = {.lex_state = 47, .external_lex_state = 11}, + [1524] = {.lex_state = 47, .external_lex_state = 11}, + [1525] = {.lex_state = 47, .external_lex_state = 13}, + [1526] = {.lex_state = 47, .external_lex_state = 13}, + [1527] = {.lex_state = 47, .external_lex_state = 11}, + [1528] = {.lex_state = 47, .external_lex_state = 11}, + [1529] = {.lex_state = 47, .external_lex_state = 12}, + [1530] = {.lex_state = 47, .external_lex_state = 10}, + [1531] = {.lex_state = 47, .external_lex_state = 10}, + [1532] = {.lex_state = 26, .external_lex_state = 10}, + [1533] = {.lex_state = 47, .external_lex_state = 11}, + [1534] = {.lex_state = 47, .external_lex_state = 11}, + [1535] = {.lex_state = 26, .external_lex_state = 10}, + [1536] = {.lex_state = 47, .external_lex_state = 12}, + [1537] = {.lex_state = 47, .external_lex_state = 13}, + [1538] = {.lex_state = 47, .external_lex_state = 11}, + [1539] = {.lex_state = 47, .external_lex_state = 10}, + [1540] = {.lex_state = 47, .external_lex_state = 11}, + [1541] = {.lex_state = 26, .external_lex_state = 10}, + [1542] = {.lex_state = 26, .external_lex_state = 10}, + [1543] = {.lex_state = 26, .external_lex_state = 10}, + [1544] = {.lex_state = 26, .external_lex_state = 10}, + [1545] = {.lex_state = 26, .external_lex_state = 10}, + [1546] = {.lex_state = 26, .external_lex_state = 10}, + [1547] = {.lex_state = 26, .external_lex_state = 10}, + [1548] = {.lex_state = 26, .external_lex_state = 10}, + [1549] = {.lex_state = 26, .external_lex_state = 10}, + [1550] = {.lex_state = 26, .external_lex_state = 10}, + [1551] = {.lex_state = 26, .external_lex_state = 10}, + [1552] = {.lex_state = 47, .external_lex_state = 13}, + [1553] = {.lex_state = 47, .external_lex_state = 12}, + [1554] = {.lex_state = 47, .external_lex_state = 12}, + [1555] = {.lex_state = 26, .external_lex_state = 10}, + [1556] = {.lex_state = 47, .external_lex_state = 11}, + [1557] = {.lex_state = 47, .external_lex_state = 11}, + [1558] = {.lex_state = 26, .external_lex_state = 10}, + [1559] = {.lex_state = 47, .external_lex_state = 12}, + [1560] = {.lex_state = 47, .external_lex_state = 10}, + [1561] = {.lex_state = 47, .external_lex_state = 10}, + [1562] = {.lex_state = 26, .external_lex_state = 10}, + [1563] = {.lex_state = 26, .external_lex_state = 10}, + [1564] = {.lex_state = 47, .external_lex_state = 10}, + [1565] = {.lex_state = 26, .external_lex_state = 10}, + [1566] = {.lex_state = 47, .external_lex_state = 11}, + [1567] = {.lex_state = 47, .external_lex_state = 10}, + [1568] = {.lex_state = 47, .external_lex_state = 11}, + [1569] = {.lex_state = 26, .external_lex_state = 10}, + [1570] = {.lex_state = 47, .external_lex_state = 12}, + [1571] = {.lex_state = 26, .external_lex_state = 10}, + [1572] = {.lex_state = 47, .external_lex_state = 11}, + [1573] = {.lex_state = 47, .external_lex_state = 13}, + [1574] = {.lex_state = 26, .external_lex_state = 10}, + [1575] = {.lex_state = 47, .external_lex_state = 12}, + [1576] = {.lex_state = 47, .external_lex_state = 12}, + [1577] = {.lex_state = 26, .external_lex_state = 10}, + [1578] = {.lex_state = 47, .external_lex_state = 13}, + [1579] = {.lex_state = 47, .external_lex_state = 10}, + [1580] = {.lex_state = 47, .external_lex_state = 13}, + [1581] = {.lex_state = 47, .external_lex_state = 10}, + [1582] = {.lex_state = 47, .external_lex_state = 13}, + [1583] = {.lex_state = 47, .external_lex_state = 13}, + [1584] = {.lex_state = 47, .external_lex_state = 10}, + [1585] = {.lex_state = 47, .external_lex_state = 10}, + [1586] = {.lex_state = 47, .external_lex_state = 12}, + [1587] = {.lex_state = 26, .external_lex_state = 10}, + [1588] = {.lex_state = 47, .external_lex_state = 11}, + [1589] = {.lex_state = 47, .external_lex_state = 11}, + [1590] = {.lex_state = 47, .external_lex_state = 11}, + [1591] = {.lex_state = 26, .external_lex_state = 10}, + [1592] = {.lex_state = 47, .external_lex_state = 13}, + [1593] = {.lex_state = 47, .external_lex_state = 11}, + [1594] = {.lex_state = 47, .external_lex_state = 11}, + [1595] = {.lex_state = 47, .external_lex_state = 13}, + [1596] = {.lex_state = 26, .external_lex_state = 10}, + [1597] = {.lex_state = 26, .external_lex_state = 10}, + [1598] = {.lex_state = 26, .external_lex_state = 10}, + [1599] = {.lex_state = 47, .external_lex_state = 10}, + [1600] = {.lex_state = 47, .external_lex_state = 11}, + [1601] = {.lex_state = 47, .external_lex_state = 13}, + [1602] = {.lex_state = 47, .external_lex_state = 11}, + [1603] = {.lex_state = 47, .external_lex_state = 10}, + [1604] = {.lex_state = 47, .external_lex_state = 11}, + [1605] = {.lex_state = 47, .external_lex_state = 12}, + [1606] = {.lex_state = 47, .external_lex_state = 10}, + [1607] = {.lex_state = 47, .external_lex_state = 10}, + [1608] = {.lex_state = 47, .external_lex_state = 10}, + [1609] = {.lex_state = 47, .external_lex_state = 10}, + [1610] = {.lex_state = 47, .external_lex_state = 10}, + [1611] = {.lex_state = 47, .external_lex_state = 10}, + [1612] = {.lex_state = 47, .external_lex_state = 10}, + [1613] = {.lex_state = 47, .external_lex_state = 10}, + [1614] = {.lex_state = 47, .external_lex_state = 10}, + [1615] = {.lex_state = 47, .external_lex_state = 10}, + [1616] = {.lex_state = 47, .external_lex_state = 11}, + [1617] = {.lex_state = 47, .external_lex_state = 11}, }; enum { ts_external_token__newline = 0, ts_external_token__indent = 1, ts_external_token__dedent = 2, - ts_external_token__string_start = 3, + ts_external_token_string_start = 3, ts_external_token__string_content = 4, - ts_external_token__string_end = 5, + ts_external_token_string_end = 5, ts_external_token_comment = 6, ts_external_token_RBRACK = 7, ts_external_token_RPAREN = 8, @@ -8996,62 +8891,62 @@ static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token__newline] = sym__newline, [ts_external_token__indent] = sym__indent, [ts_external_token__dedent] = sym__dedent, - [ts_external_token__string_start] = sym__string_start, + [ts_external_token_string_start] = sym_string_start, [ts_external_token__string_content] = sym__string_content, - [ts_external_token__string_end] = sym__string_end, + [ts_external_token_string_end] = sym_string_end, [ts_external_token_comment] = sym_comment, [ts_external_token_RBRACK] = anon_sym_RBRACK, [ts_external_token_RPAREN] = anon_sym_RPAREN, [ts_external_token_RBRACE] = anon_sym_RBRACE, }; -static const bool ts_external_scanner_states[15][EXTERNAL_TOKEN_COUNT] = { +static const bool ts_external_scanner_states[17][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token__newline] = true, [ts_external_token__indent] = true, [ts_external_token__dedent] = true, - [ts_external_token__string_start] = true, + [ts_external_token_string_start] = true, [ts_external_token__string_content] = true, - [ts_external_token__string_end] = true, + [ts_external_token_string_end] = true, [ts_external_token_comment] = true, [ts_external_token_RBRACK] = true, [ts_external_token_RPAREN] = true, [ts_external_token_RBRACE] = true, }, [2] = { - [ts_external_token__string_start] = true, + [ts_external_token_string_start] = true, [ts_external_token_comment] = true, }, [3] = { [ts_external_token__dedent] = true, - [ts_external_token__string_start] = true, + [ts_external_token_string_start] = true, [ts_external_token_comment] = true, }, [4] = { [ts_external_token__newline] = true, - [ts_external_token__string_start] = true, + [ts_external_token_string_start] = true, [ts_external_token_comment] = true, }, [5] = { [ts_external_token__newline] = true, [ts_external_token__indent] = true, - [ts_external_token__string_start] = true, + [ts_external_token_string_start] = true, [ts_external_token_comment] = true, }, [6] = { - [ts_external_token__string_start] = true, + [ts_external_token_string_start] = true, [ts_external_token_comment] = true, - [ts_external_token_RBRACE] = true, + [ts_external_token_RPAREN] = true, }, [7] = { - [ts_external_token__string_start] = true, + [ts_external_token_string_start] = true, [ts_external_token_comment] = true, [ts_external_token_RBRACK] = true, }, [8] = { - [ts_external_token__string_start] = true, + [ts_external_token_string_start] = true, [ts_external_token_comment] = true, - [ts_external_token_RPAREN] = true, + [ts_external_token_RBRACE] = true, }, [9] = { [ts_external_token__newline] = true, @@ -9074,7 +8969,16 @@ static const bool ts_external_scanner_states[15][EXTERNAL_TOKEN_COUNT] = { }, [14] = { [ts_external_token__string_content] = true, - [ts_external_token__string_end] = true, + [ts_external_token_string_end] = true, + [ts_external_token_comment] = true, + }, + [15] = { + [ts_external_token__dedent] = true, + [ts_external_token_comment] = true, + }, + [16] = { + [ts_external_token__newline] = true, + [ts_external_token__indent] = true, [ts_external_token_comment] = true, }, }; @@ -9106,7 +9010,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_assert_contains] = ACTIONS(1), [anon_sym_assert_fails] = ACTIONS(1), [anon_sym_COLON_EQ] = ACTIONS(1), - [anon_sym_match] = ACTIONS(1), [anon_sym_return] = ACTIONS(1), [anon_sym_del] = ACTIONS(1), [anon_sym_raise] = ACTIONS(1), @@ -9117,6 +9020,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON] = ACTIONS(1), [anon_sym_elif] = ACTIONS(1), [anon_sym_else] = ACTIONS(1), + [anon_sym_match] = ACTIONS(1), [anon_sym_case] = ACTIONS(1), [anon_sym_async] = ACTIONS(1), [anon_sym_for] = ACTIONS(1), @@ -9176,7 +9080,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ellipsis] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1), + [sym_escape_sequence] = ACTIONS(1), + [sym__not_escape_sequence] = ACTIONS(1), [sym_type_conversion] = ACTIONS(1), [sym_integer] = ACTIONS(1), [sym_float] = ACTIONS(1), @@ -9186,10948 +9091,7290 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(1), [sym_none] = ACTIONS(1), [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(5), [sym__newline] = ACTIONS(1), [sym__indent] = ACTIONS(1), [sym__dedent] = ACTIONS(1), - [sym__string_start] = ACTIONS(1), + [sym_string_start] = ACTIONS(1), [sym__string_content] = ACTIONS(1), - [sym__string_end] = ACTIONS(1), + [sym_string_end] = ACTIONS(1), }, [1] = { - [sym_module] = STATE(1638), - [sym__statement] = STATE(50), - [sym__simple_statements] = STATE(50), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_if_statement] = STATE(50), - [sym_match_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_with_statement] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_exec_statement] = STATE(1482), - [sym_decorated_definition] = STATE(50), - [sym_decorator] = STATE(1293), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(50), - [aux_sym_decorated_definition_repeat1] = STATE(1293), - [ts_builtin_sym_end] = ACTIONS(5), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(19), + [sym_module] = STATE(1606), + [sym__statement] = STATE(36), + [sym__simple_statements] = STATE(36), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_if_statement] = STATE(36), + [sym_match_statement] = STATE(36), + [sym_for_statement] = STATE(36), + [sym_while_statement] = STATE(36), + [sym_with_statement] = STATE(36), + [sym_function_definition] = STATE(36), + [sym_exec_statement] = STATE(1260), + [sym_decorated_definition] = STATE(36), + [sym_decorator] = STATE(1163), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(36), + [aux_sym_decorated_definition_repeat1] = STATE(1163), + [ts_builtin_sym_end] = ACTIONS(7), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), [anon_sym_if] = ACTIONS(31), - [anon_sym_async] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), - [anon_sym_while] = ACTIONS(37), - [anon_sym_with] = ACTIONS(39), - [anon_sym_def] = ACTIONS(41), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_match] = ACTIONS(33), + [anon_sym_async] = ACTIONS(35), + [anon_sym_for] = ACTIONS(37), + [anon_sym_while] = ACTIONS(39), + [anon_sym_with] = ACTIONS(41), + [anon_sym_def] = ACTIONS(43), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym_string_start] = ACTIONS(65), }, [2] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(563), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(35), + [sym__simple_statements] = STATE(35), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(35), + [sym_match_statement] = STATE(35), + [sym_for_statement] = STATE(35), + [sym_while_statement] = STATE(35), + [sym_with_statement] = STATE(35), + [sym_function_definition] = STATE(35), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(35), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(1409), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(35), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_string_start] = ACTIONS(65), }, [3] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(581), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(35), + [sym__simple_statements] = STATE(35), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(35), + [sym_match_statement] = STATE(35), + [sym_for_statement] = STATE(35), + [sym_while_statement] = STATE(35), + [sym_with_statement] = STATE(35), + [sym_function_definition] = STATE(35), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(35), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(1404), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(35), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_string_start] = ACTIONS(65), }, [4] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(626), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(35), + [sym__simple_statements] = STATE(35), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(35), + [sym_match_statement] = STATE(35), + [sym_for_statement] = STATE(35), + [sym_while_statement] = STATE(35), + [sym_with_statement] = STATE(35), + [sym_function_definition] = STATE(35), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(35), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(1417), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(35), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_string_start] = ACTIONS(65), }, [5] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(618), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(37), + [sym__simple_statements] = STATE(37), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(37), + [sym_match_statement] = STATE(37), + [sym_for_statement] = STATE(37), + [sym_while_statement] = STATE(37), + [sym_with_statement] = STATE(37), + [sym_function_definition] = STATE(37), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(37), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(429), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(37), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_string_start] = ACTIONS(65), }, [6] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(498), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(35), + [sym__simple_statements] = STATE(35), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(35), + [sym_match_statement] = STATE(35), + [sym_for_statement] = STATE(35), + [sym_while_statement] = STATE(35), + [sym_with_statement] = STATE(35), + [sym_function_definition] = STATE(35), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(35), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(1414), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(35), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_string_start] = ACTIONS(65), }, [7] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(600), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(37), + [sym__simple_statements] = STATE(37), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(37), + [sym_match_statement] = STATE(37), + [sym_for_statement] = STATE(37), + [sym_while_statement] = STATE(37), + [sym_with_statement] = STATE(37), + [sym_function_definition] = STATE(37), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(37), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(432), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(37), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(83), + [sym_string_start] = ACTIONS(65), }, [8] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(497), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(38), + [sym__simple_statements] = STATE(38), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(38), + [sym_match_statement] = STATE(38), + [sym_for_statement] = STATE(38), + [sym_while_statement] = STATE(38), + [sym_with_statement] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(38), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(422), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(38), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(85), + [sym_string_start] = ACTIONS(65), }, [9] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(502), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(37), + [sym__simple_statements] = STATE(37), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(37), + [sym_match_statement] = STATE(37), + [sym_for_statement] = STATE(37), + [sym_while_statement] = STATE(37), + [sym_with_statement] = STATE(37), + [sym_function_definition] = STATE(37), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(37), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(479), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(37), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(83), + [sym_string_start] = ACTIONS(65), }, [10] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(514), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(37), + [sym__simple_statements] = STATE(37), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(37), + [sym_match_statement] = STATE(37), + [sym_for_statement] = STATE(37), + [sym_while_statement] = STATE(37), + [sym_with_statement] = STATE(37), + [sym_function_definition] = STATE(37), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(37), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(510), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(37), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(83), + [sym_string_start] = ACTIONS(65), }, [11] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(449), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(38), + [sym__simple_statements] = STATE(38), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(38), + [sym_match_statement] = STATE(38), + [sym_for_statement] = STATE(38), + [sym_while_statement] = STATE(38), + [sym_with_statement] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(38), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(513), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(38), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(85), + [sym_string_start] = ACTIONS(65), }, [12] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(594), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(35), + [sym__simple_statements] = STATE(35), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(35), + [sym_match_statement] = STATE(35), + [sym_for_statement] = STATE(35), + [sym_while_statement] = STATE(35), + [sym_with_statement] = STATE(35), + [sym_function_definition] = STATE(35), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(35), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(1408), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(35), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_string_start] = ACTIONS(65), }, [13] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(504), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(38), + [sym__simple_statements] = STATE(38), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(38), + [sym_match_statement] = STATE(38), + [sym_for_statement] = STATE(38), + [sym_while_statement] = STATE(38), + [sym_with_statement] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(38), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(416), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(38), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(85), + [sym_string_start] = ACTIONS(65), }, [14] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(584), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(35), + [sym__simple_statements] = STATE(35), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(35), + [sym_match_statement] = STATE(35), + [sym_for_statement] = STATE(35), + [sym_while_statement] = STATE(35), + [sym_with_statement] = STATE(35), + [sym_function_definition] = STATE(35), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(35), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(1440), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(35), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_string_start] = ACTIONS(65), }, [15] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(508), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(38), + [sym__simple_statements] = STATE(38), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(38), + [sym_match_statement] = STATE(38), + [sym_for_statement] = STATE(38), + [sym_while_statement] = STATE(38), + [sym_with_statement] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(38), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(506), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(38), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(85), + [sym_string_start] = ACTIONS(65), }, [16] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(543), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(37), + [sym__simple_statements] = STATE(37), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(37), + [sym_match_statement] = STATE(37), + [sym_for_statement] = STATE(37), + [sym_while_statement] = STATE(37), + [sym_with_statement] = STATE(37), + [sym_function_definition] = STATE(37), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(37), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(367), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(37), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(83), + [sym_string_start] = ACTIONS(65), }, [17] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(548), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(38), + [sym__simple_statements] = STATE(38), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(38), + [sym_match_statement] = STATE(38), + [sym_for_statement] = STATE(38), + [sym_while_statement] = STATE(38), + [sym_with_statement] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(38), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(436), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(38), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(85), + [sym_string_start] = ACTIONS(65), }, [18] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(556), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(37), + [sym__simple_statements] = STATE(37), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(37), + [sym_match_statement] = STATE(37), + [sym_for_statement] = STATE(37), + [sym_while_statement] = STATE(37), + [sym_with_statement] = STATE(37), + [sym_function_definition] = STATE(37), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(37), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(425), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(37), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(83), + [sym_string_start] = ACTIONS(65), }, [19] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), + [sym__statement] = STATE(38), + [sym__simple_statements] = STATE(38), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(38), + [sym_match_statement] = STATE(38), + [sym_for_statement] = STATE(38), + [sym_while_statement] = STATE(38), + [sym_with_statement] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(38), + [sym_decorator] = STATE(1184), [sym_block] = STATE(499), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(38), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(85), + [sym_string_start] = ACTIONS(65), }, [20] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(457), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(35), + [sym__simple_statements] = STATE(35), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(35), + [sym_match_statement] = STATE(35), + [sym_for_statement] = STATE(35), + [sym_while_statement] = STATE(35), + [sym_with_statement] = STATE(35), + [sym_function_definition] = STATE(35), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(35), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(1469), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(35), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(81), + [sym_string_start] = ACTIONS(65), }, [21] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(567), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(37), + [sym__simple_statements] = STATE(37), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(37), + [sym_match_statement] = STATE(37), + [sym_for_statement] = STATE(37), + [sym_while_statement] = STATE(37), + [sym_with_statement] = STATE(37), + [sym_function_definition] = STATE(37), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(37), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(493), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(37), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(83), + [sym_string_start] = ACTIONS(65), }, [22] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(568), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(37), + [sym__simple_statements] = STATE(37), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(37), + [sym_match_statement] = STATE(37), + [sym_for_statement] = STATE(37), + [sym_while_statement] = STATE(37), + [sym_with_statement] = STATE(37), + [sym_function_definition] = STATE(37), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(37), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(449), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(37), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(83), + [sym_string_start] = ACTIONS(65), }, [23] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(571), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(35), + [sym__simple_statements] = STATE(35), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(35), + [sym_match_statement] = STATE(35), + [sym_for_statement] = STATE(35), + [sym_while_statement] = STATE(35), + [sym_with_statement] = STATE(35), + [sym_function_definition] = STATE(35), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(35), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(1418), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(35), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_string_start] = ACTIONS(65), }, [24] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(572), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(38), + [sym__simple_statements] = STATE(38), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(38), + [sym_match_statement] = STATE(38), + [sym_for_statement] = STATE(38), + [sym_while_statement] = STATE(38), + [sym_with_statement] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(38), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(408), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(38), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(85), + [sym_string_start] = ACTIONS(65), }, [25] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(627), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(38), + [sym__simple_statements] = STATE(38), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(38), + [sym_match_statement] = STATE(38), + [sym_for_statement] = STATE(38), + [sym_while_statement] = STATE(38), + [sym_with_statement] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(38), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(502), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(38), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(85), + [sym_string_start] = ACTIONS(65), }, [26] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(566), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(37), + [sym__simple_statements] = STATE(37), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(37), + [sym_match_statement] = STATE(37), + [sym_for_statement] = STATE(37), + [sym_while_statement] = STATE(37), + [sym_with_statement] = STATE(37), + [sym_function_definition] = STATE(37), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(37), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(452), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(37), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(83), + [sym_string_start] = ACTIONS(65), }, [27] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(564), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(38), + [sym__simple_statements] = STATE(38), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(38), + [sym_match_statement] = STATE(38), + [sym_for_statement] = STATE(38), + [sym_while_statement] = STATE(38), + [sym_with_statement] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(38), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(515), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(38), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(85), + [sym_string_start] = ACTIONS(65), }, [28] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(509), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(38), + [sym__simple_statements] = STATE(38), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(38), + [sym_match_statement] = STATE(38), + [sym_for_statement] = STATE(38), + [sym_while_statement] = STATE(38), + [sym_with_statement] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(38), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(424), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(38), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(85), + [sym_string_start] = ACTIONS(65), }, [29] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(510), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(38), + [sym__simple_statements] = STATE(38), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(38), + [sym_match_statement] = STATE(38), + [sym_for_statement] = STATE(38), + [sym_while_statement] = STATE(38), + [sym_with_statement] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(38), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(466), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(38), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(85), + [sym_string_start] = ACTIONS(65), }, [30] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(512), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(37), + [sym__simple_statements] = STATE(37), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(37), + [sym_match_statement] = STATE(37), + [sym_for_statement] = STATE(37), + [sym_while_statement] = STATE(37), + [sym_with_statement] = STATE(37), + [sym_function_definition] = STATE(37), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(37), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(498), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(37), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_string_start] = ACTIONS(65), }, [31] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(608), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(38), + [sym__simple_statements] = STATE(38), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(38), + [sym_match_statement] = STATE(38), + [sym_for_statement] = STATE(38), + [sym_while_statement] = STATE(38), + [sym_with_statement] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(38), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(491), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(38), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(85), + [sym_string_start] = ACTIONS(65), }, [32] = { - [sym__statement] = STATE(52), - [sym__simple_statements] = STATE(52), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(52), - [sym_match_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_with_statement] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(52), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(633), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(37), + [sym__simple_statements] = STATE(37), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(37), + [sym_match_statement] = STATE(37), + [sym_for_statement] = STATE(37), + [sym_while_statement] = STATE(37), + [sym_with_statement] = STATE(37), + [sym_function_definition] = STATE(37), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(37), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(474), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(37), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(81), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(83), + [sym_string_start] = ACTIONS(65), }, [33] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(601), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(37), + [sym__simple_statements] = STATE(37), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(37), + [sym_match_statement] = STATE(37), + [sym_for_statement] = STATE(37), + [sym_while_statement] = STATE(37), + [sym_with_statement] = STATE(37), + [sym_function_definition] = STATE(37), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(37), + [sym_decorator] = STATE(1184), + [sym_block] = STATE(441), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(37), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_string_start] = ACTIONS(65), }, [34] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(592), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym__statement] = STATE(34), + [sym__simple_statements] = STATE(34), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(34), + [sym_match_statement] = STATE(34), + [sym_for_statement] = STATE(34), + [sym_while_statement] = STATE(34), + [sym_with_statement] = STATE(34), + [sym_function_definition] = STATE(34), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(34), + [sym_decorator] = STATE(1184), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(34), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(87), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(93), + [anon_sym_print] = ACTIONS(96), + [anon_sym_assert] = ACTIONS(99), + [anon_sym_assert_] = ACTIONS(102), + [anon_sym_assert_eq] = ACTIONS(102), + [anon_sym_assert_ne] = ACTIONS(102), + [anon_sym_assert_contains] = ACTIONS(102), + [anon_sym_assert_fails] = ACTIONS(102), + [anon_sym_return] = ACTIONS(105), + [anon_sym_del] = ACTIONS(108), + [anon_sym_pass] = ACTIONS(111), + [anon_sym_break] = ACTIONS(114), + [anon_sym_continue] = ACTIONS(117), + [anon_sym_if] = ACTIONS(120), + [anon_sym_match] = ACTIONS(123), + [anon_sym_async] = ACTIONS(126), + [anon_sym_for] = ACTIONS(129), + [anon_sym_while] = ACTIONS(132), + [anon_sym_with] = ACTIONS(135), + [anon_sym_def] = ACTIONS(138), + [anon_sym_exec] = ACTIONS(141), + [anon_sym_AT] = ACTIONS(144), + [anon_sym_LBRACK] = ACTIONS(147), + [anon_sym_not] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(153), + [anon_sym_DASH] = ACTIONS(153), + [anon_sym_TILDE] = ACTIONS(153), + [anon_sym_lambda] = ACTIONS(156), + [sym_ellipsis] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(162), + [sym_integer] = ACTIONS(165), + [sym_float] = ACTIONS(159), + [anon_sym_await] = ACTIONS(168), + [anon_sym_struct] = ACTIONS(168), + [sym_true] = ACTIONS(165), + [sym_false] = ACTIONS(165), + [sym_none] = ACTIONS(165), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(171), + [sym_string_start] = ACTIONS(173), }, [35] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(501), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(34), + [sym__simple_statements] = STATE(34), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(34), + [sym_match_statement] = STATE(34), + [sym_for_statement] = STATE(34), + [sym_while_statement] = STATE(34), + [sym_with_statement] = STATE(34), + [sym_function_definition] = STATE(34), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(34), + [sym_decorator] = STATE(1184), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(34), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(176), + [sym_string_start] = ACTIONS(65), }, [36] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(529), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(39), + [sym__simple_statements] = STATE(39), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_if_statement] = STATE(39), + [sym_match_statement] = STATE(39), + [sym_for_statement] = STATE(39), + [sym_while_statement] = STATE(39), + [sym_with_statement] = STATE(39), + [sym_function_definition] = STATE(39), + [sym_exec_statement] = STATE(1260), + [sym_decorated_definition] = STATE(39), + [sym_decorator] = STATE(1163), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(39), + [aux_sym_decorated_definition_repeat1] = STATE(1163), + [ts_builtin_sym_end] = ACTIONS(178), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_if] = ACTIONS(31), + [anon_sym_match] = ACTIONS(33), + [anon_sym_async] = ACTIONS(35), + [anon_sym_for] = ACTIONS(37), + [anon_sym_while] = ACTIONS(39), + [anon_sym_with] = ACTIONS(41), + [anon_sym_def] = ACTIONS(43), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym_string_start] = ACTIONS(65), }, [37] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(610), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(34), + [sym__simple_statements] = STATE(34), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(34), + [sym_match_statement] = STATE(34), + [sym_for_statement] = STATE(34), + [sym_while_statement] = STATE(34), + [sym_with_statement] = STATE(34), + [sym_function_definition] = STATE(34), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(34), + [sym_decorator] = STATE(1184), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(34), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(180), + [sym_string_start] = ACTIONS(65), }, [38] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(492), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__statement] = STATE(34), + [sym__simple_statements] = STATE(34), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_if_statement] = STATE(34), + [sym_match_statement] = STATE(34), + [sym_for_statement] = STATE(34), + [sym_while_statement] = STATE(34), + [sym_with_statement] = STATE(34), + [sym_function_definition] = STATE(34), + [sym_exec_statement] = STATE(1345), + [sym_decorated_definition] = STATE(34), + [sym_decorator] = STATE(1184), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(34), + [aux_sym_decorated_definition_repeat1] = STATE(1184), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), + [anon_sym_if] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), [anon_sym_async] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), [anon_sym_while] = ACTIONS(75), [anon_sym_with] = ACTIONS(77), [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_AT] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(182), + [sym_string_start] = ACTIONS(65), }, [39] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(583), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym__statement] = STATE(39), + [sym__simple_statements] = STATE(39), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_if_statement] = STATE(39), + [sym_match_statement] = STATE(39), + [sym_for_statement] = STATE(39), + [sym_while_statement] = STATE(39), + [sym_with_statement] = STATE(39), + [sym_function_definition] = STATE(39), + [sym_exec_statement] = STATE(1260), + [sym_decorated_definition] = STATE(39), + [sym_decorator] = STATE(1163), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [aux_sym_module_repeat1] = STATE(39), + [aux_sym_decorated_definition_repeat1] = STATE(1163), + [ts_builtin_sym_end] = ACTIONS(171), + [sym_identifier] = ACTIONS(87), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(93), + [anon_sym_print] = ACTIONS(96), + [anon_sym_assert] = ACTIONS(99), + [anon_sym_assert_] = ACTIONS(102), + [anon_sym_assert_eq] = ACTIONS(102), + [anon_sym_assert_ne] = ACTIONS(102), + [anon_sym_assert_contains] = ACTIONS(102), + [anon_sym_assert_fails] = ACTIONS(102), + [anon_sym_return] = ACTIONS(105), + [anon_sym_del] = ACTIONS(108), + [anon_sym_pass] = ACTIONS(111), + [anon_sym_break] = ACTIONS(114), + [anon_sym_continue] = ACTIONS(117), + [anon_sym_if] = ACTIONS(184), + [anon_sym_match] = ACTIONS(187), + [anon_sym_async] = ACTIONS(190), + [anon_sym_for] = ACTIONS(193), + [anon_sym_while] = ACTIONS(196), + [anon_sym_with] = ACTIONS(199), + [anon_sym_def] = ACTIONS(202), + [anon_sym_exec] = ACTIONS(141), + [anon_sym_AT] = ACTIONS(144), + [anon_sym_LBRACK] = ACTIONS(147), + [anon_sym_not] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(153), + [anon_sym_DASH] = ACTIONS(153), + [anon_sym_TILDE] = ACTIONS(153), + [anon_sym_lambda] = ACTIONS(156), + [sym_ellipsis] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(162), + [sym_integer] = ACTIONS(165), + [sym_float] = ACTIONS(159), + [anon_sym_await] = ACTIONS(168), + [anon_sym_struct] = ACTIONS(168), + [sym_true] = ACTIONS(165), + [sym_false] = ACTIONS(165), + [sym_none] = ACTIONS(165), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym_string_start] = ACTIONS(173), }, [40] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(555), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_chevron] = STATE(1245), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1059), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_attribute] = STATE(775), + [sym_subscript] = STATE(775), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(205), + [anon_sym_SEMI] = ACTIONS(207), + [anon_sym_DOT] = ACTIONS(209), + [anon_sym_LPAREN] = ACTIONS(211), + [anon_sym_COMMA] = ACTIONS(214), + [anon_sym_as] = ACTIONS(209), + [anon_sym_STAR] = ACTIONS(209), + [anon_sym_print] = ACTIONS(217), + [anon_sym_GT_GT] = ACTIONS(219), + [anon_sym_COLON_EQ] = ACTIONS(221), + [anon_sym_if] = ACTIONS(209), + [anon_sym_COLON] = ACTIONS(223), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(217), + [anon_sym_in] = ACTIONS(209), + [anon_sym_STAR_STAR] = ACTIONS(209), + [anon_sym_exec] = ACTIONS(217), + [anon_sym_AT] = ACTIONS(209), + [anon_sym_LBRACK] = ACTIONS(227), + [anon_sym_EQ] = ACTIONS(223), + [anon_sym_not] = ACTIONS(230), + [anon_sym_and] = ACTIONS(209), + [anon_sym_or] = ACTIONS(209), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_SLASH] = ACTIONS(209), + [anon_sym_PERCENT] = ACTIONS(209), + [anon_sym_SLASH_SLASH] = ACTIONS(209), + [anon_sym_PIPE] = ACTIONS(209), + [anon_sym_AMP] = ACTIONS(209), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_LT_LT] = ACTIONS(209), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_LT] = ACTIONS(209), + [anon_sym_LT_EQ] = ACTIONS(207), + [anon_sym_EQ_EQ] = ACTIONS(207), + [anon_sym_BANG_EQ] = ACTIONS(207), + [anon_sym_GT_EQ] = ACTIONS(207), + [anon_sym_GT] = ACTIONS(209), + [anon_sym_LT_GT] = ACTIONS(207), + [anon_sym_lambda] = ACTIONS(55), + [anon_sym_PLUS_EQ] = ACTIONS(236), + [anon_sym_DASH_EQ] = ACTIONS(236), + [anon_sym_STAR_EQ] = ACTIONS(236), + [anon_sym_SLASH_EQ] = ACTIONS(236), + [anon_sym_AT_EQ] = ACTIONS(236), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(236), + [anon_sym_PERCENT_EQ] = ACTIONS(236), + [anon_sym_STAR_STAR_EQ] = ACTIONS(236), + [anon_sym_GT_GT_EQ] = ACTIONS(236), + [anon_sym_LT_LT_EQ] = ACTIONS(236), + [anon_sym_AMP_EQ] = ACTIONS(236), + [anon_sym_CARET_EQ] = ACTIONS(236), + [anon_sym_PIPE_EQ] = ACTIONS(236), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(217), + [anon_sym_struct] = ACTIONS(217), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(207), + [sym_string_start] = ACTIONS(65), }, [41] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(550), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__simple_statements] = STATE(495), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_exec_statement] = STATE(1345), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(238), + [sym__indent] = ACTIONS(240), + [sym_string_start] = ACTIONS(65), }, [42] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(518), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__simple_statements] = STATE(1407), + [sym_print_statement] = STATE(1312), + [sym_assert_statement] = STATE(1312), + [sym_expression_statement] = STATE(1312), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1312), + [sym_delete_statement] = STATE(1312), + [sym_pass_statement] = STATE(1312), + [sym_break_statement] = STATE(1312), + [sym_continue_statement] = STATE(1312), + [sym_exec_statement] = STATE(1312), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(242), + [sym__indent] = ACTIONS(244), + [sym_string_start] = ACTIONS(65), }, [43] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(542), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__simple_statements] = STATE(427), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_exec_statement] = STATE(1345), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(246), + [sym__indent] = ACTIONS(248), + [sym_string_start] = ACTIONS(65), }, [44] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(535), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__simple_statements] = STATE(504), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_exec_statement] = STATE(1345), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(250), + [sym__indent] = ACTIONS(252), + [sym_string_start] = ACTIONS(65), }, [45] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(503), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__simple_statements] = STATE(440), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_exec_statement] = STATE(1345), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(254), + [sym__indent] = ACTIONS(256), + [sym_string_start] = ACTIONS(65), }, [46] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(598), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__simple_statements] = STATE(511), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_exec_statement] = STATE(1345), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(258), + [sym__indent] = ACTIONS(260), + [sym_string_start] = ACTIONS(65), }, [47] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(526), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__simple_statements] = STATE(1428), + [sym_print_statement] = STATE(1312), + [sym_assert_statement] = STATE(1312), + [sym_expression_statement] = STATE(1312), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1312), + [sym_delete_statement] = STATE(1312), + [sym_pass_statement] = STATE(1312), + [sym_break_statement] = STATE(1312), + [sym_continue_statement] = STATE(1312), + [sym_exec_statement] = STATE(1312), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(262), + [sym__indent] = ACTIONS(264), + [sym_string_start] = ACTIONS(65), }, [48] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(524), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__simple_statements] = STATE(419), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_exec_statement] = STATE(1345), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(266), + [sym__indent] = ACTIONS(268), + [sym_string_start] = ACTIONS(65), }, [49] = { - [sym__statement] = STATE(54), - [sym__simple_statements] = STATE(54), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(54), - [sym_match_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_with_statement] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(54), - [sym_decorator] = STATE(1301), - [sym_block] = STATE(520), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(54), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__simple_statements] = STATE(1425), + [sym_print_statement] = STATE(1312), + [sym_assert_statement] = STATE(1312), + [sym_expression_statement] = STATE(1312), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1312), + [sym_delete_statement] = STATE(1312), + [sym_pass_statement] = STATE(1312), + [sym_break_statement] = STATE(1312), + [sym_continue_statement] = STATE(1312), + [sym_exec_statement] = STATE(1312), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(83), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(270), + [sym__indent] = ACTIONS(272), + [sym_string_start] = ACTIONS(65), }, [50] = { - [sym__statement] = STATE(51), - [sym__simple_statements] = STATE(51), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_if_statement] = STATE(51), - [sym_match_statement] = STATE(51), - [sym_for_statement] = STATE(51), - [sym_while_statement] = STATE(51), - [sym_with_statement] = STATE(51), - [sym_function_definition] = STATE(51), - [sym_exec_statement] = STATE(1482), - [sym_decorated_definition] = STATE(51), - [sym_decorator] = STATE(1293), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(51), - [aux_sym_decorated_definition_repeat1] = STATE(1293), - [ts_builtin_sym_end] = ACTIONS(85), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(19), + [sym__simple_statements] = STATE(297), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_exec_statement] = STATE(1260), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(31), - [anon_sym_async] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), - [anon_sym_while] = ACTIONS(37), - [anon_sym_with] = ACTIONS(39), - [anon_sym_def] = ACTIONS(41), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(274), + [sym__indent] = ACTIONS(276), + [sym_string_start] = ACTIONS(65), }, [51] = { - [sym__statement] = STATE(51), - [sym__simple_statements] = STATE(51), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_if_statement] = STATE(51), - [sym_match_statement] = STATE(51), - [sym_for_statement] = STATE(51), - [sym_while_statement] = STATE(51), - [sym_with_statement] = STATE(51), - [sym_function_definition] = STATE(51), - [sym_exec_statement] = STATE(1482), - [sym_decorated_definition] = STATE(51), - [sym_decorator] = STATE(1293), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(51), - [aux_sym_decorated_definition_repeat1] = STATE(1293), - [ts_builtin_sym_end] = ACTIONS(87), - [sym_identifier] = ACTIONS(89), - [anon_sym_LPAREN] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(95), - [anon_sym_print] = ACTIONS(98), - [anon_sym_assert] = ACTIONS(101), - [anon_sym_assert_] = ACTIONS(104), - [anon_sym_assert_eq] = ACTIONS(104), - [anon_sym_assert_ne] = ACTIONS(104), - [anon_sym_assert_contains] = ACTIONS(104), - [anon_sym_assert_fails] = ACTIONS(104), - [anon_sym_match] = ACTIONS(107), - [anon_sym_return] = ACTIONS(110), - [anon_sym_del] = ACTIONS(113), - [anon_sym_pass] = ACTIONS(116), - [anon_sym_break] = ACTIONS(119), - [anon_sym_continue] = ACTIONS(122), - [anon_sym_if] = ACTIONS(125), - [anon_sym_async] = ACTIONS(128), - [anon_sym_for] = ACTIONS(131), - [anon_sym_while] = ACTIONS(134), - [anon_sym_with] = ACTIONS(137), - [anon_sym_def] = ACTIONS(140), - [anon_sym_exec] = ACTIONS(143), - [anon_sym_AT] = ACTIONS(146), - [anon_sym_LBRACK] = ACTIONS(149), - [anon_sym_not] = ACTIONS(152), - [anon_sym_PLUS] = ACTIONS(155), - [anon_sym_DASH] = ACTIONS(155), - [anon_sym_TILDE] = ACTIONS(155), - [anon_sym_lambda] = ACTIONS(158), - [sym_ellipsis] = ACTIONS(161), - [anon_sym_LBRACE] = ACTIONS(164), - [sym_integer] = ACTIONS(167), - [sym_float] = ACTIONS(161), - [anon_sym_await] = ACTIONS(170), - [anon_sym_struct] = ACTIONS(173), - [sym_true] = ACTIONS(167), - [sym_false] = ACTIONS(167), - [sym_none] = ACTIONS(167), + [sym__simple_statements] = STATE(423), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_exec_statement] = STATE(1260), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_pass] = ACTIONS(25), + [anon_sym_break] = ACTIONS(27), + [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), + [anon_sym_struct] = ACTIONS(63), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(176), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(278), + [sym__indent] = ACTIONS(280), + [sym_string_start] = ACTIONS(65), }, [52] = { - [sym__statement] = STATE(53), - [sym__simple_statements] = STATE(53), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(53), - [sym_match_statement] = STATE(53), - [sym_for_statement] = STATE(53), - [sym_while_statement] = STATE(53), - [sym_with_statement] = STATE(53), - [sym_function_definition] = STATE(53), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(53), - [sym_decorator] = STATE(1301), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(53), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__simple_statements] = STATE(516), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_exec_statement] = STATE(1260), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(179), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(282), + [sym__indent] = ACTIONS(284), + [sym_string_start] = ACTIONS(65), }, [53] = { - [sym__statement] = STATE(53), - [sym__simple_statements] = STATE(53), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(53), - [sym_match_statement] = STATE(53), - [sym_for_statement] = STATE(53), - [sym_while_statement] = STATE(53), - [sym_with_statement] = STATE(53), - [sym_function_definition] = STATE(53), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(53), - [sym_decorator] = STATE(1301), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(53), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(89), - [anon_sym_LPAREN] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(95), - [anon_sym_print] = ACTIONS(98), - [anon_sym_assert] = ACTIONS(101), - [anon_sym_assert_] = ACTIONS(104), - [anon_sym_assert_eq] = ACTIONS(104), - [anon_sym_assert_ne] = ACTIONS(104), - [anon_sym_assert_contains] = ACTIONS(104), - [anon_sym_assert_fails] = ACTIONS(104), - [anon_sym_match] = ACTIONS(181), - [anon_sym_return] = ACTIONS(110), - [anon_sym_del] = ACTIONS(113), - [anon_sym_pass] = ACTIONS(116), - [anon_sym_break] = ACTIONS(119), - [anon_sym_continue] = ACTIONS(122), - [anon_sym_if] = ACTIONS(184), - [anon_sym_async] = ACTIONS(187), - [anon_sym_for] = ACTIONS(190), - [anon_sym_while] = ACTIONS(193), - [anon_sym_with] = ACTIONS(196), - [anon_sym_def] = ACTIONS(199), - [anon_sym_exec] = ACTIONS(143), - [anon_sym_AT] = ACTIONS(146), - [anon_sym_LBRACK] = ACTIONS(149), - [anon_sym_not] = ACTIONS(152), - [anon_sym_PLUS] = ACTIONS(155), - [anon_sym_DASH] = ACTIONS(155), - [anon_sym_TILDE] = ACTIONS(155), - [anon_sym_lambda] = ACTIONS(158), - [sym_ellipsis] = ACTIONS(161), - [anon_sym_LBRACE] = ACTIONS(164), - [sym_integer] = ACTIONS(167), - [sym_float] = ACTIONS(161), - [anon_sym_await] = ACTIONS(170), - [anon_sym_struct] = ACTIONS(173), - [sym_true] = ACTIONS(167), - [sym_false] = ACTIONS(167), - [sym_none] = ACTIONS(167), + [sym__simple_statements] = STATE(507), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_exec_statement] = STATE(1260), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_pass] = ACTIONS(25), + [anon_sym_break] = ACTIONS(27), + [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), + [anon_sym_struct] = ACTIONS(63), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(87), - [sym__string_start] = ACTIONS(176), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(286), + [sym__indent] = ACTIONS(288), + [sym_string_start] = ACTIONS(65), }, [54] = { - [sym__statement] = STATE(53), - [sym__simple_statements] = STATE(53), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_if_statement] = STATE(53), - [sym_match_statement] = STATE(53), - [sym_for_statement] = STATE(53), - [sym_while_statement] = STATE(53), - [sym_with_statement] = STATE(53), - [sym_function_definition] = STATE(53), - [sym_exec_statement] = STATE(1467), - [sym_decorated_definition] = STATE(53), - [sym_decorator] = STATE(1301), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [aux_sym_module_repeat1] = STATE(53), - [aux_sym_decorated_definition_repeat1] = STATE(1301), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(67), + [sym__simple_statements] = STATE(1423), + [sym_print_statement] = STATE(1312), + [sym_assert_statement] = STATE(1312), + [sym_expression_statement] = STATE(1312), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1312), + [sym_delete_statement] = STATE(1312), + [sym_pass_statement] = STATE(1312), + [sym_break_statement] = STATE(1312), + [sym_continue_statement] = STATE(1312), + [sym_exec_statement] = STATE(1312), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_with] = ACTIONS(77), - [anon_sym_def] = ACTIONS(79), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_AT] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(202), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(290), + [sym__indent] = ACTIONS(292), + [sym_string_start] = ACTIONS(65), }, [55] = { - [sym_named_expression] = STATE(1166), - [sym__named_expresssion_lhs] = STATE(1687), - [sym_as_pattern] = STATE(1166), - [sym_expression] = STATE(1264), - [sym_primary_expression] = STATE(650), - [sym_not_operator] = STATE(1166), - [sym_boolean_operator] = STATE(1166), - [sym_binary_operator] = STATE(875), - [sym_unary_operator] = STATE(875), - [sym_comparison_operator] = STATE(1166), - [sym_lambda] = STATE(1166), - [sym_attribute] = STATE(875), - [sym_subscript] = STATE(875), - [sym_call] = STATE(875), - [sym_list] = STATE(875), - [sym_set] = STATE(875), - [sym_tuple] = STATE(875), - [sym_dictionary] = STATE(875), - [sym_list_comprehension] = STATE(875), - [sym_dictionary_comprehension] = STATE(875), - [sym_set_comprehension] = STATE(875), - [sym_parenthesized_expression] = STATE(875), - [sym_conditional_expression] = STATE(1166), - [sym_string] = STATE(875), - [sym_await] = STATE(1166), - [sym_identifier] = ACTIONS(204), - [anon_sym_SEMI] = ACTIONS(206), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(210), - [anon_sym_COMMA] = ACTIONS(213), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(216), - [anon_sym_GT_GT] = ACTIONS(208), - [anon_sym_COLON_EQ] = ACTIONS(218), - [anon_sym_match] = ACTIONS(220), - [anon_sym_if] = ACTIONS(208), - [anon_sym_COLON] = ACTIONS(222), - [anon_sym_async] = ACTIONS(216), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(208), - [anon_sym_exec] = ACTIONS(216), - [anon_sym_AT] = ACTIONS(208), - [anon_sym_LBRACK] = ACTIONS(224), - [anon_sym_EQ] = ACTIONS(222), - [anon_sym_not] = ACTIONS(227), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(230), - [anon_sym_DASH] = ACTIONS(230), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(208), - [anon_sym_SLASH_SLASH] = ACTIONS(208), - [anon_sym_PIPE] = ACTIONS(208), - [anon_sym_AMP] = ACTIONS(208), - [anon_sym_CARET] = ACTIONS(208), - [anon_sym_LT_LT] = ACTIONS(208), - [anon_sym_TILDE] = ACTIONS(233), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(235), - [anon_sym_PLUS_EQ] = ACTIONS(237), - [anon_sym_DASH_EQ] = ACTIONS(237), - [anon_sym_STAR_EQ] = ACTIONS(237), - [anon_sym_SLASH_EQ] = ACTIONS(237), - [anon_sym_AT_EQ] = ACTIONS(237), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(237), - [anon_sym_PERCENT_EQ] = ACTIONS(237), - [anon_sym_STAR_STAR_EQ] = ACTIONS(237), - [anon_sym_GT_GT_EQ] = ACTIONS(237), - [anon_sym_LT_LT_EQ] = ACTIONS(237), - [anon_sym_AMP_EQ] = ACTIONS(237), - [anon_sym_CARET_EQ] = ACTIONS(237), - [anon_sym_PIPE_EQ] = ACTIONS(237), - [sym_ellipsis] = ACTIONS(239), - [anon_sym_LBRACE] = ACTIONS(241), - [sym_integer] = ACTIONS(243), - [sym_float] = ACTIONS(239), - [anon_sym_await] = ACTIONS(245), - [anon_sym_struct] = ACTIONS(216), - [sym_true] = ACTIONS(243), - [sym_false] = ACTIONS(243), - [sym_none] = ACTIONS(243), + [sym__simple_statements] = STATE(437), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_exec_statement] = STATE(1260), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_pass] = ACTIONS(25), + [anon_sym_break] = ACTIONS(27), + [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), + [anon_sym_struct] = ACTIONS(63), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(206), - [sym__string_start] = ACTIONS(247), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(294), + [sym__indent] = ACTIONS(296), + [sym_string_start] = ACTIONS(65), }, [56] = { - [sym_named_expression] = STATE(1166), - [sym__named_expresssion_lhs] = STATE(1687), - [sym_as_pattern] = STATE(1166), - [sym_expression] = STATE(1220), - [sym_primary_expression] = STATE(650), - [sym_not_operator] = STATE(1166), - [sym_boolean_operator] = STATE(1166), - [sym_binary_operator] = STATE(875), - [sym_unary_operator] = STATE(875), - [sym_comparison_operator] = STATE(1166), - [sym_lambda] = STATE(1166), - [sym_attribute] = STATE(875), - [sym_subscript] = STATE(875), - [sym_call] = STATE(875), - [sym_list] = STATE(875), - [sym_set] = STATE(875), - [sym_tuple] = STATE(875), - [sym_dictionary] = STATE(875), - [sym_list_comprehension] = STATE(875), - [sym_dictionary_comprehension] = STATE(875), - [sym_set_comprehension] = STATE(875), - [sym_parenthesized_expression] = STATE(875), - [sym_conditional_expression] = STATE(1166), - [sym_string] = STATE(875), - [sym_await] = STATE(1166), - [sym_identifier] = ACTIONS(204), - [anon_sym_SEMI] = ACTIONS(206), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(210), - [anon_sym_COMMA] = ACTIONS(213), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(216), - [anon_sym_GT_GT] = ACTIONS(208), - [anon_sym_COLON_EQ] = ACTIONS(218), - [anon_sym_match] = ACTIONS(220), - [anon_sym_if] = ACTIONS(208), - [anon_sym_COLON] = ACTIONS(222), - [anon_sym_async] = ACTIONS(216), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(208), - [anon_sym_exec] = ACTIONS(216), - [anon_sym_AT] = ACTIONS(208), - [anon_sym_LBRACK] = ACTIONS(224), - [anon_sym_EQ] = ACTIONS(222), - [anon_sym_not] = ACTIONS(227), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(230), - [anon_sym_DASH] = ACTIONS(230), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(208), - [anon_sym_SLASH_SLASH] = ACTIONS(208), - [anon_sym_PIPE] = ACTIONS(208), - [anon_sym_AMP] = ACTIONS(208), - [anon_sym_CARET] = ACTIONS(208), - [anon_sym_LT_LT] = ACTIONS(208), - [anon_sym_TILDE] = ACTIONS(233), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(235), - [anon_sym_PLUS_EQ] = ACTIONS(237), - [anon_sym_DASH_EQ] = ACTIONS(237), - [anon_sym_STAR_EQ] = ACTIONS(237), - [anon_sym_SLASH_EQ] = ACTIONS(237), - [anon_sym_AT_EQ] = ACTIONS(237), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(237), - [anon_sym_PERCENT_EQ] = ACTIONS(237), - [anon_sym_STAR_STAR_EQ] = ACTIONS(237), - [anon_sym_GT_GT_EQ] = ACTIONS(237), - [anon_sym_LT_LT_EQ] = ACTIONS(237), - [anon_sym_AMP_EQ] = ACTIONS(237), - [anon_sym_CARET_EQ] = ACTIONS(237), - [anon_sym_PIPE_EQ] = ACTIONS(237), - [sym_ellipsis] = ACTIONS(239), - [anon_sym_LBRACE] = ACTIONS(241), - [sym_integer] = ACTIONS(243), - [sym_float] = ACTIONS(239), - [anon_sym_await] = ACTIONS(245), - [anon_sym_struct] = ACTIONS(216), - [sym_true] = ACTIONS(243), - [sym_false] = ACTIONS(243), - [sym_none] = ACTIONS(243), + [sym__simple_statements] = STATE(1420), + [sym_print_statement] = STATE(1312), + [sym_assert_statement] = STATE(1312), + [sym_expression_statement] = STATE(1312), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1312), + [sym_delete_statement] = STATE(1312), + [sym_pass_statement] = STATE(1312), + [sym_break_statement] = STATE(1312), + [sym_continue_statement] = STATE(1312), + [sym_exec_statement] = STATE(1312), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_pass] = ACTIONS(25), + [anon_sym_break] = ACTIONS(27), + [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), + [anon_sym_struct] = ACTIONS(63), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(206), - [sym__string_start] = ACTIONS(247), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(298), + [sym__indent] = ACTIONS(300), + [sym_string_start] = ACTIONS(65), }, [57] = { - [sym_chevron] = STATE(1367), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1208), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_attribute] = STATE(905), - [sym_subscript] = STATE(905), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(249), - [anon_sym_SEMI] = ACTIONS(206), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(206), - [anon_sym_COMMA] = ACTIONS(213), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(251), - [anon_sym_GT_GT] = ACTIONS(253), - [anon_sym_match] = ACTIONS(255), - [anon_sym_if] = ACTIONS(208), - [anon_sym_COLON] = ACTIONS(237), - [anon_sym_async] = ACTIONS(251), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(208), - [anon_sym_exec] = ACTIONS(251), - [anon_sym_AT] = ACTIONS(208), - [anon_sym_LBRACK] = ACTIONS(206), - [anon_sym_EQ] = ACTIONS(222), - [anon_sym_not] = ACTIONS(208), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(208), - [anon_sym_DASH] = ACTIONS(208), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(208), - [anon_sym_SLASH_SLASH] = ACTIONS(208), - [anon_sym_PIPE] = ACTIONS(208), - [anon_sym_AMP] = ACTIONS(208), - [anon_sym_CARET] = ACTIONS(208), - [anon_sym_LT_LT] = ACTIONS(208), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(53), - [anon_sym_PLUS_EQ] = ACTIONS(237), - [anon_sym_DASH_EQ] = ACTIONS(237), - [anon_sym_STAR_EQ] = ACTIONS(237), - [anon_sym_SLASH_EQ] = ACTIONS(237), - [anon_sym_AT_EQ] = ACTIONS(237), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(237), - [anon_sym_PERCENT_EQ] = ACTIONS(237), - [anon_sym_STAR_STAR_EQ] = ACTIONS(237), - [anon_sym_GT_GT_EQ] = ACTIONS(237), - [anon_sym_LT_LT_EQ] = ACTIONS(237), - [anon_sym_AMP_EQ] = ACTIONS(237), - [anon_sym_CARET_EQ] = ACTIONS(237), - [anon_sym_PIPE_EQ] = ACTIONS(237), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(257), - [anon_sym_struct] = ACTIONS(251), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym__simple_statements] = STATE(467), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_exec_statement] = STATE(1345), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_pass] = ACTIONS(25), + [anon_sym_break] = ACTIONS(27), + [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), + [anon_sym_struct] = ACTIONS(63), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(206), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(302), + [sym__indent] = ACTIONS(304), + [sym_string_start] = ACTIONS(65), }, [58] = { - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1172), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_attribute] = STATE(905), - [sym_subscript] = STATE(905), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(249), - [anon_sym_SEMI] = ACTIONS(206), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(213), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(251), - [anon_sym_GT_GT] = ACTIONS(208), - [anon_sym_match] = ACTIONS(255), - [anon_sym_if] = ACTIONS(208), - [anon_sym_COLON] = ACTIONS(237), - [anon_sym_async] = ACTIONS(251), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(208), - [anon_sym_exec] = ACTIONS(251), - [anon_sym_AT] = ACTIONS(208), - [anon_sym_LBRACK] = ACTIONS(261), - [anon_sym_EQ] = ACTIONS(222), - [anon_sym_not] = ACTIONS(49), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(263), - [anon_sym_DASH] = ACTIONS(263), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(208), - [anon_sym_SLASH_SLASH] = ACTIONS(208), - [anon_sym_PIPE] = ACTIONS(208), - [anon_sym_AMP] = ACTIONS(208), - [anon_sym_CARET] = ACTIONS(208), - [anon_sym_LT_LT] = ACTIONS(208), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(53), - [anon_sym_PLUS_EQ] = ACTIONS(237), - [anon_sym_DASH_EQ] = ACTIONS(237), - [anon_sym_STAR_EQ] = ACTIONS(237), - [anon_sym_SLASH_EQ] = ACTIONS(237), - [anon_sym_AT_EQ] = ACTIONS(237), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(237), - [anon_sym_PERCENT_EQ] = ACTIONS(237), - [anon_sym_STAR_STAR_EQ] = ACTIONS(237), - [anon_sym_GT_GT_EQ] = ACTIONS(237), - [anon_sym_LT_LT_EQ] = ACTIONS(237), - [anon_sym_AMP_EQ] = ACTIONS(237), - [anon_sym_CARET_EQ] = ACTIONS(237), - [anon_sym_PIPE_EQ] = ACTIONS(237), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(257), - [anon_sym_struct] = ACTIONS(251), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym__simple_statements] = STATE(517), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_exec_statement] = STATE(1260), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_pass] = ACTIONS(25), + [anon_sym_break] = ACTIONS(27), + [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), + [anon_sym_async] = ACTIONS(63), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), + [anon_sym_struct] = ACTIONS(63), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(206), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(306), + [sym__indent] = ACTIONS(308), + [sym_string_start] = ACTIONS(65), }, [59] = { - [sym__simple_statements] = STATE(532), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym__simple_statements] = STATE(465), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_exec_statement] = STATE(1260), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(267), - [sym__indent] = ACTIONS(269), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(310), + [sym__indent] = ACTIONS(312), + [sym_string_start] = ACTIONS(65), }, [60] = { - [sym__simple_statements] = STATE(513), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym__simple_statements] = STATE(483), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_exec_statement] = STATE(1260), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(271), - [sym__indent] = ACTIONS(273), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(314), + [sym__indent] = ACTIONS(316), + [sym_string_start] = ACTIONS(65), }, [61] = { - [sym__simple_statements] = STATE(494), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym__simple_statements] = STATE(431), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_exec_statement] = STATE(1260), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(275), - [sym__indent] = ACTIONS(277), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(318), + [sym__indent] = ACTIONS(320), + [sym_string_start] = ACTIONS(65), }, [62] = { - [sym__simple_statements] = STATE(625), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym__simple_statements] = STATE(462), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_exec_statement] = STATE(1345), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(279), - [sym__indent] = ACTIONS(281), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(322), + [sym__indent] = ACTIONS(324), + [sym_string_start] = ACTIONS(65), }, [63] = { - [sym__simple_statements] = STATE(540), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym__simple_statements] = STATE(414), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_exec_statement] = STATE(1260), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(283), - [sym__indent] = ACTIONS(285), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(326), + [sym__indent] = ACTIONS(328), + [sym_string_start] = ACTIONS(65), }, [64] = { - [sym__simple_statements] = STATE(609), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym__simple_statements] = STATE(1411), + [sym_print_statement] = STATE(1312), + [sym_assert_statement] = STATE(1312), + [sym_expression_statement] = STATE(1312), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1312), + [sym_delete_statement] = STATE(1312), + [sym_pass_statement] = STATE(1312), + [sym_break_statement] = STATE(1312), + [sym_continue_statement] = STATE(1312), + [sym_exec_statement] = STATE(1312), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(287), - [sym__indent] = ACTIONS(289), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(330), + [sym__indent] = ACTIONS(332), + [sym_string_start] = ACTIONS(65), }, [65] = { - [sym__simple_statements] = STATE(604), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym__simple_statements] = STATE(480), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_exec_statement] = STATE(1260), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(291), - [sym__indent] = ACTIONS(293), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(334), + [sym__indent] = ACTIONS(336), + [sym_string_start] = ACTIONS(65), }, [66] = { - [sym__simple_statements] = STATE(495), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym__simple_statements] = STATE(1405), + [sym_print_statement] = STATE(1312), + [sym_assert_statement] = STATE(1312), + [sym_expression_statement] = STATE(1312), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1312), + [sym_delete_statement] = STATE(1312), + [sym_pass_statement] = STATE(1312), + [sym_break_statement] = STATE(1312), + [sym_continue_statement] = STATE(1312), + [sym_exec_statement] = STATE(1312), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(295), - [sym__indent] = ACTIONS(297), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(338), + [sym__indent] = ACTIONS(340), + [sym_string_start] = ACTIONS(65), }, [67] = { - [sym__simple_statements] = STATE(619), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym__simple_statements] = STATE(451), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_exec_statement] = STATE(1345), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(299), - [sym__indent] = ACTIONS(301), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(342), + [sym__indent] = ACTIONS(344), + [sym_string_start] = ACTIONS(65), }, [68] = { - [sym__simple_statements] = STATE(511), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym__simple_statements] = STATE(421), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_exec_statement] = STATE(1345), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(303), - [sym__indent] = ACTIONS(305), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(346), + [sym__indent] = ACTIONS(348), + [sym_string_start] = ACTIONS(65), }, [69] = { - [sym__simple_statements] = STATE(593), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym__simple_statements] = STATE(395), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_exec_statement] = STATE(1345), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(307), - [sym__indent] = ACTIONS(309), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(350), + [sym__indent] = ACTIONS(352), + [sym_string_start] = ACTIONS(65), }, [70] = { - [sym__simple_statements] = STATE(515), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym__simple_statements] = STATE(1439), + [sym_print_statement] = STATE(1312), + [sym_assert_statement] = STATE(1312), + [sym_expression_statement] = STATE(1312), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1312), + [sym_delete_statement] = STATE(1312), + [sym_pass_statement] = STATE(1312), + [sym_break_statement] = STATE(1312), + [sym_continue_statement] = STATE(1312), + [sym_exec_statement] = STATE(1312), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(311), - [sym__indent] = ACTIONS(313), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(354), + [sym__indent] = ACTIONS(356), + [sym_string_start] = ACTIONS(65), }, [71] = { - [sym__simple_statements] = STATE(521), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym__simple_statements] = STATE(469), + [sym_print_statement] = STATE(1260), + [sym_assert_statement] = STATE(1260), + [sym_expression_statement] = STATE(1260), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1260), + [sym_delete_statement] = STATE(1260), + [sym_pass_statement] = STATE(1260), + [sym_break_statement] = STATE(1260), + [sym_continue_statement] = STATE(1260), + [sym_exec_statement] = STATE(1260), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(315), - [sym__indent] = ACTIONS(317), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(358), + [sym__indent] = ACTIONS(360), + [sym_string_start] = ACTIONS(65), }, [72] = { - [sym__simple_statements] = STATE(527), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym__simple_statements] = STATE(500), + [sym_print_statement] = STATE(1345), + [sym_assert_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1345), + [sym_delete_statement] = STATE(1345), + [sym_pass_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_exec_statement] = STATE(1345), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(319), - [sym__indent] = ACTIONS(321), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(362), + [sym__indent] = ACTIONS(364), + [sym_string_start] = ACTIONS(65), }, [73] = { - [sym__simple_statements] = STATE(506), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym_print_statement] = STATE(1429), + [sym_assert_statement] = STATE(1429), + [sym_expression_statement] = STATE(1429), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1429), + [sym_delete_statement] = STATE(1429), + [sym_pass_statement] = STATE(1429), + [sym_break_statement] = STATE(1429), + [sym_continue_statement] = STATE(1429), + [sym_exec_statement] = STATE(1429), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(323), - [sym__indent] = ACTIONS(325), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(366), + [sym_string_start] = ACTIONS(65), }, [74] = { - [sym__simple_statements] = STATE(575), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym_print_statement] = STATE(1429), + [sym_assert_statement] = STATE(1429), + [sym_expression_statement] = STATE(1429), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1429), + [sym_delete_statement] = STATE(1429), + [sym_pass_statement] = STATE(1429), + [sym_break_statement] = STATE(1429), + [sym_continue_statement] = STATE(1429), + [sym_exec_statement] = STATE(1429), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(327), - [sym__indent] = ACTIONS(329), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(368), + [sym_string_start] = ACTIONS(65), }, [75] = { - [sym__simple_statements] = STATE(541), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym_print_statement] = STATE(1429), + [sym_assert_statement] = STATE(1429), + [sym_expression_statement] = STATE(1429), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1429), + [sym_delete_statement] = STATE(1429), + [sym_pass_statement] = STATE(1429), + [sym_break_statement] = STATE(1429), + [sym_continue_statement] = STATE(1429), + [sym_exec_statement] = STATE(1429), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(331), - [sym__indent] = ACTIONS(333), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(370), + [sym_string_start] = ACTIONS(65), }, [76] = { - [sym__simple_statements] = STATE(546), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym_print_statement] = STATE(1429), + [sym_assert_statement] = STATE(1429), + [sym_expression_statement] = STATE(1429), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1429), + [sym_delete_statement] = STATE(1429), + [sym_pass_statement] = STATE(1429), + [sym_break_statement] = STATE(1429), + [sym_continue_statement] = STATE(1429), + [sym_exec_statement] = STATE(1429), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(335), - [sym__indent] = ACTIONS(337), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(372), + [sym_string_start] = ACTIONS(65), }, [77] = { - [sym__simple_statements] = STATE(551), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym_print_statement] = STATE(1429), + [sym_assert_statement] = STATE(1429), + [sym_expression_statement] = STATE(1429), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1429), + [sym_delete_statement] = STATE(1429), + [sym_pass_statement] = STATE(1429), + [sym_break_statement] = STATE(1429), + [sym_continue_statement] = STATE(1429), + [sym_exec_statement] = STATE(1429), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(339), - [sym__indent] = ACTIONS(341), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(374), + [sym_string_start] = ACTIONS(65), }, [78] = { - [sym__simple_statements] = STATE(554), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym_print_statement] = STATE(1429), + [sym_assert_statement] = STATE(1429), + [sym_expression_statement] = STATE(1429), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1429), + [sym_delete_statement] = STATE(1429), + [sym_pass_statement] = STATE(1429), + [sym_break_statement] = STATE(1429), + [sym_continue_statement] = STATE(1429), + [sym_exec_statement] = STATE(1429), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(343), - [sym__indent] = ACTIONS(345), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(376), + [sym_string_start] = ACTIONS(65), }, [79] = { - [sym__simple_statements] = STATE(559), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), + [sym_print_statement] = STATE(1429), + [sym_assert_statement] = STATE(1429), + [sym_expression_statement] = STATE(1429), + [sym_named_expression] = STATE(1049), + [sym__named_expression_lhs] = STATE(1603), + [sym_return_statement] = STATE(1429), + [sym_delete_statement] = STATE(1429), + [sym_pass_statement] = STATE(1429), + [sym_break_statement] = STATE(1429), + [sym_continue_statement] = STATE(1429), + [sym_exec_statement] = STATE(1429), + [sym_pattern] = STATE(967), + [sym_tuple_pattern] = STATE(975), + [sym_list_pattern] = STATE(975), + [sym_list_splat_pattern] = STATE(975), + [sym_as_pattern] = STATE(1049), + [sym_expression] = STATE(1052), + [sym_primary_expression] = STATE(559), + [sym_not_operator] = STATE(1049), + [sym_boolean_operator] = STATE(1049), + [sym_binary_operator] = STATE(775), + [sym_unary_operator] = STATE(775), + [sym_comparison_operator] = STATE(1049), + [sym_lambda] = STATE(1049), + [sym_assignment] = STATE(1465), + [sym_augmented_assignment] = STATE(1465), + [sym_pattern_list] = STATE(983), + [sym_attribute] = STATE(274), + [sym_subscript] = STATE(274), + [sym_call] = STATE(775), + [sym_list] = STATE(775), + [sym_set] = STATE(775), + [sym_tuple] = STATE(775), + [sym_dictionary] = STATE(775), + [sym_list_comprehension] = STATE(775), + [sym_dictionary_comprehension] = STATE(775), + [sym_set_comprehension] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_conditional_expression] = STATE(1049), + [sym_string] = STATE(775), + [sym_identifier] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(11), + [anon_sym_STAR] = ACTIONS(13), + [anon_sym_print] = ACTIONS(15), + [anon_sym_assert] = ACTIONS(17), + [anon_sym_assert_] = ACTIONS(19), + [anon_sym_assert_eq] = ACTIONS(19), + [anon_sym_assert_ne] = ACTIONS(19), + [anon_sym_assert_contains] = ACTIONS(19), + [anon_sym_assert_fails] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_pass] = ACTIONS(25), [anon_sym_break] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), + [anon_sym_match] = ACTIONS(225), [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), + [anon_sym_exec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_not] = ACTIONS(51), + [anon_sym_PLUS] = ACTIONS(53), + [anon_sym_DASH] = ACTIONS(53), + [anon_sym_TILDE] = ACTIONS(53), + [anon_sym_lambda] = ACTIONS(55), + [sym_ellipsis] = ACTIONS(57), + [anon_sym_LBRACE] = ACTIONS(59), + [sym_integer] = ACTIONS(61), + [sym_float] = ACTIONS(57), + [anon_sym_await] = ACTIONS(63), [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_none] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(347), - [sym__indent] = ACTIONS(349), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym_string_start] = ACTIONS(65), }, [80] = { - [sym__simple_statements] = STATE(570), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), + [sym_named_expression] = STATE(1080), + [sym__named_expression_lhs] = STATE(1585), + [sym_as_pattern] = STATE(1080), + [sym_expression] = STATE(1143), + [sym_primary_expression] = STATE(546), + [sym_not_operator] = STATE(1080), + [sym_boolean_operator] = STATE(1080), + [sym_binary_operator] = STATE(791), + [sym_unary_operator] = STATE(791), + [sym_comparison_operator] = STATE(1080), + [sym_lambda] = STATE(1080), + [sym_attribute] = STATE(791), + [sym_subscript] = STATE(791), + [sym_call] = STATE(791), + [sym_list] = STATE(791), + [sym_set] = STATE(791), + [sym_tuple] = STATE(791), + [sym_dictionary] = STATE(791), + [sym_list_comprehension] = STATE(791), + [sym_dictionary_comprehension] = STATE(791), + [sym_set_comprehension] = STATE(791), + [sym_parenthesized_expression] = STATE(791), + [sym_conditional_expression] = STATE(1080), + [sym_string] = STATE(791), + [sym_identifier] = ACTIONS(378), + [anon_sym_SEMI] = ACTIONS(207), + [anon_sym_DOT] = ACTIONS(209), + [anon_sym_LPAREN] = ACTIONS(380), + [anon_sym_COMMA] = ACTIONS(207), + [anon_sym_as] = ACTIONS(209), + [anon_sym_STAR] = ACTIONS(209), + [anon_sym_print] = ACTIONS(383), + [anon_sym_GT_GT] = ACTIONS(207), + [anon_sym_if] = ACTIONS(209), + [anon_sym_match] = ACTIONS(385), + [anon_sym_async] = ACTIONS(383), + [anon_sym_in] = ACTIONS(209), + [anon_sym_STAR_STAR] = ACTIONS(207), + [anon_sym_exec] = ACTIONS(383), + [anon_sym_AT] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(387), + [anon_sym_not] = ACTIONS(390), + [anon_sym_and] = ACTIONS(209), + [anon_sym_or] = ACTIONS(209), + [anon_sym_PLUS] = ACTIONS(393), + [anon_sym_DASH] = ACTIONS(393), + [anon_sym_SLASH] = ACTIONS(209), + [anon_sym_PERCENT] = ACTIONS(207), + [anon_sym_SLASH_SLASH] = ACTIONS(207), + [anon_sym_PIPE] = ACTIONS(207), + [anon_sym_AMP] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(207), + [anon_sym_LT_LT] = ACTIONS(207), + [anon_sym_TILDE] = ACTIONS(396), + [anon_sym_LT] = ACTIONS(209), + [anon_sym_LT_EQ] = ACTIONS(207), + [anon_sym_EQ_EQ] = ACTIONS(207), + [anon_sym_BANG_EQ] = ACTIONS(207), + [anon_sym_GT_EQ] = ACTIONS(207), + [anon_sym_GT] = ACTIONS(209), + [anon_sym_LT_GT] = ACTIONS(207), + [anon_sym_lambda] = ACTIONS(398), + [sym_ellipsis] = ACTIONS(400), + [anon_sym_LBRACE] = ACTIONS(402), + [sym_integer] = ACTIONS(404), + [sym_float] = ACTIONS(400), + [anon_sym_await] = ACTIONS(383), + [anon_sym_struct] = ACTIONS(383), + [sym_true] = ACTIONS(404), + [sym_false] = ACTIONS(404), + [sym_none] = ACTIONS(404), [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(351), - [sym__indent] = ACTIONS(353), - [sym__string_start] = ACTIONS(65), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(207), + [sym_string_start] = ACTIONS(406), }, [81] = { - [sym__simple_statements] = STATE(596), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(355), - [sym__indent] = ACTIONS(357), - [sym__string_start] = ACTIONS(65), - }, - [82] = { - [sym__simple_statements] = STATE(490), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(359), - [sym__indent] = ACTIONS(361), - [sym__string_start] = ACTIONS(65), - }, - [83] = { - [sym__simple_statements] = STATE(589), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(363), - [sym__indent] = ACTIONS(365), - [sym__string_start] = ACTIONS(65), - }, - [84] = { - [sym__simple_statements] = STATE(444), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(367), - [sym__indent] = ACTIONS(369), - [sym__string_start] = ACTIONS(65), - }, - [85] = { - [sym__simple_statements] = STATE(528), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(371), - [sym__indent] = ACTIONS(373), - [sym__string_start] = ACTIONS(65), - }, - [86] = { - [sym__simple_statements] = STATE(624), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(375), - [sym__indent] = ACTIONS(377), - [sym__string_start] = ACTIONS(65), - }, - [87] = { - [sym__simple_statements] = STATE(621), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(379), - [sym__indent] = ACTIONS(381), - [sym__string_start] = ACTIONS(65), - }, - [88] = { - [sym__simple_statements] = STATE(516), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(383), - [sym__indent] = ACTIONS(385), - [sym__string_start] = ACTIONS(65), - }, - [89] = { - [sym__simple_statements] = STATE(451), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(387), - [sym__indent] = ACTIONS(389), - [sym__string_start] = ACTIONS(65), - }, - [90] = { - [sym__simple_statements] = STATE(522), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(391), - [sym__indent] = ACTIONS(393), - [sym__string_start] = ACTIONS(65), - }, - [91] = { - [sym__simple_statements] = STATE(530), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(395), - [sym__indent] = ACTIONS(397), - [sym__string_start] = ACTIONS(65), - }, - [92] = { - [sym__simple_statements] = STATE(631), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(399), - [sym__indent] = ACTIONS(401), - [sym__string_start] = ACTIONS(65), - }, - [93] = { - [sym__simple_statements] = STATE(507), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(403), - [sym__indent] = ACTIONS(405), - [sym__string_start] = ACTIONS(65), - }, - [94] = { - [sym__simple_statements] = STATE(496), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(407), - [sym__indent] = ACTIONS(409), - [sym__string_start] = ACTIONS(65), - }, - [95] = { - [sym__simple_statements] = STATE(505), - [sym_print_statement] = STATE(1482), - [sym_assert_statement] = STATE(1482), - [sym_expression_statement] = STATE(1482), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1482), - [sym_delete_statement] = STATE(1482), - [sym_pass_statement] = STATE(1482), - [sym_break_statement] = STATE(1482), - [sym_continue_statement] = STATE(1482), - [sym_exec_statement] = STATE(1482), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(411), - [sym__indent] = ACTIONS(413), - [sym__string_start] = ACTIONS(65), - }, - [96] = { - [sym__simple_statements] = STATE(533), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(415), - [sym__indent] = ACTIONS(417), - [sym__string_start] = ACTIONS(65), - }, - [97] = { - [sym__simple_statements] = STATE(617), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(419), - [sym__indent] = ACTIONS(421), - [sym__string_start] = ACTIONS(65), - }, - [98] = { - [sym__simple_statements] = STATE(536), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(423), - [sym__indent] = ACTIONS(425), - [sym__string_start] = ACTIONS(65), - }, - [99] = { - [sym__simple_statements] = STATE(538), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(427), - [sym__indent] = ACTIONS(429), - [sym__string_start] = ACTIONS(65), - }, - [100] = { - [sym__simple_statements] = STATE(545), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(431), - [sym__indent] = ACTIONS(433), - [sym__string_start] = ACTIONS(65), - }, - [101] = { - [sym__simple_statements] = STATE(553), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(435), - [sym__indent] = ACTIONS(437), - [sym__string_start] = ACTIONS(65), - }, - [102] = { - [sym__simple_statements] = STATE(500), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(439), - [sym__indent] = ACTIONS(441), - [sym__string_start] = ACTIONS(65), - }, - [103] = { - [sym__simple_statements] = STATE(579), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(443), - [sym__indent] = ACTIONS(445), - [sym__string_start] = ACTIONS(65), - }, - [104] = { - [sym__simple_statements] = STATE(576), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(447), - [sym__indent] = ACTIONS(449), - [sym__string_start] = ACTIONS(65), - }, - [105] = { - [sym__simple_statements] = STATE(493), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(451), - [sym__indent] = ACTIONS(453), - [sym__string_start] = ACTIONS(65), - }, - [106] = { - [sym__simple_statements] = STATE(561), - [sym_print_statement] = STATE(1467), - [sym_assert_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1467), - [sym_delete_statement] = STATE(1467), - [sym_pass_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_exec_statement] = STATE(1467), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(455), - [sym__indent] = ACTIONS(457), - [sym__string_start] = ACTIONS(65), - }, - [107] = { - [sym_print_statement] = STATE(1507), - [sym_assert_statement] = STATE(1507), - [sym_expression_statement] = STATE(1507), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1507), - [sym_delete_statement] = STATE(1507), - [sym_pass_statement] = STATE(1507), - [sym_break_statement] = STATE(1507), - [sym_continue_statement] = STATE(1507), - [sym_exec_statement] = STATE(1507), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(459), - [sym__string_start] = ACTIONS(65), - }, - [108] = { - [sym_print_statement] = STATE(1507), - [sym_assert_statement] = STATE(1507), - [sym_expression_statement] = STATE(1507), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1507), - [sym_delete_statement] = STATE(1507), - [sym_pass_statement] = STATE(1507), - [sym_break_statement] = STATE(1507), - [sym_continue_statement] = STATE(1507), - [sym_exec_statement] = STATE(1507), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(461), - [sym__string_start] = ACTIONS(65), - }, - [109] = { - [sym_print_statement] = STATE(1507), - [sym_assert_statement] = STATE(1507), - [sym_expression_statement] = STATE(1507), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1507), - [sym_delete_statement] = STATE(1507), - [sym_pass_statement] = STATE(1507), - [sym_break_statement] = STATE(1507), - [sym_continue_statement] = STATE(1507), - [sym_exec_statement] = STATE(1507), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(463), - [sym__string_start] = ACTIONS(65), - }, - [110] = { - [sym_named_expression] = STATE(1156), - [sym__named_expresssion_lhs] = STATE(1588), - [sym_as_pattern] = STATE(1156), - [sym_expression] = STATE(1155), - [sym_primary_expression] = STATE(643), - [sym_not_operator] = STATE(1156), - [sym_boolean_operator] = STATE(1156), - [sym_binary_operator] = STATE(852), - [sym_unary_operator] = STATE(852), - [sym_comparison_operator] = STATE(1156), - [sym_lambda] = STATE(1156), - [sym_attribute] = STATE(852), - [sym_subscript] = STATE(852), - [sym_call] = STATE(852), - [sym_list] = STATE(852), - [sym_set] = STATE(852), - [sym_tuple] = STATE(852), - [sym_dictionary] = STATE(852), - [sym_list_comprehension] = STATE(852), - [sym_dictionary_comprehension] = STATE(852), - [sym_set_comprehension] = STATE(852), - [sym_parenthesized_expression] = STATE(852), - [sym_conditional_expression] = STATE(1156), - [sym_string] = STATE(852), - [sym_await] = STATE(1156), - [sym_identifier] = ACTIONS(465), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_COMMA] = ACTIONS(206), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(469), - [anon_sym_GT_GT] = ACTIONS(206), - [anon_sym_match] = ACTIONS(471), - [anon_sym_if] = ACTIONS(208), - [anon_sym_COLON] = ACTIONS(206), - [anon_sym_async] = ACTIONS(469), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(206), - [anon_sym_exec] = ACTIONS(469), - [anon_sym_AT] = ACTIONS(206), - [anon_sym_LBRACK] = ACTIONS(473), - [anon_sym_EQ] = ACTIONS(208), - [anon_sym_not] = ACTIONS(475), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(477), - [anon_sym_DASH] = ACTIONS(477), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(206), - [anon_sym_SLASH_SLASH] = ACTIONS(206), - [anon_sym_PIPE] = ACTIONS(206), - [anon_sym_AMP] = ACTIONS(206), - [anon_sym_CARET] = ACTIONS(206), - [anon_sym_LT_LT] = ACTIONS(206), - [anon_sym_TILDE] = ACTIONS(477), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(479), - [sym_ellipsis] = ACTIONS(481), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_RBRACE] = ACTIONS(206), - [sym_type_conversion] = ACTIONS(206), - [sym_integer] = ACTIONS(485), - [sym_float] = ACTIONS(481), - [anon_sym_await] = ACTIONS(487), - [anon_sym_struct] = ACTIONS(469), - [sym_true] = ACTIONS(485), - [sym_false] = ACTIONS(485), - [sym_none] = ACTIONS(485), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(489), - }, - [111] = { - [sym_print_statement] = STATE(1507), - [sym_assert_statement] = STATE(1507), - [sym_expression_statement] = STATE(1507), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1507), - [sym_delete_statement] = STATE(1507), - [sym_pass_statement] = STATE(1507), - [sym_break_statement] = STATE(1507), - [sym_continue_statement] = STATE(1507), - [sym_exec_statement] = STATE(1507), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(491), - [sym__string_start] = ACTIONS(65), - }, - [112] = { - [sym_named_expression] = STATE(1166), - [sym__named_expresssion_lhs] = STATE(1687), - [sym_as_pattern] = STATE(1166), - [sym_expression] = STATE(1195), - [sym_primary_expression] = STATE(650), - [sym_not_operator] = STATE(1166), - [sym_boolean_operator] = STATE(1166), - [sym_binary_operator] = STATE(875), - [sym_unary_operator] = STATE(875), - [sym_comparison_operator] = STATE(1166), - [sym_lambda] = STATE(1166), - [sym_attribute] = STATE(875), - [sym_subscript] = STATE(875), - [sym_call] = STATE(875), - [sym_list] = STATE(875), - [sym_set] = STATE(875), - [sym_tuple] = STATE(875), - [sym_dictionary] = STATE(875), - [sym_list_comprehension] = STATE(875), - [sym_dictionary_comprehension] = STATE(875), - [sym_set_comprehension] = STATE(875), - [sym_parenthesized_expression] = STATE(875), - [sym_conditional_expression] = STATE(1166), - [sym_string] = STATE(875), - [sym_await] = STATE(1166), - [sym_identifier] = ACTIONS(204), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(493), - [anon_sym_COMMA] = ACTIONS(206), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(216), - [anon_sym_GT_GT] = ACTIONS(206), - [anon_sym_match] = ACTIONS(220), - [anon_sym_if] = ACTIONS(208), - [anon_sym_COLON] = ACTIONS(206), - [anon_sym_else] = ACTIONS(208), - [anon_sym_async] = ACTIONS(216), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(206), - [anon_sym_exec] = ACTIONS(216), - [anon_sym_AT] = ACTIONS(206), - [anon_sym_LBRACK] = ACTIONS(495), - [anon_sym_EQ] = ACTIONS(208), - [anon_sym_not] = ACTIONS(497), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(206), - [anon_sym_SLASH_SLASH] = ACTIONS(206), - [anon_sym_PIPE] = ACTIONS(206), - [anon_sym_AMP] = ACTIONS(206), - [anon_sym_CARET] = ACTIONS(206), - [anon_sym_LT_LT] = ACTIONS(206), - [anon_sym_TILDE] = ACTIONS(233), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(235), - [sym_ellipsis] = ACTIONS(239), - [anon_sym_LBRACE] = ACTIONS(241), - [sym_integer] = ACTIONS(243), - [sym_float] = ACTIONS(239), - [anon_sym_await] = ACTIONS(245), - [anon_sym_struct] = ACTIONS(216), - [sym_true] = ACTIONS(243), - [sym_false] = ACTIONS(243), - [sym_none] = ACTIONS(243), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(247), - }, - [113] = { - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1172), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_attribute] = STATE(905), - [sym_subscript] = STATE(905), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(249), - [anon_sym_SEMI] = ACTIONS(206), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(206), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(251), - [anon_sym_GT_GT] = ACTIONS(206), - [anon_sym_match] = ACTIONS(255), - [anon_sym_if] = ACTIONS(208), - [anon_sym_async] = ACTIONS(251), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(206), - [anon_sym_exec] = ACTIONS(251), - [anon_sym_AT] = ACTIONS(206), - [anon_sym_LBRACK] = ACTIONS(261), - [anon_sym_EQ] = ACTIONS(208), - [anon_sym_not] = ACTIONS(49), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(206), - [anon_sym_SLASH_SLASH] = ACTIONS(206), - [anon_sym_PIPE] = ACTIONS(206), - [anon_sym_AMP] = ACTIONS(206), - [anon_sym_CARET] = ACTIONS(206), - [anon_sym_LT_LT] = ACTIONS(206), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(257), - [anon_sym_struct] = ACTIONS(251), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(206), - [sym__string_start] = ACTIONS(65), - }, - [114] = { - [sym_print_statement] = STATE(1507), - [sym_assert_statement] = STATE(1507), - [sym_expression_statement] = STATE(1507), - [sym_named_expression] = STATE(1182), - [sym__named_expresssion_lhs] = STATE(1613), - [sym_return_statement] = STATE(1507), - [sym_delete_statement] = STATE(1507), - [sym_pass_statement] = STATE(1507), - [sym_break_statement] = STATE(1507), - [sym_continue_statement] = STATE(1507), - [sym_exec_statement] = STATE(1507), - [sym_pattern] = STATE(1096), - [sym_tuple_pattern] = STATE(1086), - [sym_list_pattern] = STATE(1086), - [sym_list_splat_pattern] = STATE(1086), - [sym_as_pattern] = STATE(1182), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(681), - [sym_not_operator] = STATE(1182), - [sym_boolean_operator] = STATE(1182), - [sym_binary_operator] = STATE(905), - [sym_unary_operator] = STATE(905), - [sym_comparison_operator] = STATE(1182), - [sym_lambda] = STATE(1182), - [sym_assignment] = STATE(1529), - [sym_augmented_assignment] = STATE(1529), - [sym_pattern_list] = STATE(1107), - [sym_attribute] = STATE(380), - [sym_subscript] = STATE(380), - [sym_call] = STATE(905), - [sym_list] = STATE(905), - [sym_set] = STATE(905), - [sym_tuple] = STATE(905), - [sym_dictionary] = STATE(905), - [sym_list_comprehension] = STATE(905), - [sym_dictionary_comprehension] = STATE(905), - [sym_set_comprehension] = STATE(905), - [sym_parenthesized_expression] = STATE(905), - [sym_conditional_expression] = STATE(1182), - [sym_string] = STATE(905), - [sym_await] = STATE(1182), - [sym_identifier] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_STAR] = ACTIONS(11), - [anon_sym_print] = ACTIONS(13), - [anon_sym_assert] = ACTIONS(15), - [anon_sym_assert_] = ACTIONS(17), - [anon_sym_assert_eq] = ACTIONS(17), - [anon_sym_assert_ne] = ACTIONS(17), - [anon_sym_assert_contains] = ACTIONS(17), - [anon_sym_assert_fails] = ACTIONS(17), - [anon_sym_match] = ACTIONS(265), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_pass] = ACTIONS(25), - [anon_sym_break] = ACTIONS(27), - [anon_sym_continue] = ACTIONS(29), - [anon_sym_async] = ACTIONS(63), - [anon_sym_exec] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(47), - [anon_sym_not] = ACTIONS(49), - [anon_sym_PLUS] = ACTIONS(51), - [anon_sym_DASH] = ACTIONS(51), - [anon_sym_TILDE] = ACTIONS(51), - [anon_sym_lambda] = ACTIONS(53), - [sym_ellipsis] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [sym_integer] = ACTIONS(59), - [sym_float] = ACTIONS(55), - [anon_sym_await] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_none] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(65), - }, - [115] = { - [sym_named_expression] = STATE(1146), - [sym__named_expresssion_lhs] = STATE(1622), - [sym_as_pattern] = STATE(1146), - [sym_expression] = STATE(1148), - [sym_primary_expression] = STATE(642), - [sym_not_operator] = STATE(1146), - [sym_boolean_operator] = STATE(1146), - [sym_binary_operator] = STATE(774), - [sym_unary_operator] = STATE(774), - [sym_comparison_operator] = STATE(1146), - [sym_lambda] = STATE(1146), - [sym_attribute] = STATE(774), - [sym_subscript] = STATE(774), - [sym_call] = STATE(774), - [sym_list] = STATE(774), - [sym_set] = STATE(774), - [sym_tuple] = STATE(774), - [sym_dictionary] = STATE(774), - [sym_list_comprehension] = STATE(774), - [sym_dictionary_comprehension] = STATE(774), - [sym_set_comprehension] = STATE(774), - [sym_parenthesized_expression] = STATE(774), - [sym_conditional_expression] = STATE(1146), - [sym_string] = STATE(774), - [sym_await] = STATE(1146), - [sym_identifier] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(501), - [anon_sym_COMMA] = ACTIONS(206), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(503), - [anon_sym_GT_GT] = ACTIONS(206), - [anon_sym_match] = ACTIONS(505), - [anon_sym_if] = ACTIONS(208), - [anon_sym_COLON] = ACTIONS(206), - [anon_sym_async] = ACTIONS(503), - [anon_sym_for] = ACTIONS(208), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(206), - [anon_sym_exec] = ACTIONS(503), - [anon_sym_AT] = ACTIONS(206), - [anon_sym_LBRACK] = ACTIONS(507), - [anon_sym_not] = ACTIONS(509), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(511), - [anon_sym_DASH] = ACTIONS(511), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(206), - [anon_sym_SLASH_SLASH] = ACTIONS(206), - [anon_sym_PIPE] = ACTIONS(206), - [anon_sym_AMP] = ACTIONS(206), - [anon_sym_CARET] = ACTIONS(206), - [anon_sym_LT_LT] = ACTIONS(206), - [anon_sym_TILDE] = ACTIONS(511), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(513), - [sym_ellipsis] = ACTIONS(515), - [anon_sym_LBRACE] = ACTIONS(517), - [anon_sym_RBRACE] = ACTIONS(206), - [sym_integer] = ACTIONS(519), - [sym_float] = ACTIONS(515), - [anon_sym_await] = ACTIONS(521), - [anon_sym_struct] = ACTIONS(503), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_none] = ACTIONS(519), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(523), - }, - [116] = { - [sym_named_expression] = STATE(1200), - [sym__named_expresssion_lhs] = STATE(1660), - [sym_as_pattern] = STATE(1200), - [sym_expression] = STATE(1218), - [sym_primary_expression] = STATE(713), - [sym_not_operator] = STATE(1200), - [sym_boolean_operator] = STATE(1200), - [sym_binary_operator] = STATE(953), - [sym_unary_operator] = STATE(953), - [sym_comparison_operator] = STATE(1200), - [sym_lambda] = STATE(1200), - [sym_attribute] = STATE(953), - [sym_subscript] = STATE(953), - [sym_call] = STATE(953), - [sym_list] = STATE(953), - [sym_set] = STATE(953), - [sym_tuple] = STATE(953), - [sym_dictionary] = STATE(953), - [sym_list_comprehension] = STATE(953), - [sym_dictionary_comprehension] = STATE(953), - [sym_set_comprehension] = STATE(953), - [sym_parenthesized_expression] = STATE(953), - [sym_conditional_expression] = STATE(1200), - [sym_string] = STATE(953), - [sym_await] = STATE(1200), - [sym_identifier] = ACTIONS(525), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(527), - [anon_sym_COMMA] = ACTIONS(206), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(529), - [anon_sym_GT_GT] = ACTIONS(206), - [anon_sym_match] = ACTIONS(531), - [anon_sym_if] = ACTIONS(208), - [anon_sym_async] = ACTIONS(529), - [anon_sym_for] = ACTIONS(208), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(206), - [anon_sym_exec] = ACTIONS(529), - [anon_sym_AT] = ACTIONS(206), - [anon_sym_LBRACK] = ACTIONS(533), - [anon_sym_RBRACK] = ACTIONS(206), - [anon_sym_not] = ACTIONS(535), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(537), - [anon_sym_DASH] = ACTIONS(537), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(206), - [anon_sym_SLASH_SLASH] = ACTIONS(206), - [anon_sym_PIPE] = ACTIONS(206), - [anon_sym_AMP] = ACTIONS(206), - [anon_sym_CARET] = ACTIONS(206), - [anon_sym_LT_LT] = ACTIONS(206), - [anon_sym_TILDE] = ACTIONS(537), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(539), - [sym_ellipsis] = ACTIONS(541), - [anon_sym_LBRACE] = ACTIONS(543), - [sym_integer] = ACTIONS(545), - [sym_float] = ACTIONS(541), - [anon_sym_await] = ACTIONS(547), - [anon_sym_struct] = ACTIONS(529), - [sym_true] = ACTIONS(545), - [sym_false] = ACTIONS(545), - [sym_none] = ACTIONS(545), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(549), - }, - [117] = { - [sym_named_expression] = STATE(1275), - [sym__named_expresssion_lhs] = STATE(1619), - [sym_as_pattern] = STATE(1275), - [sym_expression] = STATE(1256), - [sym_primary_expression] = STATE(785), - [sym_not_operator] = STATE(1275), - [sym_boolean_operator] = STATE(1275), - [sym_binary_operator] = STATE(1011), - [sym_unary_operator] = STATE(1011), - [sym_comparison_operator] = STATE(1275), - [sym_lambda] = STATE(1275), - [sym_attribute] = STATE(1011), - [sym_subscript] = STATE(1011), - [sym_call] = STATE(1011), - [sym_list] = STATE(1011), - [sym_set] = STATE(1011), - [sym_tuple] = STATE(1011), - [sym_dictionary] = STATE(1011), - [sym_list_comprehension] = STATE(1011), - [sym_dictionary_comprehension] = STATE(1011), - [sym_set_comprehension] = STATE(1011), - [sym_parenthesized_expression] = STATE(1011), - [sym_conditional_expression] = STATE(1275), - [sym_string] = STATE(1011), - [sym_await] = STATE(1275), - [sym_identifier] = ACTIONS(551), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(553), - [anon_sym_RPAREN] = ACTIONS(206), - [anon_sym_COMMA] = ACTIONS(206), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(555), - [anon_sym_GT_GT] = ACTIONS(206), - [anon_sym_match] = ACTIONS(557), - [anon_sym_if] = ACTIONS(208), - [anon_sym_async] = ACTIONS(555), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(206), - [anon_sym_exec] = ACTIONS(555), - [anon_sym_AT] = ACTIONS(206), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_EQ] = ACTIONS(208), - [anon_sym_not] = ACTIONS(561), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(563), - [anon_sym_DASH] = ACTIONS(563), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(206), - [anon_sym_SLASH_SLASH] = ACTIONS(206), - [anon_sym_PIPE] = ACTIONS(206), - [anon_sym_AMP] = ACTIONS(206), - [anon_sym_CARET] = ACTIONS(206), - [anon_sym_LT_LT] = ACTIONS(206), - [anon_sym_TILDE] = ACTIONS(563), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(565), - [sym_ellipsis] = ACTIONS(567), - [anon_sym_LBRACE] = ACTIONS(569), - [sym_integer] = ACTIONS(571), - [sym_float] = ACTIONS(567), - [anon_sym_await] = ACTIONS(573), - [anon_sym_struct] = ACTIONS(555), - [sym_true] = ACTIONS(571), - [sym_false] = ACTIONS(571), - [sym_none] = ACTIONS(571), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(575), - }, - [118] = { - [sym_named_expression] = STATE(1275), - [sym__named_expresssion_lhs] = STATE(1619), - [sym_as_pattern] = STATE(1275), - [sym_expression] = STATE(1256), - [sym_primary_expression] = STATE(785), - [sym_not_operator] = STATE(1275), - [sym_boolean_operator] = STATE(1275), - [sym_binary_operator] = STATE(1011), - [sym_unary_operator] = STATE(1011), - [sym_comparison_operator] = STATE(1275), - [sym_lambda] = STATE(1275), - [sym_attribute] = STATE(1011), - [sym_subscript] = STATE(1011), - [sym_call] = STATE(1011), - [sym_list] = STATE(1011), - [sym_set] = STATE(1011), - [sym_tuple] = STATE(1011), - [sym_dictionary] = STATE(1011), - [sym_list_comprehension] = STATE(1011), - [sym_dictionary_comprehension] = STATE(1011), - [sym_set_comprehension] = STATE(1011), - [sym_parenthesized_expression] = STATE(1011), - [sym_conditional_expression] = STATE(1275), - [sym_string] = STATE(1011), - [sym_await] = STATE(1275), - [sym_identifier] = ACTIONS(551), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(553), - [anon_sym_RPAREN] = ACTIONS(206), - [anon_sym_COMMA] = ACTIONS(206), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(555), - [anon_sym_GT_GT] = ACTIONS(206), - [anon_sym_match] = ACTIONS(557), - [anon_sym_if] = ACTIONS(208), - [anon_sym_async] = ACTIONS(555), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(206), - [anon_sym_exec] = ACTIONS(555), - [anon_sym_AT] = ACTIONS(206), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_EQ] = ACTIONS(577), - [anon_sym_not] = ACTIONS(561), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(563), - [anon_sym_DASH] = ACTIONS(563), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(206), - [anon_sym_SLASH_SLASH] = ACTIONS(206), - [anon_sym_PIPE] = ACTIONS(206), - [anon_sym_AMP] = ACTIONS(206), - [anon_sym_CARET] = ACTIONS(206), - [anon_sym_LT_LT] = ACTIONS(206), - [anon_sym_TILDE] = ACTIONS(563), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(565), - [sym_ellipsis] = ACTIONS(567), - [anon_sym_LBRACE] = ACTIONS(569), - [sym_integer] = ACTIONS(571), - [sym_float] = ACTIONS(567), - [anon_sym_await] = ACTIONS(573), - [anon_sym_struct] = ACTIONS(555), - [sym_true] = ACTIONS(571), - [sym_false] = ACTIONS(571), - [sym_none] = ACTIONS(571), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(575), - }, - [119] = { - [sym_named_expression] = STATE(1200), - [sym__named_expresssion_lhs] = STATE(1660), - [sym_as_pattern] = STATE(1200), - [sym_expression] = STATE(1218), - [sym_primary_expression] = STATE(713), - [sym_not_operator] = STATE(1200), - [sym_boolean_operator] = STATE(1200), - [sym_binary_operator] = STATE(953), - [sym_unary_operator] = STATE(953), - [sym_comparison_operator] = STATE(1200), - [sym_lambda] = STATE(1200), - [sym_attribute] = STATE(953), - [sym_subscript] = STATE(953), - [sym_call] = STATE(953), - [sym_list] = STATE(953), - [sym_set] = STATE(953), - [sym_tuple] = STATE(953), - [sym_dictionary] = STATE(953), - [sym_list_comprehension] = STATE(953), - [sym_dictionary_comprehension] = STATE(953), - [sym_set_comprehension] = STATE(953), - [sym_parenthesized_expression] = STATE(953), - [sym_conditional_expression] = STATE(1200), - [sym_string] = STATE(953), - [sym_await] = STATE(1200), - [sym_identifier] = ACTIONS(525), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(527), - [anon_sym_COMMA] = ACTIONS(213), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(529), - [anon_sym_GT_GT] = ACTIONS(206), - [anon_sym_match] = ACTIONS(531), - [anon_sym_if] = ACTIONS(208), - [anon_sym_async] = ACTIONS(529), - [anon_sym_for] = ACTIONS(208), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(206), - [anon_sym_exec] = ACTIONS(529), - [anon_sym_AT] = ACTIONS(206), - [anon_sym_LBRACK] = ACTIONS(533), - [anon_sym_RBRACK] = ACTIONS(213), - [anon_sym_not] = ACTIONS(535), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(537), - [anon_sym_DASH] = ACTIONS(537), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(206), - [anon_sym_SLASH_SLASH] = ACTIONS(206), - [anon_sym_PIPE] = ACTIONS(206), - [anon_sym_AMP] = ACTIONS(206), - [anon_sym_CARET] = ACTIONS(206), - [anon_sym_LT_LT] = ACTIONS(206), - [anon_sym_TILDE] = ACTIONS(537), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(539), - [sym_ellipsis] = ACTIONS(541), - [anon_sym_LBRACE] = ACTIONS(543), - [sym_integer] = ACTIONS(545), - [sym_float] = ACTIONS(541), - [anon_sym_await] = ACTIONS(547), - [anon_sym_struct] = ACTIONS(529), - [sym_true] = ACTIONS(545), - [sym_false] = ACTIONS(545), - [sym_none] = ACTIONS(545), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(549), - }, - [120] = { - [sym_named_expression] = STATE(1244), - [sym__named_expresssion_lhs] = STATE(1575), - [sym_as_pattern] = STATE(1244), - [sym_expression] = STATE(1224), - [sym_primary_expression] = STATE(854), - [sym_not_operator] = STATE(1244), - [sym_boolean_operator] = STATE(1244), - [sym_binary_operator] = STATE(1030), - [sym_unary_operator] = STATE(1030), - [sym_comparison_operator] = STATE(1244), - [sym_lambda] = STATE(1244), - [sym_attribute] = STATE(1030), - [sym_subscript] = STATE(1030), - [sym_call] = STATE(1030), - [sym_list] = STATE(1030), - [sym_set] = STATE(1030), - [sym_tuple] = STATE(1030), - [sym_dictionary] = STATE(1030), - [sym_list_comprehension] = STATE(1030), - [sym_dictionary_comprehension] = STATE(1030), - [sym_set_comprehension] = STATE(1030), - [sym_parenthesized_expression] = STATE(1030), - [sym_conditional_expression] = STATE(1244), - [sym_string] = STATE(1030), - [sym_await] = STATE(1244), - [sym_identifier] = ACTIONS(579), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_COMMA] = ACTIONS(206), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(583), - [anon_sym_GT_GT] = ACTIONS(206), - [anon_sym_match] = ACTIONS(585), - [anon_sym_if] = ACTIONS(208), - [anon_sym_COLON] = ACTIONS(206), - [anon_sym_async] = ACTIONS(583), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(206), - [anon_sym_exec] = ACTIONS(583), - [anon_sym_AT] = ACTIONS(206), - [anon_sym_LBRACK] = ACTIONS(587), - [anon_sym_RBRACK] = ACTIONS(206), - [anon_sym_not] = ACTIONS(589), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(206), - [anon_sym_SLASH_SLASH] = ACTIONS(206), - [anon_sym_PIPE] = ACTIONS(206), - [anon_sym_AMP] = ACTIONS(206), - [anon_sym_CARET] = ACTIONS(206), - [anon_sym_LT_LT] = ACTIONS(206), - [anon_sym_TILDE] = ACTIONS(591), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(593), - [sym_ellipsis] = ACTIONS(595), - [anon_sym_LBRACE] = ACTIONS(597), - [sym_integer] = ACTIONS(599), - [sym_float] = ACTIONS(595), - [anon_sym_await] = ACTIONS(601), - [anon_sym_struct] = ACTIONS(583), - [sym_true] = ACTIONS(599), - [sym_false] = ACTIONS(599), - [sym_none] = ACTIONS(599), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(603), - }, - [121] = { - [sym_named_expression] = STATE(1275), - [sym__named_expresssion_lhs] = STATE(1619), - [sym_as_pattern] = STATE(1275), - [sym_expression] = STATE(1256), - [sym_primary_expression] = STATE(785), - [sym_not_operator] = STATE(1275), - [sym_boolean_operator] = STATE(1275), - [sym_binary_operator] = STATE(1011), - [sym_unary_operator] = STATE(1011), - [sym_comparison_operator] = STATE(1275), - [sym_lambda] = STATE(1275), - [sym_attribute] = STATE(1011), - [sym_subscript] = STATE(1011), - [sym_call] = STATE(1011), - [sym_list] = STATE(1011), - [sym_set] = STATE(1011), - [sym_tuple] = STATE(1011), - [sym_dictionary] = STATE(1011), - [sym_list_comprehension] = STATE(1011), - [sym_dictionary_comprehension] = STATE(1011), - [sym_set_comprehension] = STATE(1011), - [sym_parenthesized_expression] = STATE(1011), - [sym_conditional_expression] = STATE(1275), - [sym_string] = STATE(1011), - [sym_await] = STATE(1275), - [sym_identifier] = ACTIONS(551), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(553), - [anon_sym_RPAREN] = ACTIONS(605), - [anon_sym_COMMA] = ACTIONS(605), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(555), - [anon_sym_GT_GT] = ACTIONS(206), - [anon_sym_match] = ACTIONS(557), - [anon_sym_if] = ACTIONS(208), - [anon_sym_async] = ACTIONS(555), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(206), - [anon_sym_exec] = ACTIONS(555), - [anon_sym_AT] = ACTIONS(206), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_not] = ACTIONS(561), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(563), - [anon_sym_DASH] = ACTIONS(563), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(206), - [anon_sym_SLASH_SLASH] = ACTIONS(206), - [anon_sym_PIPE] = ACTIONS(206), - [anon_sym_AMP] = ACTIONS(206), - [anon_sym_CARET] = ACTIONS(206), - [anon_sym_LT_LT] = ACTIONS(206), - [anon_sym_TILDE] = ACTIONS(563), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(565), - [sym_ellipsis] = ACTIONS(567), - [anon_sym_LBRACE] = ACTIONS(569), - [sym_integer] = ACTIONS(571), - [sym_float] = ACTIONS(567), - [anon_sym_await] = ACTIONS(573), - [anon_sym_struct] = ACTIONS(555), - [sym_true] = ACTIONS(571), - [sym_false] = ACTIONS(571), - [sym_none] = ACTIONS(571), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(575), - }, - [122] = { - [sym_named_expression] = STATE(1275), - [sym__named_expresssion_lhs] = STATE(1619), - [sym_as_pattern] = STATE(1275), - [sym_expression] = STATE(1256), - [sym_primary_expression] = STATE(785), - [sym_not_operator] = STATE(1275), - [sym_boolean_operator] = STATE(1275), - [sym_binary_operator] = STATE(1011), - [sym_unary_operator] = STATE(1011), - [sym_comparison_operator] = STATE(1275), - [sym_lambda] = STATE(1275), - [sym_attribute] = STATE(1011), - [sym_subscript] = STATE(1011), - [sym_call] = STATE(1011), - [sym_list] = STATE(1011), - [sym_set] = STATE(1011), - [sym_tuple] = STATE(1011), - [sym_dictionary] = STATE(1011), - [sym_list_comprehension] = STATE(1011), - [sym_dictionary_comprehension] = STATE(1011), - [sym_set_comprehension] = STATE(1011), - [sym_parenthesized_expression] = STATE(1011), - [sym_conditional_expression] = STATE(1275), - [sym_string] = STATE(1011), - [sym_await] = STATE(1275), - [sym_identifier] = ACTIONS(551), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(553), - [anon_sym_RPAREN] = ACTIONS(213), - [anon_sym_COMMA] = ACTIONS(213), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(555), - [anon_sym_GT_GT] = ACTIONS(206), - [anon_sym_match] = ACTIONS(557), - [anon_sym_if] = ACTIONS(208), - [anon_sym_async] = ACTIONS(555), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(206), - [anon_sym_exec] = ACTIONS(555), - [anon_sym_AT] = ACTIONS(206), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_not] = ACTIONS(561), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(563), - [anon_sym_DASH] = ACTIONS(563), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(206), - [anon_sym_SLASH_SLASH] = ACTIONS(206), - [anon_sym_PIPE] = ACTIONS(206), - [anon_sym_AMP] = ACTIONS(206), - [anon_sym_CARET] = ACTIONS(206), - [anon_sym_LT_LT] = ACTIONS(206), - [anon_sym_TILDE] = ACTIONS(563), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(565), - [sym_ellipsis] = ACTIONS(567), - [anon_sym_LBRACE] = ACTIONS(569), - [sym_integer] = ACTIONS(571), - [sym_float] = ACTIONS(567), - [anon_sym_await] = ACTIONS(573), - [anon_sym_struct] = ACTIONS(555), - [sym_true] = ACTIONS(571), - [sym_false] = ACTIONS(571), - [sym_none] = ACTIONS(571), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(575), - }, - [123] = { - [sym_named_expression] = STATE(1244), - [sym__named_expresssion_lhs] = STATE(1575), - [sym_as_pattern] = STATE(1244), - [sym_expression] = STATE(1224), - [sym_primary_expression] = STATE(854), - [sym_not_operator] = STATE(1244), - [sym_boolean_operator] = STATE(1244), - [sym_binary_operator] = STATE(1030), - [sym_unary_operator] = STATE(1030), - [sym_comparison_operator] = STATE(1244), - [sym_lambda] = STATE(1244), - [sym_attribute] = STATE(1030), - [sym_subscript] = STATE(1030), - [sym_call] = STATE(1030), - [sym_list] = STATE(1030), - [sym_set] = STATE(1030), - [sym_tuple] = STATE(1030), - [sym_dictionary] = STATE(1030), - [sym_list_comprehension] = STATE(1030), - [sym_dictionary_comprehension] = STATE(1030), - [sym_set_comprehension] = STATE(1030), - [sym_parenthesized_expression] = STATE(1030), - [sym_conditional_expression] = STATE(1244), - [sym_string] = STATE(1030), - [sym_await] = STATE(1244), - [sym_identifier] = ACTIONS(579), - [anon_sym_DOT] = ACTIONS(208), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_COMMA] = ACTIONS(605), - [anon_sym_as] = ACTIONS(208), - [anon_sym_STAR] = ACTIONS(208), - [anon_sym_print] = ACTIONS(583), - [anon_sym_GT_GT] = ACTIONS(206), - [anon_sym_match] = ACTIONS(585), - [anon_sym_if] = ACTIONS(208), - [anon_sym_async] = ACTIONS(583), - [anon_sym_in] = ACTIONS(208), - [anon_sym_STAR_STAR] = ACTIONS(206), - [anon_sym_exec] = ACTIONS(583), - [anon_sym_AT] = ACTIONS(206), - [anon_sym_LBRACK] = ACTIONS(587), - [anon_sym_RBRACK] = ACTIONS(605), - [anon_sym_not] = ACTIONS(589), - [anon_sym_and] = ACTIONS(208), - [anon_sym_or] = ACTIONS(208), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_SLASH] = ACTIONS(208), - [anon_sym_PERCENT] = ACTIONS(206), - [anon_sym_SLASH_SLASH] = ACTIONS(206), - [anon_sym_PIPE] = ACTIONS(206), - [anon_sym_AMP] = ACTIONS(206), - [anon_sym_CARET] = ACTIONS(206), - [anon_sym_LT_LT] = ACTIONS(206), - [anon_sym_TILDE] = ACTIONS(591), - [anon_sym_LT] = ACTIONS(208), - [anon_sym_LT_EQ] = ACTIONS(206), - [anon_sym_EQ_EQ] = ACTIONS(206), - [anon_sym_BANG_EQ] = ACTIONS(206), - [anon_sym_GT_EQ] = ACTIONS(206), - [anon_sym_GT] = ACTIONS(208), - [anon_sym_LT_GT] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(593), - [sym_ellipsis] = ACTIONS(595), - [anon_sym_LBRACE] = ACTIONS(597), - [sym_integer] = ACTIONS(599), - [sym_float] = ACTIONS(595), - [anon_sym_await] = ACTIONS(601), - [anon_sym_struct] = ACTIONS(583), - [sym_true] = ACTIONS(599), - [sym_false] = ACTIONS(599), - [sym_none] = ACTIONS(599), + [sym_named_expression] = STATE(1080), + [sym__named_expression_lhs] = STATE(1585), + [sym_as_pattern] = STATE(1080), + [sym_expression] = STATE(1099), + [sym_primary_expression] = STATE(546), + [sym_not_operator] = STATE(1080), + [sym_boolean_operator] = STATE(1080), + [sym_binary_operator] = STATE(791), + [sym_unary_operator] = STATE(791), + [sym_comparison_operator] = STATE(1080), + [sym_lambda] = STATE(1080), + [sym_attribute] = STATE(791), + [sym_subscript] = STATE(791), + [sym_call] = STATE(791), + [sym_list] = STATE(791), + [sym_set] = STATE(791), + [sym_tuple] = STATE(791), + [sym_dictionary] = STATE(791), + [sym_list_comprehension] = STATE(791), + [sym_dictionary_comprehension] = STATE(791), + [sym_set_comprehension] = STATE(791), + [sym_parenthesized_expression] = STATE(791), + [sym_conditional_expression] = STATE(1080), + [sym_string] = STATE(791), + [sym_identifier] = ACTIONS(378), + [anon_sym_SEMI] = ACTIONS(207), + [anon_sym_DOT] = ACTIONS(209), + [anon_sym_LPAREN] = ACTIONS(380), + [anon_sym_COMMA] = ACTIONS(207), + [anon_sym_as] = ACTIONS(209), + [anon_sym_STAR] = ACTIONS(209), + [anon_sym_print] = ACTIONS(383), + [anon_sym_GT_GT] = ACTIONS(207), + [anon_sym_if] = ACTIONS(209), + [anon_sym_match] = ACTIONS(385), + [anon_sym_async] = ACTIONS(383), + [anon_sym_in] = ACTIONS(209), + [anon_sym_STAR_STAR] = ACTIONS(207), + [anon_sym_exec] = ACTIONS(383), + [anon_sym_AT] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(387), + [anon_sym_not] = ACTIONS(390), + [anon_sym_and] = ACTIONS(209), + [anon_sym_or] = ACTIONS(209), + [anon_sym_PLUS] = ACTIONS(393), + [anon_sym_DASH] = ACTIONS(393), + [anon_sym_SLASH] = ACTIONS(209), + [anon_sym_PERCENT] = ACTIONS(207), + [anon_sym_SLASH_SLASH] = ACTIONS(207), + [anon_sym_PIPE] = ACTIONS(207), + [anon_sym_AMP] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(207), + [anon_sym_LT_LT] = ACTIONS(207), + [anon_sym_TILDE] = ACTIONS(396), + [anon_sym_LT] = ACTIONS(209), + [anon_sym_LT_EQ] = ACTIONS(207), + [anon_sym_EQ_EQ] = ACTIONS(207), + [anon_sym_BANG_EQ] = ACTIONS(207), + [anon_sym_GT_EQ] = ACTIONS(207), + [anon_sym_GT] = ACTIONS(209), + [anon_sym_LT_GT] = ACTIONS(207), + [anon_sym_lambda] = ACTIONS(398), + [sym_ellipsis] = ACTIONS(400), + [anon_sym_LBRACE] = ACTIONS(402), + [sym_integer] = ACTIONS(404), + [sym_float] = ACTIONS(400), + [anon_sym_await] = ACTIONS(383), + [anon_sym_struct] = ACTIONS(383), + [sym_true] = ACTIONS(404), + [sym_false] = ACTIONS(404), + [sym_none] = ACTIONS(404), [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(603), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(207), + [sym_string_start] = ACTIONS(406), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, - anon_sym_lambda, - ACTIONS(569), 1, - anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(608), 1, + [0] = 26, + ACTIONS(408), 1, sym_identifier, - ACTIONS(610), 1, + ACTIONS(410), 1, anon_sym_LPAREN, - ACTIONS(612), 1, + ACTIONS(412), 1, anon_sym_RPAREN, - ACTIONS(614), 1, + ACTIONS(414), 1, anon_sym_STAR, - ACTIONS(618), 1, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(620), 1, + ACTIONS(420), 1, anon_sym_LBRACK, - ACTIONS(622), 1, - anon_sym_await, - STATE(785), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, + anon_sym_lambda, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + STATE(726), 1, sym_primary_expression, - STATE(1284), 1, + STATE(1108), 1, sym_expression, - STATE(1380), 1, + STATE(1283), 1, sym_pattern, - STATE(1399), 1, - sym_list_splat, - STATE(1436), 1, - sym_parenthesized_list_splat, - STATE(1612), 1, - sym__collection_elements, - STATE(1616), 1, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1578), 1, sym__patterns, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1580), 1, + sym__collection_elements, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1048), 2, + STATE(931), 2, sym_attribute, sym_subscript, - ACTIONS(563), 3, + STATE(1282), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1509), 3, + STATE(1419), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(616), 4, + ACTIONS(416), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -20135,8 +16382,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 12, + STATE(907), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -20149,71 +16395,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [115] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(535), 1, - anon_sym_not, - ACTIONS(539), 1, - anon_sym_lambda, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(624), 1, + [111] = 26, + ACTIONS(436), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(438), 1, anon_sym_LPAREN, - ACTIONS(628), 1, + ACTIONS(440), 1, anon_sym_STAR, - ACTIONS(632), 1, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(634), 1, + ACTIONS(446), 1, anon_sym_LBRACK, - ACTIONS(636), 1, + ACTIONS(448), 1, anon_sym_RBRACK, - ACTIONS(638), 1, - anon_sym_await, - STATE(713), 1, + ACTIONS(450), 1, + anon_sym_not, + ACTIONS(454), 1, + anon_sym_lambda, + ACTIONS(458), 1, + anon_sym_LBRACE, + ACTIONS(462), 1, + sym_string_start, + STATE(552), 1, sym_primary_expression, - STATE(1126), 1, + STATE(1000), 1, sym_expression, - STATE(1483), 1, + STATE(1366), 1, sym_pattern, - STATE(1640), 1, + STATE(1539), 1, + sym__named_expression_lhs, + STATE(1570), 1, sym__patterns, - STATE(1660), 1, - sym__named_expresssion_lhs, - STATE(1683), 1, + STATE(1575), 1, sym__collection_elements, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(957), 2, + STATE(820), 2, sym_attribute, sym_subscript, - STATE(1445), 2, + STATE(1380), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(537), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1538), 3, + STATE(1446), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(545), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(630), 4, + ACTIONS(442), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1200), 8, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -20221,8 +16467,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 12, + STATE(822), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -20235,69 +16480,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [228] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, + [222] = 26, + ACTIONS(436), 1, sym_identifier, - ACTIONS(9), 1, + ACTIONS(438), 1, anon_sym_LPAREN, - ACTIONS(11), 1, + ACTIONS(440), 1, anon_sym_STAR, - ACTIONS(47), 1, + ACTIONS(444), 1, + anon_sym_match, + ACTIONS(446), 1, anon_sym_LBRACK, - ACTIONS(49), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(61), 1, - anon_sym_await, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(265), 1, - anon_sym_match, - STATE(681), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(464), 1, + anon_sym_RBRACK, + STATE(552), 1, sym_primary_expression, - STATE(1096), 1, - sym_pattern, - STATE(1107), 1, - sym_pattern_list, - STATE(1197), 1, + STATE(1000), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1366), 1, + sym_pattern, + STATE(1539), 1, + sym__named_expression_lhs, + STATE(1575), 1, + sym__collection_elements, + STATE(1586), 1, + sym__patterns, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(380), 2, + STATE(820), 2, sym_attribute, sym_subscript, - ACTIONS(51), 3, + STATE(1380), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1086), 3, + STATE(1446), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(59), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(63), 4, + ACTIONS(442), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1524), 4, - sym_expression_list, - sym_assignment, - sym_augmented_assignment, - sym__right_hand_side, - STATE(1182), 8, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -20305,8 +16552,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 12, + STATE(822), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -20319,78 +16565,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [337] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, + [333] = 20, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(396), 1, + anon_sym_TILDE, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(466), 1, sym_identifier, - ACTIONS(9), 1, + ACTIONS(468), 1, anon_sym_LPAREN, - ACTIONS(11), 1, + ACTIONS(470), 1, anon_sym_STAR, - ACTIONS(47), 1, + ACTIONS(476), 1, + anon_sym_in, + ACTIONS(478), 1, anon_sym_LBRACK, - ACTIONS(49), 1, - anon_sym_not, - ACTIONS(53), 1, - anon_sym_lambda, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(61), 1, - anon_sym_await, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(265), 1, - anon_sym_match, - STATE(681), 1, - sym_primary_expression, - STATE(1096), 1, + STATE(974), 1, sym_pattern, - STATE(1107), 1, - sym_pattern_list, - STATE(1197), 1, - sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(978), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(380), 2, - sym_attribute, - sym_subscript, - ACTIONS(51), 3, + ACTIONS(480), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_TILDE, - STATE(1086), 3, + STATE(797), 2, + sym_attribute, + sym_subscript, + STATE(975), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(59), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(63), 4, + ACTIONS(472), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1546), 4, - sym_expression_list, - sym_assignment, - sym_augmented_assignment, - sym__right_hand_side, - STATE(1182), 8, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - sym_await, - STATE(905), 12, + STATE(791), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -20403,71 +16628,87 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [446] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(535), 1, - anon_sym_not, - ACTIONS(539), 1, - anon_sym_lambda, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(624), 1, + ACTIONS(474), 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, + [432] = 26, + ACTIONS(408), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(410), 1, anon_sym_LPAREN, - ACTIONS(628), 1, + ACTIONS(414), 1, anon_sym_STAR, - ACTIONS(632), 1, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(634), 1, + ACTIONS(420), 1, anon_sym_LBRACK, - ACTIONS(638), 1, - anon_sym_await, - ACTIONS(640), 1, - anon_sym_RBRACK, - STATE(713), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, + anon_sym_lambda, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(482), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1123), 1, + STATE(1108), 1, sym_expression, - STATE(1483), 1, + STATE(1283), 1, sym_pattern, - STATE(1657), 1, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1580), 1, sym__collection_elements, - STATE(1660), 1, - sym__named_expresssion_lhs, - STATE(1684), 1, + STATE(1595), 1, sym__patterns, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(957), 2, + STATE(931), 2, sym_attribute, sym_subscript, - STATE(1445), 2, + STATE(1282), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(537), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1538), 3, + STATE(1419), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(545), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(630), 4, + ACTIONS(416), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1200), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -20475,8 +16716,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 12, + STATE(907), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -20489,71 +16729,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [559] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, - anon_sym_lambda, - ACTIONS(569), 1, - anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(608), 1, + [543] = 26, + ACTIONS(436), 1, sym_identifier, - ACTIONS(610), 1, + ACTIONS(438), 1, anon_sym_LPAREN, - ACTIONS(614), 1, + ACTIONS(440), 1, anon_sym_STAR, - ACTIONS(618), 1, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(620), 1, + ACTIONS(446), 1, anon_sym_LBRACK, - ACTIONS(622), 1, - anon_sym_await, - ACTIONS(642), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(450), 1, + anon_sym_not, + ACTIONS(454), 1, + anon_sym_lambda, + ACTIONS(458), 1, + anon_sym_LBRACE, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(484), 1, + anon_sym_RBRACK, + STATE(552), 1, sym_primary_expression, - STATE(1221), 1, + STATE(996), 1, sym_expression, - STATE(1380), 1, + STATE(1366), 1, sym_pattern, - STATE(1619), 1, - sym__named_expresssion_lhs, - STATE(1685), 1, + STATE(1539), 1, + sym__named_expression_lhs, + STATE(1553), 1, sym__collection_elements, - STATE(1686), 1, + STATE(1586), 1, sym__patterns, - ACTIONS(567), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(1048), 2, + STATE(820), 2, sym_attribute, sym_subscript, - STATE(1396), 2, + STATE(1380), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(563), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1509), 3, + STATE(1446), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(571), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(616), 4, + ACTIONS(442), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -20561,8 +16801,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 12, + STATE(822), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -20575,71 +16814,150 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [672] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, - anon_sym_lambda, - ACTIONS(569), 1, + [654] = 20, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(396), 1, + anon_sym_TILDE, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(608), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(466), 1, sym_identifier, - ACTIONS(610), 1, + ACTIONS(468), 1, anon_sym_LPAREN, - ACTIONS(614), 1, + ACTIONS(470), 1, anon_sym_STAR, - ACTIONS(618), 1, - anon_sym_match, - ACTIONS(620), 1, + ACTIONS(478), 1, anon_sym_LBRACK, - ACTIONS(622), 1, + ACTIONS(488), 1, + anon_sym_in, + STATE(974), 1, + sym_pattern, + STATE(978), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + ACTIONS(480), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(797), 2, + sym_attribute, + sym_subscript, + STATE(975), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(472), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, anon_sym_await, - ACTIONS(644), 1, + anon_sym_struct, + STATE(791), 12, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + ACTIONS(486), 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, + [753] = 26, + ACTIONS(408), 1, + sym_identifier, + ACTIONS(410), 1, + anon_sym_LPAREN, + ACTIONS(414), 1, + anon_sym_STAR, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(420), 1, + anon_sym_LBRACK, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, + anon_sym_lambda, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(490), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1283), 1, + STATE(1108), 1, sym_expression, - STATE(1380), 1, + STATE(1283), 1, sym_pattern, - STATE(1570), 1, - sym__patterns, - STATE(1619), 1, - sym__named_expresssion_lhs, - STATE(1663), 1, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1580), 1, sym__collection_elements, - ACTIONS(567), 2, + STATE(1583), 1, + sym__patterns, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1048), 2, + STATE(931), 2, sym_attribute, sym_subscript, - STATE(1396), 2, + STATE(1282), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1509), 3, + STATE(1419), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(616), 4, + ACTIONS(416), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -20647,8 +16965,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 12, + STATE(907), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -20661,69 +16978,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [785] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, + [864] = 26, + ACTIONS(436), 1, sym_identifier, - ACTIONS(9), 1, + ACTIONS(438), 1, anon_sym_LPAREN, - ACTIONS(11), 1, + ACTIONS(440), 1, anon_sym_STAR, - ACTIONS(47), 1, + ACTIONS(444), 1, + anon_sym_match, + ACTIONS(446), 1, anon_sym_LBRACK, - ACTIONS(49), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(61), 1, - anon_sym_await, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(265), 1, - anon_sym_match, - STATE(681), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(492), 1, + anon_sym_RBRACK, + STATE(552), 1, sym_primary_expression, - STATE(1096), 1, - sym_pattern, - STATE(1107), 1, - sym_pattern_list, - STATE(1197), 1, + STATE(1000), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1366), 1, + sym_pattern, + STATE(1539), 1, + sym__named_expression_lhs, + STATE(1575), 1, + sym__collection_elements, + STATE(1576), 1, + sym__patterns, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(380), 2, + STATE(820), 2, sym_attribute, sym_subscript, - ACTIONS(51), 3, + STATE(1380), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1086), 3, + STATE(1446), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(59), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(63), 4, + ACTIONS(442), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1549), 4, - sym_expression_list, - sym_assignment, - sym_augmented_assignment, - sym__right_hand_side, - STATE(1182), 8, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -20731,8 +17050,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 12, + STATE(822), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -20745,71 +17063,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [894] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, - anon_sym_lambda, - ACTIONS(569), 1, - anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(608), 1, + [975] = 26, + ACTIONS(436), 1, sym_identifier, - ACTIONS(610), 1, + ACTIONS(438), 1, anon_sym_LPAREN, - ACTIONS(614), 1, + ACTIONS(440), 1, anon_sym_STAR, - ACTIONS(618), 1, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(620), 1, + ACTIONS(446), 1, anon_sym_LBRACK, - ACTIONS(622), 1, - anon_sym_await, - ACTIONS(646), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(450), 1, + anon_sym_not, + ACTIONS(454), 1, + anon_sym_lambda, + ACTIONS(458), 1, + anon_sym_LBRACE, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(494), 1, + anon_sym_RBRACK, + STATE(552), 1, sym_primary_expression, - STATE(1221), 1, + STATE(998), 1, sym_expression, - STATE(1380), 1, + STATE(1366), 1, sym_pattern, - STATE(1570), 1, - sym__patterns, - STATE(1619), 1, - sym__named_expresssion_lhs, - STATE(1685), 1, + STATE(1536), 1, sym__collection_elements, - ACTIONS(567), 2, + STATE(1539), 1, + sym__named_expression_lhs, + STATE(1576), 1, + sym__patterns, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(1048), 2, + STATE(820), 2, sym_attribute, sym_subscript, - STATE(1396), 2, + STATE(1380), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(563), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1509), 3, + STATE(1446), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(571), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(616), 4, + ACTIONS(442), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -20817,8 +17135,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 12, + STATE(822), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -20831,71 +17148,69 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [1007] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(535), 1, - anon_sym_not, - ACTIONS(539), 1, - anon_sym_lambda, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(624), 1, + [1086] = 24, + ACTIONS(9), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(11), 1, anon_sym_LPAREN, - ACTIONS(628), 1, + ACTIONS(13), 1, anon_sym_STAR, - ACTIONS(632), 1, - anon_sym_match, - ACTIONS(634), 1, + ACTIONS(49), 1, anon_sym_LBRACK, - ACTIONS(638), 1, - anon_sym_await, - ACTIONS(648), 1, - anon_sym_RBRACK, - STATE(713), 1, + ACTIONS(51), 1, + anon_sym_not, + ACTIONS(55), 1, + anon_sym_lambda, + ACTIONS(59), 1, + anon_sym_LBRACE, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(225), 1, + anon_sym_match, + STATE(559), 1, sym_primary_expression, - STATE(1126), 1, - sym_expression, - STATE(1483), 1, + STATE(967), 1, sym_pattern, - STATE(1599), 1, - sym__patterns, - STATE(1660), 1, - sym__named_expresssion_lhs, - STATE(1683), 1, - sym__collection_elements, - ACTIONS(541), 2, + STATE(983), 1, + sym_pattern_list, + STATE(1076), 1, + sym_expression, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - STATE(957), 2, + STATE(274), 2, sym_attribute, sym_subscript, - STATE(1445), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(537), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1538), 3, + STATE(975), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(545), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(630), 4, + STATE(1413), 4, + sym_expression_list, + sym_assignment, + sym_augmented_assignment, + sym__right_hand_side, + ACTIONS(63), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1200), 8, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -20903,8 +17218,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 12, + STATE(775), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -20917,71 +17231,69 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [1120] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(535), 1, - anon_sym_not, - ACTIONS(539), 1, - anon_sym_lambda, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(624), 1, + [1193] = 24, + ACTIONS(9), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(11), 1, anon_sym_LPAREN, - ACTIONS(628), 1, + ACTIONS(13), 1, anon_sym_STAR, - ACTIONS(632), 1, - anon_sym_match, - ACTIONS(634), 1, + ACTIONS(49), 1, anon_sym_LBRACK, - ACTIONS(638), 1, - anon_sym_await, - ACTIONS(650), 1, - anon_sym_RBRACK, - STATE(713), 1, + ACTIONS(51), 1, + anon_sym_not, + ACTIONS(55), 1, + anon_sym_lambda, + ACTIONS(59), 1, + anon_sym_LBRACE, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(225), 1, + anon_sym_match, + STATE(559), 1, sym_primary_expression, - STATE(1121), 1, - sym_expression, - STATE(1483), 1, + STATE(967), 1, sym_pattern, - STATE(1595), 1, - sym__collection_elements, - STATE(1599), 1, - sym__patterns, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(983), 1, + sym_pattern_list, + STATE(1076), 1, + sym_expression, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - STATE(957), 2, + STATE(274), 2, sym_attribute, sym_subscript, - STATE(1445), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(537), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1538), 3, + STATE(975), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(545), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(630), 4, + STATE(1412), 4, + sym_expression_list, + sym_assignment, + sym_augmented_assignment, + sym__right_hand_side, + ACTIONS(63), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1200), 8, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -20989,8 +17301,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 12, + STATE(775), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -21003,71 +17314,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [1233] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(535), 1, - anon_sym_not, - ACTIONS(539), 1, - anon_sym_lambda, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(624), 1, + [1300] = 27, + ACTIONS(408), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(410), 1, anon_sym_LPAREN, - ACTIONS(628), 1, + ACTIONS(414), 1, anon_sym_STAR, - ACTIONS(632), 1, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(634), 1, + ACTIONS(420), 1, anon_sym_LBRACK, - ACTIONS(638), 1, - anon_sym_await, - ACTIONS(652), 1, - anon_sym_RBRACK, - STATE(713), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, + anon_sym_lambda, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(496), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1125), 1, + STATE(1123), 1, sym_expression, - STATE(1483), 1, + STATE(1261), 1, + sym_list_splat, + STATE(1262), 1, + sym_parenthesized_list_splat, + STATE(1283), 1, sym_pattern, - STATE(1640), 1, - sym__patterns, - STATE(1654), 1, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1537), 1, sym__collection_elements, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1583), 1, + sym__patterns, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(957), 2, + STATE(931), 2, sym_attribute, sym_subscript, - STATE(1445), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(537), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1538), 3, + STATE(1419), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(545), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(630), 4, + ACTIONS(416), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1200), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -21075,8 +17387,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 12, + STATE(907), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -21089,71 +17400,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [1346] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(535), 1, - anon_sym_not, - ACTIONS(539), 1, - anon_sym_lambda, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(624), 1, + [1413] = 26, + ACTIONS(436), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(438), 1, anon_sym_LPAREN, - ACTIONS(628), 1, + ACTIONS(440), 1, anon_sym_STAR, - ACTIONS(632), 1, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(634), 1, + ACTIONS(446), 1, anon_sym_LBRACK, - ACTIONS(638), 1, - anon_sym_await, - ACTIONS(654), 1, + ACTIONS(450), 1, + anon_sym_not, + ACTIONS(454), 1, + anon_sym_lambda, + ACTIONS(458), 1, + anon_sym_LBRACE, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(498), 1, anon_sym_RBRACK, - STATE(713), 1, + STATE(552), 1, sym_primary_expression, - STATE(1126), 1, + STATE(1002), 1, sym_expression, - STATE(1483), 1, + STATE(1366), 1, sym_pattern, - STATE(1660), 1, - sym__named_expresssion_lhs, - STATE(1683), 1, + STATE(1539), 1, + sym__named_expression_lhs, + STATE(1554), 1, sym__collection_elements, - STATE(1684), 1, + STATE(1570), 1, sym__patterns, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(957), 2, + STATE(820), 2, sym_attribute, sym_subscript, - STATE(1445), 2, + STATE(1380), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(537), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1538), 3, + STATE(1446), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(545), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(630), 4, + ACTIONS(442), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1200), 8, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -21161,8 +17472,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 12, + STATE(822), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -21175,71 +17485,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [1459] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, - anon_sym_lambda, - ACTIONS(569), 1, - anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(608), 1, + [1524] = 26, + ACTIONS(408), 1, sym_identifier, - ACTIONS(610), 1, + ACTIONS(410), 1, anon_sym_LPAREN, - ACTIONS(614), 1, + ACTIONS(414), 1, anon_sym_STAR, - ACTIONS(618), 1, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(620), 1, + ACTIONS(420), 1, anon_sym_LBRACK, - ACTIONS(622), 1, - anon_sym_await, - ACTIONS(656), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, + anon_sym_lambda, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(500), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1221), 1, + STATE(1113), 1, sym_expression, - STATE(1380), 1, + STATE(1283), 1, sym_pattern, - STATE(1616), 1, - sym__patterns, - STATE(1619), 1, - sym__named_expresssion_lhs, - STATE(1685), 1, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1592), 1, sym__collection_elements, - ACTIONS(567), 2, + STATE(1595), 1, + sym__patterns, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1048), 2, + STATE(931), 2, sym_attribute, sym_subscript, - STATE(1396), 2, + STATE(1282), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1509), 3, + STATE(1419), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(616), 4, + ACTIONS(416), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -21247,8 +17557,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 12, + STATE(907), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -21261,72 +17570,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [1572] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, - anon_sym_lambda, - ACTIONS(569), 1, - anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(608), 1, + [1635] = 27, + ACTIONS(408), 1, sym_identifier, - ACTIONS(610), 1, + ACTIONS(410), 1, anon_sym_LPAREN, - ACTIONS(614), 1, + ACTIONS(414), 1, anon_sym_STAR, - ACTIONS(618), 1, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(620), 1, + ACTIONS(420), 1, anon_sym_LBRACK, - ACTIONS(622), 1, - anon_sym_await, - ACTIONS(658), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, + anon_sym_lambda, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(502), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1248), 1, + STATE(1107), 1, sym_expression, - STATE(1380), 1, + STATE(1283), 1, sym_pattern, - STATE(1418), 1, - sym_list_splat, - STATE(1420), 1, + STATE(1361), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - STATE(1659), 1, - sym__collection_elements, - STATE(1686), 1, + STATE(1362), 1, + sym_list_splat, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1578), 1, sym__patterns, - ACTIONS(567), 2, + STATE(1582), 1, + sym__collection_elements, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1048), 2, + STATE(931), 2, sym_attribute, sym_subscript, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1509), 3, + STATE(1419), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(616), 4, + ACTIONS(416), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -21334,8 +17643,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 12, + STATE(907), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -21348,68 +17656,69 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [1687] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, + [1748] = 24, + ACTIONS(9), 1, sym_identifier, - ACTIONS(505), 1, - anon_sym_match, - ACTIONS(507), 1, + ACTIONS(11), 1, + anon_sym_LPAREN, + ACTIONS(13), 1, + anon_sym_STAR, + ACTIONS(49), 1, anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(660), 1, - anon_sym_LPAREN, - ACTIONS(662), 1, - anon_sym_COMMA, - ACTIONS(664), 1, - anon_sym_STAR, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(668), 1, - anon_sym_RBRACE, - STATE(642), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(225), 1, + anon_sym_match, + STATE(559), 1, sym_primary_expression, - STATE(1118), 1, + STATE(967), 1, + sym_pattern, + STATE(983), 1, + sym_pattern_list, + STATE(1076), 1, sym_expression, - STATE(1226), 1, - sym_pair, - STATE(1391), 1, - sym_dictionary_splat, - STATE(1622), 1, - sym__named_expresssion_lhs, - STATE(1698), 1, - sym__collection_elements, - ACTIONS(515), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - STATE(1379), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(511), 3, + STATE(274), 2, + sym_attribute, + sym_subscript, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + STATE(975), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + STATE(1467), 4, + sym_expression_list, + sym_assignment, + sym_augmented_assignment, + sym__right_hand_side, + ACTIONS(63), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -21417,12 +17726,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(775), 12, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -21433,68 +17739,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [1799] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, + [1855] = 26, + ACTIONS(504), 1, sym_identifier, - ACTIONS(505), 1, + ACTIONS(506), 1, + anon_sym_LPAREN, + ACTIONS(508), 1, + anon_sym_COMMA, + ACTIONS(510), 1, + anon_sym_STAR, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(507), 1, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(660), 1, - anon_sym_LPAREN, - ACTIONS(664), 1, - anon_sym_STAR, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(670), 1, - anon_sym_COMMA, - ACTIONS(672), 1, + ACTIONS(530), 1, anon_sym_RBRACE, - STATE(642), 1, + ACTIONS(534), 1, + sym_string_start, + STATE(526), 1, sym_primary_expression, - STATE(1117), 1, + STATE(989), 1, sym_expression, - STATE(1286), 1, + STATE(1109), 1, sym_pair, - STATE(1427), 1, + STATE(1383), 1, sym_dictionary_splat, - STATE(1586), 1, + STATE(1516), 1, sym__collection_elements, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - STATE(1379), 2, + STATE(1323), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(511), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -21502,8 +17808,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -21518,68 +17823,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [1911] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, + [1965] = 26, + ACTIONS(504), 1, sym_identifier, - ACTIONS(505), 1, + ACTIONS(506), 1, + anon_sym_LPAREN, + ACTIONS(510), 1, + anon_sym_STAR, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(507), 1, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(660), 1, - anon_sym_LPAREN, - ACTIONS(664), 1, - anon_sym_STAR, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(674), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(536), 1, anon_sym_COMMA, - ACTIONS(676), 1, + ACTIONS(538), 1, anon_sym_RBRACE, - STATE(642), 1, + STATE(526), 1, sym_primary_expression, - STATE(1116), 1, + STATE(995), 1, sym_expression, - STATE(1233), 1, + STATE(1129), 1, sym_pair, - STATE(1398), 1, + STATE(1379), 1, sym_dictionary_splat, - STATE(1622), 1, - sym__named_expresssion_lhs, - STATE(1678), 1, + STATE(1490), 1, sym__collection_elements, - ACTIONS(515), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - STATE(1379), 2, + STATE(1323), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(511), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -21587,8 +17892,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -21603,58 +17907,80 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [2023] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(233), 1, - anon_sym_TILDE, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(678), 1, + [2075] = 26, + ACTIONS(504), 1, sym_identifier, - ACTIONS(680), 1, + ACTIONS(506), 1, anon_sym_LPAREN, - ACTIONS(682), 1, + ACTIONS(510), 1, anon_sym_STAR, - ACTIONS(686), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(690), 1, - anon_sym_in, - ACTIONS(692), 1, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(518), 1, anon_sym_LBRACK, - STATE(1103), 1, + ACTIONS(520), 1, + anon_sym_not, + ACTIONS(524), 1, + anon_sym_lambda, + ACTIONS(528), 1, + anon_sym_LBRACE, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(540), 1, + anon_sym_COMMA, + ACTIONS(542), 1, + anon_sym_RBRACE, + STATE(526), 1, sym_primary_expression, + STATE(990), 1, + sym_expression, STATE(1104), 1, - sym_pattern, - ACTIONS(239), 2, + sym_pair, + STATE(1370), 1, + sym_dictionary_splat, + STATE(1521), 1, + sym__named_expression_lhs, + STATE(1533), 1, + sym__collection_elements, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(694), 2, + STATE(1323), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, - STATE(860), 2, - sym_attribute, - sym_subscript, - STATE(1086), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(243), 4, + anon_sym_TILDE, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(684), 5, + ACTIONS(512), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(875), 12, + STATE(1024), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(657), 14, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -21665,84 +17991,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - ACTIONS(688), 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, - [2121] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, + [2185] = 26, + ACTIONS(504), 1, sym_identifier, - ACTIONS(505), 1, + ACTIONS(506), 1, + anon_sym_LPAREN, + ACTIONS(510), 1, + anon_sym_STAR, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(507), 1, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(660), 1, - anon_sym_LPAREN, - ACTIONS(664), 1, - anon_sym_STAR, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(696), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(544), 1, anon_sym_COMMA, - ACTIONS(698), 1, + ACTIONS(546), 1, anon_sym_RBRACE, - STATE(642), 1, + STATE(526), 1, sym_primary_expression, - STATE(1115), 1, + STATE(994), 1, sym_expression, - STATE(1279), 1, + STATE(1092), 1, sym_pair, - STATE(1435), 1, + STATE(1255), 1, sym_dictionary_splat, - STATE(1568), 1, + STATE(1521), 1, + sym__named_expression_lhs, + STATE(1616), 1, sym__collection_elements, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - STATE(1379), 2, + STATE(1323), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(511), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -21750,8 +18060,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -21766,58 +18075,80 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [2233] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(233), 1, - anon_sym_TILDE, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(678), 1, + [2295] = 26, + ACTIONS(504), 1, sym_identifier, - ACTIONS(680), 1, + ACTIONS(506), 1, anon_sym_LPAREN, - ACTIONS(682), 1, + ACTIONS(510), 1, anon_sym_STAR, - ACTIONS(686), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(692), 1, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(702), 1, - anon_sym_in, - STATE(1103), 1, + ACTIONS(520), 1, + anon_sym_not, + ACTIONS(524), 1, + anon_sym_lambda, + ACTIONS(528), 1, + anon_sym_LBRACE, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(548), 1, + anon_sym_COMMA, + ACTIONS(550), 1, + anon_sym_RBRACE, + STATE(526), 1, sym_primary_expression, - STATE(1104), 1, - sym_pattern, - ACTIONS(239), 2, + STATE(991), 1, + sym_expression, + STATE(1132), 1, + sym_pair, + STATE(1249), 1, + sym_dictionary_splat, + STATE(1483), 1, + sym__collection_elements, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(694), 2, + STATE(1323), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, - STATE(860), 2, - sym_attribute, - sym_subscript, - STATE(1086), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(243), 4, + anon_sym_TILDE, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(684), 5, + ACTIONS(512), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(875), 12, + STATE(1024), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(657), 14, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -21828,84 +18159,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - ACTIONS(700), 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, - [2331] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, + [2405] = 26, + ACTIONS(504), 1, sym_identifier, - ACTIONS(505), 1, + ACTIONS(506), 1, + anon_sym_LPAREN, + ACTIONS(510), 1, + anon_sym_STAR, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(507), 1, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(660), 1, - anon_sym_LPAREN, - ACTIONS(664), 1, - anon_sym_STAR, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(704), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(552), 1, anon_sym_COMMA, - ACTIONS(706), 1, + ACTIONS(554), 1, anon_sym_RBRACE, - STATE(642), 1, + STATE(526), 1, sym_primary_expression, - STATE(1120), 1, + STATE(993), 1, sym_expression, - STATE(1273), 1, + STATE(1112), 1, sym_pair, - STATE(1415), 1, + STATE(1325), 1, sym_dictionary_splat, - STATE(1558), 1, + STATE(1521), 1, + sym__named_expression_lhs, + STATE(1566), 1, sym__collection_elements, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - STATE(1379), 2, + STATE(1323), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(511), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -21913,8 +18228,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -21929,68 +18243,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [2443] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, + [2515] = 26, + ACTIONS(504), 1, sym_identifier, - ACTIONS(505), 1, + ACTIONS(506), 1, + anon_sym_LPAREN, + ACTIONS(510), 1, + anon_sym_STAR, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(507), 1, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(660), 1, - anon_sym_LPAREN, - ACTIONS(664), 1, - anon_sym_STAR, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(708), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(556), 1, anon_sym_COMMA, - ACTIONS(710), 1, + ACTIONS(558), 1, anon_sym_RBRACE, - STATE(642), 1, + STATE(526), 1, sym_primary_expression, - STATE(1114), 1, + STATE(992), 1, sym_expression, - STATE(1261), 1, + STATE(1147), 1, sym_pair, - STATE(1495), 1, + STATE(1367), 1, sym_dictionary_splat, - STATE(1609), 1, + STATE(1506), 1, sym__collection_elements, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - STATE(1379), 2, + STATE(1323), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(511), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -21998,8 +18312,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -22014,68 +18327,65 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [2555] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, - sym_identifier, - ACTIONS(505), 1, + [2625] = 24, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(660), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, + sym_identifier, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(664), 1, + ACTIONS(564), 1, + anon_sym_RPAREN, + ACTIONS(566), 1, + anon_sym_COMMA, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(666), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(712), 1, - anon_sym_COMMA, - ACTIONS(714), 1, - anon_sym_RBRACE, - STATE(642), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(726), 1, sym_primary_expression, - STATE(1119), 1, + STATE(1142), 1, sym_expression, - STATE(1250), 1, - sym_pair, - STATE(1449), 1, - sym_dictionary_splat, - STATE(1622), 1, - sym__named_expresssion_lhs, - STATE(1646), 1, - sym__collection_elements, - ACTIONS(515), 2, + STATE(1393), 1, + sym_parenthesized_list_splat, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1379), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(511), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + STATE(1392), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(570), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -22083,8 +18393,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -22099,65 +18408,65 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [2667] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [2730] = 24, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(720), 1, - anon_sym_RPAREN, - ACTIONS(722), 1, - anon_sym_COMMA, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - STATE(785), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(576), 1, + anon_sym_RPAREN, + ACTIONS(578), 1, + anon_sym_COMMA, + STATE(726), 1, sym_primary_expression, - STATE(1258), 1, + STATE(1090), 1, sym_expression, - STATE(1496), 1, + STATE(1273), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1499), 3, + STATE(1272), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -22165,8 +18474,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -22181,65 +18489,65 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [2774] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [2835] = 24, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(734), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(580), 1, anon_sym_RPAREN, - ACTIONS(736), 1, + ACTIONS(582), 1, anon_sym_COMMA, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1127), 1, sym_expression, - STATE(1488), 1, + STATE(1259), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1375), 3, + STATE(1263), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -22247,8 +18555,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -22263,65 +18570,65 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [2881] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [2940] = 24, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(738), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(584), 1, anon_sym_RPAREN, - ACTIONS(740), 1, + ACTIONS(586), 1, anon_sym_COMMA, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1234), 1, + STATE(1145), 1, sym_expression, - STATE(1414), 1, + STATE(1400), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1413), 3, + STATE(1397), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -22329,8 +18636,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -22345,65 +18651,65 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [2988] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [3045] = 24, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(742), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(588), 1, anon_sym_RPAREN, - ACTIONS(744), 1, + ACTIONS(590), 1, anon_sym_COMMA, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1251), 1, + STATE(1105), 1, sym_expression, - STATE(1463), 1, + STATE(1385), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1462), 3, + STATE(1388), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -22411,8 +18717,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -22427,65 +18732,65 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [3095] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [3150] = 24, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(746), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(592), 1, anon_sym_RPAREN, - ACTIONS(748), 1, + ACTIONS(594), 1, anon_sym_COMMA, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1262), 1, + STATE(1115), 1, sym_expression, - STATE(1485), 1, + STATE(1344), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1487), 3, + STATE(1343), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -22493,8 +18798,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -22509,65 +18813,65 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [3202] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [3255] = 24, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(750), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(596), 1, anon_sym_RPAREN, - ACTIONS(752), 1, + ACTIONS(598), 1, anon_sym_COMMA, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1278), 1, + STATE(1088), 1, sym_expression, - STATE(1377), 1, + STATE(1335), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1378), 3, + STATE(1336), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -22575,8 +18879,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -22591,65 +18894,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [3309] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [3360] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(754), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(600), 1, anon_sym_RPAREN, - ACTIONS(756), 1, - anon_sym_COMMA, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1267), 1, + STATE(1179), 1, sym_expression, - STATE(1452), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1458), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -22657,8 +18958,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -22673,63 +18973,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [3416] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [3462] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(758), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(602), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -22737,8 +19037,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -22753,63 +19052,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [3520] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [3564] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(760), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(604), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -22817,8 +19116,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -22833,63 +19131,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [3624] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [3666] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(762), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(606), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -22897,8 +19195,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -22913,63 +19210,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [3728] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [3768] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(764), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(608), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -22977,8 +19274,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -22993,63 +19289,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [3832] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [3870] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(766), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(610), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -23057,8 +19353,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -23073,63 +19368,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [3936] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [3972] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(768), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(612), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -23137,8 +19432,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -23153,63 +19447,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [4040] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [4074] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(770), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(614), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -23217,8 +19511,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -23233,63 +19526,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [4144] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [4176] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(772), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(616), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -23297,8 +19590,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -23313,63 +19605,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [4248] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [4278] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(774), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(618), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -23377,8 +19669,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -23393,63 +19684,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [4352] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [4380] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(776), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(620), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -23457,8 +19748,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -23473,63 +19763,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [4456] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [4482] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(778), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(622), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -23537,8 +19827,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -23553,63 +19842,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [4560] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [4584] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(780), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(624), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -23617,8 +19906,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -23633,63 +19921,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [4664] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [4686] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(782), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(626), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -23697,8 +19985,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -23713,63 +20000,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [4768] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [4788] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(784), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(628), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -23777,8 +20064,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -23793,63 +20079,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [4872] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [4890] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(786), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(630), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -23857,8 +20143,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -23873,63 +20158,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [4976] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [4992] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(788), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(632), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -23937,8 +20222,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -23953,63 +20237,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [5080] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [5094] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(790), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(634), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -24017,8 +20301,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -24033,63 +20316,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [5184] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [5196] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(792), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(636), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -24097,8 +20380,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -24113,63 +20395,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [5288] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [5298] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(794), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(638), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -24177,8 +20459,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -24193,63 +20474,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [5392] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [5400] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(796), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(640), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -24257,8 +20538,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -24273,63 +20553,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [5496] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [5502] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(798), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(642), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -24337,8 +20617,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -24353,63 +20632,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [5600] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [5604] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(800), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(644), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -24417,8 +20696,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -24433,63 +20711,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [5704] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [5706] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(802), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(646), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -24497,8 +20775,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -24513,63 +20790,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [5808] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [5808] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(804), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(648), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -24577,8 +20854,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -24593,63 +20869,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [5912] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [5910] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(806), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(650), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -24657,8 +20933,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -24673,63 +20948,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [6016] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [6012] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(808), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(652), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -24737,8 +21012,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -24753,63 +21027,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [6120] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [6114] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(568), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, + ACTIONS(572), 1, anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(810), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(654), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1179), 1, sym_expression, - STATE(1536), 1, + STATE(1473), 1, sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, + STATE(1472), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -24817,8 +21091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -24833,63 +21106,62 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [6224] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [6216] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, - sym_identifier, - ACTIONS(718), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(724), 1, - anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, - anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - ACTIONS(812), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(658), 1, anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(660), 1, + anon_sym_STAR, + STATE(726), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1138), 1, sym_expression, - STATE(1536), 1, - sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1280), 1, + sym_with_item, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1580), 1, + sym__collection_elements, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + STATE(1282), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(662), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -24897,8 +21169,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -24913,62 +21184,61 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [6328] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(557), 1, + [6317] = 22, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(560), 1, + sym_identifier, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(814), 1, - anon_sym_RPAREN, - ACTIONS(816), 1, + ACTIONS(568), 1, anon_sym_STAR, - STATE(785), 1, + ACTIONS(572), 1, + anon_sym_STAR_STAR, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(726), 1, sym_primary_expression, - STATE(1281), 1, + STATE(1179), 1, sym_expression, - STATE(1492), 1, - sym_with_item, - STATE(1619), 1, - sym__named_expresssion_lhs, - STATE(1685), 1, - sym__collection_elements, - ACTIONS(567), 2, + STATE(1473), 1, + sym_parenthesized_list_splat, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1396), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + STATE(1472), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(570), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -24976,8 +21246,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -24992,61 +21261,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [6431] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [6416] = 22, + ACTIONS(444), 1, + anon_sym_match, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(716), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, sym_identifier, - ACTIONS(718), 1, + ACTIONS(666), 1, anon_sym_LPAREN, - ACTIONS(724), 1, + ACTIONS(668), 1, anon_sym_STAR, - ACTIONS(728), 1, - anon_sym_match, - ACTIONS(730), 1, - anon_sym_STAR_STAR, - ACTIONS(732), 1, - anon_sym_await, - STATE(785), 1, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(674), 1, + anon_sym_RBRACK, + STATE(552), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1001), 1, sym_expression, - STATE(1536), 1, - sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1511), 1, + sym__collection_elements, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + STATE(1380), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1531), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(571), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(726), 4, + ACTIONS(670), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -25054,8 +21322,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25070,61 +21337,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [6532] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(557), 1, + [6514] = 22, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(666), 1, anon_sym_LPAREN, - ACTIONS(816), 1, + ACTIONS(668), 1, anon_sym_STAR, - ACTIONS(818), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(676), 1, + anon_sym_RBRACK, + STATE(552), 1, sym_primary_expression, - STATE(1219), 1, + STATE(1000), 1, sym_expression, - STATE(1404), 1, - sym_list_splat, - STATE(1405), 1, - sym_parenthesized_list_splat, - STATE(1617), 1, + STATE(1539), 1, + sym__named_expression_lhs, + STATE(1575), 1, sym__collection_elements, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + STATE(1380), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -25132,8 +21398,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25148,61 +21413,61 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [6634] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, + [6612] = 23, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(820), 1, - anon_sym_if, - ACTIONS(822), 1, - anon_sym_COLON, - STATE(650), 1, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(660), 1, + anon_sym_STAR, + ACTIONS(678), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1308), 1, + STATE(1110), 1, sym_expression, - STATE(1403), 1, - sym_list_splat_pattern, - STATE(1585), 1, - sym_if_clause, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1261), 1, + sym_list_splat, + STATE(1262), 1, + sym_parenthesized_list_splat, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1508), 1, + sym__collection_elements, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -25210,8 +21475,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25226,60 +21490,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [6736] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, - sym_identifier, - ACTIONS(531), 1, + [6712] = 22, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(539), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(824), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(826), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(660), 1, anon_sym_STAR, - ACTIONS(828), 1, - anon_sym_RBRACK, - STATE(713), 1, + ACTIONS(680), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1125), 1, + STATE(1113), 1, sym_expression, - STATE(1654), 1, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1592), 1, sym__collection_elements, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1445), 2, + STATE(1282), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(537), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -25287,8 +21551,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25303,60 +21566,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [6836] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(557), 1, + [6810] = 22, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(666), 1, anon_sym_LPAREN, - ACTIONS(816), 1, + ACTIONS(668), 1, anon_sym_STAR, - ACTIONS(830), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(682), 1, + anon_sym_RBRACK, + STATE(552), 1, sym_primary_expression, - STATE(1283), 1, + STATE(1002), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - STATE(1663), 1, + STATE(1539), 1, + sym__named_expression_lhs, + STATE(1554), 1, sym__collection_elements, - ACTIONS(567), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(1396), 2, + STATE(1380), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(563), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -25364,8 +21627,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25380,61 +21642,59 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [6936] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [6908] = 21, + ACTIONS(504), 1, sym_identifier, - ACTIONS(557), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(559), 1, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(565), 1, - anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, anon_sym_LPAREN, - ACTIONS(816), 1, - anon_sym_STAR, - ACTIONS(832), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(688), 1, + anon_sym_lambda, + ACTIONS(690), 1, + anon_sym_RBRACE, + STATE(526), 1, sym_primary_expression, - STATE(1248), 1, + STATE(1086), 1, sym_expression, - STATE(1418), 1, - sym_list_splat, - STATE(1420), 1, - sym_parenthesized_list_splat, - STATE(1619), 1, - sym__named_expresssion_lhs, - STATE(1659), 1, - sym__collection_elements, - ACTIONS(567), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + STATE(1215), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, + ACTIONS(686), 3, + anon_sym_if, anon_sym_async, + anon_sym_for, + ACTIONS(512), 4, + anon_sym_print, anon_sym_exec, + anon_sym_await, anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -25442,8 +21702,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25458,61 +21717,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [7038] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, + [7004] = 22, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(820), 1, - anon_sym_if, - ACTIONS(834), 1, - anon_sym_COLON, - STATE(650), 1, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(660), 1, + anon_sym_STAR, + ACTIONS(692), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1308), 1, + STATE(1136), 1, sym_expression, - STATE(1403), 1, - sym_list_splat_pattern, - STATE(1645), 1, - sym_if_clause, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1493), 1, + sym__collection_elements, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + STATE(1282), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -25520,8 +21778,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25536,60 +21793,59 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [7140] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [7102] = 21, + ACTIONS(504), 1, sym_identifier, - ACTIONS(557), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(559), 1, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(565), 1, - anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, anon_sym_LPAREN, - ACTIONS(816), 1, - anon_sym_STAR, - ACTIONS(836), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(688), 1, + anon_sym_lambda, + ACTIONS(696), 1, + anon_sym_RBRACE, + STATE(526), 1, sym_primary_expression, - STATE(1269), 1, + STATE(1086), 1, sym_expression, - STATE(1584), 1, - sym__collection_elements, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - STATE(1396), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(563), 3, + STATE(1215), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, + ACTIONS(694), 3, + anon_sym_if, anon_sym_async, + anon_sym_for, + ACTIONS(512), 4, + anon_sym_print, anon_sym_exec, + anon_sym_await, anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -25597,8 +21853,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25613,60 +21868,59 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [7240] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(557), 1, + [7198] = 21, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(565), 1, - anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(690), 1, + anon_sym_RBRACK, + ACTIONS(698), 1, anon_sym_LPAREN, - ACTIONS(816), 1, - anon_sym_STAR, - ACTIONS(838), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(700), 1, + anon_sym_lambda, + STATE(552), 1, sym_primary_expression, - STATE(1282), 1, + STATE(1058), 1, sym_expression, - STATE(1578), 1, - sym__collection_elements, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(1396), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(563), 3, + STATE(1219), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, + ACTIONS(686), 3, + anon_sym_if, anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + anon_sym_for, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(670), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -25674,8 +21928,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25690,61 +21943,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [7340] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, + [7294] = 22, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(820), 1, - anon_sym_if, - ACTIONS(840), 1, - anon_sym_COLON, - STATE(650), 1, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(660), 1, + anon_sym_STAR, + ACTIONS(702), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1308), 1, + STATE(1107), 1, sym_expression, - STATE(1403), 1, - sym_list_splat_pattern, - STATE(1676), 1, - sym_if_clause, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1582), 1, + sym__collection_elements, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + STATE(1282), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -25752,8 +22004,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25768,61 +22019,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [7442] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, + [7392] = 22, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(820), 1, - anon_sym_if, - ACTIONS(842), 1, - anon_sym_COLON, - STATE(650), 1, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(658), 1, + anon_sym_RPAREN, + ACTIONS(660), 1, + anon_sym_STAR, + STATE(726), 1, sym_primary_expression, - STATE(1308), 1, + STATE(1108), 1, sym_expression, - STATE(1403), 1, - sym_list_splat_pattern, - STATE(1651), 1, - sym_if_clause, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1580), 1, + sym__collection_elements, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + STATE(1282), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -25830,8 +22080,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25846,61 +22095,61 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [7544] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, + [7490] = 23, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(820), 1, - anon_sym_if, - ACTIONS(844), 1, - anon_sym_COLON, - STATE(650), 1, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(660), 1, + anon_sym_STAR, + ACTIONS(702), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1308), 1, + STATE(1107), 1, sym_expression, - STATE(1403), 1, - sym_list_splat_pattern, - STATE(1652), 1, - sym_if_clause, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1361), 1, + sym_parenthesized_list_splat, + STATE(1362), 1, + sym_list_splat, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1582), 1, + sym__collection_elements, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -25908,8 +22157,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25924,59 +22172,59 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [7646] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, - sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, + [7590] = 21, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(543), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(848), 1, - anon_sym_RBRACK, - ACTIONS(850), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + ACTIONS(700), 1, anon_sym_lambda, - STATE(713), 1, + ACTIONS(706), 1, + anon_sym_RBRACK, + STATE(552), 1, sym_primary_expression, - STATE(1194), 1, + STATE(1058), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(1342), 2, + STATE(1219), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(529), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_struct, - ACTIONS(537), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(846), 3, + ACTIONS(704), 3, anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(545), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(670), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -25984,8 +22232,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26000,60 +22247,59 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [7744] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [7686] = 21, + ACTIONS(504), 1, sym_identifier, - ACTIONS(557), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(559), 1, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(565), 1, - anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, anon_sym_LPAREN, - ACTIONS(814), 1, - anon_sym_RPAREN, - ACTIONS(816), 1, - anon_sym_STAR, - STATE(785), 1, + ACTIONS(688), 1, + anon_sym_lambda, + ACTIONS(710), 1, + anon_sym_RBRACE, + STATE(526), 1, sym_primary_expression, - STATE(1221), 1, + STATE(1086), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - STATE(1685), 1, - sym__collection_elements, - ACTIONS(567), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - STATE(1396), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(563), 3, + STATE(1215), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, + ACTIONS(708), 3, + anon_sym_if, anon_sym_async, + anon_sym_for, + ACTIONS(512), 4, + anon_sym_print, anon_sym_exec, + anon_sym_await, anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -26061,8 +22307,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26077,59 +22322,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [7844] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, - sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, + [7782] = 22, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(850), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(854), 1, - anon_sym_RBRACK, - STATE(713), 1, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(660), 1, + anon_sym_STAR, + ACTIONS(712), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1194), 1, + STATE(1152), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1515), 1, + sym__collection_elements, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1342), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(529), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_struct, - ACTIONS(537), 3, + STATE(1282), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(852), 3, - anon_sym_if, - anon_sym_async, - anon_sym_for, - ACTIONS(545), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -26137,8 +22383,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26153,60 +22398,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [7942] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, - sym_identifier, - ACTIONS(531), 1, + [7880] = 22, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(539), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(824), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(826), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(660), 1, anon_sym_STAR, - ACTIONS(856), 1, - anon_sym_RBRACK, - STATE(713), 1, + ACTIONS(714), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1124), 1, + STATE(1123), 1, sym_expression, - STATE(1614), 1, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1537), 1, sym__collection_elements, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1445), 2, + STATE(1282), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(537), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -26214,8 +22459,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26230,60 +22474,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [8042] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(557), 1, + [7978] = 22, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(666), 1, anon_sym_LPAREN, - ACTIONS(816), 1, + ACTIONS(668), 1, anon_sym_STAR, - ACTIONS(858), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(716), 1, + anon_sym_RBRACK, + STATE(552), 1, sym_primary_expression, - STATE(1284), 1, + STATE(998), 1, sym_expression, - STATE(1612), 1, + STATE(1536), 1, sym__collection_elements, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(1396), 2, + STATE(1380), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(563), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -26291,8 +22535,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26307,59 +22550,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [8142] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, - sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, + [8076] = 22, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(850), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(862), 1, + ACTIONS(458), 1, + anon_sym_LBRACE, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(666), 1, + anon_sym_LPAREN, + ACTIONS(668), 1, + anon_sym_STAR, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(718), 1, anon_sym_RBRACK, - STATE(713), 1, + STATE(552), 1, sym_primary_expression, - STATE(1194), 1, + STATE(997), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1514), 1, + sym__collection_elements, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(1342), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(529), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_struct, - ACTIONS(537), 3, + STATE(1380), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(860), 3, - anon_sym_if, - anon_sym_async, - anon_sym_for, - ACTIONS(545), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -26367,8 +22611,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26383,61 +22626,253 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [8240] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [8174] = 10, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(214), 1, + anon_sym_COMMA, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(720), 1, sym_identifier, - ACTIONS(557), 1, - anon_sym_match, - ACTIONS(559), 1, + STATE(1322), 1, + sym_string, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(223), 2, + anon_sym_COLON, + anon_sym_EQ, + ACTIONS(207), 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(236), 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(209), 21, + 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_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + [8248] = 10, + ACTIONS(214), 1, + anon_sym_COMMA, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(722), 1, + anon_sym_for, + ACTIONS(724), 1, + anon_sym_with, + ACTIONS(726), 1, + anon_sym_def, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(223), 2, + anon_sym_COLON, + anon_sym_EQ, + ACTIONS(236), 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(209), 15, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(207), 16, + 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_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [8322] = 10, + ACTIONS(214), 1, + anon_sym_COMMA, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(728), 1, + anon_sym_for, + ACTIONS(730), 1, + anon_sym_with, + ACTIONS(732), 1, + anon_sym_def, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(223), 2, + anon_sym_COLON, + anon_sym_EQ, + ACTIONS(236), 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(209), 15, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(207), 16, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_as, + anon_sym_if, + anon_sym_in, anon_sym_LBRACK, - ACTIONS(561), 1, anon_sym_not, - ACTIONS(565), 1, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [8396] = 23, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(816), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(660), 1, anon_sym_STAR, - ACTIONS(858), 1, + ACTIONS(712), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1284), 1, + STATE(1152), 1, sym_expression, - STATE(1399), 1, + STATE(1333), 1, sym_list_splat, - STATE(1436), 1, + STATE(1334), 1, sym_parenthesized_list_splat, - STATE(1612), 1, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1515), 1, sym__collection_elements, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -26445,8 +22880,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26461,61 +22895,59 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [8342] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(204), 1, + [8496] = 21, + ACTIONS(504), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(235), 1, - anon_sym_lambda, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(820), 1, - anon_sym_if, - ACTIONS(864), 1, - anon_sym_COLON, - STATE(650), 1, + ACTIONS(528), 1, + anon_sym_LBRACE, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + ACTIONS(688), 1, + anon_sym_lambda, + ACTIONS(706), 1, + anon_sym_RBRACE, + STATE(526), 1, sym_primary_expression, - STATE(1308), 1, + STATE(1086), 1, sym_expression, - STATE(1403), 1, - sym_list_splat_pattern, - STATE(1648), 1, - sym_if_clause, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + STATE(1215), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, + ACTIONS(704), 3, + anon_sym_if, anon_sym_async, + anon_sym_for, + ACTIONS(512), 4, + anon_sym_print, anon_sym_exec, + anon_sym_await, anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -26523,8 +22955,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26539,60 +22970,59 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [8444] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, - sym_identifier, - ACTIONS(531), 1, + [8592] = 21, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(539), 1, - anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(824), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, anon_sym_LPAREN, - ACTIONS(826), 1, - anon_sym_STAR, - ACTIONS(866), 1, + ACTIONS(700), 1, + anon_sym_lambda, + ACTIONS(710), 1, anon_sym_RBRACK, - STATE(713), 1, + STATE(552), 1, sym_primary_expression, - STATE(1126), 1, + STATE(1058), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - STATE(1683), 1, - sym__collection_elements, - ACTIONS(541), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(1445), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(537), 3, + STATE(1219), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, + ACTIONS(708), 3, + anon_sym_if, anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + anon_sym_for, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(670), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -26600,8 +23030,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26616,60 +23045,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [8544] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(557), 1, + [8688] = 22, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(666), 1, anon_sym_LPAREN, - ACTIONS(816), 1, + ACTIONS(668), 1, anon_sym_STAR, - ACTIONS(818), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(734), 1, + anon_sym_RBRACK, + STATE(552), 1, sym_primary_expression, - STATE(1219), 1, + STATE(999), 1, sym_expression, - STATE(1617), 1, + STATE(1480), 1, sym__collection_elements, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(1396), 2, + STATE(1380), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(563), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -26677,8 +23106,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26693,60 +23121,61 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [8644] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, - sym_identifier, - ACTIONS(531), 1, + [8786] = 23, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(539), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(824), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(826), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(660), 1, anon_sym_STAR, - ACTIONS(868), 1, - anon_sym_RBRACK, - STATE(713), 1, + ACTIONS(714), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1127), 1, + STATE(1123), 1, sym_expression, - STATE(1556), 1, + STATE(1261), 1, + sym_list_splat, + STATE(1262), 1, + sym_parenthesized_list_splat, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1537), 1, sym__collection_elements, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1445), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(537), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -26754,8 +23183,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26770,68 +23198,69 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [8744] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, - sym_identifier, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(505), 1, + [8886] = 23, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(872), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(874), 1, - anon_sym_RBRACE, - STATE(642), 1, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(660), 1, + anon_sym_STAR, + ACTIONS(692), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1209), 1, + STATE(1136), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1333), 1, + sym_list_splat, + STATE(1334), 1, + sym_parenthesized_list_splat, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1493), 1, + sym__collection_elements, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1336), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(503), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_struct, - ACTIONS(511), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(870), 3, - anon_sym_if, - anon_sym_async, - anon_sym_for, - ACTIONS(519), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26846,60 +23275,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [8842] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, - sym_identifier, - ACTIONS(531), 1, + [8986] = 22, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(539), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(824), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(826), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(660), 1, anon_sym_STAR, - ACTIONS(876), 1, - anon_sym_RBRACK, - STATE(713), 1, + ACTIONS(678), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1122), 1, + STATE(1110), 1, sym_expression, - STATE(1581), 1, + STATE(1478), 1, + sym__named_expression_lhs, + STATE(1508), 1, sym__collection_elements, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1445), 2, + STATE(1282), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(537), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -26907,8 +23336,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26923,59 +23351,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [8942] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, - sym_identifier, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(505), 1, + [9084] = 22, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(862), 1, - anon_sym_RBRACE, - ACTIONS(872), 1, + ACTIONS(454), 1, anon_sym_lambda, - STATE(642), 1, + ACTIONS(458), 1, + anon_sym_LBRACE, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(666), 1, + anon_sym_LPAREN, + ACTIONS(668), 1, + anon_sym_STAR, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(736), 1, + anon_sym_RBRACK, + STATE(552), 1, sym_primary_expression, - STATE(1209), 1, + STATE(996), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1539), 1, + sym__named_expression_lhs, + STATE(1553), 1, + sym__collection_elements, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(1336), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(503), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_struct, - ACTIONS(511), 3, + STATE(1380), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(860), 3, - anon_sym_if, - anon_sym_async, - anon_sym_for, - ACTIONS(519), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -26983,8 +23412,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26999,61 +23427,59 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [9040] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(557), 1, + [9182] = 21, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(565), 1, - anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(696), 1, + anon_sym_RBRACK, + ACTIONS(698), 1, anon_sym_LPAREN, - ACTIONS(816), 1, - anon_sym_STAR, - ACTIONS(836), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(700), 1, + anon_sym_lambda, + STATE(552), 1, sym_primary_expression, - STATE(1269), 1, + STATE(1058), 1, sym_expression, - STATE(1404), 1, - sym_list_splat, - STATE(1405), 1, - sym_parenthesized_list_splat, - STATE(1584), 1, - sym__collection_elements, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + STATE(1219), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, + ACTIONS(694), 3, + anon_sym_if, anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + anon_sym_for, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(670), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -27061,8 +23487,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -27077,60 +23502,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [9142] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, + [9278] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(531), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, - anon_sym_not, - ACTIONS(539), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(824), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(826), 1, - anon_sym_STAR, - ACTIONS(878), 1, - anon_sym_RBRACK, - STATE(713), 1, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(744), 1, + anon_sym_RBRACE, + STATE(546), 1, sym_primary_expression, - STATE(1121), 1, + STATE(1211), 1, sym_expression, - STATE(1595), 1, - sym__collection_elements, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1445), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(537), 3, + STATE(1452), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -27138,8 +23561,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -27154,60 +23576,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [9242] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, + [9373] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(531), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, - anon_sym_not, - ACTIONS(539), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(824), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(826), 1, - anon_sym_STAR, - ACTIONS(880), 1, - anon_sym_RBRACK, - STATE(713), 1, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(746), 1, + anon_sym_RBRACE, + STATE(546), 1, sym_primary_expression, - STATE(1123), 1, + STATE(1211), 1, sym_expression, - STATE(1657), 1, - sym__collection_elements, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1445), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(537), 3, + STATE(1452), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -27215,8 +23635,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -27231,61 +23650,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [9342] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [9468] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(557), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(816), 1, - anon_sym_STAR, - ACTIONS(838), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(748), 1, + anon_sym_RBRACE, + STATE(546), 1, sym_primary_expression, - STATE(1282), 1, + STATE(1211), 1, sym_expression, - STATE(1418), 1, - sym_list_splat, - STATE(1420), 1, - sym_parenthesized_list_splat, - STATE(1578), 1, - sym__collection_elements, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + STATE(1452), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -27293,8 +23709,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -27309,59 +23724,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [9444] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, + [9563] = 21, + ACTIONS(750), 1, sym_identifier, - ACTIONS(527), 1, + ACTIONS(752), 1, anon_sym_LPAREN, - ACTIONS(531), 1, + ACTIONS(754), 1, + anon_sym_STAR, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(533), 1, + ACTIONS(760), 1, anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(762), 1, anon_sym_not, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(850), 1, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(874), 1, - anon_sym_RBRACK, - STATE(713), 1, + ACTIONS(770), 1, + anon_sym_LBRACE, + ACTIONS(772), 1, + anon_sym_RBRACE, + ACTIONS(776), 1, + sym_string_start, + STATE(525), 1, sym_primary_expression, - STATE(1194), 1, + STATE(1183), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - STATE(1342), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(529), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_struct, - ACTIONS(537), 3, + STATE(1460), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(870), 3, - anon_sym_if, - anon_sym_async, - anon_sym_for, - ACTIONS(545), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -27369,8 +23783,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -27385,60 +23798,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [9542] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [9658] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(557), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(816), 1, - anon_sym_STAR, - ACTIONS(832), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(778), 1, + anon_sym_RBRACE, + STATE(546), 1, sym_primary_expression, - STATE(1248), 1, + STATE(1211), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - STATE(1659), 1, - sym__collection_elements, - ACTIONS(567), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1396), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(563), 3, + STATE(1452), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -27446,8 +23857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -27462,59 +23872,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [9642] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, + [9753] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(505), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(507), 1, + ACTIONS(398), 1, + anon_sym_lambda, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(742), 1, anon_sym_not, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(848), 1, + ACTIONS(780), 1, anon_sym_RBRACE, - ACTIONS(872), 1, - anon_sym_lambda, - STATE(642), 1, + STATE(546), 1, sym_primary_expression, - STATE(1209), 1, + STATE(1211), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1336), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(503), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_struct, - ACTIONS(511), 3, + STATE(1452), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(846), 3, - anon_sym_if, - anon_sym_async, - anon_sym_for, - ACTIONS(519), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -27522,8 +23931,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -27538,59 +23946,56 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [9740] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, + [9848] = 19, + ACTIONS(750), 1, sym_identifier, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(505), 1, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(507), 1, + ACTIONS(760), 1, anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(762), 1, anon_sym_not, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(854), 1, - anon_sym_RBRACE, - ACTIONS(872), 1, + ACTIONS(766), 1, anon_sym_lambda, - STATE(642), 1, + ACTIONS(770), 1, + anon_sym_LBRACE, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(525), 1, sym_primary_expression, - STATE(1209), 1, + STATE(1033), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - STATE(1336), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(503), 3, - anon_sym_print, - anon_sym_exec, - anon_sym_struct, - ACTIONS(511), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(852), 3, - anon_sym_if, - anon_sym_async, - anon_sym_for, - ACTIONS(519), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(784), 4, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -27598,8 +24003,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -27614,58 +24018,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [9838] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [9939] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(882), 1, + ACTIONS(786), 1, anon_sym_RBRACE, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1211), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1552), 2, + STATE(1452), 2, sym_dictionary_splat, sym_pair, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -27673,8 +24077,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -27689,58 +24092,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [9935] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [10034] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(884), 1, + ACTIONS(788), 1, anon_sym_RBRACE, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1211), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1552), 2, + STATE(1452), 2, sym_dictionary_splat, sym_pair, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -27748,8 +24151,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -27764,58 +24166,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [10032] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [10129] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(557), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(816), 1, - anon_sym_STAR, - ACTIONS(886), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(790), 1, + anon_sym_RBRACE, + STATE(546), 1, sym_primary_expression, - STATE(1318), 1, + STATE(1211), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1533), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(563), 3, + STATE(1452), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -27823,8 +24225,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -27839,58 +24240,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [10129] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [10224] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(888), 1, + ACTIONS(792), 1, anon_sym_RBRACE, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1211), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1552), 2, + STATE(1452), 2, sym_dictionary_splat, sym_pair, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -27898,8 +24299,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -27914,58 +24314,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [10226] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(557), 1, + [10319] = 21, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(816), 1, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(660), 1, anon_sym_STAR, - ACTIONS(890), 1, + ACTIONS(794), 1, anon_sym_RPAREN, - STATE(785), 1, + STATE(726), 1, sym_primary_expression, - STATE(1318), 1, + STATE(1180), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1533), 2, + STATE(1426), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -27973,8 +24373,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -27989,58 +24388,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [10323] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, + [10414] = 21, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(892), 1, - anon_sym_RBRACE, - STATE(650), 1, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(660), 1, + anon_sym_STAR, + ACTIONS(772), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1180), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1552), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(233), 3, + STATE(1426), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -28048,8 +24447,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28064,58 +24462,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [10420] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [10509] = 21, + ACTIONS(750), 1, sym_identifier, - ACTIONS(220), 1, - anon_sym_match, - ACTIONS(235), 1, - anon_sym_lambda, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(752), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(754), 1, + anon_sym_STAR, + ACTIONS(758), 1, + anon_sym_match, + ACTIONS(760), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(762), 1, anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(894), 1, + ACTIONS(766), 1, + anon_sym_lambda, + ACTIONS(770), 1, + anon_sym_LBRACE, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(794), 1, anon_sym_RBRACE, - STATE(650), 1, + STATE(525), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1183), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - STATE(1552), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(233), 3, + STATE(1460), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -28123,8 +24521,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28139,58 +24536,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [10517] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [10604] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(896), 1, + ACTIONS(796), 1, anon_sym_RBRACE, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1211), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1552), 2, + STATE(1452), 2, sym_dictionary_splat, sym_pair, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -28198,8 +24595,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28214,58 +24610,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [10614] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [10699] = 21, + ACTIONS(668), 1, + anon_sym_STAR, + ACTIONS(772), 1, + anon_sym_RBRACK, + ACTIONS(798), 1, sym_identifier, - ACTIONS(220), 1, - anon_sym_match, - ACTIONS(235), 1, - anon_sym_lambda, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(898), 1, - anon_sym_RBRACE, - STATE(650), 1, + ACTIONS(812), 1, + anon_sym_lambda, + ACTIONS(816), 1, + anon_sym_LBRACE, + ACTIONS(820), 1, + sym_string_start, + STATE(669), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1194), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - STATE(1552), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(233), 3, + STATE(1437), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -28273,8 +24669,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28289,58 +24684,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [10711] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [10794] = 21, + ACTIONS(668), 1, + anon_sym_STAR, + ACTIONS(794), 1, + anon_sym_RBRACK, + ACTIONS(798), 1, sym_identifier, - ACTIONS(220), 1, - anon_sym_match, - ACTIONS(235), 1, - anon_sym_lambda, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(800), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(900), 1, - anon_sym_RBRACE, - STATE(650), 1, + ACTIONS(812), 1, + anon_sym_lambda, + ACTIONS(816), 1, + anon_sym_LBRACE, + ACTIONS(820), 1, + sym_string_start, + STATE(669), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1194), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - STATE(1552), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(233), 3, + STATE(1437), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -28348,8 +24743,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28364,58 +24758,56 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [10808] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, + [10889] = 19, + ACTIONS(750), 1, sym_identifier, - ACTIONS(471), 1, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(473), 1, + ACTIONS(760), 1, anon_sym_LBRACK, - ACTIONS(475), 1, + ACTIONS(762), 1, anon_sym_not, - ACTIONS(479), 1, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - ACTIONS(886), 1, - anon_sym_RBRACE, - ACTIONS(902), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, anon_sym_LPAREN, - ACTIONS(904), 1, - anon_sym_STAR, - STATE(643), 1, + STATE(525), 1, sym_primary_expression, - STATE(1291), 1, + STATE(1033), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - STATE(1551), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(477), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(822), 4, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -28423,8 +24815,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28439,58 +24830,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [10905] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [10980] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(824), 1, anon_sym_RBRACE, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1211), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1552), 2, + STATE(1452), 2, sym_dictionary_splat, sym_pair, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -28498,8 +24889,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28514,58 +24904,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [11002] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [11075] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(908), 1, + ACTIONS(826), 1, anon_sym_RBRACE, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1211), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1552), 2, + STATE(1452), 2, sym_dictionary_splat, sym_pair, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -28573,8 +24963,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28589,58 +24978,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [11099] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, + [11170] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(471), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(475), 1, - anon_sym_not, - ACTIONS(479), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - ACTIONS(890), 1, - anon_sym_RBRACE, - ACTIONS(902), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(904), 1, - anon_sym_STAR, - STATE(643), 1, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(828), 1, + anon_sym_RBRACE, + STATE(546), 1, sym_primary_expression, - STATE(1291), 1, + STATE(1211), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1551), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(477), 3, + STATE(1452), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -28648,8 +25037,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28664,58 +25052,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [11196] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [11265] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(910), 1, + ACTIONS(830), 1, anon_sym_RBRACE, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1211), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1552), 2, + STATE(1452), 2, sym_dictionary_splat, sym_pair, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -28723,8 +25111,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28739,58 +25126,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [11293] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [11360] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(808), 1, + anon_sym_not, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(912), 1, - anon_sym_RBRACE, - STATE(650), 1, + ACTIONS(834), 1, + anon_sym_COLON, + ACTIONS(836), 1, + anon_sym_RBRACK, + STATE(669), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1096), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1477), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - STATE(1552), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(233), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -28798,8 +25184,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28814,58 +25199,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [11390] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [11454] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(808), 1, + anon_sym_not, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(914), 1, - anon_sym_RBRACE, - STATE(650), 1, + ACTIONS(834), 1, + anon_sym_COLON, + ACTIONS(838), 1, + anon_sym_RBRACK, + STATE(669), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1096), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1477), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - STATE(1552), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(233), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -28873,8 +25257,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28889,56 +25272,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [11487] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, + [11548] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(473), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(475), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(479), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, + anon_sym_COLON, + ACTIONS(840), 1, + anon_sym_RBRACK, + STATE(669), 1, sym_primary_expression, - STATE(1154), 1, + STATE(1096), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1477), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(916), 4, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - STATE(1156), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -28946,8 +25330,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28962,58 +25345,56 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [11580] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(585), 1, - anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, + [11642] = 20, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(826), 1, - anon_sym_STAR, - ACTIONS(890), 1, - anon_sym_RBRACK, - ACTIONS(918), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, anon_sym_LPAREN, - STATE(854), 1, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1324), 1, + STATE(1067), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1453), 1, + sym_expression_list, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - STATE(1515), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(591), 3, + ACTIONS(842), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29021,8 +25402,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29037,56 +25417,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [11677] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, + [11734] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(473), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(475), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(479), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, + anon_sym_COLON, + ACTIONS(848), 1, + anon_sym_RBRACK, + STATE(669), 1, sym_primary_expression, - STATE(1154), 1, + STATE(1096), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1477), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(920), 4, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - STATE(1156), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29094,8 +25475,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29110,58 +25490,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [11770] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [11828] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(808), 1, + anon_sym_not, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - ACTIONS(922), 1, - anon_sym_RBRACE, - STATE(650), 1, + ACTIONS(834), 1, + anon_sym_COLON, + ACTIONS(850), 1, + anon_sym_RBRACK, + STATE(669), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1096), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1477), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - STATE(1552), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(233), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29169,8 +25548,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29185,58 +25563,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [11867] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [11922] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(826), 1, - anon_sym_STAR, - ACTIONS(886), 1, - anon_sym_RBRACK, - ACTIONS(918), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - STATE(854), 1, + ACTIONS(834), 1, + anon_sym_COLON, + ACTIONS(852), 1, + anon_sym_RBRACK, + STATE(669), 1, sym_primary_expression, - STATE(1324), 1, + STATE(1096), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1477), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - STATE(1515), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29244,8 +25621,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29260,57 +25636,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [11964] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [12016] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, anon_sym_COLON, - ACTIONS(926), 1, + ACTIONS(854), 1, anon_sym_RBRACK, - STATE(854), 1, + STATE(669), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1096), 1, sym_expression, - STATE(1555), 1, + STATE(1477), 1, sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29318,8 +25694,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29334,56 +25709,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [12060] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [12110] = 21, + ACTIONS(798), 1, + sym_identifier, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, - sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - STATE(681), 1, + ACTIONS(834), 1, + anon_sym_COLON, + ACTIONS(856), 1, + anon_sym_RBRACK, + STATE(669), 1, sym_primary_expression, - STATE(1206), 1, + STATE(1096), 1, sym_expression, - STATE(1516), 1, - sym_expression_list, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1477), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(928), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(51), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(802), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29391,8 +25767,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29407,57 +25782,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [12154] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [12204] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, anon_sym_COLON, - ACTIONS(930), 1, + ACTIONS(858), 1, anon_sym_RBRACK, - STATE(854), 1, + STATE(669), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1096), 1, sym_expression, - STATE(1555), 1, + STATE(1477), 1, sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29465,8 +25840,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29481,56 +25855,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [12250] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [12298] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(557), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(718), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(816), 1, - anon_sym_STAR, - STATE(785), 1, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(860), 1, + anon_sym_if, + ACTIONS(862), 1, + anon_sym_COLON, + STATE(546), 1, sym_primary_expression, - STATE(1318), 1, + STATE(1192), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1542), 1, + sym_if_clause, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1533), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(563), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29538,8 +25913,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29554,57 +25928,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [12344] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [12392] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, anon_sym_COLON, - ACTIONS(932), 1, + ACTIONS(864), 1, anon_sym_RBRACK, - STATE(854), 1, + STATE(669), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1096), 1, sym_expression, - STATE(1555), 1, + STATE(1477), 1, sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29612,8 +25986,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29628,117 +26001,56 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [12440] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(213), 1, - anon_sym_COMMA, - ACTIONS(222), 1, - anon_sym_EQ, - ACTIONS(934), 1, - anon_sym_for, - ACTIONS(936), 1, - anon_sym_with, - ACTIONS(938), 1, - anon_sym_def, - ACTIONS(237), 14, - anon_sym_COLON, - 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(208), 15, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(206), 16, - 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_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [12510] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + [12486] = 20, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(942), 1, - anon_sym_COLON, - STATE(854), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(562), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(660), 1, + anon_sym_STAR, + STATE(726), 1, sym_primary_expression, - STATE(1230), 1, + STATE(1180), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(940), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(591), 3, + STATE(1426), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29746,8 +26058,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29762,57 +26073,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [12604] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [12578] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, anon_sym_COLON, - ACTIONS(944), 1, + ACTIONS(866), 1, anon_sym_RBRACK, - STATE(854), 1, + STATE(669), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1096), 1, sym_expression, - STATE(1555), 1, + STATE(1477), 1, sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29820,8 +26131,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29836,56 +26146,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [12700] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [12672] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(808), 1, + anon_sym_not, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(666), 1, - anon_sym_STAR_STAR, - STATE(650), 1, + ACTIONS(834), 1, + anon_sym_COLON, + ACTIONS(868), 1, + anon_sym_RBRACK, + STATE(669), 1, sym_primary_expression, - STATE(1338), 1, + STATE(1096), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1477), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - STATE(1552), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(233), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29893,8 +26204,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29909,57 +26219,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [12794] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [12766] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, anon_sym_COLON, - ACTIONS(946), 1, + ACTIONS(870), 1, anon_sym_RBRACK, - STATE(854), 1, + STATE(669), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1096), 1, sym_expression, - STATE(1555), 1, + STATE(1477), 1, sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29967,8 +26277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29983,57 +26292,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [12890] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [12860] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, anon_sym_COLON, - ACTIONS(948), 1, + ACTIONS(872), 1, anon_sym_RBRACK, - STATE(854), 1, + STATE(669), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1096), 1, sym_expression, - STATE(1555), 1, + STATE(1477), 1, sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30041,8 +26350,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30057,57 +26365,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [12986] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [12954] = 21, + ACTIONS(378), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, - anon_sym_not, - ACTIONS(593), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(860), 1, + anon_sym_if, + ACTIONS(874), 1, anon_sym_COLON, - ACTIONS(950), 1, - anon_sym_RBRACK, - STATE(854), 1, + STATE(546), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1192), 1, sym_expression, - STATE(1555), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1547), 1, + sym_if_clause, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30115,8 +26423,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30131,57 +26438,56 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [13082] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [13048] = 20, + ACTIONS(750), 1, sym_identifier, - ACTIONS(581), 1, + ACTIONS(752), 1, anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(754), 1, + anon_sym_STAR, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(760), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(762), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, - anon_sym_COLON, - ACTIONS(952), 1, - anon_sym_RBRACK, - STATE(854), 1, + ACTIONS(776), 1, + sym_string_start, + STATE(525), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1183), 1, sym_expression, - STATE(1555), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + STATE(1460), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30189,8 +26495,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30205,57 +26510,56 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [13178] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [13140] = 20, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(878), 1, anon_sym_COLON, - ACTIONS(954), 1, - anon_sym_RBRACK, - STATE(854), 1, + STATE(669), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1095), 1, sym_expression, - STATE(1555), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(876), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30263,8 +26567,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30279,56 +26582,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [13274] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [13232] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(958), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, anon_sym_COLON, - STATE(854), 1, + ACTIONS(880), 1, + anon_sym_RBRACK, + STATE(669), 1, sym_primary_expression, - STATE(1235), 1, + STATE(1096), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1477), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(956), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30336,8 +26640,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30352,56 +26655,128 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [13368] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, + [13326] = 20, + ACTIONS(668), 1, + anon_sym_STAR, + ACTIONS(798), 1, sym_identifier, - ACTIONS(471), 1, + ACTIONS(800), 1, + anon_sym_LPAREN, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(473), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(475), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(479), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - ACTIONS(902), 1, - anon_sym_LPAREN, - ACTIONS(904), 1, - anon_sym_STAR, - STATE(643), 1, + ACTIONS(820), 1, + sym_string_start, + STATE(669), 1, sym_primary_expression, - STATE(1291), 1, + STATE(1194), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - STATE(1551), 2, + STATE(1437), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(477), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, + ACTIONS(818), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(802), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - ACTIONS(485), 4, + STATE(1134), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(909), 14, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [13418] = 20, + ACTIONS(378), 1, + sym_identifier, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(398), 1, + anon_sym_lambda, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(516), 1, + anon_sym_STAR_STAR, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, + sym_primary_expression, + STATE(1211), 1, + sym_expression, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + STATE(1452), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(396), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30409,8 +26784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30425,57 +26799,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [13462] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [13510] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, anon_sym_COLON, - ACTIONS(960), 1, + ACTIONS(882), 1, anon_sym_RBRACK, - STATE(854), 1, + STATE(669), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1096), 1, sym_expression, - STATE(1555), 1, + STATE(1477), 1, sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30483,8 +26857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30499,57 +26872,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [13558] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [13604] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, anon_sym_COLON, - ACTIONS(962), 1, + ACTIONS(884), 1, anon_sym_RBRACK, - STATE(854), 1, + STATE(669), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1096), 1, sym_expression, - STATE(1555), 1, + STATE(1477), 1, sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30557,8 +26930,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30573,57 +26945,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [13654] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [13698] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, anon_sym_COLON, - ACTIONS(964), 1, + ACTIONS(886), 1, anon_sym_RBRACK, - STATE(854), 1, + STATE(669), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1096), 1, sym_expression, - STATE(1555), 1, + STATE(1477), 1, sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30631,8 +27003,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30647,57 +27018,56 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [13750] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [13792] = 20, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(890), 1, anon_sym_COLON, - ACTIONS(966), 1, - anon_sym_RBRACK, - STATE(854), 1, + STATE(669), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1100), 1, sym_expression, - STATE(1555), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(888), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30705,8 +27075,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30721,57 +27090,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [13846] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [13884] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, anon_sym_COLON, - ACTIONS(968), 1, + ACTIONS(892), 1, anon_sym_RBRACK, - STATE(854), 1, + STATE(669), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1096), 1, sym_expression, - STATE(1555), 1, + STATE(1477), 1, sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30779,8 +27148,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30795,57 +27163,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [13942] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [13978] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, anon_sym_COLON, - ACTIONS(970), 1, + ACTIONS(894), 1, anon_sym_RBRACK, - STATE(854), 1, + STATE(669), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1096), 1, sym_expression, - STATE(1555), 1, + STATE(1477), 1, sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30853,8 +27221,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30869,57 +27236,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [14038] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [14072] = 21, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, anon_sym_COLON, - ACTIONS(972), 1, + ACTIONS(896), 1, anon_sym_RBRACK, - STATE(854), 1, + STATE(669), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1096), 1, sym_expression, - STATE(1555), 1, + STATE(1477), 1, sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30927,8 +27294,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30943,56 +27309,55 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [14134] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [14166] = 20, + ACTIONS(798), 1, sym_identifier, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(826), 1, - anon_sym_STAR, - ACTIONS(918), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - STATE(854), 1, + ACTIONS(834), 1, + anon_sym_COLON, + STATE(669), 1, sym_primary_expression, - STATE(1324), 1, + STATE(1087), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1381), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - STATE(1515), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31000,8 +27365,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31016,57 +27380,125 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [14228] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [14257] = 20, + ACTIONS(378), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, - anon_sym_not, - ACTIONS(593), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(898), 1, anon_sym_COLON, - ACTIONS(974), 1, - anon_sym_RBRACK, - STATE(854), 1, + STATE(546), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1159), 1, sym_expression, - STATE(1555), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1438), 1, + sym_with_item, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(383), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - ACTIONS(599), 4, + STATE(1080), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(791), 14, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [14348] = 19, + ACTIONS(51), 1, + anon_sym_not, + ACTIONS(55), 1, + anon_sym_lambda, + ACTIONS(59), 1, + anon_sym_LBRACE, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, + sym_primary_expression, + STATE(1146), 1, + sym_expression, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, + sym_ellipsis, + sym_float, + ACTIONS(822), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(53), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31074,8 +27506,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31090,21 +27521,18 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [14324] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(213), 1, + [14437] = 7, + ACTIONS(214), 1, anon_sym_COMMA, - ACTIONS(222), 1, - anon_sym_EQ, - ACTIONS(976), 1, - anon_sym_for, - ACTIONS(978), 1, - anon_sym_with, - ACTIONS(980), 1, - anon_sym_def, - ACTIONS(237), 14, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(223), 2, anon_sym_COLON, + anon_sym_EQ, + ACTIONS(236), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -31118,7 +27546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(208), 15, + ACTIONS(209), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -31134,7 +27562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 16, + ACTIONS(207), 16, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -31151,57 +27579,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [14394] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + [14502] = 20, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, - anon_sym_COLON, - ACTIONS(982), 1, - anon_sym_RBRACK, - STATE(854), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + ACTIONS(902), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1161), 1, sym_expression, - STATE(1555), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1427), 1, + sym_with_item, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31209,8 +27635,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31225,205 +27650,112 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [14490] = 22, - ACTIONS(3), 1, + [14593] = 7, + ACTIONS(906), 1, + anon_sym_COMMA, + ACTIONS(911), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, - anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, - anon_sym_not, - ACTIONS(593), 1, - anon_sym_lambda, - ACTIONS(597), 1, - anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + sym_line_continuation, + ACTIONS(913), 2, anon_sym_COLON, - ACTIONS(984), 1, - anon_sym_RBRACK, - STATE(854), 1, - sym_primary_expression, - STATE(1228), 1, - sym_expression, - STATE(1555), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, - sym_ellipsis, - sym_float, - ACTIONS(591), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1244), 8, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - sym_await, - STATE(1030), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [14586] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(581), 1, + anon_sym_EQ, + ACTIONS(915), 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(909), 15, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(904), 16, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(585), 1, - anon_sym_match, - ACTIONS(587), 1, + anon_sym_as, + anon_sym_if, + anon_sym_in, anon_sym_LBRACK, - ACTIONS(589), 1, anon_sym_not, - ACTIONS(593), 1, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [14658] = 19, + ACTIONS(51), 1, + anon_sym_not, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, - anon_sym_COLON, - ACTIONS(986), 1, - anon_sym_RBRACK, - STATE(854), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1120), 1, sym_expression, - STATE(1555), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(917), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - sym_await, - STATE(1030), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [14682] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, - anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, - anon_sym_not, - ACTIONS(593), 1, - anon_sym_lambda, - ACTIONS(597), 1, - anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, - anon_sym_COLON, - ACTIONS(988), 1, - anon_sym_RBRACK, - STATE(854), 1, - sym_primary_expression, - STATE(1228), 1, - sym_expression, - STATE(1555), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, - sym_ellipsis, - sym_float, - ACTIONS(591), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(583), 4, + ACTIONS(217), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - ACTIONS(599), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1244), 8, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31431,8 +27763,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31447,54 +27778,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [14778] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [14747] = 19, + ACTIONS(750), 1, + sym_identifier, + ACTIONS(758), 1, + anon_sym_match, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(762), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, - sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - STATE(681), 1, + STATE(525), 1, sym_primary_expression, - STATE(1274), 1, + STATE(1009), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(990), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(51), 3, + STATE(1206), 2, + sym_expression_list, + sym__f_expression, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(756), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31502,8 +27833,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31518,55 +27848,55 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [14869] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [14836] = 20, + ACTIONS(798), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(808), 1, + anon_sym_not, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(992), 1, + ACTIONS(834), 1, anon_sym_COLON, - STATE(650), 1, + STATE(669), 1, sym_primary_expression, - STATE(1323), 1, + STATE(1039), 1, sym_expression, - STATE(1522), 1, - sym_with_item, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1269), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31574,8 +27904,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31590,55 +27919,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [14962] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [14927] = 19, + ACTIONS(504), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(235), 1, - anon_sym_lambda, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(495), 1, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(994), 1, + ACTIONS(528), 1, + anon_sym_LBRACE, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, anon_sym_LPAREN, - STATE(650), 1, + ACTIONS(688), 1, + anon_sym_lambda, + STATE(526), 1, sym_primary_expression, - STATE(1323), 1, + STATE(1086), 1, sym_expression, - STATE(1476), 1, - sym_with_item, - STATE(1627), 1, - sym_with_clause, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + STATE(1171), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31646,8 +27974,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31662,55 +27989,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [15055] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [15016] = 19, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, - anon_sym_COLON, - STATE(854), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + STATE(669), 1, sym_primary_expression, - STATE(1191), 1, + STATE(1169), 1, sym_expression, - STATE(1491), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(888), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31718,8 +28044,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31734,55 +28059,55 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [15148] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [15105] = 20, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(495), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - ACTIONS(994), 1, + ACTIONS(919), 1, anon_sym_LPAREN, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1323), 1, + STATE(1159), 1, sym_expression, - STATE(1476), 1, + STATE(1319), 1, sym_with_item, - STATE(1576), 1, + STATE(1549), 1, sym_with_clause, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31790,8 +28115,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31806,55 +28130,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [15241] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, - anon_sym_match, - ACTIONS(235), 1, + [15196] = 19, + ACTIONS(51), 1, + anon_sym_not, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(994), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, anon_sym_LPAREN, - STATE(650), 1, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1323), 1, + STATE(1120), 1, sym_expression, - STATE(1476), 1, - sym_with_item, - STATE(1618), 1, - sym_with_clause, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(921), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31862,8 +28185,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31878,54 +28200,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [15334] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, + [15285] = 19, + ACTIONS(51), 1, + anon_sym_not, + ACTIONS(55), 1, + anon_sym_lambda, + ACTIONS(59), 1, + anon_sym_LBRACE, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, + ACTIONS(225), 1, anon_sym_match, - ACTIONS(533), 1, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, anon_sym_LBRACK, - ACTIONS(535), 1, - anon_sym_not, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(850), 1, - anon_sym_lambda, - STATE(713), 1, + STATE(559), 1, sym_primary_expression, - STATE(1175), 1, + STATE(1146), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - STATE(1341), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(537), 3, + ACTIONS(923), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31933,8 +28255,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31949,54 +28270,55 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [15425] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [15374] = 20, + ACTIONS(798), 1, + sym_identifier, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, - sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - STATE(681), 1, + ACTIONS(834), 1, + anon_sym_COLON, + STATE(669), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1096), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1477), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(996), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(51), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(802), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32004,8 +28326,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32020,54 +28341,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [15516] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [15465] = 19, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(59), 1, anon_sym_LBRACE, ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + sym_string_start, + ACTIONS(205), 1, sym_identifier, - ACTIONS(255), 1, + ACTIONS(225), 1, anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(844), 1, anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(846), 1, anon_sym_LBRACK, - STATE(681), 1, + STATE(559), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1146), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(998), 2, + ACTIONS(925), 2, sym__newline, anon_sym_SEMI, - ACTIONS(51), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(217), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32075,8 +28396,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32091,55 +28411,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [15607] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, + [15554] = 19, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(235), 1, - anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(450), 1, + anon_sym_not, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(495), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(994), 1, + ACTIONS(698), 1, anon_sym_LPAREN, - STATE(650), 1, + ACTIONS(700), 1, + anon_sym_lambda, + STATE(552), 1, sym_primary_expression, - STATE(1323), 1, + STATE(1058), 1, sym_expression, - STATE(1476), 1, - sym_with_item, - STATE(1623), 1, - sym_with_clause, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + STATE(1198), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32147,8 +28466,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32163,54 +28481,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [15700] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [15643] = 19, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - STATE(854), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + STATE(669), 1, sym_primary_expression, - STATE(1297), 1, + STATE(1193), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(940), 2, + ACTIONS(927), 2, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32218,8 +28536,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32234,54 +28551,55 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [15791] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, + [15732] = 20, + ACTIONS(798), 1, sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(473), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(475), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(479), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, + anon_sym_COLON, + STATE(669), 1, sym_primary_expression, - STATE(1135), 1, + STATE(1047), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1274), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - STATE(1350), 2, - sym_expression_list, - sym__f_expression, - ACTIONS(477), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32289,8 +28607,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32305,55 +28622,55 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [15882] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(204), 1, + [15823] = 20, + ACTIONS(798), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(808), 1, + anon_sym_not, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + ACTIONS(834), 1, + anon_sym_COLON, + STATE(669), 1, sym_primary_expression, - STATE(1181), 1, + STATE(1079), 1, sym_expression, - STATE(1327), 1, - sym_list_splat_pattern, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1321), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32361,8 +28678,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32377,54 +28693,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [15975] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [15914] = 19, + ACTIONS(444), 1, + anon_sym_match, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(53), 1, - anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, - anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(672), 1, anon_sym_LBRACK, - STATE(681), 1, + ACTIONS(698), 1, + anon_sym_LPAREN, + ACTIONS(700), 1, + anon_sym_lambda, + STATE(552), 1, sym_primary_expression, - STATE(1274), 1, + STATE(1058), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(1000), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(51), 3, + STATE(1197), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(670), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32432,8 +28748,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32448,54 +28763,55 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [16066] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, + [16003] = 20, + ACTIONS(798), 1, sym_identifier, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(505), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(507), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(872), 1, + ACTIONS(812), 1, anon_sym_lambda, - STATE(642), 1, + ACTIONS(816), 1, + anon_sym_LBRACE, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, + anon_sym_COLON, + STATE(669), 1, sym_primary_expression, - STATE(1209), 1, + STATE(1072), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1386), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - STATE(1300), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(511), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32503,8 +28819,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32519,55 +28834,55 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [16157] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [16094] = 20, + ACTIONS(378), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, - anon_sym_not, - ACTIONS(593), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(929), 1, anon_sym_COLON, - STATE(854), 1, + STATE(546), 1, sym_primary_expression, - STATE(1178), 1, + STATE(1159), 1, sym_expression, - STATE(1493), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1438), 1, + sym_with_item, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32575,8 +28890,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32591,55 +28905,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [16250] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [16185] = 19, + ACTIONS(504), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(593), 1, - anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, - anon_sym_COLON, - STATE(854), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + ACTIONS(688), 1, + anon_sym_lambda, + STATE(526), 1, sym_primary_expression, - STATE(1204), 1, + STATE(1085), 1, sym_expression, - STATE(1407), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + STATE(1216), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32647,8 +28960,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32663,113 +28975,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [16343] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(213), 1, - anon_sym_COMMA, - ACTIONS(222), 1, - anon_sym_EQ, - STATE(1470), 1, - sym_string, - ACTIONS(237), 14, - anon_sym_COLON, - 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(208), 15, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(206), 16, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_as, - anon_sym_if, - anon_sym_in, + [16274] = 19, + ACTIONS(504), 1, + sym_identifier, + ACTIONS(514), 1, + anon_sym_match, + ACTIONS(518), 1, anon_sym_LBRACK, + ACTIONS(520), 1, anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [16410] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - anon_sym_not, - ACTIONS(53), 1, - anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, - sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - STATE(681), 1, + ACTIONS(688), 1, + anon_sym_lambda, + STATE(526), 1, sym_primary_expression, - STATE(1274), 1, + STATE(1081), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(916), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(51), 3, + STATE(1224), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(512), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32777,8 +29030,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32793,55 +29045,55 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [16501] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [16363] = 20, + ACTIONS(378), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, - anon_sym_not, - ACTIONS(593), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, - anon_sym_COLON, - STATE(854), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(919), 1, + anon_sym_LPAREN, + STATE(546), 1, sym_primary_expression, - STATE(1205), 1, + STATE(1159), 1, sym_expression, - STATE(1477), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1319), 1, + sym_with_item, + STATE(1577), 1, + sym_with_clause, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32849,8 +29101,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32865,55 +29116,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [16594] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(204), 1, + [16454] = 19, + ACTIONS(504), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(235), 1, - anon_sym_lambda, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(520), 1, anon_sym_not, - STATE(650), 1, + ACTIONS(528), 1, + anon_sym_LBRACE, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + ACTIONS(688), 1, + anon_sym_lambda, + STATE(526), 1, sym_primary_expression, - STATE(1180), 1, + STATE(1086), 1, sym_expression, - STATE(1358), 1, - sym_list_splat_pattern, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + STATE(1174), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32921,8 +29171,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32937,55 +29186,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [16687] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [16543] = 19, + ACTIONS(798), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(808), 1, + anon_sym_not, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(1002), 1, - anon_sym_COLON, - STATE(650), 1, + STATE(669), 1, sym_primary_expression, - STATE(1323), 1, + STATE(1153), 1, sym_expression, - STATE(1522), 1, - sym_with_item, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(931), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32993,8 +29241,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33009,54 +29256,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [16780] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [16632] = 19, + ACTIONS(444), 1, + anon_sym_match, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(53), 1, - anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, - anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(672), 1, anon_sym_LBRACK, - STATE(681), 1, + ACTIONS(698), 1, + anon_sym_LPAREN, + ACTIONS(700), 1, + anon_sym_lambda, + STATE(552), 1, sym_primary_expression, - STATE(1274), 1, + STATE(1064), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(920), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(51), 3, + STATE(1200), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(670), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33064,8 +29311,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33080,54 +29326,55 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [16871] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, + [16721] = 20, + ACTIONS(798), 1, sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(533), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(850), 1, + ACTIONS(812), 1, anon_sym_lambda, - STATE(713), 1, + ACTIONS(816), 1, + anon_sym_LBRACE, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(834), 1, + anon_sym_COLON, + STATE(669), 1, sym_primary_expression, - STATE(1194), 1, + STATE(1057), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1347), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - STATE(1342), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(537), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33135,8 +29382,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33151,54 +29397,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [16962] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, + [16812] = 19, + ACTIONS(51), 1, + anon_sym_not, + ACTIONS(55), 1, + anon_sym_lambda, + ACTIONS(59), 1, + anon_sym_LBRACE, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, sym_identifier, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(505), 1, + ACTIONS(225), 1, anon_sym_match, - ACTIONS(507), 1, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, anon_sym_LBRACK, - ACTIONS(509), 1, - anon_sym_not, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(872), 1, - anon_sym_lambda, - STATE(642), 1, + STATE(559), 1, sym_primary_expression, - STATE(1209), 1, + STATE(1146), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - STATE(1295), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(511), 3, + ACTIONS(784), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33206,8 +29452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33222,55 +29467,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [17053] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [16901] = 19, + ACTIONS(504), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(593), 1, - anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, - anon_sym_COLON, - STATE(854), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + ACTIONS(688), 1, + anon_sym_lambda, + STATE(526), 1, sym_primary_expression, - STATE(1228), 1, + STATE(1086), 1, sym_expression, - STATE(1555), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + STATE(1215), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33278,8 +29522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33294,54 +29537,55 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [17146] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + [16990] = 20, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - STATE(854), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + ACTIONS(933), 1, + anon_sym_RPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1315), 1, + STATE(1161), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1427), 1, + sym_with_item, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(1004), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(591), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33349,8 +29593,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33365,55 +29608,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [17237] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, - anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [17081] = 19, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(1006), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1314), 1, + STATE(1120), 1, sym_expression, - STATE(1510), 1, - sym_with_item, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(935), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33421,8 +29663,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33437,55 +29678,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [17330] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + [17170] = 19, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(593), 1, - anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, - anon_sym_COLON, - STATE(854), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + ACTIONS(700), 1, + anon_sym_lambda, + STATE(552), 1, sym_primary_expression, - STATE(1169), 1, + STATE(1058), 1, sym_expression, - STATE(1451), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + STATE(1219), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33493,8 +29733,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33509,55 +29748,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [17423] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, - anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [17259] = 19, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(1008), 1, - anon_sym_RPAREN, - STATE(785), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1314), 1, + STATE(1120), 1, sym_expression, - STATE(1510), 1, - sym_with_item, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(937), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33565,8 +29803,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33581,54 +29818,55 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [17516] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, + [17348] = 20, + ACTIONS(378), 1, sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(533), 1, + ACTIONS(398), 1, + anon_sym_lambda, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(742), 1, anon_sym_not, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(850), 1, - anon_sym_lambda, - STATE(713), 1, + ACTIONS(919), 1, + anon_sym_LPAREN, + STATE(546), 1, sym_primary_expression, - STATE(1194), 1, + STATE(1159), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1319), 1, + sym_with_item, + STATE(1492), 1, + sym_with_clause, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1294), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(537), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33636,8 +29874,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33652,54 +29889,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [17607] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, + [17439] = 19, + ACTIONS(750), 1, sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(533), 1, + ACTIONS(760), 1, anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(762), 1, anon_sym_not, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(850), 1, + ACTIONS(766), 1, anon_sym_lambda, - STATE(713), 1, + ACTIONS(770), 1, + anon_sym_LBRACE, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(525), 1, sym_primary_expression, - STATE(1192), 1, + STATE(1009), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - STATE(1349), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(537), 3, + STATE(1207), 2, + sym_expression_list, + sym__f_expression, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33707,8 +29944,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33723,54 +29959,55 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [17698] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - anon_sym_not, - ACTIONS(53), 1, - anon_sym_lambda, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + [17528] = 20, + ACTIONS(378), 1, sym_identifier, - ACTIONS(255), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, - anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(398), 1, + anon_sym_lambda, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(740), 1, anon_sym_LBRACK, - STATE(681), 1, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(919), 1, + anon_sym_LPAREN, + STATE(546), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1159), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1319), 1, + sym_with_item, + STATE(1555), 1, + sym_with_clause, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(1010), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(51), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(383), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33778,8 +30015,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33794,54 +30030,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [17789] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, - sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, + [17619] = 19, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(543), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(850), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + ACTIONS(700), 1, anon_sym_lambda, - STATE(713), 1, + STATE(552), 1, sym_primary_expression, - STATE(1194), 1, + STATE(1066), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - STATE(1311), 2, + STATE(1225), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(537), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33849,8 +30085,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33865,55 +30100,55 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [17880] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(204), 1, + [17708] = 20, + ACTIONS(798), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(808), 1, + anon_sym_not, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + ACTIONS(834), 1, + anon_sym_COLON, + STATE(669), 1, sym_primary_expression, - STATE(1308), 1, + STATE(1071), 1, sym_expression, - STATE(1403), 1, - sym_list_splat_pattern, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1396), 1, + sym_slice, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33921,8 +30156,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33937,54 +30171,109 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [17973] = 20, - ACTIONS(3), 1, + [17799] = 6, + ACTIONS(941), 1, + anon_sym_COMMA, + ACTIONS(948), 1, + anon_sym_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(499), 1, - sym_identifier, - ACTIONS(501), 1, + sym_line_continuation, + ACTIONS(946), 14, + anon_sym_COLON, + 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(944), 15, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(939), 16, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(505), 1, - anon_sym_match, - ACTIONS(507), 1, + anon_sym_as, + anon_sym_if, + anon_sym_in, anon_sym_LBRACK, - ACTIONS(509), 1, anon_sym_not, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(872), 1, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [17861] = 19, + ACTIONS(378), 1, + sym_identifier, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(398), 1, anon_sym_lambda, - STATE(642), 1, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1209), 1, + STATE(1150), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1563), 1, + sym_expression_list, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1336), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(511), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33992,8 +30281,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34008,54 +30296,106 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [18064] = 20, - ACTIONS(3), 1, + [17949] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(499), 1, - sym_identifier, - ACTIONS(501), 1, + sym_line_continuation, + ACTIONS(952), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(950), 31, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(505), 1, - anon_sym_match, - ACTIONS(507), 1, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_LBRACK, - ACTIONS(509), 1, anon_sym_not, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(872), 1, + anon_sym_and, + anon_sym_or, + 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, + [18005] = 19, + ACTIONS(378), 1, + sym_identifier, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(398), 1, anon_sym_lambda, - STATE(642), 1, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1177), 1, + STATE(1128), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1565), 1, + sym_type, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1331), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(511), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34063,8 +30403,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34079,54 +30418,109 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [18155] = 20, - ACTIONS(3), 1, + [18093] = 6, + ACTIONS(956), 1, + anon_sym_COMMA, + ACTIONS(963), 1, + anon_sym_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(499), 1, - sym_identifier, - ACTIONS(501), 1, + sym_line_continuation, + ACTIONS(961), 14, + anon_sym_COLON, + 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(959), 15, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(954), 16, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(505), 1, - anon_sym_match, - ACTIONS(507), 1, + anon_sym_as, + anon_sym_if, + anon_sym_in, anon_sym_LBRACK, - ACTIONS(509), 1, anon_sym_not, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(872), 1, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [18155] = 19, + ACTIONS(378), 1, + sym_identifier, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(398), 1, anon_sym_lambda, - STATE(642), 1, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(822), 1, + anon_sym_COLON, + STATE(546), 1, sym_primary_expression, - STATE(1165), 1, + STATE(1189), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1345), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(511), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34134,8 +30528,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34150,55 +30543,53 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [18246] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [18243] = 19, + ACTIONS(378), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, - anon_sym_not, - ACTIONS(593), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(784), 1, anon_sym_COLON, - STATE(854), 1, + STATE(546), 1, sym_primary_expression, - STATE(1186), 1, + STATE(1189), 1, sym_expression, - STATE(1466), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34206,8 +30597,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34222,54 +30612,162 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [18339] = 20, - ACTIONS(3), 1, + [18331] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(581), 1, + sym_line_continuation, + ACTIONS(952), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(950), 31, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(585), 1, - anon_sym_match, - ACTIONS(587), 1, + 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_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, + [18387] = 6, + ACTIONS(906), 1, + anon_sym_COMMA, + ACTIONS(913), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(915), 14, + anon_sym_COLON, + 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(909), 15, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(904), 16, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_as, + anon_sym_if, + anon_sym_in, anon_sym_LBRACK, - ACTIONS(589), 1, anon_sym_not, - ACTIONS(593), 1, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [18449] = 19, + ACTIONS(378), 1, + sym_identifier, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - STATE(854), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1289), 1, + STATE(1128), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1551), 1, + sym_type, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(1012), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(591), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34277,8 +30775,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34293,196 +30790,53 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [18430] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + [18537] = 19, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(924), 1, - anon_sym_COLON, - STATE(854), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1168), 1, + STATE(1122), 1, sym_expression, - STATE(1417), 1, - sym_slice, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1250), 1, + sym_type, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - sym_await, - STATE(1030), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [18523] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - anon_sym_not, - ACTIONS(53), 1, - anon_sym_lambda, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, - sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, - anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - STATE(681), 1, - sym_primary_expression, - STATE(1223), 1, - sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, - sym_ellipsis, - sym_float, - ACTIONS(1014), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(51), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(59), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(251), 4, + ACTIONS(662), 5, anon_sym_print, anon_sym_async, anon_sym_exec, - anon_sym_struct, - STATE(1182), 8, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - sym_await, - STATE(905), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [18614] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, - anon_sym_match, - ACTIONS(235), 1, - anon_sym_lambda, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(245), 1, anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(1016), 1, - anon_sym_COLON, - STATE(650), 1, - sym_primary_expression, - STATE(1296), 1, - sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, anon_sym_struct, - ACTIONS(243), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1166), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34490,8 +30844,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34506,123 +30859,53 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [18704] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [18625] = 19, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1285), 1, + STATE(1117), 1, sym_expression, - STATE(1607), 1, + STATE(1546), 1, sym_expression_list, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - sym_await, - STATE(875), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [18794] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, - anon_sym_match, - ACTIONS(235), 1, - anon_sym_lambda, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, - sym_primary_expression, - STATE(1237), 1, - sym_expression, - STATE(1562), 1, - sym_type, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(216), 4, + ACTIONS(383), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - ACTIONS(243), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1166), 8, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34630,8 +30913,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34646,35 +30928,16 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [18884] = 7, - ACTIONS(3), 1, + [18713] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(213), 1, - anon_sym_COMMA, - ACTIONS(218), 1, - anon_sym_COLON_EQ, - ACTIONS(222), 2, - anon_sym_COLON, - anon_sym_EQ, - ACTIONS(237), 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(208), 15, + sym_line_continuation, + ACTIONS(967), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, anon_sym_AT, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, @@ -34686,13 +30949,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 16, + ACTIONS(965), 31, 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, @@ -34703,53 +30968,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [18948] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 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, + [18769] = 19, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(900), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - ACTIONS(1018), 1, - anon_sym_DOT, - STATE(681), 1, + STATE(726), 1, sym_primary_expression, - STATE(1207), 1, + STATE(1161), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1427), 1, + sym_with_item, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(662), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34757,8 +31035,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34773,53 +31050,53 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [19038] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, - anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [18857] = 19, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1255), 1, + STATE(1069), 1, sym_expression, - STATE(1489), 1, - sym_type, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1448), 1, + sym_expression_list, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34827,8 +31104,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34843,53 +31119,53 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [19128] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [18945] = 19, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1237), 1, + STATE(1093), 1, sym_expression, - STATE(1635), 1, - sym_type, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1558), 1, + sym_expression_list, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34897,8 +31173,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34913,53 +31188,53 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [19218] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [19033] = 19, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1237), 1, + STATE(1128), 1, sym_expression, - STATE(1643), 1, + STATE(1569), 1, sym_type, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34967,8 +31242,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34983,53 +31257,53 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [19308] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [19121] = 19, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + ACTIONS(969), 1, + anon_sym_COLON, + STATE(546), 1, sym_primary_expression, - STATE(1323), 1, + STATE(1191), 1, sym_expression, - STATE(1522), 1, - sym_with_item, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35037,8 +31311,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35053,53 +31326,53 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [19398] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - anon_sym_not, - ACTIONS(53), 1, - anon_sym_lambda, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + [19209] = 19, + ACTIONS(378), 1, sym_identifier, - ACTIONS(255), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(398), 1, + anon_sym_lambda, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - STATE(681), 1, + ACTIONS(742), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_COLON, + STATE(546), 1, sym_primary_expression, - STATE(1202), 1, + STATE(1191), 1, sym_expression, - STATE(1513), 1, - sym_expression_list, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(383), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35107,8 +31380,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35123,53 +31395,122 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [19488] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [19297] = 19, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - ACTIONS(920), 1, + ACTIONS(973), 1, anon_sym_COLON, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1326), 1, + STATE(1191), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(383), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - ACTIONS(243), 4, + STATE(1080), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(791), 14, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [19385] = 19, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, + anon_sym_lambda, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(726), 1, + sym_primary_expression, + STATE(1122), 1, + sym_expression, + STATE(1416), 1, + sym_type, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, + sym_ellipsis, + sym_float, + ACTIONS(424), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35177,8 +31518,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35193,53 +31533,53 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [19578] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [19473] = 19, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - ACTIONS(1020), 1, - anon_sym_COLON, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1296), 1, + STATE(1159), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1438), 1, + sym_with_item, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35247,8 +31587,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35263,53 +31602,53 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [19668] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [19561] = 19, + ACTIONS(378), 1, sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1255), 1, + STATE(1091), 1, sym_expression, - STATE(1525), 1, - sym_type, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1585), 1, + sym__named_expression_lhs, + STATE(1596), 1, + sym_expression_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35317,8 +31656,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35333,53 +31671,53 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [19758] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, - anon_sym_match, - ACTIONS(235), 1, + [19649] = 19, + ACTIONS(51), 1, + anon_sym_not, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(846), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + STATE(559), 1, sym_primary_expression, - STATE(1237), 1, + STATE(1151), 1, sym_expression, - STATE(1628), 1, + STATE(1389), 1, sym_type, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35387,8 +31725,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35403,17 +31740,46 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [19848] = 7, - ACTIONS(3), 1, + [19737] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1024), 1, + sym_line_continuation, + ACTIONS(977), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(975), 31, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - ACTIONS(1029), 1, - anon_sym_COLON_EQ, - ACTIONS(1031), 2, + anon_sym_as, + anon_sym_if, anon_sym_COLON, - anon_sym_EQ, - ACTIONS(1033), 13, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + 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, @@ -35427,11 +31793,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1027), 15, + [19793] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(981), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, anon_sym_AT, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, @@ -35443,13 +31814,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 16, + ACTIONS(979), 31, 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, @@ -35460,53 +31833,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [19912] = 20, - ACTIONS(3), 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, + [19849] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, - anon_sym_match, - ACTIONS(235), 1, - anon_sym_lambda, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(1035), 1, - anon_sym_COLON, - STATE(650), 1, - sym_primary_expression, - STATE(1296), 1, - sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - ACTIONS(233), 3, - anon_sym_PLUS, + sym_line_continuation, + ACTIONS(977), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(975), 31, + 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_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, + [19905] = 19, + ACTIONS(378), 1, + sym_identifier, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(398), 1, + anon_sym_lambda, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, + sym_primary_expression, + STATE(1128), 1, + sym_expression, + STATE(1585), 1, + sym__named_expression_lhs, + STATE(1598), 1, + sym_type, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + ACTIONS(396), 3, + anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35514,8 +31953,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35530,53 +31968,53 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [20002] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, - anon_sym_match, - ACTIONS(235), 1, + [19993] = 19, + ACTIONS(51), 1, + anon_sym_not, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(846), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + ACTIONS(983), 1, + anon_sym_DOT, + STATE(559), 1, sym_primary_expression, - STATE(1253), 1, + STATE(1065), 1, sym_expression, - STATE(1680), 1, - sym_expression_list, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35584,8 +32022,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35600,53 +32037,53 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [20092] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [20081] = 19, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + ACTIONS(985), 1, + anon_sym_COLON, + STATE(546), 1, sym_primary_expression, - STATE(1272), 1, + STATE(1191), 1, sym_expression, - STATE(1633), 1, - sym_expression_list, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35654,8 +32091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35670,53 +32106,161 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [20182] = 20, - ACTIONS(3), 1, + [20169] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(989), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(987), 31, + 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_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, + [20225] = 8, + ACTIONS(995), 1, + anon_sym_elif, + ACTIONS(997), 1, + anon_sym_else, + STATE(365), 1, + aux_sym_if_statement_repeat1, + STATE(415), 1, + sym_elif_clause, + STATE(488), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(204), 1, + sym_line_continuation, + ACTIONS(991), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + sym_ellipsis, + anon_sym_LBRACE, + sym_float, + ACTIONS(993), 29, + anon_sym_print, + anon_sym_assert, + anon_sym_assert_, + anon_sym_assert_eq, + anon_sym_assert_ne, + anon_sym_assert_contains, + anon_sym_assert_fails, + anon_sym_return, + anon_sym_del, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_with, + anon_sym_def, + anon_sym_exec, + anon_sym_not, + anon_sym_lambda, + sym_integer, sym_identifier, - ACTIONS(220), 1, + anon_sym_await, + anon_sym_struct, + sym_true, + sym_false, + sym_none, + [20290] = 18, + ACTIONS(378), 1, + sym_identifier, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - ACTIONS(1037), 1, - anon_sym_COLON, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1296), 1, + STATE(1056), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35724,8 +32268,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35740,53 +32283,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [20272] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, + [20375] = 18, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(552), 1, sym_primary_expression, - STATE(1314), 1, + STATE(1082), 1, sym_expression, - STATE(1510), 1, - sym_with_item, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35794,8 +32335,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35810,53 +32350,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [20362] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [20460] = 18, + ACTIONS(750), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(762), 1, + anon_sym_not, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + STATE(525), 1, sym_primary_expression, - STATE(1276), 1, + STATE(1029), 1, sym_expression, - STATE(1626), 1, - sym_expression_list, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35864,8 +32402,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35880,53 +32417,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [20452] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [20545] = 18, + ACTIONS(750), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(762), 1, + anon_sym_not, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - ACTIONS(916), 1, - anon_sym_COLON, - STATE(650), 1, + STATE(525), 1, sym_primary_expression, - STATE(1326), 1, + STATE(1026), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35934,8 +32469,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35950,53 +32484,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [20542] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - anon_sym_not, - ACTIONS(53), 1, - anon_sym_lambda, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + [20630] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(255), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(398), 1, + anon_sym_lambda, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - STATE(681), 1, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1231), 1, + STATE(1213), 1, sym_expression, - STATE(1444), 1, - sym_type, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(383), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36004,8 +32536,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36020,51 +32551,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [20632] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [20715] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1243), 1, + STATE(1054), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36072,8 +32603,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36088,51 +32618,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [20719] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [20800] = 18, + ACTIONS(750), 1, sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(559), 1, + ACTIONS(760), 1, anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(762), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(525), 1, sym_primary_expression, - STATE(1263), 1, + STATE(1025), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36140,8 +32670,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36156,51 +32685,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [20806] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [20885] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1170), 1, + STATE(1201), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36208,8 +32737,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36224,51 +32752,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [20893] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [20970] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1187), 1, + STATE(1190), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36276,8 +32804,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36292,51 +32819,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [20980] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [21055] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1173), 1, + STATE(1227), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36344,8 +32871,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36360,51 +32886,103 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [21067] = 19, - ACTIONS(3), 1, + [21140] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(49), 1, + sym_line_continuation, + ACTIONS(981), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(979), 30, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + 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, + [21195] = 18, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(59), 1, anon_sym_LBRACE, ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + sym_string_start, + ACTIONS(205), 1, sym_identifier, - ACTIONS(255), 1, + ACTIONS(225), 1, anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(844), 1, anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(846), 1, anon_sym_LBRACK, - STATE(681), 1, + STATE(559), 1, sym_primary_expression, - STATE(1207), 1, + STATE(1118), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(217), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36412,8 +32990,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36428,51 +33005,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [21154] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [21280] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1050), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36480,8 +33057,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36496,51 +33072,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [21241] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [21365] = 18, + ACTIONS(750), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(762), 1, + anon_sym_not, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + STATE(525), 1, sym_primary_expression, - STATE(1167), 1, + STATE(1165), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36548,8 +33124,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36564,51 +33139,103 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [21328] = 19, - ACTIONS(3), 1, + [21450] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, + sym_line_continuation, + ACTIONS(989), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(987), 30, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + 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, + [21505] = 18, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(450), 1, + anon_sym_not, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(552), 1, sym_primary_expression, - STATE(1322), 1, + STATE(1094), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36616,8 +33243,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36632,51 +33258,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [21415] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [21590] = 18, + ACTIONS(504), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(518), 1, + anon_sym_LBRACK, + ACTIONS(520), 1, + anon_sym_not, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + STATE(526), 1, sym_primary_expression, - STATE(1339), 1, + STATE(1035), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36684,8 +33310,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36700,51 +33325,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [21502] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, + [21675] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(475), 1, - anon_sym_not, - ACTIONS(479), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1159), 1, + STATE(1077), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36752,8 +33377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36768,51 +33392,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [21589] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [21760] = 18, + ACTIONS(798), 1, + sym_identifier, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, - sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - STATE(681), 1, + STATE(669), 1, sym_primary_expression, - STATE(1174), 1, + STATE(1137), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(802), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36820,8 +33444,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36836,51 +33459,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [21676] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [21845] = 18, + ACTIONS(504), 1, + sym_identifier, + ACTIONS(514), 1, + anon_sym_match, + ACTIONS(518), 1, + anon_sym_LBRACK, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, - sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - STATE(681), 1, + STATE(526), 1, sym_primary_expression, - STATE(1179), 1, + STATE(1021), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(512), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36888,8 +33511,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36904,51 +33526,103 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [21763] = 19, - ACTIONS(3), 1, + [21930] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(499), 1, - sym_identifier, - ACTIONS(501), 1, + sym_line_continuation, + ACTIONS(952), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(950), 30, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(505), 1, - anon_sym_match, - ACTIONS(507), 1, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, anon_sym_LBRACK, - ACTIONS(509), 1, anon_sym_not, - ACTIONS(513), 1, + anon_sym_and, + anon_sym_or, + 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, + [21985] = 18, + ACTIONS(378), 1, + sym_identifier, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - STATE(642), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1193), 1, + STATE(1192), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(511), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36956,8 +33630,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36972,51 +33645,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [21850] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [22070] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1312), 1, + STATE(1218), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37024,8 +33697,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37040,51 +33712,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [21937] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [22155] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1310), 1, + STATE(1220), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37092,8 +33764,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37108,51 +33779,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [22024] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [22240] = 18, + ACTIONS(750), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(762), 1, + anon_sym_not, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + STATE(525), 1, sym_primary_expression, - STATE(1333), 1, + STATE(1028), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37160,8 +33831,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37176,51 +33846,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [22111] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [22325] = 18, + ACTIONS(798), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(808), 1, + anon_sym_not, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + STATE(669), 1, sym_primary_expression, - STATE(1346), 1, + STATE(1121), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37228,8 +33898,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37244,51 +33913,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [22198] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [22410] = 18, + ACTIONS(750), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(762), 1, + anon_sym_not, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + STATE(525), 1, sym_primary_expression, - STATE(1343), 1, + STATE(1037), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37296,8 +33965,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37312,51 +33980,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [22285] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [22495] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1334), 1, + STATE(1212), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37364,8 +34032,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37380,103 +34047,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [22372] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1041), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1039), 31, - 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_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, - [22427] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, + [22580] = 18, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1326), 1, + STATE(1133), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37484,8 +34099,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37500,51 +34114,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [22514] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [22665] = 18, + ACTIONS(798), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(808), 1, + anon_sym_not, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + STATE(669), 1, sym_primary_expression, - STATE(1328), 1, + STATE(1131), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37552,8 +34166,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37568,60 +34181,59 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [22601] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [22750] = 18, + ACTIONS(798), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(808), 1, + anon_sym_not, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + STATE(669), 1, sym_primary_expression, - STATE(1196), 1, + STATE(1119), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, - sym_named_expression, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, + sym_named_expression, sym_as_pattern, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37636,51 +34248,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [22688] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, - sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, - anon_sym_match, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(475), 1, + [22835] = 18, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(479), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1344), 1, + STATE(1078), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37688,8 +34300,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37704,51 +34315,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [22775] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - anon_sym_not, - ACTIONS(53), 1, - anon_sym_lambda, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + [22920] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(255), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(398), 1, + anon_sym_lambda, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - STATE(681), 1, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1185), 1, + STATE(1222), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(383), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37756,8 +34367,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37772,51 +34382,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [22862] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [23005] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1340), 1, + STATE(1223), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37824,8 +34434,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37840,51 +34449,103 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [22949] = 19, - ACTIONS(3), 1, + [23090] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(581), 1, + sym_line_continuation, + ACTIONS(952), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(950), 30, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(585), 1, - anon_sym_match, - ACTIONS(587), 1, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, anon_sym_LBRACK, - ACTIONS(589), 1, anon_sym_not, - ACTIONS(593), 1, + anon_sym_and, + anon_sym_or, + 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, + [23145] = 18, + ACTIONS(51), 1, + anon_sym_not, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - STATE(854), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1240), 1, + STATE(1038), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37892,8 +34553,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37908,51 +34568,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [23036] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, + [23230] = 19, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + ACTIONS(900), 1, + anon_sym_LPAREN, + ACTIONS(999), 1, + sym_identifier, + STATE(726), 1, sym_primary_expression, - STATE(1337), 1, + STATE(1185), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + STATE(927), 2, + sym_attribute, + sym_subscript, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(1001), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37960,12 +34623,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(907), 12, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -37976,51 +34636,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [23123] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [23317] = 18, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(900), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - STATE(681), 1, + STATE(726), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1155), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(662), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38028,8 +34688,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38044,51 +34703,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [23210] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, + [23402] = 18, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1351), 1, + STATE(1156), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38096,8 +34755,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38112,51 +34770,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [23297] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [23487] = 18, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - STATE(854), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + STATE(669), 1, sym_primary_expression, - STATE(1236), 1, + STATE(1089), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38164,8 +34822,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38180,106 +34837,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [23384] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(213), 1, - anon_sym_COMMA, - ACTIONS(222), 1, - anon_sym_EQ, - ACTIONS(237), 14, - anon_sym_COLON, - 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(208), 15, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(206), 16, - 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_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [23445] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [23572] = 18, + ACTIONS(750), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(762), 1, + anon_sym_not, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + STATE(525), 1, sym_primary_expression, - STATE(1335), 1, + STATE(1158), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38287,8 +34889,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38303,51 +34904,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [23532] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, - anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, + [23657] = 18, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - STATE(854), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1239), 1, + STATE(1075), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38355,8 +34956,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38371,51 +34971,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [23619] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [23742] = 18, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - STATE(854), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + STATE(669), 1, sym_primary_expression, - STATE(1241), 1, + STATE(1141), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38423,8 +35023,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38439,51 +35038,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [23706] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [23827] = 18, + ACTIONS(798), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(587), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - STATE(854), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + STATE(669), 1, sym_primary_expression, - STATE(1238), 1, + STATE(1144), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38491,8 +35090,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38507,51 +35105,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [23793] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, + [23912] = 18, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1296), 1, + STATE(1185), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38559,8 +35157,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38575,51 +35172,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [23880] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [23997] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1355), 1, + STATE(1061), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38627,8 +35224,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38643,51 +35239,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [23967] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, - sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, + [24082] = 18, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(475), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(479), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1160), 1, + STATE(1170), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38695,8 +35291,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38711,51 +35306,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [24054] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [24167] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1199), 1, + STATE(1062), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38763,8 +35358,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38779,51 +35373,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [24141] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, + [24252] = 18, + ACTIONS(504), 1, sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(473), 1, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(475), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(479), 1, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + STATE(526), 1, sym_primary_expression, - STATE(1144), 1, + STATE(1023), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38831,8 +35425,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38847,119 +35440,103 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [24228] = 19, - ACTIONS(3), 1, + [24337] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(465), 1, - sym_identifier, - ACTIONS(467), 1, + sym_line_continuation, + ACTIONS(977), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(975), 30, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(471), 1, - anon_sym_match, - ACTIONS(473), 1, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, anon_sym_LBRACK, - ACTIONS(475), 1, anon_sym_not, - ACTIONS(479), 1, - anon_sym_lambda, - ACTIONS(483), 1, - anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, - sym_primary_expression, - STATE(1158), 1, - sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, - sym_ellipsis, - sym_float, - ACTIONS(477), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1156), 8, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - sym_await, - STATE(852), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [24315] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, + anon_sym_and, + anon_sym_or, + 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, + [24392] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(475), 1, - anon_sym_not, - ACTIONS(479), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1157), 1, + STATE(1205), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38967,8 +35544,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38983,51 +35559,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [24402] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, + [24477] = 18, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1225), 1, + STATE(1130), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39035,8 +35611,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39051,33 +35626,16 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [24489] = 6, - ACTIONS(3), 1, + [24562] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1024), 1, - anon_sym_COMMA, - ACTIONS(1031), 1, - anon_sym_EQ, - ACTIONS(1033), 14, - anon_sym_COLON, - 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(1027), 15, + sym_line_continuation, + ACTIONS(977), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, anon_sym_AT, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, @@ -39089,13 +35647,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 16, - sym__newline, - anon_sym_SEMI, + ACTIONS(975), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_as, anon_sym_if, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_LBRACK, anon_sym_not, @@ -39106,15 +35665,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [24550] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1045), 1, - anon_sym_COMMA, - ACTIONS(1052), 1, - anon_sym_EQ, - ACTIONS(1050), 14, - anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -39128,84 +35678,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1048), 15, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1043), 16, - 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_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [24611] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, + [24617] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(475), 1, - anon_sym_not, - ACTIONS(479), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1153), 1, + STATE(1063), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39213,8 +35730,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39229,51 +35745,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [24698] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + [24702] = 18, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - STATE(854), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1249), 1, + STATE(1126), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39281,8 +35797,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39297,51 +35812,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [24785] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, + [24787] = 18, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1280), 1, + STATE(1125), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39349,8 +35864,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39365,54 +35879,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [24872] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, - anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + [24872] = 18, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(1054), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, sym_identifier, - ACTIONS(1058), 1, - anon_sym_await, - STATE(785), 1, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1317), 1, + STATE(1074), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - STATE(1051), 2, - sym_attribute, - sym_subscript, - ACTIONS(563), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(571), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1056), 4, + ACTIONS(217), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1275), 8, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39420,10 +35931,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 12, + STATE(775), 14, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -39434,51 +35946,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [24961] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + [24957] = 18, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - STATE(854), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1259), 1, + STATE(1124), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39486,8 +35998,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39502,51 +36013,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [25048] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [25042] = 18, + ACTIONS(504), 1, + sym_identifier, + ACTIONS(514), 1, + anon_sym_match, + ACTIONS(518), 1, + anon_sym_LBRACK, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, - sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - STATE(681), 1, + STATE(526), 1, sym_primary_expression, - STATE(1189), 1, + STATE(1051), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(512), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39554,8 +36065,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39570,51 +36080,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [25135] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, + [25127] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, - anon_sym_not, - ACTIONS(593), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - STATE(854), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1222), 1, + STATE(1068), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39622,8 +36132,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39638,103 +36147,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [25222] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1062), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1060), 31, - 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, + [25212] = 18, + ACTIONS(51), 1, anon_sym_not, - anon_sym_and, - anon_sym_or, - 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, - [25277] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + ACTIONS(55), 1, + anon_sym_lambda, + ACTIONS(59), 1, + anon_sym_LBRACE, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, + ACTIONS(225), 1, anon_sym_match, - ACTIONS(559), 1, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, anon_sym_LBRACK, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, - anon_sym_lambda, - ACTIONS(569), 1, - anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + STATE(559), 1, sym_primary_expression, - STATE(1242), 1, + STATE(1053), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39742,8 +36199,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39758,103 +36214,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [25364] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1062), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1060), 31, - 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_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, - [25419] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [25297] = 18, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(59), 1, anon_sym_LBRACE, ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + sym_string_start, + ACTIONS(205), 1, sym_identifier, - ACTIONS(255), 1, + ACTIONS(225), 1, anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(844), 1, anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(846), 1, anon_sym_LBRACK, - STATE(681), 1, + STATE(559), 1, sym_primary_expression, - STATE(1252), 1, + STATE(1120), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(217), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39862,8 +36266,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39878,51 +36281,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [25506] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, + [25382] = 18, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(552), 1, sym_primary_expression, - STATE(1245), 1, + STATE(1046), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39930,8 +36333,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39946,51 +36348,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [25593] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, + [25467] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, - anon_sym_not, - ACTIONS(539), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - STATE(713), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1217), 1, + STATE(1209), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39998,8 +36400,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40014,51 +36415,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [25680] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, + [25552] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(475), 1, - anon_sym_not, - ACTIONS(479), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, - sym_primary_expression, - STATE(1150), 1, - sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, - sym_ellipsis, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, + sym_primary_expression, + STATE(1175), 1, + sym_expression, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40066,8 +36467,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40082,51 +36482,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [25767] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, - sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, - anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, + [25637] = 18, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(539), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - STATE(713), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1214), 1, + STATE(1073), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40134,8 +36534,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40150,51 +36549,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [25854] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, + [25722] = 18, + ACTIONS(750), 1, sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(533), 1, + ACTIONS(760), 1, anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(762), 1, anon_sym_not, - ACTIONS(539), 1, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - STATE(713), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(525), 1, sym_primary_expression, - STATE(1213), 1, + STATE(1033), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40202,8 +36601,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40218,51 +36616,108 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [25941] = 19, - ACTIONS(3), 1, + [25807] = 8, + ACTIONS(995), 1, + anon_sym_elif, + ACTIONS(997), 1, + anon_sym_else, + STATE(413), 1, + aux_sym_if_statement_repeat1, + STATE(415), 1, + sym_elif_clause, + STATE(454), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(525), 1, - sym_identifier, - ACTIONS(527), 1, + sym_line_continuation, + ACTIONS(1003), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, - ACTIONS(531), 1, - anon_sym_match, - ACTIONS(533), 1, + anon_sym_STAR, + anon_sym_AT, anon_sym_LBRACK, - ACTIONS(535), 1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + sym_ellipsis, + anon_sym_LBRACE, + sym_float, + ACTIONS(1005), 29, + anon_sym_print, + anon_sym_assert, + anon_sym_assert_, + anon_sym_assert_eq, + anon_sym_assert_ne, + anon_sym_assert_contains, + anon_sym_assert_fails, + anon_sym_return, + anon_sym_del, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_with, + anon_sym_def, + anon_sym_exec, anon_sym_not, - ACTIONS(539), 1, anon_sym_lambda, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(547), 1, + sym_integer, + sym_identifier, anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - STATE(713), 1, + anon_sym_struct, + sym_true, + sym_false, + sym_none, + [25872] = 18, + ACTIONS(51), 1, + anon_sym_not, + ACTIONS(55), 1, + anon_sym_lambda, + ACTIONS(59), 1, + anon_sym_LBRACE, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1212), 1, + STATE(1065), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40270,8 +36725,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40286,51 +36740,108 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [26028] = 19, - ACTIONS(3), 1, + [25957] = 8, + ACTIONS(995), 1, + anon_sym_elif, + ACTIONS(997), 1, + anon_sym_else, + STATE(385), 1, + aux_sym_if_statement_repeat1, + STATE(415), 1, + sym_elif_clause, + STATE(463), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(204), 1, + sym_line_continuation, + ACTIONS(1007), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + sym_ellipsis, + anon_sym_LBRACE, + sym_float, + ACTIONS(1009), 29, + anon_sym_print, + anon_sym_assert, + anon_sym_assert_, + anon_sym_assert_eq, + anon_sym_assert_ne, + anon_sym_assert_contains, + anon_sym_assert_fails, + anon_sym_return, + anon_sym_del, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_with, + anon_sym_def, + anon_sym_exec, + anon_sym_not, + anon_sym_lambda, + sym_integer, sym_identifier, - ACTIONS(220), 1, + anon_sym_await, + anon_sym_struct, + sym_true, + sym_false, + sym_none, + [26022] = 18, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(422), 1, + anon_sym_not, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1288), 1, + STATE(1187), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40338,8 +36849,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40354,51 +36864,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [26115] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, - sym_identifier, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(505), 1, + [26107] = 18, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - STATE(642), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(552), 1, sym_primary_expression, - STATE(1147), 1, + STATE(1045), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(511), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40406,8 +36916,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40422,106 +36931,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [26202] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1066), 1, - anon_sym_COMMA, - ACTIONS(1073), 1, - anon_sym_EQ, - ACTIONS(1071), 14, - anon_sym_COLON, - 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(1069), 15, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1064), 16, - 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_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [26263] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, + [26192] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, - anon_sym_not, - ACTIONS(539), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - STATE(713), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1211), 1, + STATE(1070), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40529,8 +36983,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40545,51 +36998,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [26350] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [26277] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1246), 1, + STATE(1189), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40597,8 +37050,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40613,54 +37065,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [26437] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + [26362] = 18, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(1075), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, sym_identifier, - ACTIONS(1079), 1, - anon_sym_await, - STATE(854), 1, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1307), 1, + STATE(1111), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1053), 2, - sym_attribute, - sym_subscript, - ACTIONS(591), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(599), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1077), 4, + ACTIONS(662), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1244), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40668,10 +37117,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 12, + STATE(907), 14, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -40682,51 +37132,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [26526] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, - sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, - anon_sym_match, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(535), 1, + [26447] = 18, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(539), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - STATE(713), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1215), 1, + STATE(1055), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40734,8 +37184,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40750,103 +37199,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [26613] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1083), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1081), 31, - 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_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, - [26668] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [26532] = 18, + ACTIONS(504), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(518), 1, + anon_sym_LBRACK, + ACTIONS(520), 1, + anon_sym_not, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + STATE(526), 1, sym_primary_expression, - STATE(1184), 1, + STATE(1019), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40854,8 +37251,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40870,51 +37266,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [26755] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, - sym_identifier, - ACTIONS(220), 1, + [26617] = 18, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(450), 1, + anon_sym_not, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(552), 1, sym_primary_expression, - STATE(1332), 1, + STATE(1044), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40922,8 +37318,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40938,51 +37333,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [26842] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, + [26702] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(475), 1, - anon_sym_not, - ACTIONS(479), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1304), 1, + STATE(1191), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40990,8 +37385,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41006,51 +37400,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [26929] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, + [26787] = 18, + ACTIONS(504), 1, sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(473), 1, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(475), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(479), 1, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + STATE(526), 1, sym_primary_expression, - STATE(1303), 1, + STATE(1103), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41058,8 +37452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41074,51 +37467,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [27016] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, - sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, + [26872] = 18, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(475), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(479), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, - sym_primary_expression, - STATE(1154), 1, - sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(552), 1, + sym_primary_expression, + STATE(1043), 1, + sym_expression, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41126,8 +37519,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41142,51 +37534,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [27103] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(579), 1, - sym_identifier, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(585), 1, + [26957] = 18, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(589), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(593), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(597), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(601), 1, - anon_sym_await, - ACTIONS(603), 1, - sym__string_start, - STATE(854), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(552), 1, sym_primary_expression, - STATE(1307), 1, + STATE(1042), 1, sym_expression, - STATE(1575), 1, - sym__named_expresssion_lhs, - ACTIONS(595), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(599), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1244), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41194,8 +37586,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1030), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41210,51 +37601,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [27190] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, + [27042] = 18, + ACTIONS(750), 1, sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(559), 1, + ACTIONS(760), 1, anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(762), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(525), 1, sym_primary_expression, - STATE(1317), 1, + STATE(1031), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41262,8 +37653,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41278,119 +37668,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [27277] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [27127] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1201), 1, + STATE(1221), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - sym_await, - STATE(875), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [27364] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, - anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, - anon_sym_not, - ACTIONS(565), 1, - anon_sym_lambda, - ACTIONS(569), 1, - anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, - sym_primary_expression, - STATE(1292), 1, - sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, - sym_ellipsis, - sym_float, - ACTIONS(563), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(555), 4, + ACTIONS(383), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - ACTIONS(571), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1275), 8, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41398,8 +37720,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41414,51 +37735,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [27451] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, + [27212] = 18, + ACTIONS(750), 1, sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(533), 1, + ACTIONS(760), 1, anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(762), 1, anon_sym_not, - ACTIONS(539), 1, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - STATE(713), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(525), 1, sym_primary_expression, - STATE(1265), 1, + STATE(1034), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41466,8 +37787,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41482,103 +37802,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [27538] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1087), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1085), 31, - 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_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, - [27593] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [27297] = 18, + ACTIONS(444), 1, + anon_sym_match, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, - anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(672), 1, anon_sym_LBRACK, - STATE(681), 1, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(552), 1, sym_primary_expression, - STATE(1188), 1, + STATE(1041), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(670), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41586,8 +37854,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41602,51 +37869,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [27680] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [27382] = 18, + ACTIONS(504), 1, + sym_identifier, + ACTIONS(514), 1, + anon_sym_match, + ACTIONS(518), 1, + anon_sym_LBRACK, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, - sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - STATE(681), 1, + STATE(526), 1, sym_primary_expression, - STATE(1183), 1, + STATE(1020), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(512), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41654,8 +37921,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41670,119 +37936,108 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [27767] = 19, - ACTIONS(3), 1, + [27467] = 8, + ACTIONS(995), 1, + anon_sym_elif, + ACTIONS(997), 1, + anon_sym_else, + STATE(413), 1, + aux_sym_if_statement_repeat1, + STATE(415), 1, + sym_elif_clause, + STATE(471), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(49), 1, - anon_sym_not, - ACTIONS(53), 1, - anon_sym_lambda, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, - sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + sym_line_continuation, + ACTIONS(1011), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, - ACTIONS(261), 1, + anon_sym_STAR, + anon_sym_AT, anon_sym_LBRACK, - STATE(681), 1, - sym_primary_expression, - STATE(1176), 1, - sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, - sym_ellipsis, - sym_float, - ACTIONS(51), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(251), 4, + sym_ellipsis, + anon_sym_LBRACE, + sym_float, + ACTIONS(1013), 29, anon_sym_print, + anon_sym_assert, + anon_sym_assert_, + anon_sym_assert_eq, + anon_sym_assert_ne, + anon_sym_assert_contains, + anon_sym_assert_fails, + anon_sym_return, + anon_sym_del, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_match, anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_with, + anon_sym_def, anon_sym_exec, + anon_sym_not, + anon_sym_lambda, + sym_integer, + sym_identifier, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - sym_await, - STATE(905), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [27854] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + sym_true, + sym_false, + sym_none, + [27532] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(398), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(497), 1, + ACTIONS(742), 1, anon_sym_not, - STATE(650), 1, + STATE(546), 1, sym_primary_expression, - STATE(1330), 1, + STATE(1204), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41790,8 +38045,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41806,10 +38060,11 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [27941] = 3, - ACTIONS(3), 1, + [27617] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1091), 16, + sym_line_continuation, + ACTIONS(967), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -41826,15 +38081,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1089), 31, - sym__newline, - anon_sym_SEMI, + ACTIONS(965), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_LBRACK, anon_sym_not, @@ -41858,51 +38112,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [27996] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - anon_sym_not, - ACTIONS(53), 1, - anon_sym_lambda, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + [27672] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(255), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(398), 1, + anon_sym_lambda, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - STATE(681), 1, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1216), 1, + STATE(1226), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(383), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41910,8 +38164,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41926,51 +38179,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [28083] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [27757] = 18, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, sym_identifier, - ACTIONS(255), 1, - anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(900), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - STATE(681), 1, + STATE(726), 1, sym_primary_expression, - STATE(1171), 1, + STATE(1148), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(662), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41978,8 +38231,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41994,103 +38246,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [28170] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1091), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1089), 31, - 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_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, - [28225] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, + [27842] = 18, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(53), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(57), 1, + ACTIONS(59), 1, anon_sym_LBRACE, ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + sym_string_start, + ACTIONS(205), 1, sym_identifier, - ACTIONS(255), 1, + ACTIONS(225), 1, anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(844), 1, anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(846), 1, anon_sym_LBRACK, - STATE(681), 1, + STATE(559), 1, sym_primary_expression, - STATE(1274), 1, + STATE(1146), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(217), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42098,8 +38298,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42114,51 +38313,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [28312] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, + [27927] = 18, + ACTIONS(444), 1, anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(450), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(454), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(664), 1, + sym_identifier, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(552), 1, sym_primary_expression, - STATE(1271), 1, + STATE(1040), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1539), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(460), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(670), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1048), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42166,8 +38365,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42182,51 +38380,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [28399] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, - sym_identifier, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(505), 1, - anon_sym_match, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(509), 1, + [28012] = 18, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - STATE(642), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1149), 1, + STATE(1060), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(511), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42234,8 +38432,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42250,51 +38447,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [28486] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, + [28097] = 18, + ACTIONS(504), 1, sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(533), 1, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(539), 1, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - STATE(713), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + STATE(526), 1, sym_primary_expression, - STATE(1203), 1, + STATE(1030), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42302,8 +38499,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42318,51 +38514,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [28573] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(525), 1, + [28182] = 18, + ACTIONS(504), 1, sym_identifier, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(531), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(533), 1, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(535), 1, + ACTIONS(520), 1, anon_sym_not, - ACTIONS(539), 1, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(543), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(547), 1, - anon_sym_await, - ACTIONS(549), 1, - sym__string_start, - STATE(713), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + STATE(526), 1, sym_primary_expression, - STATE(1198), 1, + STATE(1032), 1, sym_expression, - STATE(1660), 1, - sym__named_expresssion_lhs, - ACTIONS(541), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(545), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1200), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42370,8 +38566,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(953), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42386,51 +38581,108 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [28660] = 19, - ACTIONS(3), 1, + [28267] = 8, + ACTIONS(1015), 1, + anon_sym_elif, + ACTIONS(1017), 1, + anon_sym_else, + STATE(404), 1, + aux_sym_if_statement_repeat1, + STATE(417), 1, + sym_elif_clause, + STATE(456), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(553), 1, + sym_line_continuation, + ACTIONS(991), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, - ACTIONS(557), 1, - anon_sym_match, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(561), 1, + anon_sym_STAR, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + sym_ellipsis, + anon_sym_LBRACE, + sym_float, + ACTIONS(993), 29, + anon_sym_print, + anon_sym_assert, + anon_sym_assert_, + anon_sym_assert_eq, + anon_sym_assert_ne, + anon_sym_assert_contains, + anon_sym_assert_fails, + anon_sym_return, + anon_sym_del, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_with, + anon_sym_def, + anon_sym_exec, anon_sym_not, - ACTIONS(565), 1, anon_sym_lambda, - ACTIONS(569), 1, - anon_sym_LBRACE, - ACTIONS(573), 1, + sym_integer, + sym_identifier, anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + anon_sym_struct, + sym_true, + sym_false, + sym_none, + [28332] = 18, + ACTIONS(750), 1, + sym_identifier, + ACTIONS(758), 1, + anon_sym_match, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(762), 1, + anon_sym_not, + ACTIONS(766), 1, + anon_sym_lambda, + ACTIONS(770), 1, + anon_sym_LBRACE, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(525), 1, sym_primary_expression, - STATE(1321), 1, + STATE(1178), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42438,8 +38690,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42454,51 +38705,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [28747] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, + [28417] = 18, + ACTIONS(750), 1, sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(758), 1, anon_sym_match, - ACTIONS(473), 1, + ACTIONS(760), 1, anon_sym_LBRACK, - ACTIONS(475), 1, + ACTIONS(762), 1, anon_sym_not, - ACTIONS(479), 1, + ACTIONS(766), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(525), 1, sym_primary_expression, - STATE(1151), 1, + STATE(1036), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1494), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(774), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(756), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1022), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42506,8 +38757,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42522,51 +38772,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [28834] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - anon_sym_not, - ACTIONS(53), 1, - anon_sym_lambda, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(249), 1, + [28502] = 18, + ACTIONS(378), 1, sym_identifier, - ACTIONS(255), 1, + ACTIONS(385), 1, anon_sym_match, - ACTIONS(257), 1, - anon_sym_await, - ACTIONS(259), 1, + ACTIONS(398), 1, + anon_sym_lambda, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - STATE(681), 1, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1210), 1, + STATE(1154), 1, sym_expression, - STATE(1613), 1, - sym__named_expresssion_lhs, - ACTIONS(55), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(251), 4, + ACTIONS(383), 5, anon_sym_print, anon_sym_async, anon_sym_exec, + anon_sym_await, anon_sym_struct, - STATE(1182), 8, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42574,8 +38824,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(905), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42590,51 +38839,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [28921] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, + [28587] = 18, + ACTIONS(504), 1, sym_identifier, - ACTIONS(220), 1, + ACTIONS(514), 1, anon_sym_match, - ACTIONS(235), 1, + ACTIONS(518), 1, + anon_sym_LBRACK, + ACTIONS(520), 1, + anon_sym_not, + ACTIONS(524), 1, anon_sym_lambda, - ACTIONS(241), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(245), 1, - anon_sym_await, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(497), 1, - anon_sym_not, - STATE(650), 1, + STATE(526), 1, sym_primary_expression, - STATE(1299), 1, + STATE(1027), 1, sym_expression, - STATE(1687), 1, - sym__named_expresssion_lhs, - ACTIONS(239), 2, + STATE(1521), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(243), 4, + ACTIONS(532), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1166), 8, + ACTIONS(512), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1024), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42642,8 +38891,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(875), 14, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42658,51 +38906,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [29008] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(465), 1, - sym_identifier, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, - anon_sym_match, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(475), 1, + [28672] = 18, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(479), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(483), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(487), 1, - anon_sym_await, - ACTIONS(489), 1, - sym__string_start, - STATE(643), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1320), 1, + STATE(1083), 1, sym_expression, - STATE(1588), 1, - sym__named_expresssion_lhs, - ACTIONS(481), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(485), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1156), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42710,8 +38958,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(852), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42726,51 +38973,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [29095] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, - sym_identifier, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(505), 1, - anon_sym_match, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(509), 1, + [28757] = 18, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - STATE(642), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1266), 1, + STATE(1203), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(511), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42778,8 +39025,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42794,51 +39040,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [29182] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, - sym_identifier, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(505), 1, + [28842] = 18, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - STATE(642), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1152), 1, + STATE(1101), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(511), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42846,8 +39092,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42862,51 +39107,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [29269] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(557), 1, + [28927] = 19, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(559), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(561), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(565), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(569), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(573), 1, - anon_sym_await, - ACTIONS(575), 1, - sym__string_start, - STATE(785), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + ACTIONS(1019), 1, + sym_identifier, + STATE(669), 1, sym_primary_expression, - STATE(1298), 1, + STATE(1167), 1, sym_expression, - STATE(1619), 1, - sym__named_expresssion_lhs, - ACTIONS(567), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + STATE(928), 2, + sym_attribute, + sym_subscript, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(571), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1275), 8, + ACTIONS(1021), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42914,12 +39162,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(1011), 14, + STATE(909), 12, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -42930,51 +39175,108 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [29356] = 19, - ACTIONS(3), 1, + [29014] = 8, + ACTIONS(1015), 1, + anon_sym_elif, + ACTIONS(1017), 1, + anon_sym_else, + STATE(412), 1, + aux_sym_if_statement_repeat1, + STATE(417), 1, + sym_elif_clause, + STATE(470), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(499), 1, - sym_identifier, - ACTIONS(501), 1, + sym_line_continuation, + ACTIONS(1003), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, - ACTIONS(505), 1, - anon_sym_match, - ACTIONS(507), 1, + anon_sym_STAR, + anon_sym_AT, anon_sym_LBRACK, - ACTIONS(509), 1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + sym_ellipsis, + anon_sym_LBRACE, + sym_float, + ACTIONS(1005), 29, + anon_sym_print, + anon_sym_assert, + anon_sym_assert_, + anon_sym_assert_eq, + anon_sym_assert_ne, + anon_sym_assert_contains, + anon_sym_assert_fails, + anon_sym_return, + anon_sym_del, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_with, + anon_sym_def, + anon_sym_exec, anon_sym_not, - ACTIONS(513), 1, anon_sym_lambda, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(521), 1, + sym_integer, + sym_identifier, anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - STATE(642), 1, + anon_sym_struct, + sym_true, + sym_false, + sym_none, + [29079] = 18, + ACTIONS(378), 1, + sym_identifier, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(398), 1, + anon_sym_lambda, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(742), 1, + anon_sym_not, + STATE(546), 1, sym_primary_expression, - STATE(1161), 1, + STATE(1214), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1585), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(511), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(383), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1080), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42982,8 +39284,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42998,51 +39299,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [29443] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, + [29164] = 18, + ACTIONS(798), 1, sym_identifier, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(505), 1, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(507), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - STATE(642), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + STATE(669), 1, sym_primary_expression, - STATE(1164), 1, + STATE(1167), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(511), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43050,8 +39351,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43066,51 +39366,165 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [29530] = 19, - ACTIONS(3), 1, + [29249] = 8, + ACTIONS(1015), 1, + anon_sym_elif, + ACTIONS(1017), 1, + anon_sym_else, + STATE(412), 1, + aux_sym_if_statement_repeat1, + STATE(417), 1, + sym_elif_clause, + STATE(501), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(499), 1, + sym_line_continuation, + ACTIONS(1011), 12, + sym__dedent, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + sym_ellipsis, + anon_sym_LBRACE, + sym_float, + ACTIONS(1013), 29, + anon_sym_print, + anon_sym_assert, + anon_sym_assert_, + anon_sym_assert_eq, + anon_sym_assert_ne, + anon_sym_assert_contains, + anon_sym_assert_fails, + anon_sym_return, + anon_sym_del, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_with, + anon_sym_def, + anon_sym_exec, + anon_sym_not, + anon_sym_lambda, + sym_integer, sym_identifier, - ACTIONS(501), 1, + anon_sym_await, + anon_sym_struct, + sym_true, + sym_false, + sym_none, + [29314] = 8, + ACTIONS(1015), 1, + anon_sym_elif, + ACTIONS(1017), 1, + anon_sym_else, + STATE(407), 1, + aux_sym_if_statement_repeat1, + STATE(417), 1, + sym_elif_clause, + STATE(473), 1, + sym_else_clause, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1007), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, - ACTIONS(505), 1, + anon_sym_STAR, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + sym_ellipsis, + anon_sym_LBRACE, + sym_float, + ACTIONS(1009), 29, + anon_sym_print, + anon_sym_assert, + anon_sym_assert_, + anon_sym_assert_eq, + anon_sym_assert_ne, + anon_sym_assert_contains, + anon_sym_assert_fails, + anon_sym_return, + anon_sym_del, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_with, + anon_sym_def, + anon_sym_exec, + anon_sym_not, + anon_sym_lambda, + sym_integer, + sym_identifier, + anon_sym_await, + anon_sym_struct, + sym_true, + sym_false, + sym_none, + [29379] = 18, + ACTIONS(798), 1, + sym_identifier, + ACTIONS(804), 1, anon_sym_match, - ACTIONS(507), 1, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(808), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(812), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - STATE(642), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + STATE(669), 1, sym_primary_expression, - STATE(1162), 1, + STATE(1139), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1505), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(511), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(818), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(802), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1134), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43118,8 +39532,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43134,51 +39547,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [29617] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, - sym_identifier, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(505), 1, - anon_sym_match, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(509), 1, + [29464] = 18, + ACTIONS(51), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(55), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - STATE(642), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(205), 1, + sym_identifier, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(559), 1, sym_primary_expression, - STATE(1145), 1, + STATE(1084), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1603), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(511), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(61), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(217), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1049), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43186,8 +39599,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43202,51 +39614,51 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [29704] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(499), 1, - sym_identifier, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(505), 1, + [29549] = 18, + ACTIONS(418), 1, anon_sym_match, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(509), 1, + ACTIONS(422), 1, anon_sym_not, - ACTIONS(513), 1, + ACTIONS(426), 1, anon_sym_lambda, - ACTIONS(517), 1, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(521), 1, - anon_sym_await, - ACTIONS(523), 1, - sym__string_start, - STATE(642), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(656), 1, + sym_identifier, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(726), 1, sym_primary_expression, - STATE(1163), 1, + STATE(1172), 1, sym_expression, - STATE(1622), 1, - sym__named_expresssion_lhs, - ACTIONS(515), 2, + STATE(1478), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(511), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 4, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_struct, - ACTIONS(519), 4, + ACTIONS(432), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1146), 8, + ACTIONS(662), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(1149), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43254,8 +39666,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - sym_await, - STATE(774), 14, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43270,22 +39681,19 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [29791] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1097), 1, + [29634] = 6, + ACTIONS(1027), 1, anon_sym_elif, - ACTIONS(1099), 1, - anon_sym_else, - STATE(448), 1, + STATE(412), 1, aux_sym_if_statement_repeat1, - STATE(491), 1, + STATE(417), 1, sym_elif_clause, - STATE(588), 1, - sym_else_clause, - ACTIONS(1093), 12, - sym__string_start, - ts_builtin_sym_end, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1025), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -43296,7 +39704,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1095), 29, + ACTIONS(1023), 30, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -43304,13 +39712,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -43326,22 +39735,19 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [29855] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1105), 1, + [29694] = 6, + ACTIONS(1030), 1, anon_sym_elif, - ACTIONS(1107), 1, - anon_sym_else, - STATE(460), 1, + STATE(413), 1, aux_sym_if_statement_repeat1, - STATE(489), 1, + STATE(415), 1, sym_elif_clause, - STATE(607), 1, - sym_else_clause, - ACTIONS(1103), 12, - sym__dedent, - sym__string_start, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1025), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -43352,7 +39758,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1101), 29, + ACTIONS(1023), 30, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -43360,13 +39766,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -43382,22 +39789,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [29919] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1105), 1, - anon_sym_elif, - ACTIONS(1107), 1, + [29754] = 5, + ACTIONS(997), 1, anon_sym_else, - STATE(460), 1, - aux_sym_if_statement_repeat1, - STATE(489), 1, - sym_elif_clause, - STATE(595), 1, + STATE(505), 1, sym_else_clause, - ACTIONS(1111), 12, - sym__dedent, - sym__string_start, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1033), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -43408,7 +39810,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1109), 29, + ACTIONS(1035), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -43416,13 +39818,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -43438,72 +39840,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [29983] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1041), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1039), 30, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - 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, - [30037] = 8, - ACTIONS(3), 1, + [29810] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1097), 1, - anon_sym_elif, - ACTIONS(1099), 1, - anon_sym_else, - STATE(459), 1, - aux_sym_if_statement_repeat1, - STATE(491), 1, - sym_elif_clause, - STATE(605), 1, - sym_else_clause, - ACTIONS(1103), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1037), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -43515,7 +39857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1101), 29, + ACTIONS(1039), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -43523,13 +39865,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -43545,22 +39889,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [30101] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1097), 1, - anon_sym_elif, - ACTIONS(1099), 1, + [29862] = 5, + ACTIONS(1017), 1, anon_sym_else, - STATE(455), 1, - aux_sym_if_statement_repeat1, - STATE(491), 1, - sym_elif_clause, - STATE(630), 1, + STATE(514), 1, sym_else_clause, - ACTIONS(1113), 12, - sym__string_start, - ts_builtin_sym_end, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1043), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -43571,7 +39910,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1115), 29, + ACTIONS(1041), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -43579,13 +39918,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -43601,73 +39940,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [30165] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1062), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1060), 30, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - 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, - [30219] = 8, - ACTIONS(3), 1, + [29918] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1105), 1, - anon_sym_elif, - ACTIONS(1107), 1, - anon_sym_else, - STATE(445), 1, - aux_sym_if_statement_repeat1, - STATE(489), 1, - sym_elif_clause, - STATE(634), 1, - sym_else_clause, - ACTIONS(1093), 12, + sym_line_continuation, + ACTIONS(1037), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -43678,7 +39957,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1095), 29, + ACTIONS(1039), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -43686,13 +39965,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -43708,175 +39989,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [30283] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1087), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1085), 30, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - 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, - [30337] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1091), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1089), 30, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - 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, - [30391] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1091), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1089), 30, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - 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, - [30445] = 8, - ACTIONS(3), 1, + [29970] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1097), 1, - anon_sym_elif, - ACTIONS(1099), 1, - anon_sym_else, - STATE(459), 1, - aux_sym_if_statement_repeat1, - STATE(491), 1, - sym_elif_clause, - STATE(612), 1, - sym_else_clause, - ACTIONS(1111), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1047), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -43887,7 +40006,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1109), 29, + ACTIONS(1045), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -43895,13 +40014,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -43917,73 +40038,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [30509] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1062), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1060), 30, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - 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, - [30563] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1105), 1, - anon_sym_elif, - ACTIONS(1107), 1, + [30022] = 5, + ACTIONS(1017), 1, anon_sym_else, - STATE(446), 1, - aux_sym_if_statement_repeat1, - STATE(489), 1, - sym_elif_clause, - STATE(613), 1, + STATE(503), 1, sym_else_clause, - ACTIONS(1113), 12, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1051), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -43994,7 +40059,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1115), 29, + ACTIONS(1049), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44002,13 +40067,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44024,69 +40089,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [30627] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1083), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1081), 30, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - 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, - [30681] = 6, - ACTIONS(3), 1, + [30078] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1121), 1, - anon_sym_elif, - STATE(459), 1, - aux_sym_if_statement_repeat1, - STATE(491), 1, - sym_elif_clause, - ACTIONS(1117), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1055), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44097,7 +40106,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1119), 30, + ACTIONS(1053), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44105,14 +40114,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44128,18 +40138,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [30740] = 6, - ACTIONS(3), 1, + [30130] = 5, + ACTIONS(1017), 1, + anon_sym_else, + STATE(464), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(1124), 1, - anon_sym_elif, - STATE(460), 1, - aux_sym_if_statement_repeat1, - STATE(489), 1, - sym_elif_clause, - ACTIONS(1117), 12, + sym_line_continuation, + ACTIONS(1059), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44150,7 +40159,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1119), 30, + ACTIONS(1057), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44158,14 +40167,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44181,18 +40189,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [30799] = 6, - ACTIONS(3), 1, + [30186] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1131), 1, - anon_sym_case, - STATE(483), 1, - aux_sym_match_statement_repeat2, - STATE(574), 1, - sym_case_clause, - ACTIONS(1127), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1063), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44203,7 +40206,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1129), 29, + ACTIONS(1061), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44211,13 +40214,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44233,12 +40238,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [30857] = 3, - ACTIONS(3), 1, + [30238] = 5, + ACTIONS(997), 1, + anon_sym_else, + STATE(478), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(1135), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1059), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44249,7 +40259,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1133), 32, + ACTIONS(1057), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44257,16 +40267,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44282,18 +40289,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [30909] = 6, - ACTIONS(3), 1, + [30294] = 5, + ACTIONS(1017), 1, + anon_sym_else, + STATE(496), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(1141), 1, - anon_sym_case, - STATE(466), 1, - aux_sym_match_statement_repeat2, - STATE(565), 1, - sym_case_clause, - ACTIONS(1139), 12, + sym_line_continuation, + ACTIONS(1067), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44304,7 +40310,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1137), 29, + ACTIONS(1065), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44312,13 +40318,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44334,18 +40340,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [30967] = 6, - ACTIONS(3), 1, + [30350] = 5, + ACTIONS(997), 1, + anon_sym_else, + STATE(450), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(1141), 1, - anon_sym_case, - STATE(474), 1, - aux_sym_match_statement_repeat2, - STATE(565), 1, - sym_case_clause, - ACTIONS(1145), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1067), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44356,7 +40361,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1143), 29, + ACTIONS(1065), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44364,13 +40369,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44386,12 +40391,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31025] = 3, - ACTIONS(3), 1, + [30406] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1149), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1047), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44402,7 +40408,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1147), 32, + ACTIONS(1045), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44410,7 +40416,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, @@ -44419,7 +40424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_elif, anon_sym_else, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44435,18 +40440,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31077] = 6, - ACTIONS(3), 1, + [30458] = 5, + ACTIONS(1017), 1, + anon_sym_else, + STATE(508), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(1141), 1, - anon_sym_case, - STATE(474), 1, - aux_sym_match_statement_repeat2, - STATE(565), 1, - sym_case_clause, - ACTIONS(1153), 12, + sym_line_continuation, + ACTIONS(1033), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44457,7 +40461,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1151), 29, + ACTIONS(1035), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44465,13 +40469,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44487,18 +40491,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31135] = 6, - ACTIONS(3), 1, + [30514] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1141), 1, - anon_sym_case, - STATE(476), 1, - aux_sym_match_statement_repeat2, - STATE(565), 1, - sym_case_clause, - ACTIONS(1127), 12, + sym_line_continuation, + ACTIONS(1071), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44509,7 +40508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1129), 29, + ACTIONS(1069), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44517,13 +40516,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44539,18 +40540,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31193] = 6, - ACTIONS(3), 1, + [30566] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1141), 1, - anon_sym_case, - STATE(464), 1, - aux_sym_match_statement_repeat2, - STATE(565), 1, - sym_case_clause, - ACTIONS(1157), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1063), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44561,7 +40557,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1155), 29, + ACTIONS(1061), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44569,13 +40565,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44591,18 +40589,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31251] = 6, - ACTIONS(3), 1, + [30618] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1131), 1, - anon_sym_case, - STATE(485), 1, - aux_sym_match_statement_repeat2, - STATE(574), 1, - sym_case_clause, - ACTIONS(1153), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1075), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44613,7 +40606,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1151), 29, + ACTIONS(1073), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44621,13 +40614,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44643,11 +40638,16 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31309] = 3, - ACTIONS(3), 1, + [30670] = 5, + ACTIONS(997), 1, + anon_sym_else, + STATE(481), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(1159), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1051), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -44659,7 +40659,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1161), 32, + ACTIONS(1049), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44667,16 +40667,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44692,12 +40689,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31361] = 3, - ACTIONS(3), 1, + [30726] = 5, + ACTIONS(997), 1, + anon_sym_else, + STATE(509), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(1165), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1077), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44708,7 +40710,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1163), 32, + ACTIONS(1079), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44716,16 +40718,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44741,12 +40740,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31413] = 3, - ACTIONS(3), 1, + [30782] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1159), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1071), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44757,7 +40757,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1161), 32, + ACTIONS(1069), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44765,7 +40765,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, @@ -44774,7 +40773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_elif, anon_sym_else, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44790,18 +40789,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31465] = 6, - ACTIONS(3), 1, + [30834] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1141), 1, - anon_sym_case, - STATE(474), 1, - aux_sym_match_statement_repeat2, - STATE(565), 1, - sym_case_clause, - ACTIONS(1169), 12, + sym_line_continuation, + ACTIONS(1083), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44812,7 +40806,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1167), 29, + ACTIONS(1081), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44820,13 +40814,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44842,18 +40838,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31523] = 6, - ACTIONS(3), 1, + [30886] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1175), 1, - anon_sym_case, - STATE(474), 1, - aux_sym_match_statement_repeat2, - STATE(565), 1, - sym_case_clause, - ACTIONS(1173), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1083), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44864,7 +40855,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1171), 29, + ACTIONS(1081), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44872,13 +40863,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44894,12 +40887,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31581] = 3, - ACTIONS(3), 1, + [30938] = 5, + ACTIONS(1017), 1, + anon_sym_else, + STATE(444), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(1149), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1077), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44910,7 +40908,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1147), 32, + ACTIONS(1079), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44918,16 +40916,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44943,18 +40938,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31633] = 6, - ACTIONS(3), 1, + [30994] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1141), 1, - anon_sym_case, - STATE(474), 1, - aux_sym_match_statement_repeat2, - STATE(565), 1, - sym_case_clause, - ACTIONS(1180), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1085), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -44965,7 +40955,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1178), 29, + ACTIONS(1087), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -44973,13 +40963,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -44995,11 +40987,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31691] = 3, - ACTIONS(3), 1, + [31046] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1165), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1055), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -45011,7 +41004,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1163), 32, + ACTIONS(1053), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45019,7 +41012,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, @@ -45028,7 +41020,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_elif, anon_sym_else, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45044,12 +41036,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31743] = 3, - ACTIONS(3), 1, + [31098] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1184), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1075), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45060,7 +41053,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1182), 32, + ACTIONS(1073), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45068,7 +41061,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, @@ -45077,7 +41069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_elif, anon_sym_else, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45093,12 +41085,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31795] = 3, - ACTIONS(3), 1, + [31150] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1184), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1085), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45109,7 +41102,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1182), 32, + ACTIONS(1087), 31, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45117,7 +41110,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, @@ -45126,7 +41118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_elif, anon_sym_else, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45142,17 +41134,16 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31847] = 6, - ACTIONS(3), 1, + [31202] = 5, + ACTIONS(997), 1, + anon_sym_else, + STATE(497), 1, + sym_else_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(1131), 1, - anon_sym_case, - STATE(486), 1, - aux_sym_match_statement_repeat2, - STATE(574), 1, - sym_case_clause, - ACTIONS(1186), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1043), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -45164,7 +41155,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1188), 29, + ACTIONS(1041), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45172,13 +41163,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45194,18 +41185,141 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31905] = 6, - ACTIONS(3), 1, + [31258] = 19, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(1089), 1, + sym_identifier, + ACTIONS(1091), 1, + anon_sym_LPAREN, + ACTIONS(1093), 1, + anon_sym_RPAREN, + ACTIONS(1095), 1, + anon_sym_STAR, + ACTIONS(1099), 1, + anon_sym_LBRACK, + STATE(973), 1, + sym_primary_expression, + STATE(1283), 1, + sym_pattern, + STATE(1578), 1, + sym__patterns, + ACTIONS(3), 2, sym_comment, - ACTIONS(1131), 1, - anon_sym_case, - STATE(485), 1, - aux_sym_match_statement_repeat2, - STATE(574), 1, - sym_case_clause, - ACTIONS(1145), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + STATE(954), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + STATE(1419), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(1097), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 12, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [31341] = 19, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(1089), 1, + sym_identifier, + ACTIONS(1091), 1, + anon_sym_LPAREN, + ACTIONS(1095), 1, + anon_sym_STAR, + ACTIONS(1099), 1, + anon_sym_LBRACK, + ACTIONS(1101), 1, + anon_sym_RPAREN, + STATE(973), 1, + sym_primary_expression, + STATE(1283), 1, + sym_pattern, + STATE(1595), 1, + sym__patterns, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + STATE(954), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + STATE(1419), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(1097), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 12, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [31424] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1105), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45216,7 +41330,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1143), 29, + ACTIONS(1103), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45224,13 +41338,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45246,18 +41360,137 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31963] = 6, - ACTIONS(3), 1, + [31474] = 18, + ACTIONS(13), 1, + anon_sym_STAR, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(466), 1, + sym_identifier, + ACTIONS(468), 1, + anon_sym_LPAREN, + ACTIONS(478), 1, + anon_sym_LBRACK, + STATE(978), 1, + sym_primary_expression, + STATE(1256), 1, + sym_pattern, + STATE(1614), 1, + sym_pattern_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1131), 1, - anon_sym_case, - STATE(481), 1, - aux_sym_match_statement_repeat2, - STATE(574), 1, - sym_case_clause, - ACTIONS(1157), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + STATE(797), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + STATE(975), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(472), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 12, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [31554] = 18, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(1107), 1, + sym_identifier, + ACTIONS(1109), 1, + anon_sym_LPAREN, + ACTIONS(1111), 1, + anon_sym_STAR, + ACTIONS(1115), 1, + anon_sym_LBRACK, + ACTIONS(1117), 1, + anon_sym_RBRACK, + STATE(964), 1, + sym_primary_expression, + STATE(1454), 1, + sym_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + STATE(959), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + STATE(1446), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(1113), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 12, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [31634] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1121), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45268,7 +41501,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1155), 29, + ACTIONS(1119), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45276,13 +41509,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45298,18 +41531,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32021] = 6, - ACTIONS(3), 1, + [31684] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1131), 1, - anon_sym_case, - STATE(485), 1, - aux_sym_match_statement_repeat2, - STATE(574), 1, - sym_case_clause, - ACTIONS(1180), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1125), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45320,7 +41548,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1178), 29, + ACTIONS(1123), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45328,13 +41556,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45350,17 +41578,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32079] = 6, - ACTIONS(3), 1, + [31734] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1131), 1, - anon_sym_case, - STATE(469), 1, - aux_sym_match_statement_repeat2, - STATE(574), 1, - sym_case_clause, - ACTIONS(1139), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1127), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -45372,7 +41595,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1137), 29, + ACTIONS(1129), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45380,13 +41603,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45402,17 +41625,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32137] = 6, - ACTIONS(3), 1, + [31784] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1190), 1, - anon_sym_case, - STATE(485), 1, - aux_sym_match_statement_repeat2, - STATE(574), 1, - sym_case_clause, - ACTIONS(1173), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1131), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -45424,7 +41642,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1171), 29, + ACTIONS(1133), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45432,13 +41650,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45454,18 +41672,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32195] = 6, - ACTIONS(3), 1, + [31834] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1131), 1, - anon_sym_case, - STATE(485), 1, - aux_sym_match_statement_repeat2, - STATE(574), 1, - sym_case_clause, - ACTIONS(1169), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1137), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45476,7 +41689,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1167), 29, + ACTIONS(1135), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45484,13 +41697,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45506,18 +41719,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32253] = 6, - ACTIONS(3), 1, + [31884] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1141), 1, - anon_sym_case, - STATE(473), 1, - aux_sym_match_statement_repeat2, - STATE(565), 1, - sym_case_clause, - ACTIONS(1186), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1139), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45528,7 +41736,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1188), 29, + ACTIONS(1141), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45536,13 +41744,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45558,11 +41766,74 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32311] = 3, - ACTIONS(3), 1, + [31934] = 18, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(1107), 1, + sym_identifier, + ACTIONS(1109), 1, + anon_sym_LPAREN, + ACTIONS(1111), 1, + anon_sym_STAR, + ACTIONS(1115), 1, + anon_sym_LBRACK, + ACTIONS(1143), 1, + anon_sym_RBRACK, + STATE(964), 1, + sym_primary_expression, + STATE(1454), 1, + sym_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + STATE(959), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + STATE(1446), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(1113), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 12, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [32014] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1135), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1145), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -45574,7 +41845,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1133), 32, + ACTIONS(1147), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45582,16 +41853,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45607,12 +41875,75 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32363] = 3, - ACTIONS(3), 1, + [32064] = 18, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(1089), 1, + sym_identifier, + ACTIONS(1091), 1, + anon_sym_LPAREN, + ACTIONS(1095), 1, + anon_sym_STAR, + ACTIONS(1099), 1, + anon_sym_LBRACK, + ACTIONS(1143), 1, + anon_sym_RPAREN, + STATE(973), 1, + sym_primary_expression, + STATE(1475), 1, + sym_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + STATE(954), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + STATE(1419), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(1097), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 12, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [32144] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1195), 12, + sym_line_continuation, + ACTIONS(1151), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45623,7 +41954,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1193), 31, + ACTIONS(1149), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45631,15 +41962,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45655,16 +41984,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32414] = 5, - ACTIONS(3), 1, + [32194] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1107), 1, - anon_sym_else, - STATE(578), 1, - sym_else_clause, - ACTIONS(1199), 12, + sym_line_continuation, + ACTIONS(1155), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45675,7 +42001,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1197), 29, + ACTIONS(1153), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45683,13 +42009,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45705,12 +42031,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32469] = 3, - ACTIONS(3), 1, + [32244] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1195), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1159), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45721,7 +42048,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1193), 31, + ACTIONS(1157), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45729,15 +42056,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45753,16 +42078,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32520] = 5, - ACTIONS(3), 1, + [32294] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1107), 1, - anon_sym_else, - STATE(586), 1, - sym_else_clause, - ACTIONS(1203), 12, + sym_line_continuation, + ACTIONS(1163), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45773,7 +42095,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1201), 29, + ACTIONS(1161), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45781,13 +42103,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45803,12 +42125,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32575] = 3, - ACTIONS(3), 1, + [32344] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1207), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1121), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45819,7 +42142,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1205), 31, + ACTIONS(1119), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45827,15 +42150,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45851,16 +42172,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32626] = 5, - ACTIONS(3), 1, + [32394] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1099), 1, - anon_sym_else, - STATE(623), 1, - sym_else_clause, - ACTIONS(1209), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1167), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45871,7 +42189,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1211), 29, + ACTIONS(1165), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45879,13 +42197,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45901,16 +42219,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32681] = 5, - ACTIONS(3), 1, + [32444] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1099), 1, - anon_sym_else, - STATE(590), 1, - sym_else_clause, - ACTIONS(1199), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1171), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45921,7 +42236,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1197), 29, + ACTIONS(1169), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45929,13 +42244,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -45951,16 +42266,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32736] = 5, - ACTIONS(3), 1, + [32494] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1107), 1, - anon_sym_else, - STATE(620), 1, - sym_else_clause, - ACTIONS(1215), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1173), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -45971,7 +42283,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1213), 29, + ACTIONS(1175), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -45979,13 +42291,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46001,16 +42313,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32791] = 5, - ACTIONS(3), 1, + [32544] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1107), 1, - anon_sym_else, - STATE(602), 1, - sym_else_clause, - ACTIONS(1219), 12, + sym_line_continuation, + ACTIONS(1179), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -46021,7 +42330,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1217), 29, + ACTIONS(1177), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46029,13 +42338,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46051,15 +42360,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32846] = 5, - ACTIONS(3), 1, + [32594] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1099), 1, - anon_sym_else, - STATE(585), 1, - sym_else_clause, - ACTIONS(1221), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1181), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -46071,7 +42377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1223), 29, + ACTIONS(1183), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46079,13 +42385,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46101,12 +42407,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32901] = 3, - ACTIONS(3), 1, + [32644] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1225), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1127), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -46117,7 +42424,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1227), 31, + ACTIONS(1129), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46125,15 +42432,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46149,16 +42454,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32952] = 5, - ACTIONS(3), 1, + [32694] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1107), 1, - anon_sym_else, - STATE(591), 1, - sym_else_clause, - ACTIONS(1209), 12, + sym_line_continuation, + ACTIONS(1181), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -46169,7 +42471,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1211), 29, + ACTIONS(1183), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46177,13 +42479,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46199,16 +42501,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33007] = 5, - ACTIONS(3), 1, + [32744] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1107), 1, - anon_sym_else, - STATE(580), 1, - sym_else_clause, - ACTIONS(1221), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1185), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -46219,7 +42518,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1223), 29, + ACTIONS(1187), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46227,13 +42526,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46249,15 +42548,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33062] = 5, - ACTIONS(3), 1, + [32794] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1099), 1, - anon_sym_else, - STATE(611), 1, - sym_else_clause, - ACTIONS(1219), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1189), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -46269,7 +42565,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1217), 29, + ACTIONS(1191), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46277,13 +42573,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46299,12 +42595,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33117] = 3, - ACTIONS(3), 1, + [32844] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1225), 12, + sym_line_continuation, + ACTIONS(1145), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -46315,7 +42612,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1227), 31, + ACTIONS(1147), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46323,15 +42620,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46347,15 +42642,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33168] = 5, - ACTIONS(3), 1, + [32894] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1099), 1, - anon_sym_else, - STATE(582), 1, - sym_else_clause, - ACTIONS(1203), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1193), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -46367,7 +42659,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1201), 29, + ACTIONS(1195), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46375,13 +42667,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46397,15 +42689,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33223] = 5, - ACTIONS(3), 1, + [32944] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1099), 1, - anon_sym_else, - STATE(597), 1, - sym_else_clause, - ACTIONS(1215), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1197), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -46417,7 +42706,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1213), 29, + ACTIONS(1199), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46425,13 +42714,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46447,12 +42736,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33278] = 3, - ACTIONS(3), 1, + [32994] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1207), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1173), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -46463,7 +42753,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1205), 31, + ACTIONS(1175), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46471,15 +42761,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46495,12 +42783,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33329] = 3, - ACTIONS(3), 1, + [33044] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1231), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1201), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -46511,7 +42800,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1229), 30, + ACTIONS(1203), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46519,14 +42808,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46542,11 +42830,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33379] = 3, - ACTIONS(3), 1, + [33094] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1233), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1155), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -46558,7 +42847,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1235), 30, + ACTIONS(1153), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46566,14 +42855,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46589,12 +42877,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33429] = 3, - ACTIONS(3), 1, + [33144] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1239), 12, + sym_line_continuation, + ACTIONS(1185), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -46605,7 +42894,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1237), 30, + ACTIONS(1187), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46613,14 +42902,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46636,12 +42924,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33479] = 3, - ACTIONS(3), 1, + [33194] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1239), 12, + sym_line_continuation, + ACTIONS(1197), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -46652,7 +42941,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1237), 30, + ACTIONS(1199), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46660,14 +42949,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46683,11 +42971,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33529] = 3, - ACTIONS(3), 1, + [33244] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1241), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1179), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -46699,7 +42988,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1243), 30, + ACTIONS(1177), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46707,14 +42996,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46730,12 +43018,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33579] = 3, - ACTIONS(3), 1, + [33294] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1247), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1205), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -46746,7 +43035,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1245), 30, + ACTIONS(1207), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46754,14 +43043,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46777,12 +43065,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33629] = 3, - ACTIONS(3), 1, + [33344] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1251), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1171), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -46793,7 +43082,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1249), 30, + ACTIONS(1169), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46801,14 +43090,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46824,11 +43112,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33679] = 3, - ACTIONS(3), 1, + [33394] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1253), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1209), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -46840,7 +43129,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1255), 30, + ACTIONS(1211), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46848,14 +43137,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46871,11 +43159,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33729] = 3, - ACTIONS(3), 1, + [33444] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1257), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1167), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -46887,7 +43176,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1259), 30, + ACTIONS(1165), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46895,14 +43184,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46918,12 +43206,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33779] = 3, - ACTIONS(3), 1, + [33494] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1263), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1213), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -46934,7 +43223,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1261), 30, + ACTIONS(1215), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46942,14 +43231,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -46965,12 +43253,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33829] = 3, - ACTIONS(3), 1, + [33544] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1251), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1163), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -46981,7 +43270,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1249), 30, + ACTIONS(1161), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -46989,14 +43278,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47012,12 +43300,75 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33879] = 3, - ACTIONS(3), 1, + [33594] = 18, + ACTIONS(13), 1, + anon_sym_STAR, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(466), 1, + sym_identifier, + ACTIONS(468), 1, + anon_sym_LPAREN, + ACTIONS(478), 1, + anon_sym_LBRACK, + STATE(978), 1, + sym_primary_expression, + STATE(1253), 1, + sym_pattern, + STATE(1479), 1, + sym_pattern_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1267), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + STATE(797), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + STATE(975), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(472), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 12, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [33674] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1159), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47028,7 +43379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1265), 30, + ACTIONS(1157), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47036,14 +43387,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47059,11 +43409,74 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33929] = 3, - ACTIONS(3), 1, + [33724] = 18, + ACTIONS(13), 1, + anon_sym_STAR, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(466), 1, + sym_identifier, + ACTIONS(468), 1, + anon_sym_LPAREN, + ACTIONS(478), 1, + anon_sym_LBRACK, + STATE(978), 1, + sym_primary_expression, + STATE(1258), 1, + sym_pattern, + STATE(1611), 1, + sym_pattern_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + STATE(797), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + STATE(975), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(472), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 12, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [33804] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1231), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1151), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -47075,7 +43488,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1229), 30, + ACTIONS(1149), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47083,14 +43496,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47106,59 +43518,137 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33979] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1247), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, + [33854] = 18, + ACTIONS(13), 1, anon_sym_STAR, - anon_sym_AT, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(466), 1, + sym_identifier, + ACTIONS(468), 1, + anon_sym_LPAREN, + ACTIONS(478), 1, anon_sym_LBRACK, + STATE(978), 1, + sym_primary_expression, + STATE(1316), 1, + sym_pattern, + STATE(1579), 1, + sym_pattern_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + STATE(797), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1245), 30, + STATE(975), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(472), 5, anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, anon_sym_await, anon_sym_struct, + STATE(791), 12, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [33934] = 18, + ACTIONS(13), 1, + anon_sym_STAR, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(466), 1, + sym_identifier, + ACTIONS(468), 1, + anon_sym_LPAREN, + ACTIONS(478), 1, + anon_sym_LBRACK, + STATE(978), 1, + sym_primary_expression, + STATE(1318), 1, + sym_pattern, + STATE(1584), 1, + sym_pattern_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + STATE(797), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + STATE(975), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(404), 4, + sym_integer, sym_true, sym_false, sym_none, - [34029] = 3, - ACTIONS(3), 1, + ACTIONS(472), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 12, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [34014] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1231), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1201), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47169,7 +43659,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1229), 30, + ACTIONS(1203), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47177,14 +43667,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47200,12 +43689,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34079] = 3, - ACTIONS(3), 1, + [34064] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1251), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1125), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47216,7 +43706,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1249), 30, + ACTIONS(1123), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47224,14 +43714,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47247,12 +43736,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34129] = 3, - ACTIONS(3), 1, + [34114] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1251), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1217), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47263,7 +43753,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1249), 30, + ACTIONS(1219), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47271,14 +43761,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47294,12 +43783,75 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34179] = 3, - ACTIONS(3), 1, + [34164] = 18, + ACTIONS(13), 1, + anon_sym_STAR, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(466), 1, + sym_identifier, + ACTIONS(468), 1, + anon_sym_LPAREN, + ACTIONS(478), 1, + anon_sym_LBRACK, + STATE(978), 1, + sym_primary_expression, + STATE(1326), 1, + sym_pattern, + STATE(1567), 1, + sym_pattern_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + STATE(797), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + STATE(975), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(472), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 12, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [34244] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1267), 12, + sym_line_continuation, + ACTIONS(1223), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47310,7 +43862,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1265), 30, + ACTIONS(1221), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47318,14 +43870,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47341,12 +43892,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34229] = 3, - ACTIONS(3), 1, + [34294] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1231), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1131), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47357,7 +43909,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1229), 30, + ACTIONS(1133), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47365,14 +43917,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47388,12 +43939,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34279] = 3, - ACTIONS(3), 1, + [34344] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1271), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1225), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47404,7 +43956,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1269), 30, + ACTIONS(1227), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47412,14 +43964,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47435,11 +43986,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34329] = 3, - ACTIONS(3), 1, + [34394] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1231), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1229), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -47451,7 +44003,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1229), 30, + ACTIONS(1231), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47459,14 +44011,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47482,12 +44033,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34379] = 3, - ACTIONS(3), 1, + [34444] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1241), 12, + sym_line_continuation, + ACTIONS(1139), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47498,7 +44050,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1243), 30, + ACTIONS(1141), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47506,14 +44058,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47529,12 +44080,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34429] = 3, - ACTIONS(3), 1, + [34494] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1253), 12, + sym_line_continuation, + ACTIONS(1189), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47545,7 +44097,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1255), 30, + ACTIONS(1191), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47553,14 +44105,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47576,12 +44127,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34479] = 3, - ACTIONS(3), 1, + [34544] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1257), 12, + sym_line_continuation, + ACTIONS(1193), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47592,7 +44144,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1259), 30, + ACTIONS(1195), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47600,14 +44152,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47623,12 +44174,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34529] = 3, - ACTIONS(3), 1, + [34594] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1231), 12, + sym_line_continuation, + ACTIONS(1205), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47639,7 +44191,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1229), 30, + ACTIONS(1207), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47647,14 +44199,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47670,12 +44221,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34579] = 3, - ACTIONS(3), 1, + [34644] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1251), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1209), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47686,7 +44238,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1249), 30, + ACTIONS(1211), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47694,14 +44246,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47717,12 +44268,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34629] = 3, - ACTIONS(3), 1, + [34694] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1275), 12, + sym_line_continuation, + ACTIONS(1213), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47733,7 +44285,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1273), 30, + ACTIONS(1215), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47741,14 +44293,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47764,12 +44315,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34679] = 3, - ACTIONS(3), 1, + [34744] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1275), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1233), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47780,7 +44332,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1273), 30, + ACTIONS(1235), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47788,14 +44340,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47811,12 +44362,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34729] = 3, - ACTIONS(3), 1, + [34794] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1279), 12, + sym_line_continuation, + ACTIONS(1217), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47827,7 +44379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1277), 30, + ACTIONS(1219), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47835,14 +44387,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47858,12 +44409,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34779] = 3, - ACTIONS(3), 1, + [34844] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1283), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1237), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47874,7 +44426,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1281), 30, + ACTIONS(1239), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47882,14 +44434,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47905,12 +44456,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34829] = 3, - ACTIONS(3), 1, + [34894] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1283), 12, + sym_line_continuation, + ACTIONS(1233), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47921,7 +44473,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1281), 30, + ACTIONS(1235), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47929,14 +44481,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47952,12 +44503,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34879] = 3, - ACTIONS(3), 1, + [34944] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1275), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1105), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -47968,7 +44520,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1273), 30, + ACTIONS(1103), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -47976,14 +44528,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -47999,12 +44550,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34929] = 3, - ACTIONS(3), 1, + [34994] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1275), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1241), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -48015,7 +44567,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1273), 30, + ACTIONS(1243), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -48023,14 +44575,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -48046,12 +44597,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34979] = 3, - ACTIONS(3), 1, + [35044] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1263), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1237), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -48062,7 +44614,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1261), 30, + ACTIONS(1239), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -48070,14 +44622,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -48093,12 +44644,75 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [35029] = 3, - ACTIONS(3), 1, + [35094] = 18, + ACTIONS(13), 1, + anon_sym_STAR, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(466), 1, + sym_identifier, + ACTIONS(468), 1, + anon_sym_LPAREN, + ACTIONS(478), 1, + anon_sym_LBRACK, + STATE(978), 1, + sym_primary_expression, + STATE(1330), 1, + sym_pattern, + STATE(1561), 1, + sym_pattern_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1285), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + STATE(797), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + STATE(975), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(472), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 12, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [35174] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1241), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -48109,7 +44723,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1287), 30, + ACTIONS(1243), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -48117,14 +44731,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -48140,12 +44753,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [35079] = 3, - ACTIONS(3), 1, + [35224] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1279), 12, + sym_line_continuation, + ACTIONS(1225), 12, sym__dedent, - sym__string_start, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -48156,7 +44770,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1277), 30, + ACTIONS(1227), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -48164,14 +44778,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -48187,12 +44800,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [35129] = 3, - ACTIONS(3), 1, + [35274] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1289), 12, - sym__string_start, - ts_builtin_sym_end, + sym_line_continuation, + ACTIONS(1229), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -48203,7 +44817,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1291), 30, + ACTIONS(1231), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -48211,14 +44825,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -48234,11 +44847,12 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [35179] = 3, - ACTIONS(3), 1, + [35324] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1283), 12, - sym__string_start, + sym_line_continuation, + ACTIONS(1137), 12, + sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, @@ -48250,7 +44864,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1281), 30, + ACTIONS(1135), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -48258,14 +44872,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -48281,12 +44894,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [35229] = 3, - ACTIONS(3), 1, + [35374] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1283), 12, - sym__dedent, - sym__string_start, + sym_line_continuation, + ACTIONS(1223), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_AT, @@ -48297,7 +44911,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, anon_sym_LBRACE, sym_float, - ACTIONS(1281), 30, + ACTIONS(1221), 29, anon_sym_print, anon_sym_assert, anon_sym_assert_, @@ -48305,14 +44919,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_ne, anon_sym_assert_contains, anon_sym_assert_fails, - anon_sym_match, anon_sym_return, anon_sym_del, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_case, + anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, @@ -48328,4222 +44941,56 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [35279] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1283), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, + [35424] = 18, + ACTIONS(13), 1, anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1281), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [35329] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1283), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1281), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [35379] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1279), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1277), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [35429] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1275), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1273), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [35479] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1289), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1291), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [35529] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1275), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1273), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [35579] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1283), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1281), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [35629] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1285), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1287), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [35679] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1283), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1281), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [35729] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1233), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1235), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [35779] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1279), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1277), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [35829] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1275), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1273), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [35879] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1231), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1229), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [35929] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1275), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1273), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [35979] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(1293), 1, - sym_identifier, - ACTIONS(1295), 1, - anon_sym_LPAREN, - ACTIONS(1297), 1, - anon_sym_RPAREN, - ACTIONS(1299), 1, - anon_sym_STAR, - ACTIONS(1303), 1, - anon_sym_match, - ACTIONS(1305), 1, - anon_sym_LBRACK, - STATE(1089), 1, - sym_primary_expression, - STATE(1380), 1, - sym_pattern, - STATE(1616), 1, - sym__patterns, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - STATE(1077), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - STATE(1509), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(243), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1301), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - STATE(875), 12, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [36061] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1231), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1229), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36111] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(1293), 1, - sym_identifier, - ACTIONS(1295), 1, - anon_sym_LPAREN, - ACTIONS(1299), 1, - anon_sym_STAR, - ACTIONS(1303), 1, - anon_sym_match, - ACTIONS(1305), 1, - anon_sym_LBRACK, - ACTIONS(1307), 1, - anon_sym_RPAREN, - STATE(1089), 1, - sym_primary_expression, - STATE(1380), 1, - sym_pattern, - STATE(1570), 1, - sym__patterns, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - STATE(1077), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - STATE(1509), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(243), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1301), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - STATE(875), 12, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [36193] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1239), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1237), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36243] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1239), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1237), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36293] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1311), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1309), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36343] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1247), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1245), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36393] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1271), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1269), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36443] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1267), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1265), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36493] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1251), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1249), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36543] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1251), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1249), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36593] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1247), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1245), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36643] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1267), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1265), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36693] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1251), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1249), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36743] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1311), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1309), 30, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_case, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36793] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1313), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1315), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36842] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1319), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1317), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [36891] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(678), 1, - sym_identifier, - ACTIONS(680), 1, - anon_sym_LPAREN, - ACTIONS(686), 1, - anon_sym_match, - ACTIONS(692), 1, - anon_sym_LBRACK, - STATE(1103), 1, - sym_primary_expression, - STATE(1382), 1, - sym_pattern, - STATE(1692), 1, - sym_pattern_list, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - STATE(860), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - STATE(1086), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(243), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(684), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - STATE(875), 12, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [36970] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1323), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1321), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37019] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1313), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1315), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37068] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1327), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1325), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37117] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1329), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1331), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37166] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1333), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1335), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37215] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1339), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1337), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37264] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1339), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1337), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37313] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1327), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1325), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37362] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1333), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1335), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37411] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(678), 1, - sym_identifier, - ACTIONS(680), 1, - anon_sym_LPAREN, - ACTIONS(686), 1, - anon_sym_match, - ACTIONS(692), 1, - anon_sym_LBRACK, - STATE(1103), 1, - sym_primary_expression, - STATE(1432), 1, - sym_pattern, - STATE(1591), 1, - sym_pattern_list, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - STATE(860), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - STATE(1086), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(243), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(684), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - STATE(875), 12, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [37490] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1341), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1343), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37539] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1347), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1345), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37588] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1323), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1321), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37637] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1351), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1349), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37686] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1355), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1353), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37735] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1357), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1359), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37784] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1361), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1363), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37833] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1367), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1365), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37882] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1371), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1369), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37931] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1373), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1375), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [37980] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1329), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1331), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [38029] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(678), 1, - sym_identifier, - ACTIONS(680), 1, - anon_sym_LPAREN, - ACTIONS(686), 1, - anon_sym_match, - ACTIONS(692), 1, - anon_sym_LBRACK, - STATE(1103), 1, - sym_primary_expression, - STATE(1484), 1, - sym_pattern, - STATE(1625), 1, - sym_pattern_list, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - STATE(860), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - STATE(1086), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(243), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(684), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - STATE(875), 12, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [38108] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1377), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1379), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [38157] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1383), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1381), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [38206] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1387), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1385), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [38255] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(1293), 1, - sym_identifier, - ACTIONS(1295), 1, - anon_sym_LPAREN, - ACTIONS(1299), 1, - anon_sym_STAR, - ACTIONS(1303), 1, - anon_sym_match, - ACTIONS(1305), 1, - anon_sym_LBRACK, - ACTIONS(1389), 1, - anon_sym_RPAREN, - STATE(1089), 1, - sym_primary_expression, - STATE(1537), 1, - sym_pattern, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - STATE(1077), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - STATE(1509), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(243), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1301), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - STATE(875), 12, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [38334] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1371), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1369), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [38383] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1391), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1393), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [38432] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(1395), 1, - sym_identifier, - ACTIONS(1397), 1, - anon_sym_LPAREN, - ACTIONS(1399), 1, - anon_sym_STAR, - ACTIONS(1403), 1, - anon_sym_match, - ACTIONS(1405), 1, - anon_sym_LBRACK, - ACTIONS(1407), 1, - anon_sym_RBRACK, - STATE(1101), 1, - sym_primary_expression, - STATE(1526), 1, - sym_pattern, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - STATE(1066), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - STATE(1538), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(243), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1401), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - STATE(875), 12, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [38511] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1391), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1393), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [38560] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1411), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1409), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [38609] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1413), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1415), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [38658] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1361), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1363), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [38707] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1387), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1385), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [38756] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1367), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1365), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [38805] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1419), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1417), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [38854] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(678), 1, - sym_identifier, - ACTIONS(680), 1, - anon_sym_LPAREN, - ACTIONS(686), 1, - anon_sym_match, - ACTIONS(692), 1, - anon_sym_LBRACK, - STATE(1103), 1, - sym_primary_expression, - STATE(1388), 1, - sym_pattern, - STATE(1691), 1, - sym_pattern_list, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - STATE(860), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - STATE(1086), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(243), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(684), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - STATE(875), 12, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [38933] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(678), 1, - sym_identifier, - ACTIONS(680), 1, - anon_sym_LPAREN, - ACTIONS(686), 1, - anon_sym_match, - ACTIONS(692), 1, - anon_sym_LBRACK, - STATE(1103), 1, - sym_primary_expression, - STATE(1395), 1, - sym_pattern, - STATE(1567), 1, - sym_pattern_list, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - STATE(860), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - STATE(1086), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(243), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(684), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - STATE(875), 12, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [39012] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(678), 1, - sym_identifier, - ACTIONS(680), 1, - anon_sym_LPAREN, - ACTIONS(686), 1, - anon_sym_match, - ACTIONS(692), 1, - anon_sym_LBRACK, - STATE(1103), 1, - sym_primary_expression, - STATE(1456), 1, - sym_pattern, - STATE(1637), 1, - sym_pattern_list, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - STATE(860), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - STATE(1086), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(243), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(684), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - STATE(875), 12, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [39091] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1413), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1415), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [39140] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1377), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1379), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [39189] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1347), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1345), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [39238] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1373), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1375), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [39287] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1357), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1359), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [39336] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(678), 1, - sym_identifier, - ACTIONS(680), 1, - anon_sym_LPAREN, - ACTIONS(686), 1, - anon_sym_match, - ACTIONS(692), 1, - anon_sym_LBRACK, - STATE(1103), 1, - sym_primary_expression, - STATE(1381), 1, - sym_pattern, - STATE(1695), 1, - sym_pattern_list, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - STATE(860), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - STATE(1086), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(243), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(684), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - STATE(875), 12, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [39415] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1351), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1349), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [39464] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1421), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1423), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [39513] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1319), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1317), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [39562] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1355), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1353), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [39611] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1411), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1409), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [39660] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(1293), 1, - sym_identifier, - ACTIONS(1295), 1, - anon_sym_LPAREN, - ACTIONS(1299), 1, - anon_sym_STAR, - ACTIONS(1303), 1, - anon_sym_match, - ACTIONS(1305), 1, - anon_sym_LBRACK, - ACTIONS(1407), 1, - anon_sym_RPAREN, - STATE(1089), 1, - sym_primary_expression, - STATE(1537), 1, - sym_pattern, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - STATE(1077), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - STATE(1509), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(243), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1301), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - STATE(875), 12, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [39739] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1427), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1425), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [39788] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1419), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1417), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [39837] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1421), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1423), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, + ACTIONS(385), 1, anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [39886] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(678), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(466), 1, sym_identifier, - ACTIONS(680), 1, + ACTIONS(468), 1, anon_sym_LPAREN, - ACTIONS(686), 1, - anon_sym_match, - ACTIONS(692), 1, + ACTIONS(478), 1, anon_sym_LBRACK, - STATE(1103), 1, + STATE(978), 1, sym_primary_expression, - STATE(1461), 1, + STATE(1279), 1, sym_pattern, - STATE(1629), 1, + STATE(1599), 1, sym_pattern_list, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(860), 2, + STATE(797), 2, sym_attribute, sym_subscript, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1086), 3, + STATE(975), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(684), 5, + ACTIONS(472), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(875), 12, + STATE(791), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -52556,147 +45003,56 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [39965] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1383), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1381), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [40014] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1341), 12, - sym__dedent, - sym__string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1343), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, + [35504] = 18, + ACTIONS(385), 1, anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [40063] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(1389), 1, - anon_sym_RBRACK, - ACTIONS(1395), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(1089), 1, sym_identifier, - ACTIONS(1397), 1, + ACTIONS(1091), 1, anon_sym_LPAREN, - ACTIONS(1399), 1, + ACTIONS(1095), 1, anon_sym_STAR, - ACTIONS(1403), 1, - anon_sym_match, - ACTIONS(1405), 1, + ACTIONS(1099), 1, anon_sym_LBRACK, - STATE(1101), 1, + ACTIONS(1117), 1, + anon_sym_RPAREN, + STATE(973), 1, sym_primary_expression, - STATE(1526), 1, + STATE(1475), 1, sym_pattern, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1066), 2, + STATE(954), 2, sym_attribute, sym_subscript, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1538), 3, + STATE(1419), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1401), 5, + ACTIONS(1097), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(875), 12, + STATE(791), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -52707,101 +45063,56 @@ static const uint16_t ts_small_parse_table[] = { sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [40142] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1427), 12, - sym__string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - sym_ellipsis, - anon_sym_LBRACE, - sym_float, - ACTIONS(1425), 29, - anon_sym_print, - anon_sym_assert, - anon_sym_assert_, - anon_sym_assert_eq, - anon_sym_assert_ne, - anon_sym_assert_contains, - anon_sym_assert_fails, - anon_sym_match, - anon_sym_return, - anon_sym_del, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_with, - anon_sym_def, - anon_sym_exec, - anon_sym_not, - anon_sym_lambda, - sym_integer, - sym_identifier, - anon_sym_await, - anon_sym_struct, - sym_true, - sym_false, - sym_none, - [40191] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_STAR, - ACTIONS(241), 1, + sym_parenthesized_expression, + sym_string, + [35584] = 17, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(678), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(1107), 1, sym_identifier, - ACTIONS(680), 1, + ACTIONS(1109), 1, anon_sym_LPAREN, - ACTIONS(686), 1, - anon_sym_match, - ACTIONS(692), 1, + ACTIONS(1111), 1, + anon_sym_STAR, + ACTIONS(1115), 1, anon_sym_LBRACK, - STATE(1103), 1, + STATE(964), 1, sym_primary_expression, - STATE(1104), 1, + STATE(1454), 1, sym_pattern, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(860), 2, + STATE(959), 2, sym_attribute, sym_subscript, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1086), 3, + STATE(1446), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(684), 5, + ACTIONS(1113), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(875), 12, + STATE(791), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -52814,53 +45125,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [40267] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [35661] = 17, + ACTIONS(13), 1, + anon_sym_STAR, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(1395), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(466), 1, sym_identifier, - ACTIONS(1397), 1, + ACTIONS(468), 1, anon_sym_LPAREN, - ACTIONS(1399), 1, - anon_sym_STAR, - ACTIONS(1403), 1, - anon_sym_match, - ACTIONS(1405), 1, + ACTIONS(478), 1, anon_sym_LBRACK, - STATE(1101), 1, - sym_primary_expression, - STATE(1526), 1, + STATE(974), 1, sym_pattern, - ACTIONS(239), 2, + STATE(978), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1066), 2, + STATE(797), 2, sym_attribute, sym_subscript, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1538), 3, + STATE(975), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1401), 5, + ACTIONS(472), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(875), 12, + STATE(791), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -52873,53 +45185,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [40343] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [35738] = 17, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(1293), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(1089), 1, sym_identifier, - ACTIONS(1295), 1, + ACTIONS(1091), 1, anon_sym_LPAREN, - ACTIONS(1299), 1, + ACTIONS(1095), 1, anon_sym_STAR, - ACTIONS(1303), 1, - anon_sym_match, - ACTIONS(1305), 1, + ACTIONS(1099), 1, anon_sym_LBRACK, - STATE(1089), 1, + STATE(973), 1, sym_primary_expression, - STATE(1537), 1, + STATE(1475), 1, sym_pattern, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1077), 2, + STATE(954), 2, sym_attribute, sym_subscript, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - STATE(1509), 3, + STATE(1419), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1301), 5, + ACTIONS(1097), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(875), 12, + STATE(791), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -52932,48 +45245,49 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [40419] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [35815] = 15, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(1429), 1, + ACTIONS(1245), 1, sym_identifier, - ACTIONS(1435), 1, - anon_sym_match, - STATE(1103), 1, + STATE(978), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(1431), 2, + ACTIONS(1247), 2, anon_sym_COMMA, anon_sym_COLON, - STATE(749), 2, + STATE(830), 2, sym_attribute, sym_subscript, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1433), 5, + ACTIONS(1249), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(875), 12, + STATE(791), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -52986,48 +45300,49 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [40488] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [35885] = 15, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(1435), 1, - anon_sym_match, - ACTIONS(1437), 1, + ACTIONS(1251), 1, sym_identifier, - STATE(1089), 1, + STATE(973), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(1431), 2, + ACTIONS(1247), 2, anon_sym_RPAREN, anon_sym_COMMA, - STATE(1061), 2, + STATE(939), 2, sym_attribute, sym_subscript, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(243), 4, + ACTIONS(404), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1439), 5, + ACTIONS(1253), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(875), 12, + STATE(791), 12, sym_binary_operator, sym_unary_operator, sym_call, @@ -53040,204 +45355,158 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [40557] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1441), 1, + [35955] = 19, + ACTIONS(1255), 1, anon_sym_DOT, - ACTIONS(1443), 1, + ACTIONS(1257), 1, anon_sym_LPAREN, - ACTIONS(1447), 1, - anon_sym_as, - ACTIONS(1455), 1, + ACTIONS(1267), 1, anon_sym_STAR_STAR, - ACTIONS(1459), 1, + ACTIONS(1271), 1, anon_sym_LBRACK, - ACTIONS(1461), 1, + ACTIONS(1273), 1, + anon_sym_EQ, + ACTIONS(1275), 1, anon_sym_not, - ACTIONS(1465), 1, + ACTIONS(1279), 1, anon_sym_PIPE, - ACTIONS(1467), 1, + ACTIONS(1281), 1, anon_sym_AMP, - ACTIONS(1469), 1, + ACTIONS(1283), 1, anon_sym_CARET, - STATE(786), 1, + STATE(721), 1, sym_argument_list, - STATE(1054), 1, + STATE(938), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1449), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1261), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1451), 2, + ACTIONS(1263), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1463), 2, + ACTIONS(1277), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1471), 2, + ACTIONS(1285), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1457), 3, + ACTIONS(1269), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1453), 6, + ACTIONS(1265), 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(1445), 8, + ACTIONS(1259), 8, anon_sym_COMMA, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_and, anon_sym_or, anon_sym_RBRACE, - [40633] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1447), 1, - anon_sym_EQ, - ACTIONS(1473), 1, + sym_type_conversion, + [36032] = 19, + ACTIONS(1273), 1, + anon_sym_as, + ACTIONS(1287), 1, anon_sym_DOT, - ACTIONS(1475), 1, + ACTIONS(1289), 1, anon_sym_LPAREN, - ACTIONS(1483), 1, + ACTIONS(1297), 1, anon_sym_STAR_STAR, - ACTIONS(1487), 1, + ACTIONS(1301), 1, anon_sym_LBRACK, - ACTIONS(1489), 1, + ACTIONS(1303), 1, anon_sym_not, - ACTIONS(1493), 1, + ACTIONS(1307), 1, anon_sym_PIPE, - ACTIONS(1495), 1, + ACTIONS(1309), 1, anon_sym_AMP, - ACTIONS(1497), 1, + ACTIONS(1311), 1, anon_sym_CARET, - STATE(801), 1, + STATE(651), 1, sym_argument_list, - STATE(1059), 1, + STATE(934), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1477), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1291), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1479), 2, + ACTIONS(1293), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1491), 2, + ACTIONS(1305), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1499), 2, + ACTIONS(1313), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1485), 3, + ACTIONS(1299), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1481), 6, + ACTIONS(1295), 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(1445), 8, + ACTIONS(1259), 8, anon_sym_COMMA, - anon_sym_as, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_and, anon_sym_or, anon_sym_RBRACE, - sym_type_conversion, - [40709] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(517), 1, + [36109] = 12, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(1501), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(225), 1, anon_sym_match, - STATE(670), 1, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(713), 1, sym_primary_expression, - ACTIONS(515), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(511), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(519), 5, + ACTIONS(61), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(774), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [40770] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(597), 1, - anon_sym_LBRACE, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(1503), 1, - anon_sym_match, - STATE(872), 1, - sym_primary_expression, - ACTIONS(595), 2, - sym_ellipsis, - sym_float, - ACTIONS(591), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(583), 5, + ACTIONS(1315), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - ACTIONS(599), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(1030), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53252,90 +45521,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [40831] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(569), 1, + [36171] = 12, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(1505), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(225), 1, anon_sym_match, - STATE(920), 1, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(715), 1, sym_primary_expression, - ACTIONS(567), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(571), 5, + ACTIONS(61), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1011), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [40892] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(569), 1, - anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(1505), 1, - anon_sym_match, - STATE(981), 1, - sym_primary_expression, - ACTIONS(567), 2, - sym_ellipsis, - sym_float, - ACTIONS(563), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(555), 5, + ACTIONS(1315), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - ACTIONS(571), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(1011), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53350,71 +45571,34 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [40953] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1029), 1, - anon_sym_COLON_EQ, - ACTIONS(1027), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1022), 28, + [36233] = 8, + ACTIONS(1255), 1, anon_sym_DOT, + ACTIONS(1257), 1, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, + ACTIONS(1267), 1, anon_sym_STAR_STAR, - anon_sym_AT, + ACTIONS(1271), 1, anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - [40998] = 4, - ACTIONS(3), 1, + STATE(721), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(218), 1, - anon_sym_COLON_EQ, - ACTIONS(208), 6, - anon_sym_as, + sym_line_continuation, + ACTIONS(1319), 5, anon_sym_STAR, - anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 28, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1317), 25, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -53432,103 +45616,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [41043] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1447), 1, - anon_sym_EQ, - ACTIONS(1507), 1, - anon_sym_DOT, - ACTIONS(1509), 1, - anon_sym_LPAREN, - ACTIONS(1517), 1, - anon_sym_STAR_STAR, - ACTIONS(1521), 1, + sym_type_conversion, + [36287] = 12, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(1523), 1, - anon_sym_not, - ACTIONS(1527), 1, - anon_sym_PIPE, - ACTIONS(1529), 1, - anon_sym_AMP, - ACTIONS(1531), 1, - anon_sym_CARET, - STATE(882), 1, - sym_argument_list, - STATE(1067), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1511), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1513), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1525), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1533), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1519), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1515), 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(1445), 7, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_and, - anon_sym_or, - [41118] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(1429), 1, - sym_identifier, - ACTIONS(1435), 1, - anon_sym_match, - STATE(1103), 1, + STATE(746), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - STATE(749), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(243), 4, + ACTIONS(818), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(1433), 5, + ACTIONS(1321), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(875), 12, + STATE(909), 14, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -53539,41 +45667,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [41183] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [36349] = 12, + ACTIONS(758), 1, + anon_sym_match, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(1435), 1, - anon_sym_match, - STATE(747), 1, + STATE(610), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(243), 5, + ACTIONS(774), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(875), 14, + ACTIONS(1323), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53588,142 +45717,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [41244] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1473), 1, - anon_sym_DOT, - ACTIONS(1475), 1, - anon_sym_LPAREN, - ACTIONS(1483), 1, - anon_sym_STAR_STAR, - ACTIONS(1487), 1, - anon_sym_LBRACK, - ACTIONS(1493), 1, - anon_sym_PIPE, - ACTIONS(1495), 1, - anon_sym_AMP, - ACTIONS(1497), 1, - anon_sym_CARET, - STATE(801), 1, - sym_argument_list, - ACTIONS(1477), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1479), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1491), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1485), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1537), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1535), 15, - 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_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [41311] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [36411] = 12, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(1435), 1, - anon_sym_match, - STATE(818), 1, + STATE(696), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(243), 5, + ACTIONS(404), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(875), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [41372] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(569), 1, - anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(1505), 1, - anon_sym_match, - STATE(892), 1, - sym_primary_expression, - ACTIONS(567), 2, - sym_ellipsis, - sym_float, - ACTIONS(563), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(555), 5, + ACTIONS(1325), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - ACTIONS(571), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(1011), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53738,41 +45767,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [41433] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [36473] = 12, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(1435), 1, - anon_sym_match, - STATE(797), 1, + STATE(697), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(243), 5, + ACTIONS(404), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(875), 14, + ACTIONS(1325), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53787,41 +45817,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [41494] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [36535] = 12, + ACTIONS(444), 1, + anon_sym_match, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(672), 1, anon_sym_LBRACK, - ACTIONS(1435), 1, - anon_sym_match, - STATE(789), 1, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(683), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(243), 5, + ACTIONS(460), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(875), 14, + ACTIONS(1327), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53836,41 +45867,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [41555] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [36597] = 12, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(1435), 1, - anon_sym_match, - STATE(784), 1, + STATE(698), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(243), 5, + ACTIONS(404), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(875), 14, + ACTIONS(1325), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53885,142 +45917,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [41616] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1473), 1, - anon_sym_DOT, - ACTIONS(1475), 1, - anon_sym_LPAREN, - ACTIONS(1483), 1, - anon_sym_STAR_STAR, - ACTIONS(1487), 1, - anon_sym_LBRACK, - STATE(801), 1, - sym_argument_list, - ACTIONS(1477), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1479), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1491), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1485), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1539), 18, - 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_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [41677] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1441), 1, - anon_sym_DOT, - ACTIONS(1443), 1, - anon_sym_LPAREN, - ACTIONS(1455), 1, - anon_sym_STAR_STAR, - ACTIONS(1459), 1, - anon_sym_LBRACK, - ACTIONS(1465), 1, - anon_sym_PIPE, - ACTIONS(1467), 1, - anon_sym_AMP, - ACTIONS(1469), 1, - anon_sym_CARET, - STATE(786), 1, - sym_argument_list, - ACTIONS(1449), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1451), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1463), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1457), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1537), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1535), 15, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - [41744] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [36659] = 12, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(1435), 1, - anon_sym_match, - STATE(781), 1, + STATE(699), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(243), 5, + ACTIONS(404), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(875), 14, + ACTIONS(1325), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54035,97 +45967,46 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [41805] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1473), 1, - anon_sym_DOT, - ACTIONS(1475), 1, - anon_sym_LPAREN, - ACTIONS(1483), 1, - anon_sym_STAR_STAR, - ACTIONS(1487), 1, - anon_sym_LBRACK, - ACTIONS(1497), 1, - anon_sym_CARET, - STATE(801), 1, - sym_argument_list, - ACTIONS(1477), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1479), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1491), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1485), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1539), 17, - 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_PIPE, - anon_sym_AMP, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [41868] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [36721] = 12, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(1435), 1, - anon_sym_match, - ACTIONS(1543), 1, - sym_identifier, - STATE(1089), 1, + STATE(700), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - STATE(1058), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(243), 4, + ACTIONS(404), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(1545), 5, + ACTIONS(1325), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(875), 12, + STATE(791), 14, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -54136,92 +46017,92 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [41933] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1473), 1, - anon_sym_DOT, - ACTIONS(1475), 1, - anon_sym_LPAREN, - ACTIONS(1483), 1, - anon_sym_STAR_STAR, - ACTIONS(1487), 1, - anon_sym_LBRACK, - ACTIONS(1495), 1, - anon_sym_AMP, - ACTIONS(1497), 1, - anon_sym_CARET, - STATE(801), 1, - sym_argument_list, - ACTIONS(1477), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1479), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1491), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1485), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1539), 16, - 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_PIPE, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [41998] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [36783] = 12, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(1435), 1, - anon_sym_match, - STATE(779), 1, + STATE(701), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 5, + ACTIONS(404), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(1325), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - ACTIONS(243), 5, + STATE(791), 14, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [36845] = 12, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + STATE(702), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + ACTIONS(396), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + ACTIONS(404), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(875), 14, + ACTIONS(1325), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54236,41 +46117,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [42059] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, + [36907] = 12, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(259), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(1547), 1, - anon_sym_match, - STATE(804), 1, + STATE(703), 1, sym_primary_expression, - ACTIONS(55), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 5, + ACTIONS(404), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(251), 5, + ACTIONS(1325), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(905), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54285,88 +46167,92 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [42120] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1473), 1, - anon_sym_DOT, - ACTIONS(1475), 1, - anon_sym_LPAREN, - ACTIONS(1483), 1, - anon_sym_STAR_STAR, - ACTIONS(1487), 1, - anon_sym_LBRACK, - STATE(801), 1, - sym_argument_list, - ACTIONS(1477), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1485), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1539), 22, - anon_sym_COMMA, - 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_PLUS, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [42177] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(473), 1, + [36969] = 12, + ACTIONS(758), 1, + anon_sym_match, + ACTIONS(760), 1, anon_sym_LBRACK, - ACTIONS(483), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(489), 1, - sym__string_start, - ACTIONS(1549), 1, - anon_sym_match, - STATE(653), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(611), 1, sym_primary_expression, - ACTIONS(481), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 5, + ACTIONS(774), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(1323), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - ACTIONS(485), 5, + STATE(695), 14, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [37031] = 12, + ACTIONS(758), 1, + anon_sym_match, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(770), 1, + anon_sym_LBRACE, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(612), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, + sym_ellipsis, + sym_float, + ACTIONS(764), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + ACTIONS(774), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(852), 14, + ACTIONS(1323), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54381,193 +46267,80 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [42238] = 12, - ACTIONS(3), 1, + [37093] = 4, + ACTIONS(911), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1441), 1, - anon_sym_DOT, - ACTIONS(1443), 1, - anon_sym_LPAREN, - ACTIONS(1455), 1, - anon_sym_STAR_STAR, - ACTIONS(1459), 1, - anon_sym_LBRACK, - STATE(786), 1, - sym_argument_list, - ACTIONS(1449), 2, + sym_line_continuation, + ACTIONS(909), 6, + anon_sym_as, anon_sym_STAR, + anon_sym_COLON, anon_sym_SLASH, - ACTIONS(1451), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1463), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1457), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 18, + ACTIONS(904), 28, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - [42299] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1441), 1, - anon_sym_DOT, - ACTIONS(1443), 1, - anon_sym_LPAREN, - ACTIONS(1455), 1, - anon_sym_STAR_STAR, - ACTIONS(1459), 1, - anon_sym_LBRACK, - ACTIONS(1469), 1, - anon_sym_CARET, - STATE(786), 1, - sym_argument_list, - ACTIONS(1449), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1451), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1463), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1457), 3, - anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1539), 17, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PIPE, anon_sym_AMP, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - [42362] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1441), 1, - anon_sym_DOT, - ACTIONS(1443), 1, - anon_sym_LPAREN, - ACTIONS(1455), 1, - anon_sym_STAR_STAR, - ACTIONS(1459), 1, - anon_sym_LBRACK, - ACTIONS(1467), 1, - anon_sym_AMP, - ACTIONS(1469), 1, anon_sym_CARET, - STATE(786), 1, - sym_argument_list, - ACTIONS(1449), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1451), 2, - anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1463), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1457), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1539), 16, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PIPE, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [42427] = 10, - ACTIONS(3), 1, + [37139] = 4, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1441), 1, - anon_sym_DOT, - ACTIONS(1443), 1, - anon_sym_LPAREN, - ACTIONS(1455), 1, - anon_sym_STAR_STAR, - ACTIONS(1459), 1, - anon_sym_LBRACK, - STATE(786), 1, - sym_argument_list, - ACTIONS(1449), 2, + sym_line_continuation, + ACTIONS(209), 6, + anon_sym_as, anon_sym_STAR, + anon_sym_COLON, anon_sym_SLASH, - ACTIONS(1457), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 22, + ACTIONS(207), 28, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -54578,41 +46351,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [42484] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(507), 1, + [37185] = 12, + ACTIONS(758), 1, + anon_sym_match, + ACTIONS(760), 1, anon_sym_LBRACK, - ACTIONS(517), 1, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(1501), 1, - anon_sym_match, - STATE(660), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(614), 1, sym_primary_expression, - ACTIONS(515), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(511), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(519), 5, + ACTIONS(774), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(774), 14, + ACTIONS(1323), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54627,231 +46401,149 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [42545] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1441), 1, - anon_sym_DOT, - ACTIONS(1443), 1, - anon_sym_LPAREN, - ACTIONS(1455), 1, - anon_sym_STAR_STAR, - ACTIONS(1459), 1, - anon_sym_LBRACK, - STATE(786), 1, - sym_argument_list, - ACTIONS(1541), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1539), 25, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - [42598] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1441), 1, - anon_sym_DOT, - ACTIONS(1443), 1, - anon_sym_LPAREN, - ACTIONS(1455), 1, - anon_sym_STAR_STAR, - ACTIONS(1459), 1, - anon_sym_LBRACK, - ACTIONS(1465), 1, - anon_sym_PIPE, - ACTIONS(1467), 1, - anon_sym_AMP, - ACTIONS(1469), 1, - anon_sym_CARET, - STATE(786), 1, - sym_argument_list, - ACTIONS(1449), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1451), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1463), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1457), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1553), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1551), 15, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - [42665] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1441), 1, + [37247] = 19, + ACTIONS(1273), 1, + anon_sym_EQ, + ACTIONS(1329), 1, anon_sym_DOT, - ACTIONS(1443), 1, + ACTIONS(1331), 1, anon_sym_LPAREN, - ACTIONS(1455), 1, + ACTIONS(1339), 1, anon_sym_STAR_STAR, - ACTIONS(1459), 1, + ACTIONS(1343), 1, anon_sym_LBRACK, - STATE(786), 1, - sym_argument_list, - ACTIONS(1449), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1463), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1457), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1539), 20, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, + ACTIONS(1345), 1, anon_sym_not, - anon_sym_and, - anon_sym_or, + ACTIONS(1349), 1, anon_sym_PIPE, + ACTIONS(1351), 1, anon_sym_AMP, + ACTIONS(1353), 1, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - [42724] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1441), 1, - anon_sym_DOT, - ACTIONS(1443), 1, - anon_sym_LPAREN, - ACTIONS(1455), 1, - anon_sym_STAR_STAR, - ACTIONS(1459), 1, - anon_sym_LBRACK, - STATE(786), 1, + STATE(826), 1, sym_argument_list, - ACTIONS(1541), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1539), 25, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, + STATE(956), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1333), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1335), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1347), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(1355), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1341), 3, + anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, + ACTIONS(1337), 6, + anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - [42777] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + ACTIONS(1259), 7, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_and, + anon_sym_or, + [37323] = 12, + ACTIONS(758), 1, + anon_sym_match, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(1435), 1, - anon_sym_match, - STATE(778), 1, + STATE(617), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 5, + ACTIONS(774), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(1323), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - ACTIONS(243), 5, + STATE(695), 14, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [37385] = 12, + ACTIONS(758), 1, + anon_sym_match, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(770), 1, + anon_sym_LBRACE, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(618), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, + sym_ellipsis, + sym_float, + ACTIONS(764), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + ACTIONS(774), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(875), 14, + ACTIONS(1323), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54866,41 +46558,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [42838] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, + [37447] = 12, + ACTIONS(758), 1, + anon_sym_match, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(259), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - ACTIONS(1547), 1, - anon_sym_match, - STATE(1062), 1, + STATE(619), 1, sym_primary_expression, - ACTIONS(55), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 5, + ACTIONS(774), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(251), 5, + ACTIONS(1323), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(905), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54915,41 +46608,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [42899] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, + [37509] = 12, + ACTIONS(758), 1, + anon_sym_match, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(770), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(259), 1, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - ACTIONS(1547), 1, - anon_sym_match, - STATE(755), 1, + STATE(620), 1, sym_primary_expression, - ACTIONS(55), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(768), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(764), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 5, + ACTIONS(774), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(251), 5, + ACTIONS(1323), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(905), 14, + STATE(695), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54964,234 +46658,137 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [42960] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1447), 1, - anon_sym_EQ, - ACTIONS(1555), 1, + [37571] = 12, + ACTIONS(1287), 1, anon_sym_DOT, - ACTIONS(1557), 1, + ACTIONS(1289), 1, anon_sym_LPAREN, - ACTIONS(1565), 1, + ACTIONS(1297), 1, anon_sym_STAR_STAR, - ACTIONS(1569), 1, + ACTIONS(1301), 1, anon_sym_LBRACK, - ACTIONS(1571), 1, - anon_sym_not, - ACTIONS(1575), 1, - anon_sym_PIPE, - ACTIONS(1577), 1, - anon_sym_AMP, - ACTIONS(1579), 1, - anon_sym_CARET, - STATE(907), 1, + STATE(651), 1, sym_argument_list, - STATE(1072), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1559), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1291), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1561), 2, + ACTIONS(1293), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1573), 2, + ACTIONS(1305), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1581), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1567), 3, + ACTIONS(1299), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1563), 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(1445), 7, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(1359), 3, anon_sym_as, - anon_sym_if, - anon_sym_and, - anon_sym_or, - [43035] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1473), 1, - anon_sym_DOT, - ACTIONS(1475), 1, - anon_sym_LPAREN, - ACTIONS(1483), 1, - anon_sym_STAR_STAR, - ACTIONS(1487), 1, - anon_sym_LBRACK, - STATE(801), 1, - sym_argument_list, - ACTIONS(1541), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 25, + ACTIONS(1357), 18, anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, - anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - sym_type_conversion, - [43088] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1473), 1, + [37633] = 19, + ACTIONS(1273), 1, + anon_sym_as, + ACTIONS(1361), 1, anon_sym_DOT, - ACTIONS(1475), 1, + ACTIONS(1363), 1, anon_sym_LPAREN, - ACTIONS(1483), 1, + ACTIONS(1371), 1, anon_sym_STAR_STAR, - ACTIONS(1487), 1, + ACTIONS(1375), 1, anon_sym_LBRACK, - ACTIONS(1493), 1, + ACTIONS(1377), 1, + anon_sym_not, + ACTIONS(1381), 1, anon_sym_PIPE, - ACTIONS(1495), 1, + ACTIONS(1383), 1, anon_sym_AMP, - ACTIONS(1497), 1, + ACTIONS(1385), 1, anon_sym_CARET, STATE(801), 1, sym_argument_list, - ACTIONS(1477), 2, + STATE(944), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1365), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1479), 2, + ACTIONS(1367), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1491), 2, + ACTIONS(1379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1485), 3, + ACTIONS(1387), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1373), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1553), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1551), 15, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, + ACTIONS(1369), 6, anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [43155] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1473), 1, - anon_sym_DOT, - ACTIONS(1475), 1, - anon_sym_LPAREN, - ACTIONS(1483), 1, - anon_sym_STAR_STAR, - ACTIONS(1487), 1, - anon_sym_LBRACK, - STATE(801), 1, - sym_argument_list, - ACTIONS(1477), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1491), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1485), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1539), 20, + ACTIONS(1259), 7, anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_not, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, anon_sym_and, anon_sym_or, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [43214] = 8, - ACTIONS(3), 1, + [37709] = 4, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1473), 1, - anon_sym_DOT, - ACTIONS(1475), 1, - anon_sym_LPAREN, - ACTIONS(1483), 1, - anon_sym_STAR_STAR, - ACTIONS(1487), 1, - anon_sym_LBRACK, - STATE(801), 1, - sym_argument_list, - ACTIONS(1541), 5, + sym_line_continuation, + ACTIONS(209), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 25, + ACTIONS(207), 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_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -55210,188 +46807,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_RBRACE, sym_type_conversion, - [43267] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [37755] = 12, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(1435), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(225), 1, anon_sym_match, - STATE(768), 1, - sym_primary_expression, - ACTIONS(239), 2, - sym_ellipsis, - sym_float, - ACTIONS(233), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(216), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(243), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(875), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [43328] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(501), 1, + ACTIONS(844), 1, anon_sym_LPAREN, - ACTIONS(507), 1, + ACTIONS(846), 1, anon_sym_LBRACK, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(1501), 1, - anon_sym_match, - STATE(669), 1, + STATE(652), 1, sym_primary_expression, - ACTIONS(515), 2, - sym_ellipsis, - sym_float, - ACTIONS(511), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(503), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(519), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(774), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [43389] = 12, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(597), 1, - anon_sym_LBRACE, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(1503), 1, - anon_sym_match, - STATE(858), 1, - sym_primary_expression, - ACTIONS(595), 2, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(599), 5, + ACTIONS(61), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1030), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [43450] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(1501), 1, - anon_sym_match, - STATE(671), 1, - sym_primary_expression, - ACTIONS(515), 2, - sym_ellipsis, - sym_float, - ACTIONS(511), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(503), 5, + ACTIONS(1315), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - ACTIONS(519), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(774), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55406,192 +46857,48 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [43511] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(1501), 1, + [37817] = 14, + ACTIONS(385), 1, anon_sym_match, - STATE(672), 1, - sym_primary_expression, - ACTIONS(515), 2, - sym_ellipsis, - sym_float, - ACTIONS(511), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(503), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(519), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(774), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [43572] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(553), 1, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(559), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(569), 1, - anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(1505), 1, - anon_sym_match, - STATE(980), 1, + ACTIONS(1389), 1, + sym_identifier, + STATE(978), 1, sym_primary_expression, - ACTIONS(567), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(555), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(571), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(1011), 14, - sym_binary_operator, - sym_unary_operator, + STATE(950), 2, sym_attribute, sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [43633] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(1501), 1, - anon_sym_match, - STATE(674), 1, - sym_primary_expression, - ACTIONS(515), 2, - sym_ellipsis, - sym_float, - ACTIONS(511), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(519), 5, + ACTIONS(404), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - STATE(774), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [43694] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(1501), 1, - anon_sym_match, - STATE(675), 1, - sym_primary_expression, - ACTIONS(515), 2, - sym_ellipsis, - sym_float, - ACTIONS(511), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(503), 5, + ACTIONS(1391), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - ACTIONS(519), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(774), 14, + STATE(791), 12, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -55602,90 +46909,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [43755] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(507), 1, + [37883] = 12, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(517), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(1501), 1, - anon_sym_match, - STATE(676), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + STATE(777), 1, sym_primary_expression, - ACTIONS(515), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(511), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(519), 5, + ACTIONS(818), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(774), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [43816] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(501), 1, - anon_sym_LPAREN, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(1501), 1, - anon_sym_match, - STATE(677), 1, - sym_primary_expression, - ACTIONS(515), 2, - sym_ellipsis, - sym_float, - ACTIONS(511), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(503), 5, + ACTIONS(1321), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - ACTIONS(519), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(774), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55699,42 +46958,43 @@ static const uint16_t ts_small_parse_table[] = { sym_dictionary_comprehension, sym_set_comprehension, sym_parenthesized_expression, - sym_string, - [43877] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(473), 1, + sym_string, + [37945] = 12, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(483), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(489), 1, - sym__string_start, - ACTIONS(1549), 1, - anon_sym_match, - STATE(659), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + STATE(835), 1, sym_primary_expression, - ACTIONS(481), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(485), 5, + ACTIONS(818), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(852), 14, + ACTIONS(1321), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55749,34 +47009,30 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [43938] = 8, - ACTIONS(3), 1, + [38007] = 4, + ACTIONS(911), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1441), 1, - anon_sym_DOT, - ACTIONS(1443), 1, - anon_sym_LPAREN, - ACTIONS(1455), 1, - anon_sym_STAR_STAR, - ACTIONS(1459), 1, - anon_sym_LBRACK, - STATE(786), 1, - sym_argument_list, - ACTIONS(1585), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(909), 6, anon_sym_STAR, + anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1583), 25, + ACTIONS(904), 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_async, - anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, anon_sym_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -55794,41 +47050,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [43991] = 12, - ACTIONS(3), 1, + sym_type_conversion, + [38053] = 19, + ACTIONS(1273), 1, + anon_sym_EQ, + ACTIONS(1393), 1, + anon_sym_DOT, + ACTIONS(1395), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, + anon_sym_STAR_STAR, + ACTIONS(1407), 1, + anon_sym_LBRACK, + ACTIONS(1409), 1, + anon_sym_not, + ACTIONS(1413), 1, + anon_sym_PIPE, + ACTIONS(1415), 1, + anon_sym_AMP, + ACTIONS(1417), 1, + anon_sym_CARET, + STATE(749), 1, + sym_argument_list, + STATE(943), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(57), 1, + sym_line_continuation, + ACTIONS(1397), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1399), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1411), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1419), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1405), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1401), 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(1259), 7, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_and, + anon_sym_or, + [38129] = 12, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(259), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(1547), 1, - anon_sym_match, - STATE(827), 1, + STATE(714), 1, sym_primary_expression, - ACTIONS(55), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 5, + ACTIONS(404), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(251), 5, + ACTIONS(1325), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(905), 14, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55843,41 +47158,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [44052] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, + [38191] = 12, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(259), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - ACTIONS(1547), 1, - anon_sym_match, - STATE(826), 1, + STATE(855), 1, sym_primary_expression, - ACTIONS(55), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 5, + ACTIONS(818), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(251), 5, + ACTIONS(1321), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(905), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55892,41 +47208,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [44113] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(473), 1, + [38253] = 12, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(483), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(489), 1, - sym__string_start, - ACTIONS(1549), 1, - anon_sym_match, - STATE(662), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + STATE(736), 1, sym_primary_expression, - ACTIONS(481), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(485), 5, + ACTIONS(818), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(852), 14, + ACTIONS(1321), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55941,45 +47258,48 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [44174] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, + [38315] = 14, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(259), 1, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(1547), 1, - anon_sym_match, - STATE(821), 1, + ACTIONS(1421), 1, + sym_identifier, + STATE(964), 1, sym_primary_expression, - ACTIONS(55), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + STATE(951), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 5, + ACTIONS(404), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(251), 5, + ACTIONS(1423), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(905), 14, + STATE(791), 12, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -55990,90 +47310,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [44235] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(483), 1, + [38381] = 12, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(489), 1, - sym__string_start, - ACTIONS(1549), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(225), 1, anon_sym_match, - STATE(664), 1, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(732), 1, sym_primary_expression, - ACTIONS(481), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(485), 5, + ACTIONS(61), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(852), 14, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [44296] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(483), 1, - anon_sym_LBRACE, - ACTIONS(489), 1, - sym__string_start, - ACTIONS(1549), 1, - anon_sym_match, - STATE(667), 1, - sym_primary_expression, - ACTIONS(481), 2, - sym_ellipsis, - sym_float, - ACTIONS(477), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(469), 5, + ACTIONS(1315), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - ACTIONS(485), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(852), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56088,41 +47360,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [44357] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(483), 1, - anon_sym_LBRACE, - ACTIONS(489), 1, - sym__string_start, - ACTIONS(1549), 1, + [38443] = 12, + ACTIONS(444), 1, anon_sym_match, - STATE(682), 1, + ACTIONS(458), 1, + anon_sym_LBRACE, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(672), 1, sym_primary_expression, - ACTIONS(481), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(485), 5, + ACTIONS(460), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(852), 14, + ACTIONS(1327), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56137,41 +47410,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [44418] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(483), 1, + [38505] = 12, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(489), 1, - sym__string_start, - ACTIONS(1549), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(225), 1, anon_sym_match, - STATE(683), 1, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(734), 1, sym_primary_expression, - ACTIONS(481), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(485), 5, + ACTIONS(61), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(852), 14, + ACTIONS(1315), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56186,41 +47460,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [44479] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(473), 1, - anon_sym_LBRACK, - ACTIONS(483), 1, - anon_sym_LBRACE, - ACTIONS(489), 1, - sym__string_start, - ACTIONS(1549), 1, + [38567] = 12, + ACTIONS(444), 1, anon_sym_match, - STATE(684), 1, + ACTIONS(458), 1, + anon_sym_LBRACE, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(671), 1, sym_primary_expression, - ACTIONS(481), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(485), 5, + ACTIONS(460), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(852), 14, + ACTIONS(1327), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56235,41 +47510,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [44540] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(473), 1, + [38629] = 12, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(483), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(489), 1, - sym__string_start, - ACTIONS(1549), 1, - anon_sym_match, - STATE(685), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + STATE(847), 1, sym_primary_expression, - ACTIONS(481), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(485), 5, + ACTIONS(818), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(852), 14, + ACTIONS(1321), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56284,41 +47560,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [44601] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(587), 1, + [38691] = 12, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(1503), 1, - anon_sym_match, - STATE(857), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + STATE(839), 1, sym_primary_expression, - ACTIONS(595), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(599), 5, + ACTIONS(818), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1030), 14, + ACTIONS(1321), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56333,41 +47610,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [44662] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(1587), 1, + [38753] = 12, + ACTIONS(444), 1, anon_sym_match, - STATE(773), 1, + ACTIONS(458), 1, + anon_sym_LBRACE, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(670), 1, sym_primary_expression, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(545), 5, + ACTIONS(460), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(953), 14, + ACTIONS(1327), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56382,41 +47660,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [44723] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(597), 1, + [38815] = 12, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(1503), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(225), 1, anon_sym_match, - STATE(896), 1, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(729), 1, sym_primary_expression, - ACTIONS(595), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(599), 5, + ACTIONS(61), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1030), 14, + ACTIONS(1315), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56431,41 +47710,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [44784] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(597), 1, + [38877] = 12, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(1503), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(225), 1, anon_sym_match, - STATE(869), 1, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(717), 1, sym_primary_expression, - ACTIONS(595), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(599), 5, + ACTIONS(61), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1030), 14, + ACTIONS(1315), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56480,41 +47760,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [44845] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(597), 1, - anon_sym_LBRACE, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(1503), 1, + [38939] = 12, + ACTIONS(444), 1, anon_sym_match, - STATE(863), 1, + ACTIONS(458), 1, + anon_sym_LBRACE, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(667), 1, sym_primary_expression, - ACTIONS(595), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(599), 5, + ACTIONS(460), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1030), 14, + ACTIONS(1327), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56529,97 +47810,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [44906] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1447), 1, - anon_sym_as, - ACTIONS(1589), 1, - anon_sym_DOT, - ACTIONS(1591), 1, - anon_sym_LPAREN, - ACTIONS(1599), 1, - anon_sym_STAR_STAR, - ACTIONS(1603), 1, - anon_sym_LBRACK, - ACTIONS(1605), 1, - anon_sym_not, - ACTIONS(1609), 1, - anon_sym_PIPE, - ACTIONS(1611), 1, - anon_sym_AMP, - ACTIONS(1613), 1, - anon_sym_CARET, - STATE(979), 1, - sym_argument_list, - STATE(1073), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1593), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1595), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1607), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1615), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1601), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1597), 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(1445), 7, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_and, - anon_sym_or, - [44981] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, + [39001] = 12, + ACTIONS(59), 1, anon_sym_LBRACE, ACTIONS(65), 1, - sym__string_start, - ACTIONS(259), 1, + sym_string_start, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(846), 1, anon_sym_LBRACK, - ACTIONS(1547), 1, - anon_sym_match, - STATE(756), 1, + STATE(716), 1, sym_primary_expression, - ACTIONS(55), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 5, + ACTIONS(61), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(251), 5, + ACTIONS(1315), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(905), 14, + STATE(775), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56634,41 +47860,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [45042] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, + [39063] = 12, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, + anon_sym_LBRACK, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(259), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, anon_sym_LPAREN, - ACTIONS(261), 1, - anon_sym_LBRACK, - ACTIONS(1547), 1, - anon_sym_match, - STATE(811), 1, + STATE(825), 1, sym_primary_expression, - ACTIONS(55), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 5, + ACTIONS(818), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(251), 5, + ACTIONS(1321), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(905), 14, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56683,41 +47910,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [45103] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, + [39125] = 12, + ACTIONS(444), 1, + anon_sym_match, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(259), 1, - anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(672), 1, anon_sym_LBRACK, - ACTIONS(1547), 1, - anon_sym_match, - STATE(810), 1, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(666), 1, sym_primary_expression, - ACTIONS(55), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 5, + ACTIONS(460), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(251), 5, + ACTIONS(1327), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(905), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56732,82 +47960,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [45164] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(218), 1, - anon_sym_COLON_EQ, - ACTIONS(208), 6, - anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(206), 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_AT, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [45209] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(587), 1, + [39187] = 12, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(597), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(1503), 1, - anon_sym_match, - STATE(870), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + STATE(823), 1, sym_primary_expression, - ACTIONS(595), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, - anon_sym_TILDE, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(599), 5, + anon_sym_TILDE, + ACTIONS(818), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1030), 14, + ACTIONS(1321), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56822,41 +48010,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [45270] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(527), 1, + [39249] = 12, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(533), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(1587), 1, - anon_sym_match, - STATE(772), 1, + STATE(689), 1, sym_primary_expression, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(545), 5, + ACTIONS(404), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(953), 14, + ACTIONS(1325), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56871,41 +48060,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [45331] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(1587), 1, + [39311] = 12, + ACTIONS(444), 1, anon_sym_match, - STATE(771), 1, + ACTIONS(458), 1, + anon_sym_LBRACE, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(662), 1, sym_primary_expression, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(545), 5, + ACTIONS(460), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(953), 14, + ACTIONS(1327), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56920,41 +48110,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [45392] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, + [39373] = 12, + ACTIONS(444), 1, + anon_sym_match, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(259), 1, - anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(672), 1, anon_sym_LBRACK, - ACTIONS(1547), 1, - anon_sym_match, - STATE(808), 1, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(661), 1, sym_primary_expression, - ACTIONS(55), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 5, + ACTIONS(460), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(251), 5, + ACTIONS(1327), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(905), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56969,41 +48160,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [45453] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, + [39435] = 12, + ACTIONS(444), 1, + anon_sym_match, + ACTIONS(458), 1, anon_sym_LBRACE, - ACTIONS(65), 1, - sym__string_start, - ACTIONS(259), 1, - anon_sym_LPAREN, - ACTIONS(261), 1, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(672), 1, anon_sym_LBRACK, - ACTIONS(1547), 1, - anon_sym_match, - STATE(807), 1, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(660), 1, sym_primary_expression, - ACTIONS(55), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(51), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(59), 5, + ACTIONS(460), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(251), 5, + ACTIONS(1327), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(905), 14, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57018,47 +48210,46 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [45514] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [39497] = 12, + ACTIONS(59), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(846), 1, anon_sym_LBRACK, - ACTIONS(1435), 1, - anon_sym_match, - ACTIONS(1617), 1, - sym_identifier, - STATE(1101), 1, + STATE(682), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, sym_ellipsis, sym_float, - STATE(1081), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, + ACTIONS(53), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(243), 4, + ACTIONS(61), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(1619), 5, + ACTIONS(1315), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(875), 12, + STATE(775), 14, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -57069,41 +48260,95 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [45579] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, - anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + [39559] = 15, + ACTIONS(1287), 1, + anon_sym_DOT, + ACTIONS(1289), 1, anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(1297), 1, + anon_sym_STAR_STAR, + ACTIONS(1301), 1, anon_sym_LBRACK, - ACTIONS(1435), 1, + ACTIONS(1307), 1, + anon_sym_PIPE, + ACTIONS(1309), 1, + anon_sym_AMP, + ACTIONS(1311), 1, + anon_sym_CARET, + STATE(651), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1291), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1293), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1305), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1299), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1427), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1425), 15, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_RBRACE, + [39627] = 12, + ACTIONS(444), 1, anon_sym_match, - STATE(853), 1, + ACTIONS(458), 1, + anon_sym_LBRACE, + ACTIONS(462), 1, + sym_string_start, + ACTIONS(672), 1, + anon_sym_LBRACK, + ACTIONS(698), 1, + anon_sym_LPAREN, + STATE(658), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(456), 2, sym_ellipsis, sym_float, - ACTIONS(233), 3, + ACTIONS(452), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(216), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(243), 5, + ACTIONS(460), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(875), 14, + ACTIONS(1327), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(822), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57118,31 +48363,33 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [45640] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1473), 1, + [39689] = 8, + ACTIONS(1287), 1, anon_sym_DOT, - ACTIONS(1475), 1, + ACTIONS(1289), 1, anon_sym_LPAREN, - ACTIONS(1483), 1, + ACTIONS(1297), 1, anon_sym_STAR_STAR, - ACTIONS(1487), 1, + ACTIONS(1301), 1, anon_sym_LBRACK, - STATE(801), 1, + STATE(651), 1, sym_argument_list, - ACTIONS(1585), 5, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1319), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1583), 25, + ACTIONS(1317), 25, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_AT, anon_sym_not, @@ -57162,48 +48409,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - sym_type_conversion, - [45693] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [39743] = 12, + ACTIONS(514), 1, + anon_sym_match, + ACTIONS(518), 1, + anon_sym_LBRACK, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, anon_sym_LPAREN, - ACTIONS(495), 1, - anon_sym_LBRACK, - ACTIONS(1435), 1, - anon_sym_match, - ACTIONS(1621), 1, - sym_identifier, - STATE(1103), 1, + STATE(606), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - STATE(1084), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(243), 4, + ACTIONS(532), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(1623), 5, + ACTIONS(1429), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(875), 12, + STATE(657), 14, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -57214,41 +48459,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [45758] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(559), 1, + [39805] = 12, + ACTIONS(514), 1, + anon_sym_match, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(569), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(1505), 1, - anon_sym_match, - STATE(915), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + STATE(607), 1, sym_primary_expression, - ACTIONS(567), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(571), 5, + ACTIONS(532), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1011), 14, + ACTIONS(1429), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57263,41 +48509,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [45819] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(559), 1, + [39867] = 12, + ACTIONS(514), 1, + anon_sym_match, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(569), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(1505), 1, - anon_sym_match, - STATE(918), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + STATE(608), 1, sym_primary_expression, - ACTIONS(567), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(571), 5, + ACTIONS(532), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1011), 14, + ACTIONS(1429), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57312,41 +48559,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [45880] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(533), 1, + [39929] = 12, + ACTIONS(514), 1, + anon_sym_match, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(543), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(1587), 1, - anon_sym_match, - STATE(767), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + STATE(609), 1, sym_primary_expression, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(545), 5, + ACTIONS(532), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(953), 14, + ACTIONS(1429), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57361,45 +48609,48 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [45941] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(553), 1, + [39991] = 14, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(559), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(569), 1, - anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(1505), 1, - anon_sym_match, - STATE(917), 1, + ACTIONS(1251), 1, + sym_identifier, + STATE(973), 1, sym_primary_expression, - ACTIONS(567), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + STATE(939), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 5, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(1253), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - ACTIONS(571), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(1011), 14, + STATE(791), 12, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -57410,41 +48661,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46002] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(559), 1, + [40057] = 12, + ACTIONS(514), 1, + anon_sym_match, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(569), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(1505), 1, - anon_sym_match, - STATE(916), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + STATE(615), 1, sym_primary_expression, - ACTIONS(567), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(571), 5, + ACTIONS(532), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1011), 14, + ACTIONS(1429), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57459,41 +48711,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46063] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(587), 1, + [40119] = 12, + ACTIONS(514), 1, + anon_sym_match, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(597), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(1503), 1, - anon_sym_match, - STATE(862), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + STATE(585), 1, sym_primary_expression, - ACTIONS(595), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(599), 5, + ACTIONS(532), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1030), 14, + ACTIONS(1429), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57508,41 +48761,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46124] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(559), 1, + [40181] = 12, + ACTIONS(804), 1, + anon_sym_match, + ACTIONS(806), 1, anon_sym_LBRACK, - ACTIONS(569), 1, + ACTIONS(816), 1, anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(1505), 1, - anon_sym_match, - STATE(914), 1, + ACTIONS(820), 1, + sym_string_start, + ACTIONS(832), 1, + anon_sym_LPAREN, + STATE(861), 1, sym_primary_expression, - ACTIONS(567), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(814), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(810), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(571), 5, + ACTIONS(818), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1011), 14, + ACTIONS(1321), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(909), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57557,41 +48811,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46185] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(533), 1, + [40243] = 12, + ACTIONS(514), 1, + anon_sym_match, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(543), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(1587), 1, - anon_sym_match, - STATE(766), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + STATE(622), 1, sym_primary_expression, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(545), 5, + ACTIONS(532), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(953), 14, + ACTIONS(1429), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57606,41 +48861,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46246] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(533), 1, + [40305] = 12, + ACTIONS(514), 1, + anon_sym_match, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(543), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(1587), 1, - anon_sym_match, - STATE(765), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + STATE(624), 1, sym_primary_expression, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(545), 5, + ACTIONS(532), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(953), 14, + ACTIONS(1429), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57655,41 +48911,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46307] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(1587), 1, + [40367] = 12, + ACTIONS(418), 1, anon_sym_match, - STATE(764), 1, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(741), 1, sym_primary_expression, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(545), 5, + ACTIONS(432), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(953), 14, + ACTIONS(1431), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57704,41 +48961,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46368] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(1587), 1, + [40429] = 12, + ACTIONS(418), 1, anon_sym_match, - STATE(763), 1, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(748), 1, sym_primary_expression, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(545), 5, + ACTIONS(432), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(953), 14, + ACTIONS(1431), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57753,41 +49011,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46429] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(1587), 1, + [40491] = 12, + ACTIONS(418), 1, anon_sym_match, - STATE(760), 1, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(751), 1, sym_primary_expression, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(545), 5, + ACTIONS(432), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(953), 14, + ACTIONS(1431), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57802,47 +49061,46 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46490] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(241), 1, + [40553] = 12, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(430), 1, anon_sym_LBRACE, - ACTIONS(247), 1, - sym__string_start, - ACTIONS(493), 1, - anon_sym_LPAREN, - ACTIONS(495), 1, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(1435), 1, - anon_sym_match, - ACTIONS(1437), 1, - sym_identifier, - STATE(1089), 1, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(753), 1, sym_primary_expression, - ACTIONS(239), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - STATE(1061), 2, - sym_attribute, - sym_subscript, - ACTIONS(233), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(243), 4, + ACTIONS(432), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(1439), 5, + ACTIONS(1431), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - STATE(875), 12, + STATE(907), 14, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -57853,82 +49111,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46555] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1029), 1, - anon_sym_COLON_EQ, - ACTIONS(1027), 6, - anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1022), 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_AT, + [40615] = 12, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [46600] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(501), 1, + ACTIONS(900), 1, anon_sym_LPAREN, - ACTIONS(507), 1, - anon_sym_LBRACK, - ACTIONS(517), 1, - anon_sym_LBRACE, - ACTIONS(523), 1, - sym__string_start, - ACTIONS(1501), 1, - anon_sym_match, - STATE(697), 1, + STATE(758), 1, sym_primary_expression, - ACTIONS(515), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(511), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(503), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(519), 5, + ACTIONS(432), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(774), 14, + ACTIONS(1431), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57943,41 +49161,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46661] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(527), 1, - anon_sym_LPAREN, - ACTIONS(533), 1, - anon_sym_LBRACK, - ACTIONS(543), 1, - anon_sym_LBRACE, - ACTIONS(549), 1, - sym__string_start, - ACTIONS(1587), 1, + [40677] = 12, + ACTIONS(418), 1, anon_sym_match, - STATE(800), 1, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(761), 1, sym_primary_expression, - ACTIONS(541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(537), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(529), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(545), 5, + ACTIONS(432), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(953), 14, + ACTIONS(1431), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57992,41 +49211,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46722] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(553), 1, - anon_sym_LPAREN, - ACTIONS(559), 1, - anon_sym_LBRACK, - ACTIONS(569), 1, - anon_sym_LBRACE, - ACTIONS(575), 1, - sym__string_start, - ACTIONS(1505), 1, + [40739] = 12, + ACTIONS(418), 1, anon_sym_match, - STATE(919), 1, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(778), 1, sym_primary_expression, - ACTIONS(567), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(563), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(555), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(571), 5, + ACTIONS(432), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1011), 14, + ACTIONS(1431), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58039,43 +49259,44 @@ static const uint16_t ts_small_parse_table[] = { sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, - sym_parenthesized_expression, - sym_string, - [46783] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(581), 1, - anon_sym_LPAREN, - ACTIONS(587), 1, - anon_sym_LBRACK, - ACTIONS(597), 1, - anon_sym_LBRACE, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(1503), 1, + sym_parenthesized_expression, + sym_string, + [40801] = 12, + ACTIONS(418), 1, anon_sym_match, - STATE(874), 1, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(785), 1, sym_primary_expression, - ACTIONS(595), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(428), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + ACTIONS(424), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(599), 5, + ACTIONS(432), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1030), 14, + ACTIONS(1431), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(907), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58090,41 +49311,42 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46844] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(467), 1, - anon_sym_LPAREN, - ACTIONS(473), 1, + [40863] = 12, + ACTIONS(514), 1, + anon_sym_match, + ACTIONS(518), 1, anon_sym_LBRACK, - ACTIONS(483), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(489), 1, - sym__string_start, - ACTIONS(1549), 1, - anon_sym_match, - STATE(725), 1, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + STATE(551), 1, sym_primary_expression, - ACTIONS(481), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, sym_ellipsis, sym_float, - ACTIONS(477), 3, + ACTIONS(522), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(469), 5, - anon_sym_print, - anon_sym_async, - anon_sym_exec, - anon_sym_await, - anon_sym_struct, - ACTIONS(485), 5, + ACTIONS(532), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(852), 14, + ACTIONS(1429), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(657), 14, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58139,45 +49361,48 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46905] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(581), 1, + [40925] = 14, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, anon_sym_LPAREN, - ACTIONS(587), 1, + ACTIONS(740), 1, anon_sym_LBRACK, - ACTIONS(597), 1, - anon_sym_LBRACE, - ACTIONS(603), 1, - sym__string_start, - ACTIONS(1503), 1, - anon_sym_match, - STATE(876), 1, + ACTIONS(1245), 1, + sym_identifier, + STATE(978), 1, sym_primary_expression, - ACTIONS(595), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(400), 2, sym_ellipsis, sym_float, - ACTIONS(591), 3, + STATE(830), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, - ACTIONS(583), 5, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(1249), 5, anon_sym_print, anon_sym_async, anon_sym_exec, anon_sym_await, anon_sym_struct, - ACTIONS(599), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(1030), 14, + STATE(791), 12, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -58188,62 +49413,27 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_parenthesized_expression, sym_string, - [46966] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1507), 1, + [40991] = 8, + ACTIONS(1287), 1, anon_sym_DOT, - ACTIONS(1509), 1, + ACTIONS(1289), 1, anon_sym_LPAREN, - ACTIONS(1517), 1, + ACTIONS(1297), 1, anon_sym_STAR_STAR, - ACTIONS(1521), 1, + ACTIONS(1301), 1, anon_sym_LBRACK, - STATE(882), 1, + STATE(651), 1, sym_argument_list, - ACTIONS(1541), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1539), 24, - 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_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [47018] = 3, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1627), 5, + sym_line_continuation, + ACTIONS(1359), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1625), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1357), 25, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -58251,9 +49441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -58271,77 +49459,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [47060] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1022), 3, + [41045] = 11, + ACTIONS(1287), 1, anon_sym_DOT, + ACTIONS(1289), 1, anon_sym_LPAREN, + ACTIONS(1297), 1, + anon_sym_STAR_STAR, + ACTIONS(1301), 1, anon_sym_LBRACK, - ACTIONS(1027), 13, + STATE(651), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1291), 2, anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, + anon_sym_SLASH, + ACTIONS(1305), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(1299), 3, + anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1629), 18, - anon_sym_COMMA, - anon_sym_if, - 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, - [47104] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1029), 1, - anon_sym_COLON_EQ, - ACTIONS(1027), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, + ACTIONS(1359), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 28, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1357), 20, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -58351,148 +49507,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [47148] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1633), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1631), 29, + anon_sym_RBRACE, + [41105] = 15, + ACTIONS(1287), 1, anon_sym_DOT, + ACTIONS(1289), 1, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, + ACTIONS(1297), 1, anon_sym_STAR_STAR, - anon_sym_AT, + ACTIONS(1301), 1, anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, + ACTIONS(1307), 1, anon_sym_PIPE, + ACTIONS(1309), 1, anon_sym_AMP, + ACTIONS(1311), 1, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [47190] = 3, - ACTIONS(3), 1, + STATE(651), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 5, + sym_line_continuation, + ACTIONS(1291), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(206), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(1293), 2, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_LT_LT, + ACTIONS(1305), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(1299), 3, + anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [47232] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(218), 1, - anon_sym_COLON_EQ, - ACTIONS(208), 5, + ACTIONS(1435), 3, anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 28, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1433), 15, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [47276] = 4, - ACTIONS(3), 1, + anon_sym_RBRACE, + [41173] = 8, + ACTIONS(1287), 1, + anon_sym_DOT, + ACTIONS(1289), 1, + anon_sym_LPAREN, + ACTIONS(1297), 1, + anon_sym_STAR_STAR, + ACTIONS(1301), 1, + anon_sym_LBRACK, + STATE(651), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1029), 1, - anon_sym_COLON_EQ, - ACTIONS(1027), 5, + sym_line_continuation, + ACTIONS(1359), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 28, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1357), 25, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -58509,32 +49606,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [47320] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1555), 1, + anon_sym_RBRACE, + [41227] = 8, + ACTIONS(1255), 1, anon_sym_DOT, - ACTIONS(1557), 1, + ACTIONS(1257), 1, anon_sym_LPAREN, - ACTIONS(1565), 1, + ACTIONS(1267), 1, anon_sym_STAR_STAR, - ACTIONS(1569), 1, + ACTIONS(1271), 1, anon_sym_LBRACK, - STATE(907), 1, + STATE(721), 1, sym_argument_list, - ACTIONS(1585), 5, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1359), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1583), 24, - sym__newline, - anon_sym_SEMI, + ACTIONS(1357), 25, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_AT, anon_sym_not, @@ -58553,43 +49651,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [47372] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1555), 1, + anon_sym_RBRACE, + sym_type_conversion, + [41281] = 11, + ACTIONS(1255), 1, anon_sym_DOT, - ACTIONS(1557), 1, + ACTIONS(1257), 1, anon_sym_LPAREN, - ACTIONS(1565), 1, + ACTIONS(1267), 1, anon_sym_STAR_STAR, - ACTIONS(1569), 1, + ACTIONS(1271), 1, anon_sym_LBRACK, - STATE(907), 1, + STATE(721), 1, sym_argument_list, - ACTIONS(1559), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1261), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1541), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1567), 3, + ACTIONS(1277), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1269), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1539), 21, - sym__newline, - anon_sym_SEMI, + ACTIONS(1359), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 20, anon_sym_COMMA, 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_PLUS, - anon_sym_DASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -58599,77 +49700,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [47428] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1048), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1043), 29, + anon_sym_RBRACE, + sym_type_conversion, + [41341] = 15, + ACTIONS(1255), 1, anon_sym_DOT, + ACTIONS(1257), 1, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, + ACTIONS(1267), 1, anon_sym_STAR_STAR, - anon_sym_AT, + ACTIONS(1271), 1, anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, + ACTIONS(1279), 1, anon_sym_PIPE, + ACTIONS(1281), 1, anon_sym_AMP, + ACTIONS(1283), 1, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [47470] = 3, - ACTIONS(3), 1, + STATE(721), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1069), 5, + sym_line_continuation, + ACTIONS(1261), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(1263), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1277), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1269), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1435), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1064), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1433), 15, 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_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -58677,27 +49755,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_RBRACE, sym_type_conversion, - [47512] = 3, - ACTIONS(3), 1, + [41409] = 12, + ACTIONS(514), 1, + anon_sym_match, + ACTIONS(518), 1, + anon_sym_LBRACK, + ACTIONS(528), 1, + anon_sym_LBRACE, + ACTIONS(534), 1, + sym_string_start, + ACTIONS(684), 1, + anon_sym_LPAREN, + STATE(583), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(526), 2, + sym_ellipsis, + sym_float, + ACTIONS(522), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + ACTIONS(532), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(1429), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(657), 14, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [41471] = 8, + ACTIONS(1255), 1, + anon_sym_DOT, + ACTIONS(1257), 1, + anon_sym_LPAREN, + ACTIONS(1267), 1, + anon_sym_STAR_STAR, + ACTIONS(1271), 1, + anon_sym_LBRACK, + STATE(721), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 5, + sym_line_continuation, + ACTIONS(1359), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1357), 25, 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_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -58716,41 +49851,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_RBRACE, sym_type_conversion, - [47554] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1589), 1, + [41525] = 10, + ACTIONS(1287), 1, anon_sym_DOT, - ACTIONS(1591), 1, + ACTIONS(1289), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(1297), 1, anon_sym_STAR_STAR, - ACTIONS(1603), 1, + ACTIONS(1301), 1, anon_sym_LBRACK, - STATE(979), 1, + STATE(651), 1, sym_argument_list, - ACTIONS(1541), 5, - anon_sym_as, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1291), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1299), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1359), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 24, + ACTIONS(1357), 22, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_AT, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -58760,74 +49898,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [47606] = 4, - ACTIONS(3), 1, + anon_sym_RBRACE, + [41583] = 12, + ACTIONS(758), 1, + anon_sym_match, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(770), 1, + anon_sym_LBRACE, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(626), 1, + sym_primary_expression, + ACTIONS(3), 2, sym_comment, - ACTIONS(206), 3, + sym_line_continuation, + ACTIONS(768), 2, + sym_ellipsis, + sym_float, + ACTIONS(764), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + ACTIONS(774), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(1323), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(695), 14, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [41645] = 10, + ACTIONS(1255), 1, anon_sym_DOT, + ACTIONS(1257), 1, anon_sym_LPAREN, + ACTIONS(1267), 1, + anon_sym_STAR_STAR, + ACTIONS(1271), 1, anon_sym_LBRACK, - ACTIONS(208), 13, + STATE(721), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1261), 2, anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_SLASH, + ACTIONS(1269), 3, + anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1635), 18, - anon_sym_COMMA, - anon_sym_if, - 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, - [47650] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1639), 5, - anon_sym_STAR, + ACTIONS(1359), 3, anon_sym_EQ, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1637), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1357), 22, 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_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -58839,286 +49997,456 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_RBRACE, sym_type_conversion, - [47692] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1589), 1, + [41703] = 14, + ACTIONS(1255), 1, anon_sym_DOT, - ACTIONS(1591), 1, + ACTIONS(1257), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(1267), 1, anon_sym_STAR_STAR, - ACTIONS(1603), 1, + ACTIONS(1271), 1, anon_sym_LBRACK, - STATE(979), 1, + ACTIONS(1281), 1, + anon_sym_AMP, + ACTIONS(1283), 1, + anon_sym_CARET, + STATE(721), 1, sym_argument_list, - ACTIONS(1593), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1261), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1607), 2, + ACTIONS(1263), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1277), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1541), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1601), 3, + ACTIONS(1269), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1539), 19, + ACTIONS(1359), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 16, anon_sym_COMMA, - anon_sym_GT_GT, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [47750] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1589), 1, + anon_sym_RBRACE, + sym_type_conversion, + [41769] = 13, + ACTIONS(1255), 1, anon_sym_DOT, - ACTIONS(1591), 1, + ACTIONS(1257), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(1267), 1, anon_sym_STAR_STAR, - ACTIONS(1603), 1, - anon_sym_LBRACK, - ACTIONS(1609), 1, - anon_sym_PIPE, - ACTIONS(1611), 1, - anon_sym_AMP, - ACTIONS(1613), 1, + ACTIONS(1271), 1, + anon_sym_LBRACK, + ACTIONS(1283), 1, anon_sym_CARET, - STATE(979), 1, + STATE(721), 1, sym_argument_list, - ACTIONS(1593), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1261), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1595), 2, + ACTIONS(1263), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1607), 2, + ACTIONS(1277), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1553), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1601), 3, + ACTIONS(1269), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1551), 14, + ACTIONS(1359), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 17, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [47816] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1589), 1, + anon_sym_RBRACE, + sym_type_conversion, + [41833] = 12, + ACTIONS(1255), 1, anon_sym_DOT, - ACTIONS(1591), 1, + ACTIONS(1257), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(1267), 1, anon_sym_STAR_STAR, - ACTIONS(1603), 1, + ACTIONS(1271), 1, anon_sym_LBRACK, - STATE(979), 1, + STATE(721), 1, sym_argument_list, - ACTIONS(1541), 5, - anon_sym_as, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1261), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1263), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1277), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1269), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1359), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 24, + ACTIONS(1357), 18, anon_sym_COMMA, - anon_sym_GT_GT, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_AT, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [47868] = 10, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [41895] = 14, + ACTIONS(385), 1, + anon_sym_match, + ACTIONS(402), 1, + anon_sym_LBRACE, + ACTIONS(406), 1, + sym_string_start, + ACTIONS(738), 1, + anon_sym_LPAREN, + ACTIONS(740), 1, + anon_sym_LBRACK, + ACTIONS(1437), 1, + sym_identifier, + STATE(973), 1, + sym_primary_expression, + ACTIONS(3), 2, sym_comment, - ACTIONS(1589), 1, + sym_line_continuation, + ACTIONS(400), 2, + sym_ellipsis, + sym_float, + STATE(932), 2, + sym_attribute, + sym_subscript, + ACTIONS(396), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + ACTIONS(404), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(1439), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(791), 12, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [41961] = 14, + ACTIONS(1287), 1, anon_sym_DOT, - ACTIONS(1591), 1, + ACTIONS(1289), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(1297), 1, anon_sym_STAR_STAR, - ACTIONS(1603), 1, + ACTIONS(1301), 1, anon_sym_LBRACK, - STATE(979), 1, + ACTIONS(1309), 1, + anon_sym_AMP, + ACTIONS(1311), 1, + anon_sym_CARET, + STATE(651), 1, sym_argument_list, - ACTIONS(1593), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1291), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1541), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1601), 3, + ACTIONS(1293), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1305), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1299), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1539), 21, + ACTIONS(1359), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 16, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [47924] = 14, - ACTIONS(3), 1, + anon_sym_RBRACE, + [42027] = 12, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(750), 1, + sym_primary_expression, + ACTIONS(3), 2, sym_comment, - ACTIONS(1589), 1, + sym_line_continuation, + ACTIONS(428), 2, + sym_ellipsis, + sym_float, + ACTIONS(424), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + ACTIONS(432), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(1431), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(907), 14, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [42089] = 13, + ACTIONS(1287), 1, anon_sym_DOT, - ACTIONS(1591), 1, + ACTIONS(1289), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(1297), 1, anon_sym_STAR_STAR, - ACTIONS(1603), 1, + ACTIONS(1301), 1, anon_sym_LBRACK, - ACTIONS(1611), 1, - anon_sym_AMP, - ACTIONS(1613), 1, + ACTIONS(1311), 1, anon_sym_CARET, - STATE(979), 1, + STATE(651), 1, sym_argument_list, - ACTIONS(1593), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1291), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1595), 2, + ACTIONS(1293), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1607), 2, + ACTIONS(1305), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1541), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1601), 3, + ACTIONS(1299), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1539), 15, + ACTIONS(1359), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 17, anon_sym_COMMA, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PIPE, + anon_sym_AMP, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [47988] = 15, - ACTIONS(3), 1, + anon_sym_RBRACE, + [42153] = 12, + ACTIONS(758), 1, + anon_sym_match, + ACTIONS(760), 1, + anon_sym_LBRACK, + ACTIONS(770), 1, + anon_sym_LBRACE, + ACTIONS(776), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LPAREN, + STATE(529), 1, + sym_primary_expression, + ACTIONS(3), 2, sym_comment, - ACTIONS(1507), 1, + sym_line_continuation, + ACTIONS(768), 2, + sym_ellipsis, + sym_float, + ACTIONS(764), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + ACTIONS(774), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(1323), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(695), 14, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [42215] = 15, + ACTIONS(1255), 1, anon_sym_DOT, - ACTIONS(1509), 1, + ACTIONS(1257), 1, anon_sym_LPAREN, - ACTIONS(1517), 1, + ACTIONS(1267), 1, anon_sym_STAR_STAR, - ACTIONS(1521), 1, + ACTIONS(1271), 1, anon_sym_LBRACK, - ACTIONS(1527), 1, + ACTIONS(1279), 1, anon_sym_PIPE, - ACTIONS(1529), 1, + ACTIONS(1281), 1, anon_sym_AMP, - ACTIONS(1531), 1, + ACTIONS(1283), 1, anon_sym_CARET, - STATE(882), 1, + STATE(721), 1, sym_argument_list, - ACTIONS(1511), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1261), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1513), 2, + ACTIONS(1263), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1525), 2, + ACTIONS(1277), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1519), 3, + ACTIONS(1269), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1537), 3, + ACTIONS(1427), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1535), 14, + ACTIONS(1425), 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, @@ -59128,26 +50456,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [48054] = 4, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [42283] = 12, + ACTIONS(418), 1, + anon_sym_match, + ACTIONS(430), 1, + anon_sym_LBRACE, + ACTIONS(434), 1, + sym_string_start, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(900), 1, + anon_sym_LPAREN, + STATE(859), 1, + sym_primary_expression, + ACTIONS(3), 2, sym_comment, - ACTIONS(1029), 1, - anon_sym_COLON_EQ, - ACTIONS(1027), 6, + sym_line_continuation, + ACTIONS(428), 2, + sym_ellipsis, + sym_float, + ACTIONS(424), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + ACTIONS(432), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(1431), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(907), 14, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [42345] = 12, + ACTIONS(59), 1, + anon_sym_LBRACE, + ACTIONS(65), 1, + sym_string_start, + ACTIONS(225), 1, + anon_sym_match, + ACTIONS(844), 1, + anon_sym_LPAREN, + ACTIONS(846), 1, + anon_sym_LBRACK, + STATE(630), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(57), 2, + sym_ellipsis, + sym_float, + ACTIONS(53), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_TILDE, + ACTIONS(61), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(1315), 5, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + anon_sym_await, + anon_sym_struct, + STATE(775), 14, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_parenthesized_expression, + sym_string, + [42407] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(952), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 27, + ACTIONS(950), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_else, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -59168,30 +50597,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [48098] = 4, - ACTIONS(3), 1, + anon_sym_RBRACE, + [42450] = 8, + ACTIONS(1393), 1, + anon_sym_DOT, + ACTIONS(1395), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, + anon_sym_STAR_STAR, + ACTIONS(1407), 1, + anon_sym_LBRACK, + STATE(749), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(218), 1, - anon_sym_COLON_EQ, - ACTIONS(208), 6, + sym_line_continuation, + ACTIONS(1359), 5, anon_sym_STAR, - anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 27, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1357), 24, + sym__newline, + anon_sym_SEMI, 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_AT, - anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -59208,164 +50643,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [48142] = 13, - ACTIONS(3), 1, + [42503] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1589), 1, - anon_sym_DOT, - ACTIONS(1591), 1, - anon_sym_LPAREN, - ACTIONS(1599), 1, - anon_sym_STAR_STAR, - ACTIONS(1603), 1, - anon_sym_LBRACK, - ACTIONS(1613), 1, - anon_sym_CARET, - STATE(979), 1, - sym_argument_list, - ACTIONS(1593), 2, + sym_line_continuation, + ACTIONS(1443), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1595), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1607), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1541), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1601), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1539), 16, + ACTIONS(1441), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [48204] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1589), 1, - anon_sym_DOT, - ACTIONS(1591), 1, - anon_sym_LPAREN, - ACTIONS(1599), 1, - anon_sym_STAR_STAR, - ACTIONS(1603), 1, - anon_sym_LBRACK, - STATE(979), 1, - sym_argument_list, - ACTIONS(1593), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1595), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1607), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1541), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1601), 3, - anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1539), 17, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [48264] = 15, - ACTIONS(3), 1, + anon_sym_RBRACE, + [42546] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1589), 1, - anon_sym_DOT, - ACTIONS(1591), 1, - anon_sym_LPAREN, - ACTIONS(1599), 1, - anon_sym_STAR_STAR, - ACTIONS(1603), 1, - anon_sym_LBRACK, - ACTIONS(1609), 1, - anon_sym_PIPE, - ACTIONS(1611), 1, - anon_sym_AMP, - ACTIONS(1613), 1, - anon_sym_CARET, - STATE(979), 1, - sym_argument_list, - ACTIONS(1593), 2, + sym_line_continuation, + ACTIONS(1447), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1595), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1607), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1537), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1601), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1535), 14, + ACTIONS(1445), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [48330] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + [42589] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1027), 5, + sym_line_continuation, + ACTIONS(1451), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 29, + ACTIONS(1449), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -59395,16 +50763,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [48372] = 3, - ACTIONS(3), 1, + [42632] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1633), 5, + sym_line_continuation, + ACTIONS(1455), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1631), 29, + ACTIONS(1453), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -59434,24 +50803,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [48414] = 3, - ACTIONS(3), 1, + [42675] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(977), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 29, + ACTIONS(975), 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_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -59473,25 +50842,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [48456] = 5, - ACTIONS(3), 1, + sym_type_conversion, + [42718] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(218), 1, - anon_sym_COLON_EQ, - ACTIONS(213), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(208), 5, + sym_line_continuation, + ACTIONS(981), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 26, + ACTIONS(979), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, @@ -59514,113 +50882,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [48502] = 12, - ACTIONS(3), 1, + anon_sym_RBRACE, + [42761] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1507), 1, - anon_sym_DOT, - ACTIONS(1509), 1, - anon_sym_LPAREN, - ACTIONS(1517), 1, - anon_sym_STAR_STAR, - ACTIONS(1521), 1, - anon_sym_LBRACK, - STATE(882), 1, - sym_argument_list, - ACTIONS(1511), 2, + sym_line_continuation, + ACTIONS(1459), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1513), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1525), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1519), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 17, + ACTIONS(1457), 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_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [48562] = 13, - ACTIONS(3), 1, + anon_sym_RBRACE, + [42804] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1507), 1, - anon_sym_DOT, - ACTIONS(1509), 1, - anon_sym_LPAREN, - ACTIONS(1517), 1, - anon_sym_STAR_STAR, - ACTIONS(1521), 1, - anon_sym_LBRACK, - ACTIONS(1531), 1, - anon_sym_CARET, - STATE(882), 1, - sym_argument_list, - ACTIONS(1511), 2, + sym_line_continuation, + ACTIONS(1463), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1513), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1525), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1519), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 16, + ACTIONS(1461), 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_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [48624] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [42847] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1639), 5, + sym_line_continuation, + ACTIONS(1467), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1637), 29, + ACTIONS(1465), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -59650,76 +51003,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [48666] = 14, - ACTIONS(3), 1, + [42890] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1507), 1, - anon_sym_DOT, - ACTIONS(1509), 1, - anon_sym_LPAREN, - ACTIONS(1517), 1, - anon_sym_STAR_STAR, - ACTIONS(1521), 1, - anon_sym_LBRACK, - ACTIONS(1529), 1, - anon_sym_AMP, - ACTIONS(1531), 1, - anon_sym_CARET, - STATE(882), 1, - sym_argument_list, - ACTIONS(1511), 2, + sym_line_continuation, + ACTIONS(1471), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1513), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1525), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1519), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 15, + ACTIONS(1469), 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_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [48730] = 4, - ACTIONS(3), 1, + anon_sym_RBRACE, + [42933] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(218), 1, - anon_sym_COLON_EQ, - ACTIONS(208), 5, + sym_line_continuation, + ACTIONS(1475), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(1473), 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_AT, @@ -59740,16 +51081,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [48774] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [42976] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1643), 5, + sym_line_continuation, + ACTIONS(952), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1641), 29, + ACTIONS(950), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -59779,43 +51123,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_RBRACE, sym_type_conversion, - [48816] = 10, - ACTIONS(3), 1, + [43019] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1507), 1, - anon_sym_DOT, - ACTIONS(1509), 1, - anon_sym_LPAREN, - ACTIONS(1517), 1, - anon_sym_STAR_STAR, - ACTIONS(1521), 1, - anon_sym_LBRACK, - STATE(882), 1, - sym_argument_list, - ACTIONS(1511), 2, + sym_line_continuation, + ACTIONS(952), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1519), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 21, + ACTIONS(950), 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_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -59825,71 +51161,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [48872] = 19, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [43062] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1447), 1, + sym_line_continuation, + ACTIONS(967), 5, + anon_sym_STAR, anon_sym_EQ, - ACTIONS(1645), 1, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(965), 29, anon_sym_DOT, - ACTIONS(1647), 1, anon_sym_LPAREN, - ACTIONS(1655), 1, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, - ACTIONS(1659), 1, + anon_sym_AT, anon_sym_LBRACK, - ACTIONS(1661), 1, anon_sym_not, - ACTIONS(1665), 1, - anon_sym_PIPE, - ACTIONS(1667), 1, - anon_sym_AMP, - ACTIONS(1669), 1, - anon_sym_CARET, - STATE(992), 1, - sym_argument_list, - STATE(1094), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1649), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1651), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1663), 2, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1671), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1657), 3, - anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1445), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_and, - anon_sym_or, - ACTIONS(1653), 6, - anon_sym_in, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [48946] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [43105] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1675), 5, + sym_line_continuation, + ACTIONS(1479), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1673), 29, + ACTIONS(1477), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -59919,16 +51243,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [48988] = 3, - ACTIONS(3), 1, + [43148] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1679), 5, + sym_line_continuation, + ACTIONS(1483), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1677), 29, + ACTIONS(1481), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -59958,16 +51283,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_RBRACE, sym_type_conversion, - [49030] = 3, - ACTIONS(3), 1, + [43191] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1683), 5, + sym_line_continuation, + ACTIONS(1487), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1681), 29, + ACTIONS(1485), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -59997,34 +51323,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_RBRACE, sym_type_conversion, - [49072] = 8, - ACTIONS(3), 1, + [43234] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1507), 1, + sym_line_continuation, + ACTIONS(1491), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1489), 29, anon_sym_DOT, - ACTIONS(1509), 1, anon_sym_LPAREN, - ACTIONS(1517), 1, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, anon_sym_STAR_STAR, - ACTIONS(1521), 1, + anon_sym_AT, anon_sym_LBRACK, - STATE(882), 1, - sym_argument_list, - ACTIONS(1541), 5, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_RBRACE, + [43277] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1495), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 24, + ACTIONS(1493), 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_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -60041,23 +51401,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [49124] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [43320] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1687), 5, + sym_line_continuation, + ACTIONS(1499), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1685), 29, + ACTIONS(1497), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -60079,24 +51443,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - sym_type_conversion, - [49166] = 3, - ACTIONS(3), 1, + [43363] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1691), 5, + sym_line_continuation, + ACTIONS(1503), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1689), 29, + ACTIONS(1501), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -60118,24 +51483,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - sym_type_conversion, - [49208] = 3, - ACTIONS(3), 1, + [43406] = 15, + ACTIONS(1393), 1, + anon_sym_DOT, + ACTIONS(1395), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, + anon_sym_STAR_STAR, + ACTIONS(1407), 1, + anon_sym_LBRACK, + ACTIONS(1413), 1, + anon_sym_PIPE, + ACTIONS(1415), 1, + anon_sym_AMP, + ACTIONS(1417), 1, + anon_sym_CARET, + STATE(749), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1695), 5, + sym_line_continuation, + ACTIONS(1397), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1399), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1411), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1405), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1427), 3, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1425), 14, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [43473] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1507), 5, + anon_sym_as, + anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1693), 29, + ACTIONS(1505), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -60157,24 +51575,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - sym_type_conversion, - [49250] = 3, - ACTIONS(3), 1, + [43516] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1083), 5, + sym_line_continuation, + ACTIONS(209), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1081), 29, + ACTIONS(207), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -60196,24 +51615,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - sym_type_conversion, - [49292] = 3, - ACTIONS(3), 1, + [43559] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1699), 5, + sym_line_continuation, + ACTIONS(209), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1697), 29, + ACTIONS(207), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -60235,17 +51655,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - sym_type_conversion, - [49334] = 3, - ACTIONS(3), 1, + [43602] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1643), 5, + sym_line_continuation, + ACTIONS(1511), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1641), 29, + ACTIONS(1509), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -60275,16 +51695,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [49376] = 3, - ACTIONS(3), 1, + [43645] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1679), 5, + sym_line_continuation, + ACTIONS(909), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1677), 29, + ACTIONS(904), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -60314,49 +51735,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [49418] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1507), 1, + [43688] = 15, + ACTIONS(1361), 1, anon_sym_DOT, - ACTIONS(1509), 1, + ACTIONS(1363), 1, anon_sym_LPAREN, - ACTIONS(1517), 1, + ACTIONS(1371), 1, anon_sym_STAR_STAR, - ACTIONS(1521), 1, + ACTIONS(1375), 1, anon_sym_LBRACK, - ACTIONS(1527), 1, + ACTIONS(1381), 1, anon_sym_PIPE, - ACTIONS(1529), 1, + ACTIONS(1383), 1, anon_sym_AMP, - ACTIONS(1531), 1, + ACTIONS(1385), 1, anon_sym_CARET, - STATE(882), 1, + STATE(801), 1, sym_argument_list, - ACTIONS(1511), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1365), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1513), 2, + ACTIONS(1367), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1525), 2, + ACTIONS(1379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1519), 3, + ACTIONS(1373), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1553), 3, - anon_sym_EQ, + ACTIONS(1427), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1551), 14, + ACTIONS(1425), 14, anon_sym_COMMA, - anon_sym_as, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -60365,16 +51787,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [49484] = 3, - ACTIONS(3), 1, + [43755] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1683), 5, + sym_line_continuation, + ACTIONS(1515), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1681), 29, + ACTIONS(1513), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -60404,28 +51827,175 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [49526] = 5, - ACTIONS(3), 1, + [43798] = 12, + ACTIONS(1361), 1, + anon_sym_DOT, + ACTIONS(1363), 1, + anon_sym_LPAREN, + ACTIONS(1371), 1, + anon_sym_STAR_STAR, + ACTIONS(1375), 1, + anon_sym_LBRACK, + STATE(801), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1029), 1, - anon_sym_COLON_EQ, - ACTIONS(1024), 2, + sym_line_continuation, + ACTIONS(1365), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1367), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1379), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1359), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1373), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 17, anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, anon_sym_RBRACK, - ACTIONS(1027), 5, - anon_sym_as, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [43859] = 13, + ACTIONS(1361), 1, + anon_sym_DOT, + ACTIONS(1363), 1, + anon_sym_LPAREN, + ACTIONS(1371), 1, + anon_sym_STAR_STAR, + ACTIONS(1375), 1, + anon_sym_LBRACK, + ACTIONS(1385), 1, + anon_sym_CARET, + STATE(801), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1365), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1367), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1379), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1359), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 26, + ACTIONS(1373), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 16, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [43922] = 14, + ACTIONS(1361), 1, anon_sym_DOT, + ACTIONS(1363), 1, anon_sym_LPAREN, + ACTIONS(1371), 1, + anon_sym_STAR_STAR, + ACTIONS(1375), 1, + anon_sym_LBRACK, + ACTIONS(1383), 1, + anon_sym_AMP, + ACTIONS(1385), 1, + anon_sym_CARET, + STATE(801), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1365), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1367), 2, anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1379), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1359), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1373), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 15, + anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, + anon_sym_RBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PIPE, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [43987] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(989), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(987), 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_AT, anon_sym_LBRACK, @@ -60445,34 +52015,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [49572] = 8, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [44030] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1589), 1, - anon_sym_DOT, - ACTIONS(1591), 1, - anon_sym_LPAREN, - ACTIONS(1599), 1, - anon_sym_STAR_STAR, - ACTIONS(1603), 1, - anon_sym_LBRACK, - STATE(979), 1, - sym_argument_list, - ACTIONS(1585), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1519), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1583), 24, + ACTIONS(1517), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_RBRACK, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -60489,16 +52055,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [49624] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [44073] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1675), 5, + sym_line_continuation, + ACTIONS(1515), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1673), 29, + ACTIONS(1513), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -60528,28 +52097,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_RBRACE, sym_type_conversion, - [49666] = 3, - ACTIONS(3), 1, + [44116] = 10, + ACTIONS(1361), 1, + anon_sym_DOT, + ACTIONS(1363), 1, + anon_sym_LPAREN, + ACTIONS(1371), 1, + anon_sym_STAR_STAR, + ACTIONS(1375), 1, + anon_sym_LBRACK, + STATE(801), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1691), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1365), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1359), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1689), 29, + ACTIONS(1373), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 21, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [44173] = 8, + ACTIONS(1361), 1, anon_sym_DOT, + ACTIONS(1363), 1, anon_sym_LPAREN, + ACTIONS(1371), 1, + anon_sym_STAR_STAR, + ACTIONS(1375), 1, + anon_sym_LBRACK, + STATE(801), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1359), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 24, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -60566,25 +52189,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - [49708] = 3, - ACTIONS(3), 1, + [44226] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1695), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1523), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1693), 29, + ACTIONS(1521), 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_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -60606,49 +52228,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [49750] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1555), 1, + sym_type_conversion, + [44269] = 18, + ACTIONS(1525), 1, anon_sym_DOT, - ACTIONS(1557), 1, + ACTIONS(1527), 1, anon_sym_LPAREN, - ACTIONS(1565), 1, + ACTIONS(1535), 1, anon_sym_STAR_STAR, - ACTIONS(1569), 1, + ACTIONS(1539), 1, anon_sym_LBRACK, - ACTIONS(1575), 1, + ACTIONS(1541), 1, + anon_sym_not, + ACTIONS(1545), 1, anon_sym_PIPE, - ACTIONS(1577), 1, + ACTIONS(1547), 1, anon_sym_AMP, - ACTIONS(1579), 1, + ACTIONS(1549), 1, anon_sym_CARET, - STATE(907), 1, + STATE(908), 1, sym_argument_list, - ACTIONS(1559), 2, + STATE(966), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1529), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1561), 2, + ACTIONS(1531), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1573), 2, + ACTIONS(1543), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1537), 3, - anon_sym_EQ, + ACTIONS(1551), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1567), 3, + ACTIONS(1537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1535), 14, - sym__newline, - anon_sym_SEMI, + ACTIONS(1533), 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(1259), 7, anon_sym_COMMA, anon_sym_as, anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_and, + anon_sym_or, + [44342] = 15, + ACTIONS(1361), 1, + anon_sym_DOT, + ACTIONS(1363), 1, + anon_sym_LPAREN, + ACTIONS(1371), 1, + anon_sym_STAR_STAR, + ACTIONS(1375), 1, + anon_sym_LBRACK, + ACTIONS(1381), 1, + anon_sym_PIPE, + ACTIONS(1383), 1, + anon_sym_AMP, + ACTIONS(1385), 1, + anon_sym_CARET, + STATE(801), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1365), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1367), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1379), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1373), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1435), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1433), 14, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -60657,28 +52336,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [49816] = 3, - ACTIONS(3), 1, + [44409] = 11, + ACTIONS(1361), 1, + anon_sym_DOT, + ACTIONS(1363), 1, + anon_sym_LPAREN, + ACTIONS(1371), 1, + anon_sym_STAR_STAR, + ACTIONS(1375), 1, + anon_sym_LBRACK, + STATE(801), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1069), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1365), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1379), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1359), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1064), 29, + ACTIONS(1373), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 19, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [44468] = 8, + ACTIONS(1361), 1, anon_sym_DOT, + ACTIONS(1363), 1, anon_sym_LPAREN, + ACTIONS(1371), 1, + anon_sym_STAR_STAR, + ACTIONS(1375), 1, + anon_sym_LBRACK, + STATE(801), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1359), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 24, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -60695,17 +52429,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - [49858] = 3, - ACTIONS(3), 1, + [44521] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1048), 5, + sym_line_continuation, + ACTIONS(1519), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1043), 29, + ACTIONS(1517), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -60735,34 +52469,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [49900] = 8, - ACTIONS(3), 1, + [44564] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1555), 1, - anon_sym_DOT, - ACTIONS(1557), 1, - anon_sym_LPAREN, - ACTIONS(1565), 1, - anon_sym_STAR_STAR, - ACTIONS(1569), 1, - anon_sym_LBRACK, - STATE(907), 1, - sym_argument_list, - ACTIONS(1541), 5, + sym_line_continuation, + ACTIONS(1443), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 24, - sym__newline, - anon_sym_SEMI, + ACTIONS(1441), 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_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -60779,44 +52507,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [49952] = 11, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [44607] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1555), 1, - anon_sym_DOT, - ACTIONS(1557), 1, - anon_sym_LPAREN, - ACTIONS(1565), 1, - anon_sym_STAR_STAR, - ACTIONS(1569), 1, - anon_sym_LBRACK, - STATE(907), 1, - sym_argument_list, - ACTIONS(1559), 2, + sym_line_continuation, + ACTIONS(989), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1573), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1541), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1567), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1539), 19, - sym__newline, - anon_sym_SEMI, + ACTIONS(987), 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_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -60826,16 +52548,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [50010] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + [44650] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1083), 5, + sym_line_continuation, + ACTIONS(1495), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1081), 29, + ACTIONS(1493), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -60865,85 +52589,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [50052] = 15, - ACTIONS(3), 1, + [44693] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1555), 1, - anon_sym_DOT, - ACTIONS(1557), 1, - anon_sym_LPAREN, - ACTIONS(1565), 1, - anon_sym_STAR_STAR, - ACTIONS(1569), 1, - anon_sym_LBRACK, - ACTIONS(1575), 1, - anon_sym_PIPE, - ACTIONS(1577), 1, - anon_sym_AMP, - ACTIONS(1579), 1, - anon_sym_CARET, - STATE(907), 1, - sym_argument_list, - ACTIONS(1559), 2, + sym_line_continuation, + ACTIONS(1447), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1561), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1573), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1553), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1567), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1551), 14, - sym__newline, - anon_sym_SEMI, + ACTIONS(1445), 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_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [50118] = 8, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [44736] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1555), 1, - anon_sym_DOT, - ACTIONS(1557), 1, - anon_sym_LPAREN, - ACTIONS(1565), 1, - anon_sym_STAR_STAR, - ACTIONS(1569), 1, - anon_sym_LBRACK, - STATE(907), 1, - sym_argument_list, - ACTIONS(1541), 5, + sym_line_continuation, + ACTIONS(977), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 24, - sym__newline, - anon_sym_SEMI, + ACTIONS(975), 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_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -60960,24 +52667,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [50170] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [44779] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1699), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(959), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1697), 29, + ACTIONS(954), 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_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -60999,24 +52708,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [50212] = 3, - ACTIONS(3), 1, + sym_type_conversion, + [44822] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1703), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1451), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1701), 29, + ACTIONS(1449), 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_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -61038,24 +52748,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [50254] = 3, - ACTIONS(3), 1, + sym_type_conversion, + [44865] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1707), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(944), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1705), 29, + ACTIONS(939), 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_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -61077,67 +52788,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [50296] = 3, - ACTIONS(3), 1, + sym_type_conversion, + [44908] = 12, + ACTIONS(1393), 1, + anon_sym_DOT, + ACTIONS(1395), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, + anon_sym_STAR_STAR, + ACTIONS(1407), 1, + anon_sym_LBRACK, + STATE(749), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1711), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1397), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1399), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1411), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1359), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1709), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1405), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 17, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_GT_GT, + anon_sym_as, anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - [50338] = 3, - ACTIONS(3), 1, + [44969] = 8, + ACTIONS(1361), 1, + anon_sym_DOT, + ACTIONS(1363), 1, + anon_sym_LPAREN, + ACTIONS(1371), 1, + anon_sym_STAR_STAR, + ACTIONS(1375), 1, + anon_sym_LBRACK, + STATE(801), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1715), 5, + sym_line_continuation, + ACTIONS(1319), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1713), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1317), 24, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -61154,17 +52883,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - [50380] = 3, - ACTIONS(3), 1, + [45022] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1719), 5, + sym_line_continuation, + ACTIONS(1487), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1717), 29, + ACTIONS(1485), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -61194,44 +52923,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [50422] = 11, - ACTIONS(3), 1, + [45065] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1507), 1, - anon_sym_DOT, - ACTIONS(1509), 1, - anon_sym_LPAREN, - ACTIONS(1517), 1, - anon_sym_STAR_STAR, - ACTIONS(1521), 1, - anon_sym_LBRACK, - STATE(882), 1, - sym_argument_list, - ACTIONS(1511), 2, + sym_line_continuation, + ACTIONS(1483), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1525), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1519), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1541), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 19, + ACTIONS(1481), 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_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -61241,16 +52962,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [50480] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + [45108] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1041), 5, + sym_line_continuation, + ACTIONS(967), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1039), 29, + ACTIONS(965), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -61280,16 +53003,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [50522] = 3, - ACTIONS(3), 1, + [45151] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1723), 5, + sym_line_continuation, + ACTIONS(952), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1721), 29, + ACTIONS(950), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -61319,73 +53043,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [50564] = 14, - ACTIONS(3), 1, + [45194] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1555), 1, - anon_sym_DOT, - ACTIONS(1557), 1, - anon_sym_LPAREN, - ACTIONS(1565), 1, - anon_sym_STAR_STAR, - ACTIONS(1569), 1, - anon_sym_LBRACK, - ACTIONS(1577), 1, - anon_sym_AMP, - ACTIONS(1579), 1, - anon_sym_CARET, - STATE(907), 1, - sym_argument_list, - ACTIONS(1559), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1561), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1573), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1541), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1567), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1539), 15, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, + sym_line_continuation, + ACTIONS(1475), 5, anon_sym_as, - anon_sym_if, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PIPE, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [50628] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1703), 5, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1701), 29, + ACTIONS(1473), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -61407,63 +53083,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - sym_type_conversion, - [50670] = 3, - ACTIONS(3), 1, + [45237] = 15, + ACTIONS(1329), 1, + anon_sym_DOT, + ACTIONS(1331), 1, + anon_sym_LPAREN, + ACTIONS(1339), 1, + anon_sym_STAR_STAR, + ACTIONS(1343), 1, + anon_sym_LBRACK, + ACTIONS(1349), 1, + anon_sym_PIPE, + ACTIONS(1351), 1, + anon_sym_AMP, + ACTIONS(1353), 1, + anon_sym_CARET, + STATE(826), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1727), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1333), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1335), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1347), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1341), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1427), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1725), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1425), 14, anon_sym_COMMA, - anon_sym_GT_GT, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, + anon_sym_else, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - [50712] = 3, - ACTIONS(3), 1, + [45304] = 4, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1707), 5, + sym_line_continuation, + ACTIONS(209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1705), 29, + ACTIONS(207), 28, + sym__newline, + anon_sym_SEMI, 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_AT, @@ -61484,25 +53176,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [50754] = 3, - ACTIONS(3), 1, + [45349] = 4, + ACTIONS(911), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1711), 5, + sym_line_continuation, + ACTIONS(909), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1709), 29, + ACTIONS(904), 28, + sym__newline, + anon_sym_SEMI, 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_AT, @@ -61523,115 +53217,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [50796] = 13, - ACTIONS(3), 1, + [45394] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1555), 1, - anon_sym_DOT, - ACTIONS(1557), 1, - anon_sym_LPAREN, - ACTIONS(1565), 1, - anon_sym_STAR_STAR, - ACTIONS(1569), 1, - anon_sym_LBRACK, - ACTIONS(1579), 1, - anon_sym_CARET, - STATE(907), 1, - sym_argument_list, - ACTIONS(1559), 2, + sym_line_continuation, + ACTIONS(1463), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1561), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1573), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1541), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1567), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1539), 16, - sym__newline, - anon_sym_SEMI, + ACTIONS(1461), 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_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [50858] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1555), 1, - anon_sym_DOT, - ACTIONS(1557), 1, - anon_sym_LPAREN, - ACTIONS(1565), 1, - anon_sym_STAR_STAR, - ACTIONS(1569), 1, - anon_sym_LBRACK, - STATE(907), 1, - sym_argument_list, - ACTIONS(1559), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1561), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1573), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1541), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1567), 3, - anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1539), 17, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [50918] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + [45437] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1731), 5, + sym_line_continuation, + ACTIONS(977), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1729), 29, + ACTIONS(975), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -61661,16 +53297,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [50960] = 3, - ACTIONS(3), 1, + [45480] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1087), 5, + sym_line_continuation, + ACTIONS(977), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1085), 29, + ACTIONS(975), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -61700,24 +53337,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [51002] = 3, - ACTIONS(3), 1, + [45523] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1091), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(909), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1089), 29, + ACTIONS(904), 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_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -61739,112 +53376,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [51044] = 3, - ACTIONS(3), 1, + sym_type_conversion, + [45566] = 12, + ACTIONS(1329), 1, + anon_sym_DOT, + ACTIONS(1331), 1, + anon_sym_LPAREN, + ACTIONS(1339), 1, + anon_sym_STAR_STAR, + ACTIONS(1343), 1, + anon_sym_LBRACK, + STATE(826), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1715), 5, + sym_line_continuation, + ACTIONS(1333), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(1335), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1347), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1341), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1359), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1713), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1357), 17, 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_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [51086] = 3, - ACTIONS(3), 1, + [45627] = 13, + ACTIONS(1329), 1, + anon_sym_DOT, + ACTIONS(1331), 1, + anon_sym_LPAREN, + ACTIONS(1339), 1, + anon_sym_STAR_STAR, + ACTIONS(1343), 1, + anon_sym_LBRACK, + ACTIONS(1353), 1, + anon_sym_CARET, + STATE(826), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1719), 5, + sym_line_continuation, + ACTIONS(1333), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(1335), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1347), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1341), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1359), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1717), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1357), 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_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [45690] = 14, + ACTIONS(1329), 1, + anon_sym_DOT, + ACTIONS(1331), 1, + anon_sym_LPAREN, + ACTIONS(1339), 1, + anon_sym_STAR_STAR, + ACTIONS(1343), 1, + anon_sym_LBRACK, + ACTIONS(1351), 1, + anon_sym_AMP, + ACTIONS(1353), 1, + anon_sym_CARET, + STATE(826), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1333), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1335), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1347), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(1341), 3, + anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + ACTIONS(1359), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 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_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [51128] = 3, - ACTIONS(3), 1, + [45755] = 10, + ACTIONS(1329), 1, + anon_sym_DOT, + ACTIONS(1331), 1, + anon_sym_LPAREN, + ACTIONS(1339), 1, + anon_sym_STAR_STAR, + ACTIONS(1343), 1, + anon_sym_LBRACK, + STATE(826), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1627), 5, + sym_line_continuation, + ACTIONS(1333), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(1341), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1359), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1625), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1357), 21, 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_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -61854,29 +53574,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [51170] = 3, - ACTIONS(3), 1, + [45812] = 8, + ACTIONS(1329), 1, + anon_sym_DOT, + ACTIONS(1331), 1, + anon_sym_LPAREN, + ACTIONS(1339), 1, + anon_sym_STAR_STAR, + ACTIONS(1343), 1, + anon_sym_LBRACK, + STATE(826), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1041), 5, + sym_line_continuation, + ACTIONS(1359), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1039), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1357), 24, 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_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -61893,37 +53619,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [51212] = 3, - ACTIONS(3), 1, + [45865] = 15, + ACTIONS(1329), 1, + anon_sym_DOT, + ACTIONS(1331), 1, + anon_sym_LPAREN, + ACTIONS(1339), 1, + anon_sym_STAR_STAR, + ACTIONS(1343), 1, + anon_sym_LBRACK, + ACTIONS(1349), 1, + anon_sym_PIPE, + ACTIONS(1351), 1, + anon_sym_AMP, + ACTIONS(1353), 1, + anon_sym_CARET, + STATE(826), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1091), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1333), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1335), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1347), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1341), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1435), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1089), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1433), 14, anon_sym_COMMA, - anon_sym_GT_GT, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, + anon_sym_else, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [45932] = 11, + ACTIONS(1329), 1, + anon_sym_DOT, + ACTIONS(1331), 1, + anon_sym_LPAREN, + ACTIONS(1339), 1, + anon_sym_STAR_STAR, + ACTIONS(1343), 1, + anon_sym_LBRACK, + STATE(826), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1333), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1347), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(1341), 3, + anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + ACTIONS(1359), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 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_not, + anon_sym_and, + anon_sym_or, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -61933,28 +53719,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - [51254] = 3, - ACTIONS(3), 1, + [45991] = 8, + ACTIONS(1329), 1, + anon_sym_DOT, + ACTIONS(1331), 1, + anon_sym_LPAREN, + ACTIONS(1339), 1, + anon_sym_STAR_STAR, + ACTIONS(1343), 1, + anon_sym_LBRACK, + STATE(826), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1723), 5, + sym_line_continuation, + ACTIONS(1359), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1721), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1357), 24, 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_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -61971,18 +53764,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [51296] = 3, - ACTIONS(3), 1, + [46044] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1727), 5, + sym_line_continuation, + ACTIONS(1511), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1725), 29, + ACTIONS(1509), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -62012,16 +53804,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_RBRACE, sym_type_conversion, - [51338] = 3, - ACTIONS(3), 1, + [46087] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1731), 5, + sym_line_continuation, + ACTIONS(209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1729), 29, + ACTIONS(207), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -62051,27 +53844,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_RBRACE, sym_type_conversion, - [51380] = 3, - ACTIONS(3), 1, + [46130] = 4, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1087), 5, + sym_line_continuation, + ACTIONS(209), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1085), 29, + ACTIONS(207), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -62088,29 +53885,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [51422] = 3, - ACTIONS(3), 1, + [46175] = 4, + ACTIONS(911), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1091), 5, + sym_line_continuation, + ACTIONS(909), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1089), 29, + ACTIONS(904), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -62127,18 +53926,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [51464] = 3, - ACTIONS(3), 1, + [46220] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1091), 5, + sym_line_continuation, + ACTIONS(209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1089), 29, + ACTIONS(207), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -62168,16 +53966,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_RBRACE, sym_type_conversion, - [51506] = 3, - ACTIONS(3), 1, + [46263] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1735), 5, + sym_line_continuation, + ACTIONS(1507), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1733), 29, + ACTIONS(1505), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -62207,16 +54006,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_RBRACE, sym_type_conversion, - [51548] = 3, - ACTIONS(3), 1, + [46306] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1739), 5, + sym_line_continuation, + ACTIONS(1455), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1737), 29, + ACTIONS(1453), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -62246,16 +54046,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_RBRACE, sym_type_conversion, - [51590] = 3, - ACTIONS(3), 1, + [46349] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1735), 5, + sym_line_continuation, + ACTIONS(959), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1733), 29, + ACTIONS(954), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -62285,16 +54086,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [51632] = 3, - ACTIONS(3), 1, + [46392] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1687), 5, + sym_line_continuation, + ACTIONS(944), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1685), 29, + ACTIONS(939), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -62324,27 +54126,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [51674] = 3, - ACTIONS(3), 1, + [46435] = 8, + ACTIONS(1393), 1, + anon_sym_DOT, + ACTIONS(1395), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, + anon_sym_STAR_STAR, + ACTIONS(1407), 1, + anon_sym_LBRACK, + STATE(749), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1062), 5, + sym_line_continuation, + ACTIONS(1319), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1060), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1317), 24, + sym__newline, + anon_sym_SEMI, 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_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -62361,29 +54171,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [51716] = 3, - ACTIONS(3), 1, + [46488] = 8, + ACTIONS(1329), 1, + anon_sym_DOT, + ACTIONS(1331), 1, + anon_sym_LPAREN, + ACTIONS(1339), 1, + anon_sym_STAR_STAR, + ACTIONS(1343), 1, + anon_sym_LBRACK, + STATE(826), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1062), 5, + sym_line_continuation, + ACTIONS(1319), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1060), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1317), 24, 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_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -62400,37 +54216,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - sym_type_conversion, - [51758] = 3, - ACTIONS(3), 1, + [46541] = 13, + ACTIONS(1393), 1, + anon_sym_DOT, + ACTIONS(1395), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, + anon_sym_STAR_STAR, + ACTIONS(1407), 1, + anon_sym_LBRACK, + ACTIONS(1417), 1, + anon_sym_CARET, + STATE(749), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1739), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1397), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1399), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1411), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1359), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1737), 29, + ACTIONS(1405), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 16, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [46604] = 14, + ACTIONS(1393), 1, anon_sym_DOT, + ACTIONS(1395), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(1403), 1, + anon_sym_STAR_STAR, + ACTIONS(1407), 1, + anon_sym_LBRACK, + ACTIONS(1415), 1, + anon_sym_AMP, + ACTIONS(1417), 1, + anon_sym_CARET, + STATE(749), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1397), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1399), 2, anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1411), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1359), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1405), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 15, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PIPE, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [46669] = 10, + ACTIONS(1393), 1, + anon_sym_DOT, + ACTIONS(1395), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, anon_sym_STAR_STAR, - anon_sym_AT, + ACTIONS(1407), 1, anon_sym_LBRACK, + STATE(749), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1397), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1359), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1405), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 21, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -62440,23 +54364,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - [51800] = 3, - ACTIONS(3), 1, + [46726] = 5, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1062), 5, + sym_line_continuation, + ACTIONS(214), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(209), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1060), 29, + ACTIONS(207), 26, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, @@ -62479,23 +54406,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - [51842] = 3, - ACTIONS(3), 1, + [46773] = 5, + ACTIONS(911), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 5, + sym_line_continuation, + ACTIONS(906), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(909), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 29, + ACTIONS(904), 26, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, @@ -62518,25 +54448,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_RBRACE, - [51884] = 3, - ACTIONS(3), 1, + [46820] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1062), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(981), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1060), 29, + ACTIONS(979), 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_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -62558,16 +54487,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_RBRACE, - [51926] = 3, - ACTIONS(3), 1, + sym_type_conversion, + [46863] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1027), 5, + sym_line_continuation, + ACTIONS(1503), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 29, + ACTIONS(1501), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -62597,34 +54528,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_RBRACE, sym_type_conversion, - [51968] = 8, - ACTIONS(3), 1, + [46906] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1507), 1, - anon_sym_DOT, - ACTIONS(1509), 1, - anon_sym_LPAREN, - ACTIONS(1517), 1, - anon_sym_STAR_STAR, - ACTIONS(1521), 1, - anon_sym_LBRACK, - STATE(882), 1, - sym_argument_list, - ACTIONS(1585), 5, + sym_line_continuation, + ACTIONS(1499), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1583), 24, + ACTIONS(1497), 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_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -62641,82 +54566,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52020] = 18, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [46949] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1741), 1, + sym_line_continuation, + ACTIONS(1491), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1489), 29, anon_sym_DOT, - ACTIONS(1743), 1, anon_sym_LPAREN, - ACTIONS(1751), 1, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, - ACTIONS(1755), 1, + anon_sym_AT, anon_sym_LBRACK, - ACTIONS(1757), 1, anon_sym_not, - ACTIONS(1761), 1, - anon_sym_PIPE, - ACTIONS(1763), 1, - anon_sym_AMP, - ACTIONS(1765), 1, - anon_sym_CARET, - STATE(1026), 1, - sym_argument_list, - STATE(1092), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1745), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1747), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1759), 2, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1767), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1753), 3, - anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1749), 6, - anon_sym_in, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(1445), 7, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_and, - anon_sym_or, - [52092] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [46992] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1711), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1479), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1709), 28, + ACTIONS(1477), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -62733,24 +54646,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52133] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [47035] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1683), 5, + sym_line_continuation, + ACTIONS(1523), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1681), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(1521), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -62771,120 +54687,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52174] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1741), 1, + anon_sym_RBRACE, + [47078] = 19, + ACTIONS(1273), 1, + anon_sym_EQ, + ACTIONS(1553), 1, anon_sym_DOT, - ACTIONS(1743), 1, + ACTIONS(1555), 1, anon_sym_LPAREN, - ACTIONS(1751), 1, + ACTIONS(1563), 1, anon_sym_STAR_STAR, - ACTIONS(1755), 1, + ACTIONS(1567), 1, anon_sym_LBRACK, - ACTIONS(1761), 1, + ACTIONS(1569), 1, + anon_sym_not, + ACTIONS(1573), 1, anon_sym_PIPE, - ACTIONS(1763), 1, + ACTIONS(1575), 1, anon_sym_AMP, - ACTIONS(1765), 1, + ACTIONS(1577), 1, anon_sym_CARET, - STATE(1026), 1, + STATE(890), 1, sym_argument_list, - ACTIONS(1553), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1745), 2, + STATE(963), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1557), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1747), 2, + ACTIONS(1559), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1759), 2, + ACTIONS(1571), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1753), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1551), 14, - 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_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [52239] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1741), 1, - anon_sym_DOT, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1751), 1, - anon_sym_STAR_STAR, - ACTIONS(1755), 1, - anon_sym_LBRACK, - STATE(1026), 1, - sym_argument_list, - ACTIONS(1541), 2, + ACTIONS(1579), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1745), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1759), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1753), 3, + ACTIONS(1565), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1539), 19, + ACTIONS(1259), 6, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, + ACTIONS(1561), 6, + anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52296] = 3, - ACTIONS(3), 1, + [47153] = 4, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1707), 5, + sym_line_continuation, + ACTIONS(209), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1705), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(207), 27, 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_AT, @@ -62905,62 +54785,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52337] = 4, - ACTIONS(3), 1, + [47198] = 4, + ACTIONS(911), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1022), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1027), 13, + sym_line_continuation, + ACTIONS(909), 6, anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1033), 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, - [52380] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1633), 5, - anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1631), 28, + ACTIONS(904), 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_else, anon_sym_in, anon_sym_STAR_STAR, @@ -62982,33 +54826,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52421] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1741), 1, + [47243] = 8, + ACTIONS(1393), 1, anon_sym_DOT, - ACTIONS(1743), 1, + ACTIONS(1395), 1, anon_sym_LPAREN, - ACTIONS(1751), 1, + ACTIONS(1403), 1, anon_sym_STAR_STAR, - ACTIONS(1755), 1, + ACTIONS(1407), 1, anon_sym_LBRACK, - STATE(1026), 1, + STATE(749), 1, sym_argument_list, - ACTIONS(1541), 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1359), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 24, + ACTIONS(1357), 24, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_AT, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -63025,33 +54871,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52472] = 8, - ACTIONS(3), 1, + [47296] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1741), 1, - anon_sym_DOT, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1751), 1, - anon_sym_STAR_STAR, - ACTIONS(1755), 1, - anon_sym_LBRACK, - STATE(1026), 1, - sym_argument_list, - ACTIONS(1585), 4, + sym_line_continuation, + ACTIONS(1467), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1583), 24, + ACTIONS(1465), 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_AT, - anon_sym_RBRACK, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -63068,68 +54909,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52523] = 4, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [47339] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1064), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1069), 13, + sym_line_continuation, + ACTIONS(1471), 5, anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1071), 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, - [52566] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1029), 1, - anon_sym_COLON_EQ, - ACTIONS(1027), 5, - anon_sym_STAR, - anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 27, + ACTIONS(1469), 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_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -63146,75 +54949,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52609] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1043), 3, + anon_sym_RBRACE, + sym_type_conversion, + [47382] = 11, + ACTIONS(1393), 1, anon_sym_DOT, + ACTIONS(1395), 1, anon_sym_LPAREN, + ACTIONS(1403), 1, + anon_sym_STAR_STAR, + ACTIONS(1407), 1, anon_sym_LBRACK, - ACTIONS(1048), 13, + STATE(749), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1397), 2, anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, + anon_sym_SLASH, + ACTIONS(1411), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1050), 17, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_in, + ACTIONS(1359), 3, 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, - [52652] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(218), 1, - anon_sym_COLON_EQ, - ACTIONS(208), 5, - anon_sym_STAR, - anon_sym_COLON, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 27, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1405), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 19, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -63224,16 +54999,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52695] = 3, - ACTIONS(3), 1, + [47441] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1639), 5, + sym_line_continuation, + ACTIONS(1459), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1637), 28, + ACTIONS(1457), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -63241,7 +55017,6 @@ 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_AT, @@ -63262,42 +55037,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52736] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1741), 1, + anon_sym_RBRACE, + sym_type_conversion, + [47484] = 15, + ACTIONS(1393), 1, anon_sym_DOT, - ACTIONS(1743), 1, + ACTIONS(1395), 1, anon_sym_LPAREN, - ACTIONS(1751), 1, + ACTIONS(1403), 1, anon_sym_STAR_STAR, - ACTIONS(1755), 1, + ACTIONS(1407), 1, anon_sym_LBRACK, - STATE(1026), 1, + ACTIONS(1413), 1, + anon_sym_PIPE, + ACTIONS(1415), 1, + anon_sym_AMP, + ACTIONS(1417), 1, + anon_sym_CARET, + STATE(749), 1, sym_argument_list, - ACTIONS(1541), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1745), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1397), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1753), 3, + ACTIONS(1399), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1411), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1405), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1539), 21, + ACTIONS(1435), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1433), 14, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, + anon_sym_if, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [47551] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1471), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1469), 28, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -63307,42 +55130,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52791] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1741), 1, + [47593] = 10, + ACTIONS(1525), 1, anon_sym_DOT, - ACTIONS(1743), 1, + ACTIONS(1527), 1, anon_sym_LPAREN, - ACTIONS(1751), 1, + ACTIONS(1535), 1, anon_sym_STAR_STAR, - ACTIONS(1755), 1, + ACTIONS(1539), 1, anon_sym_LBRACK, - ACTIONS(1763), 1, - anon_sym_AMP, - ACTIONS(1765), 1, - anon_sym_CARET, - STATE(1026), 1, + STATE(908), 1, sym_argument_list, - ACTIONS(1541), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1359), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1745), 2, + ACTIONS(1529), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1747), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1759), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1753), 3, + ACTIONS(1537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1539), 15, + ACTIONS(1357), 21, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, @@ -63350,30 +55165,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52854] = 3, - ACTIONS(3), 1, + [47649] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1711), 5, + sym_line_continuation, + ACTIONS(952), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1709), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(950), 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_AT, @@ -63394,158 +55215,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52895] = 13, - ACTIONS(3), 1, + [47691] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1741), 1, - anon_sym_DOT, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1751), 1, - anon_sym_STAR_STAR, - ACTIONS(1755), 1, - anon_sym_LBRACK, - ACTIONS(1765), 1, - anon_sym_CARET, - STATE(1026), 1, - sym_argument_list, - ACTIONS(1541), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1745), 2, + sym_line_continuation, + ACTIONS(1475), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(1747), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1759), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1753), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1539), 16, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1473), 28, + sym__newline, + anon_sym_SEMI, + 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_RBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [52956] = 4, - ACTIONS(3), 1, + [47733] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(206), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(208), 13, + sym_line_continuation, + ACTIONS(1463), 5, anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(237), 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, - [52999] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1741), 1, - anon_sym_DOT, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1751), 1, - anon_sym_STAR_STAR, - ACTIONS(1755), 1, - anon_sym_LBRACK, - STATE(1026), 1, - sym_argument_list, - ACTIONS(1541), 2, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1745), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1747), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1759), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1753), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1539), 17, + ACTIONS(1461), 28, + sym__newline, + anon_sym_SEMI, + 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_RBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53058] = 3, - ACTIONS(3), 1, + [47775] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1027), 5, + sym_line_continuation, + ACTIONS(981), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 28, + ACTIONS(979), 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_AT, @@ -63566,66 +55332,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53099] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1741), 1, + [47817] = 8, + ACTIONS(1553), 1, anon_sym_DOT, - ACTIONS(1743), 1, + ACTIONS(1555), 1, anon_sym_LPAREN, - ACTIONS(1751), 1, + ACTIONS(1563), 1, anon_sym_STAR_STAR, - ACTIONS(1755), 1, + ACTIONS(1567), 1, anon_sym_LBRACK, - ACTIONS(1761), 1, - anon_sym_PIPE, - ACTIONS(1763), 1, - anon_sym_AMP, - ACTIONS(1765), 1, - anon_sym_CARET, - STATE(1026), 1, + STATE(890), 1, sym_argument_list, - ACTIONS(1537), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1745), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1359), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(1747), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1759), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1753), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1535), 14, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 23, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, - anon_sym_RBRACK, + anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53164] = 3, - ACTIONS(3), 1, + [47869] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1715), 5, + sym_line_continuation, + ACTIONS(1495), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1713), 28, + ACTIONS(1493), 28, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -63654,22 +55415,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53205] = 5, - ACTIONS(3), 1, + [47911] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1029), 1, - anon_sym_COLON_EQ, - ACTIONS(1769), 1, - anon_sym_EQ, - ACTIONS(1027), 4, + sym_line_continuation, + ACTIONS(1455), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 27, + ACTIONS(1453), 28, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -63694,16 +55454,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53250] = 3, - ACTIONS(3), 1, + [47953] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1719), 5, + sym_line_continuation, + ACTIONS(1487), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1717), 28, + ACTIONS(1485), 28, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -63732,20 +55493,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53291] = 3, - ACTIONS(3), 1, + [47995] = 5, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(1581), 1, + anon_sym_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1691), 5, + sym_line_continuation, + ACTIONS(209), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1689), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(207), 27, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -63770,20 +55534,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53332] = 3, - ACTIONS(3), 1, + [48041] = 15, + ACTIONS(1525), 1, + anon_sym_DOT, + ACTIONS(1527), 1, + anon_sym_LPAREN, + ACTIONS(1535), 1, + anon_sym_STAR_STAR, + ACTIONS(1539), 1, + anon_sym_LBRACK, + ACTIONS(1545), 1, + anon_sym_PIPE, + ACTIONS(1547), 1, + anon_sym_AMP, + ACTIONS(1549), 1, + anon_sym_CARET, + STATE(908), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1627), 5, + sym_line_continuation, + ACTIONS(1427), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1529), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1531), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1543), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1537), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1425), 14, + 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_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [48107] = 5, + ACTIONS(911), 1, + anon_sym_COLON_EQ, + ACTIONS(1583), 1, anon_sym_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(909), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1625), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(904), 27, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -63808,35 +55626,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53373] = 3, - ACTIONS(3), 1, + [48153] = 11, + ACTIONS(1553), 1, + anon_sym_DOT, + ACTIONS(1555), 1, + anon_sym_LPAREN, + ACTIONS(1563), 1, + anon_sym_STAR_STAR, + ACTIONS(1567), 1, + anon_sym_LBRACK, + STATE(890), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1675), 5, + sym_line_continuation, + ACTIONS(1557), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(1571), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1359), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1673), 28, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1565), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 18, + 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_AT, - anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -63846,22 +55673,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53414] = 5, - ACTIONS(3), 1, + [48211] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(218), 1, - anon_sym_COLON_EQ, - ACTIONS(577), 1, - anon_sym_EQ, - ACTIONS(208), 4, + sym_line_continuation, + ACTIONS(1503), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 27, + ACTIONS(1501), 28, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -63886,28 +55712,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53459] = 3, - ACTIONS(3), 1, + [48253] = 8, + ACTIONS(1553), 1, + anon_sym_DOT, + ACTIONS(1555), 1, + anon_sym_LPAREN, + ACTIONS(1563), 1, + anon_sym_STAR_STAR, + ACTIONS(1567), 1, + anon_sym_LBRACK, + STATE(890), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1643), 5, + sym_line_continuation, + ACTIONS(1319), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1641), 28, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1317), 23, + 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_AT, - anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -63924,28 +55756,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53500] = 3, - ACTIONS(3), 1, + [48305] = 15, + ACTIONS(1553), 1, + anon_sym_DOT, + ACTIONS(1555), 1, + anon_sym_LPAREN, + ACTIONS(1563), 1, + anon_sym_STAR_STAR, + ACTIONS(1567), 1, + anon_sym_LBRACK, + ACTIONS(1573), 1, + anon_sym_PIPE, + ACTIONS(1575), 1, + anon_sym_AMP, + ACTIONS(1577), 1, + anon_sym_CARET, + STATE(890), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1069), 5, + sym_line_continuation, + ACTIONS(1557), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1559), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1571), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1435), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1565), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1433), 13, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_as, + anon_sym_if, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [48371] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1519), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1064), 28, + ACTIONS(1517), 28, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -63962,28 +55846,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53541] = 3, - ACTIONS(3), 1, + [48413] = 8, + ACTIONS(1553), 1, + anon_sym_DOT, + ACTIONS(1555), 1, + anon_sym_LPAREN, + ACTIONS(1563), 1, + anon_sym_STAR_STAR, + ACTIONS(1567), 1, + anon_sym_LBRACK, + STATE(890), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1048), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1359), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1043), 28, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1357), 23, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64000,24 +55890,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53582] = 3, - ACTIONS(3), 1, + [48465] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1739), 5, + sym_line_continuation, + ACTIONS(977), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1737), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(975), 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_AT, @@ -64038,24 +55929,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53623] = 3, - ACTIONS(3), 1, + [48507] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1735), 5, + sym_line_continuation, + ACTIONS(977), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1733), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(975), 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_AT, @@ -64076,24 +55968,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53664] = 3, - ACTIONS(3), 1, + [48549] = 4, + ACTIONS(911), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1679), 5, + sym_line_continuation, + ACTIONS(909), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1677), 28, + ACTIONS(904), 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_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -64114,24 +56008,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53705] = 3, - ACTIONS(3), 1, + [48593] = 4, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1683), 5, + sym_line_continuation, + ACTIONS(209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1681), 28, + ACTIONS(207), 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_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -64152,35 +56048,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53746] = 3, - ACTIONS(3), 1, + [48637] = 10, + ACTIONS(1553), 1, + anon_sym_DOT, + ACTIONS(1555), 1, + anon_sym_LPAREN, + ACTIONS(1563), 1, + anon_sym_STAR_STAR, + ACTIONS(1567), 1, + anon_sym_LBRACK, + STATE(890), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 5, + sym_line_continuation, + ACTIONS(1557), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(1359), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 28, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1565), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 20, + 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_AT, - anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -64190,33 +56094,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53787] = 8, - ACTIONS(3), 1, + [48693] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1645), 1, - anon_sym_DOT, - ACTIONS(1647), 1, - anon_sym_LPAREN, - ACTIONS(1655), 1, - anon_sym_STAR_STAR, - ACTIONS(1659), 1, - anon_sym_LBRACK, - STATE(992), 1, - sym_argument_list, - ACTIONS(1585), 5, + sym_line_continuation, + ACTIONS(1515), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1583), 23, - anon_sym_RPAREN, + ACTIONS(1513), 28, + sym__newline, + anon_sym_SEMI, + 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_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64233,24 +56133,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53838] = 3, - ACTIONS(3), 1, + [48735] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1069), 5, + sym_line_continuation, + ACTIONS(967), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1064), 28, + ACTIONS(965), 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_AT, @@ -64271,28 +56172,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53879] = 3, - ACTIONS(3), 1, + [48777] = 14, + ACTIONS(1553), 1, + anon_sym_DOT, + ACTIONS(1555), 1, + anon_sym_LPAREN, + ACTIONS(1563), 1, + anon_sym_STAR_STAR, + ACTIONS(1567), 1, + anon_sym_LBRACK, + ACTIONS(1575), 1, + anon_sym_AMP, + ACTIONS(1577), 1, + anon_sym_CARET, + STATE(890), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1687), 5, + sym_line_continuation, + ACTIONS(1557), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1559), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1571), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1359), 3, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1565), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 14, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PIPE, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [48841] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(977), 5, + anon_sym_as, + anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1685), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(975), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64309,16 +56261,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53920] = 3, - ACTIONS(3), 1, + [48883] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1048), 5, + sym_line_continuation, + ACTIONS(209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1043), 28, + ACTIONS(207), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -64347,32 +56300,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [53961] = 8, - ACTIONS(3), 1, + [48925] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1741), 1, - anon_sym_DOT, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1751), 1, - anon_sym_STAR_STAR, - ACTIONS(1755), 1, - anon_sym_LBRACK, - STATE(1026), 1, - sym_argument_list, - ACTIONS(1541), 4, + sym_line_continuation, + ACTIONS(977), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 24, + ACTIONS(975), 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_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, anon_sym_AT, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_not, anon_sym_and, @@ -64390,28 +56339,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54012] = 3, - ACTIONS(3), 1, + [48967] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1687), 5, + sym_line_continuation, + ACTIONS(1463), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1685), 28, + ACTIONS(1461), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64428,28 +56378,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54053] = 3, - ACTIONS(3), 1, + [49009] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1679), 5, + sym_line_continuation, + ACTIONS(959), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1677), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(954), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64466,16 +56417,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54094] = 3, - ACTIONS(3), 1, + [49051] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 5, + sym_line_continuation, + ACTIONS(1475), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 28, + ACTIONS(1473), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -64504,28 +56456,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54135] = 3, - ACTIONS(3), 1, + [49093] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1691), 5, + sym_line_continuation, + ACTIONS(944), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1689), 28, + ACTIONS(939), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64542,28 +56495,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54176] = 3, - ACTIONS(3), 1, + [49135] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1695), 5, + sym_line_continuation, + ACTIONS(952), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1693), 28, + ACTIONS(950), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64580,28 +56534,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54217] = 3, - ACTIONS(3), 1, + [49177] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1699), 5, + sym_line_continuation, + ACTIONS(952), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1697), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(950), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64618,28 +56573,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54258] = 3, - ACTIONS(3), 1, + [49219] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1643), 5, + sym_line_continuation, + ACTIONS(967), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1641), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(965), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64656,28 +56612,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54299] = 3, - ACTIONS(3), 1, + [49261] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1048), 5, + sym_line_continuation, + ACTIONS(1483), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1043), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(1481), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64694,16 +56651,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54340] = 3, - ACTIONS(3), 1, + [49303] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1027), 5, + sym_line_continuation, + ACTIONS(1507), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 28, + ACTIONS(1505), 28, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -64732,28 +56690,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54381] = 3, - ACTIONS(3), 1, + [49345] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1069), 5, + sym_line_continuation, + ACTIONS(1487), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1064), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(1485), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64770,16 +56729,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54422] = 3, - ACTIONS(3), 1, + [49387] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1675), 5, + sym_line_continuation, + ACTIONS(909), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1673), 28, + ACTIONS(904), 28, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -64808,28 +56768,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54463] = 3, - ACTIONS(3), 1, + [49429] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1703), 5, + sym_line_continuation, + ACTIONS(1495), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1701), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(1493), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64846,66 +56807,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54504] = 3, - ACTIONS(3), 1, + [49471] = 12, + ACTIONS(1525), 1, + anon_sym_DOT, + ACTIONS(1527), 1, + anon_sym_LPAREN, + ACTIONS(1535), 1, + anon_sym_STAR_STAR, + ACTIONS(1539), 1, + anon_sym_LBRACK, + STATE(908), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1639), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, + sym_line_continuation, + ACTIONS(1359), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1637), 28, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1529), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1531), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1543), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1537), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 17, 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_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [49531] = 13, + ACTIONS(1553), 1, + anon_sym_DOT, + ACTIONS(1555), 1, + anon_sym_LPAREN, + ACTIONS(1563), 1, + anon_sym_STAR_STAR, + ACTIONS(1567), 1, + anon_sym_LBRACK, + ACTIONS(1577), 1, + anon_sym_CARET, + STATE(890), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1557), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1559), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1571), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(1359), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1565), 3, + anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + ACTIONS(1357), 15, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PIPE, anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54545] = 3, - ACTIONS(3), 1, + [49593] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1731), 5, + sym_line_continuation, + ACTIONS(989), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1729), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(987), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64922,28 +56943,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54586] = 3, - ACTIONS(3), 1, + [49635] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1727), 5, + sym_line_continuation, + ACTIONS(1519), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1725), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(1517), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64960,28 +56982,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54627] = 3, - ACTIONS(3), 1, + [49677] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1699), 5, + sym_line_continuation, + ACTIONS(1515), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1697), 28, + ACTIONS(1513), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64998,28 +57021,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54668] = 3, - ACTIONS(3), 1, + [49719] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1083), 5, + sym_line_continuation, + ACTIONS(1523), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1081), 28, + ACTIONS(1521), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -65036,33 +57060,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54709] = 8, - ACTIONS(3), 1, + [49761] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1645), 1, - anon_sym_DOT, - ACTIONS(1647), 1, - anon_sym_LPAREN, - ACTIONS(1655), 1, - anon_sym_STAR_STAR, - ACTIONS(1659), 1, - anon_sym_LBRACK, - STATE(992), 1, - sym_argument_list, - ACTIONS(1541), 5, + sym_line_continuation, + ACTIONS(1443), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 23, - anon_sym_RPAREN, + ACTIONS(1441), 28, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -65079,43 +57099,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54760] = 11, - ACTIONS(3), 1, + [49803] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1645), 1, - anon_sym_DOT, - ACTIONS(1647), 1, - anon_sym_LPAREN, - ACTIONS(1655), 1, - anon_sym_STAR_STAR, - ACTIONS(1659), 1, - anon_sym_LBRACK, - STATE(992), 1, - sym_argument_list, - ACTIONS(1649), 2, + sym_line_continuation, + ACTIONS(1447), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1663), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1541), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1657), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1539), 18, - anon_sym_RPAREN, + ACTIONS(1445), 28, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -65125,43 +57138,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54817] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1645), 1, + [49845] = 12, + ACTIONS(1553), 1, anon_sym_DOT, - ACTIONS(1647), 1, + ACTIONS(1555), 1, anon_sym_LPAREN, - ACTIONS(1655), 1, + ACTIONS(1563), 1, anon_sym_STAR_STAR, - ACTIONS(1659), 1, + ACTIONS(1567), 1, anon_sym_LBRACK, - ACTIONS(1665), 1, - anon_sym_PIPE, - ACTIONS(1667), 1, - anon_sym_AMP, - ACTIONS(1669), 1, - anon_sym_CARET, - STATE(992), 1, + STATE(890), 1, sym_argument_list, - ACTIONS(1649), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1557), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1651), 2, + ACTIONS(1559), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1663), 2, + ACTIONS(1571), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1553), 3, + ACTIONS(1359), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1657), 3, + ACTIONS(1565), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1551), 13, + ACTIONS(1357), 16, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, @@ -65170,38 +57178,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54882] = 8, - ACTIONS(3), 1, + [49905] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1645), 1, - anon_sym_DOT, - ACTIONS(1647), 1, - anon_sym_LPAREN, - ACTIONS(1655), 1, - anon_sym_STAR_STAR, - ACTIONS(1659), 1, - anon_sym_LBRACK, - STATE(992), 1, - sym_argument_list, - ACTIONS(1541), 5, + sym_line_continuation, + ACTIONS(1451), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1539), 23, - anon_sym_RPAREN, + ACTIONS(1449), 28, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -65218,42 +57225,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54933] = 10, - ACTIONS(3), 1, + [49947] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1645), 1, - anon_sym_DOT, - ACTIONS(1647), 1, - anon_sym_LPAREN, - ACTIONS(1655), 1, - anon_sym_STAR_STAR, - ACTIONS(1659), 1, - anon_sym_LBRACK, - STATE(992), 1, - sym_argument_list, - ACTIONS(1649), 2, + sym_line_continuation, + ACTIONS(1455), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1541), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1657), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1539), 20, - anon_sym_RPAREN, + ACTIONS(1453), 28, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -65263,125 +57264,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [54988] = 14, - ACTIONS(3), 1, + [49989] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1645), 1, - anon_sym_DOT, - ACTIONS(1647), 1, - anon_sym_LPAREN, - ACTIONS(1655), 1, - anon_sym_STAR_STAR, - ACTIONS(1659), 1, - anon_sym_LBRACK, - ACTIONS(1667), 1, - anon_sym_AMP, - ACTIONS(1669), 1, - anon_sym_CARET, - STATE(992), 1, - sym_argument_list, - ACTIONS(1649), 2, + sym_line_continuation, + ACTIONS(981), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1651), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1663), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1541), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1657), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1539), 14, - anon_sym_RPAREN, + ACTIONS(979), 28, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, + anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55051] = 13, - ACTIONS(3), 1, + [50031] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1645), 1, - anon_sym_DOT, - ACTIONS(1647), 1, - anon_sym_LPAREN, - ACTIONS(1655), 1, - anon_sym_STAR_STAR, - ACTIONS(1659), 1, - anon_sym_LBRACK, - ACTIONS(1669), 1, - anon_sym_CARET, - STATE(992), 1, - sym_argument_list, - ACTIONS(1649), 2, + sym_line_continuation, + ACTIONS(959), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1651), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1663), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1541), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1657), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1539), 15, - anon_sym_RPAREN, + ACTIONS(954), 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_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55112] = 3, - ACTIONS(3), 1, + [50073] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 5, + sym_line_continuation, + ACTIONS(1459), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(1457), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -65398,24 +57381,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55153] = 3, - ACTIONS(3), 1, + [50115] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1695), 5, + sym_line_continuation, + ACTIONS(909), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1693), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(904), 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_AT, @@ -65436,28 +57420,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55194] = 3, - ACTIONS(3), 1, + [50157] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1723), 5, + sym_line_continuation, + ACTIONS(1467), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1721), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(1465), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -65474,21 +57459,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55235] = 4, - ACTIONS(3), 1, + [50199] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1029), 1, - anon_sym_COLON_EQ, - ACTIONS(1027), 5, + sym_line_continuation, + ACTIONS(1499), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 27, + ACTIONS(1497), 28, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -65513,67 +57498,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55278] = 4, - ACTIONS(3), 1, + [50241] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(218), 1, - anon_sym_COLON_EQ, - ACTIONS(208), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(206), 27, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, + sym_line_continuation, + ACTIONS(1479), 5, anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [55321] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1633), 5, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1631), 28, - sym__newline, - anon_sym_SEMI, + ACTIONS(1477), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -65590,16 +57537,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55362] = 3, - ACTIONS(3), 1, + [50283] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1062), 5, + sym_line_continuation, + ACTIONS(1491), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1060), 28, + ACTIONS(1489), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -65628,16 +57576,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55403] = 3, - ACTIONS(3), 1, + [50325] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1062), 5, + sym_line_continuation, + ACTIONS(1499), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1060), 28, + ACTIONS(1497), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -65666,54 +57615,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55444] = 3, - ACTIONS(3), 1, + [50367] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1739), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1737), 28, + sym_line_continuation, + ACTIONS(904), 3, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(909), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [55485] = 3, - ACTIONS(3), 1, + ACTIONS(915), 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, + [50411] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1703), 5, + sym_line_continuation, + ACTIONS(1511), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1701), 28, + ACTIONS(1509), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -65742,100 +57694,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55526] = 3, - ACTIONS(3), 1, + [50453] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1735), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1733), 28, + sym_line_continuation, + ACTIONS(939), 3, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(944), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [55567] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1707), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1705), 28, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(946), 17, 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_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [55608] = 3, - ACTIONS(3), 1, + 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, + [50497] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1711), 5, + sym_line_continuation, + ACTIONS(209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1709), 28, + ACTIONS(207), 28, + sym__newline, + anon_sym_SEMI, 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_AT, @@ -65856,28 +57773,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55649] = 3, - ACTIONS(3), 1, + [50539] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1715), 5, + sym_line_continuation, + ACTIONS(1503), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1713), 28, + ACTIONS(1501), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -65894,28 +57812,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55690] = 3, - ACTIONS(3), 1, + [50581] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1091), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1523), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1089), 28, + ACTIONS(1521), 28, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -65932,28 +57851,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55731] = 3, - ACTIONS(3), 1, + [50623] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1091), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1443), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1089), 28, + ACTIONS(1441), 28, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -65970,24 +57890,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55772] = 3, - ACTIONS(3), 1, + [50665] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1719), 5, + sym_line_continuation, + ACTIONS(1447), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1717), 28, + ACTIONS(1445), 28, + sym__newline, + anon_sym_SEMI, 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_AT, @@ -66008,24 +57929,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55813] = 3, - ACTIONS(3), 1, + [50707] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1627), 5, + sym_line_continuation, + ACTIONS(959), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1625), 28, + ACTIONS(954), 28, + sym__newline, + anon_sym_SEMI, 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_AT, @@ -66046,16 +57968,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55854] = 3, - ACTIONS(3), 1, + [50749] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1087), 5, + sym_line_continuation, + ACTIONS(1507), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1085), 28, + ACTIONS(1505), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -66084,66 +58007,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55895] = 3, - ACTIONS(3), 1, + [50791] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1731), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1729), 28, + sym_line_continuation, + ACTIONS(954), 3, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(959), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [55936] = 3, - ACTIONS(3), 1, + ACTIONS(961), 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, + [50835] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1727), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1471), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1725), 28, + ACTIONS(1469), 28, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -66160,16 +58086,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [55977] = 3, - ACTIONS(3), 1, + [50877] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1723), 5, + sym_line_continuation, + ACTIONS(209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1721), 28, + ACTIONS(207), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -66198,28 +58125,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56018] = 3, - ACTIONS(3), 1, + [50919] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1723), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1511), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1721), 28, + ACTIONS(1509), 28, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -66236,24 +58164,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56059] = 3, - ACTIONS(3), 1, + [50961] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1727), 5, + sym_line_continuation, + ACTIONS(944), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1725), 28, + ACTIONS(939), 28, + sym__newline, + anon_sym_SEMI, 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_AT, @@ -66274,16 +58203,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56100] = 3, - ACTIONS(3), 1, + [51003] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1731), 5, + sym_line_continuation, + ACTIONS(1507), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1729), 28, + ACTIONS(1505), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -66312,16 +58242,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56141] = 3, - ACTIONS(3), 1, + [51045] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1041), 5, + sym_line_continuation, + ACTIONS(209), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1039), 28, + ACTIONS(207), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -66350,24 +58281,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56182] = 3, - ACTIONS(3), 1, + [51087] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 5, + sym_line_continuation, + ACTIONS(209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 28, + ACTIONS(207), 28, + sym__newline, + anon_sym_SEMI, 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_AT, @@ -66388,24 +58320,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56223] = 3, - ACTIONS(3), 1, + [51129] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1062), 5, + sym_line_continuation, + ACTIONS(956), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(959), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1060), 28, + ACTIONS(954), 26, 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -66426,24 +58360,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56264] = 3, - ACTIONS(3), 1, + [51173] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1735), 5, + sym_line_continuation, + ACTIONS(1483), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1733), 28, + ACTIONS(1481), 28, + sym__newline, + anon_sym_SEMI, 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_AT, @@ -66464,28 +58399,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56305] = 3, - ACTIONS(3), 1, + [51215] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1739), 5, + sym_line_continuation, + ACTIONS(209), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1737), 28, + ACTIONS(207), 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -66502,24 +58438,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56346] = 3, - ACTIONS(3), 1, + [51257] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1062), 5, + sym_line_continuation, + ACTIONS(941), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(944), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1060), 28, + ACTIONS(939), 26, 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_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -66540,16 +58478,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56387] = 3, - ACTIONS(3), 1, + [51301] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1627), 5, + sym_line_continuation, + ACTIONS(1511), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1625), 28, + ACTIONS(1509), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -66578,19 +58517,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56428] = 3, - ACTIONS(3), 1, + [51343] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1027), 5, + sym_line_continuation, + ACTIONS(906), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(909), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 28, + ACTIONS(904), 26, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, @@ -66599,7 +58541,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -66616,25 +58557,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56469] = 4, - ACTIONS(3), 1, + [51387] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(213), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(208), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1451), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 26, + ACTIONS(1449), 28, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -66655,16 +58596,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56512] = 3, - ACTIONS(3), 1, + [51429] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1719), 5, + sym_line_continuation, + ACTIONS(909), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1717), 28, + ACTIONS(904), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -66693,64 +58635,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56553] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(206), 3, + [51471] = 8, + ACTIONS(1525), 1, anon_sym_DOT, + ACTIONS(1527), 1, anon_sym_LPAREN, + ACTIONS(1535), 1, + anon_sym_STAR_STAR, + ACTIONS(1539), 1, anon_sym_LBRACK, - ACTIONS(208), 13, + STATE(908), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1359), 4, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 24, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_STAR_STAR, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_AT, + anon_sym_RBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(237), 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, - [56596] = 4, - ACTIONS(3), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [51523] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1024), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1027), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1463), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 26, + ACTIONS(1461), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -66771,35 +58718,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56639] = 3, - ACTIONS(3), 1, + [51565] = 11, + ACTIONS(1525), 1, + anon_sym_DOT, + ACTIONS(1527), 1, + anon_sym_LPAREN, + ACTIONS(1535), 1, + anon_sym_STAR_STAR, + ACTIONS(1539), 1, + anon_sym_LBRACK, + STATE(908), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1633), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, + sym_line_continuation, + ACTIONS(1359), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1631), 28, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1529), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1543), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1537), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 19, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -66809,25 +58765,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56680] = 4, - ACTIONS(3), 1, + [51623] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1045), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1048), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1503), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1043), 26, + ACTIONS(1501), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -66848,28 +58804,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56723] = 3, - ACTIONS(3), 1, + [51665] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1715), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1475), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1713), 28, + ACTIONS(1473), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -66886,28 +58843,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56764] = 3, - ACTIONS(3), 1, + [51707] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1499), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 28, + ACTIONS(1497), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -66924,66 +58882,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56805] = 3, - ACTIONS(3), 1, + [51749] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1707), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(207), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(209), 13, anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1705), 28, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(1585), 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, + [51793] = 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(904), 3, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(909), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - [56846] = 3, - ACTIONS(3), 1, + ACTIONS(1587), 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, + [51837] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1703), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1483), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1701), 28, + ACTIONS(1481), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -67000,28 +59001,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56887] = 3, - ACTIONS(3), 1, + [51879] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1699), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1487), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1697), 28, + ACTIONS(1485), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -67038,28 +59040,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56928] = 3, - ACTIONS(3), 1, + [51921] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1083), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1491), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1081), 28, + ACTIONS(1489), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -67076,28 +59079,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [56969] = 3, - ACTIONS(3), 1, + [51963] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1695), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1479), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1693), 28, + ACTIONS(1477), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -67114,25 +59118,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57010] = 4, - ACTIONS(3), 1, + [52005] = 13, + ACTIONS(1525), 1, + anon_sym_DOT, + ACTIONS(1527), 1, + anon_sym_LPAREN, + ACTIONS(1535), 1, + anon_sym_STAR_STAR, + ACTIONS(1539), 1, + anon_sym_LBRACK, + ACTIONS(1549), 1, + anon_sym_CARET, + STATE(908), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1066), 2, + sym_line_continuation, + ACTIONS(1359), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1529), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1531), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1543), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1537), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 16, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1069), 5, 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_PIPE, + anon_sym_AMP, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [52067] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1495), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1064), 26, + ACTIONS(1493), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -67153,23 +59206,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57053] = 3, - ACTIONS(3), 1, + [52109] = 4, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1691), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(209), 5, anon_sym_STAR, + anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1689), 28, + ACTIONS(207), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -67191,54 +59246,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57094] = 3, - ACTIONS(3), 1, + [52153] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(206), 28, - sym__newline, - anon_sym_SEMI, + sym_line_continuation, + ACTIONS(207), 3, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, + anon_sym_LBRACK, + ACTIONS(209), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(236), 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, + [52197] = 15, + ACTIONS(1525), 1, + anon_sym_DOT, + ACTIONS(1527), 1, + anon_sym_LPAREN, + ACTIONS(1535), 1, + anon_sym_STAR_STAR, + ACTIONS(1539), 1, + anon_sym_LBRACK, + ACTIONS(1545), 1, + anon_sym_PIPE, + ACTIONS(1547), 1, + anon_sym_AMP, + ACTIONS(1549), 1, + anon_sym_CARET, + STATE(908), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1435), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1529), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1531), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1543), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1537), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1433), 14, + 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_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57135] = 3, - ACTIONS(3), 1, + [52263] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1091), 5, + sym_line_continuation, + ACTIONS(952), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1089), 28, + ACTIONS(950), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -67267,28 +59376,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57176] = 3, - ACTIONS(3), 1, + [52305] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1639), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1471), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1637), 28, + ACTIONS(1469), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -67305,28 +59415,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57217] = 3, - ACTIONS(3), 1, + [52347] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1687), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1519), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1685), 28, + ACTIONS(1517), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -67343,24 +59454,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57258] = 3, - ACTIONS(3), 1, + [52389] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1091), 5, + sym_line_continuation, + ACTIONS(1515), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1089), 28, + ACTIONS(1513), 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_AT, @@ -67381,24 +59493,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57299] = 3, - ACTIONS(3), 1, + [52431] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1087), 5, + sym_line_continuation, + ACTIONS(1467), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1085), 28, + ACTIONS(1465), 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_AT, @@ -67419,24 +59532,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57340] = 3, - ACTIONS(3), 1, + [52473] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1041), 5, + sym_line_continuation, + ACTIONS(1459), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1039), 28, + ACTIONS(1457), 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_AT, @@ -67457,28 +59571,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57381] = 3, - ACTIONS(3), 1, + [52515] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1683), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(944), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1681), 28, + ACTIONS(939), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -67495,27 +59610,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57422] = 3, - ACTIONS(3), 1, + [52557] = 8, + ACTIONS(1525), 1, + anon_sym_DOT, + ACTIONS(1527), 1, + anon_sym_LPAREN, + ACTIONS(1535), 1, + anon_sym_STAR_STAR, + ACTIONS(1539), 1, + anon_sym_LBRACK, + STATE(908), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1679), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1359), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1677), 28, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1357), 24, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_not, anon_sym_and, @@ -67533,28 +59654,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57463] = 3, - ACTIONS(3), 1, + [52609] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1643), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(1459), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1641), 28, + ACTIONS(1457), 28, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -67571,23 +59693,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57504] = 3, - ACTIONS(3), 1, + [52651] = 4, + ACTIONS(911), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1675), 5, - anon_sym_as, + sym_line_continuation, + ACTIONS(909), 5, anon_sym_STAR, + anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1673), 28, + ACTIONS(904), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_AT, @@ -67609,116 +59733,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57545] = 15, - ACTIONS(3), 1, + [52695] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1645), 1, + sym_line_continuation, + ACTIONS(1523), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1521), 28, anon_sym_DOT, - ACTIONS(1647), 1, anon_sym_LPAREN, - ACTIONS(1655), 1, + 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, - ACTIONS(1659), 1, + anon_sym_AT, anon_sym_LBRACK, - ACTIONS(1665), 1, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, - ACTIONS(1667), 1, anon_sym_AMP, - ACTIONS(1669), 1, anon_sym_CARET, - STATE(992), 1, - sym_argument_list, - ACTIONS(1649), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1651), 2, - anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1663), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1537), 3, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [52737] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1443), 5, + anon_sym_STAR, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1657), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1535), 13, - anon_sym_RPAREN, + ACTIONS(1441), 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_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57610] = 12, - ACTIONS(3), 1, + [52779] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1645), 1, - anon_sym_DOT, - ACTIONS(1647), 1, - anon_sym_LPAREN, - ACTIONS(1655), 1, - anon_sym_STAR_STAR, - ACTIONS(1659), 1, - anon_sym_LBRACK, - STATE(992), 1, - sym_argument_list, - ACTIONS(1649), 2, + sym_line_continuation, + ACTIONS(1447), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1651), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1663), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1541), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1657), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1539), 16, - anon_sym_RPAREN, + ACTIONS(1445), 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_AT, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57669] = 3, - ACTIONS(3), 1, + [52821] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1679), 5, + sym_line_continuation, + ACTIONS(1479), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1677), 27, + ACTIONS(1477), 28, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -67743,25 +59889,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57709] = 5, - ACTIONS(3), 1, + [52863] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1029), 1, - anon_sym_COLON_EQ, - ACTIONS(1024), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1027), 4, + sym_line_continuation, + ACTIONS(1451), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 25, + ACTIONS(1449), 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_AT, @@ -67782,16 +59928,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57753] = 3, - ACTIONS(3), 1, + [52905] = 14, + ACTIONS(1525), 1, + anon_sym_DOT, + ACTIONS(1527), 1, + anon_sym_LPAREN, + ACTIONS(1535), 1, + anon_sym_STAR_STAR, + ACTIONS(1539), 1, + anon_sym_LBRACK, + ACTIONS(1547), 1, + anon_sym_AMP, + ACTIONS(1549), 1, + anon_sym_CARET, + STATE(908), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1633), 5, + sym_line_continuation, + ACTIONS(1359), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1529), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1531), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1543), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1537), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1357), 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_PIPE, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [52969] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(989), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1631), 27, + ACTIONS(987), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -67799,6 +59996,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_AT, @@ -67819,24 +60017,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57793] = 4, - ACTIONS(3), 1, + [53011] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(577), 1, - anon_sym_EQ, - ACTIONS(208), 4, + sym_line_continuation, + ACTIONS(1455), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 27, + ACTIONS(1453), 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_AT, @@ -67857,19 +60056,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57835] = 3, - ACTIONS(3), 1, + [53053] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1639), 5, + sym_line_continuation, + ACTIONS(1467), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1637), 27, + ACTIONS(1465), 28, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -67894,19 +60095,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57875] = 3, - ACTIONS(3), 1, + [53095] = 15, + ACTIONS(1553), 1, + anon_sym_DOT, + ACTIONS(1555), 1, + anon_sym_LPAREN, + ACTIONS(1563), 1, + anon_sym_STAR_STAR, + ACTIONS(1567), 1, + anon_sym_LBRACK, + ACTIONS(1573), 1, + anon_sym_PIPE, + ACTIONS(1575), 1, + anon_sym_AMP, + ACTIONS(1577), 1, + anon_sym_CARET, + STATE(890), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1723), 5, + sym_line_continuation, + ACTIONS(1557), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1559), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1571), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1427), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1565), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1425), 13, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [53161] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1491), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1721), 27, + ACTIONS(1489), 28, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -67931,29 +60185,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57915] = 5, - ACTIONS(3), 1, + [53203] = 8, + ACTIONS(1525), 1, + anon_sym_DOT, + ACTIONS(1527), 1, + anon_sym_LPAREN, + ACTIONS(1535), 1, + anon_sym_STAR_STAR, + ACTIONS(1539), 1, + anon_sym_LBRACK, + STATE(908), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1029), 1, - anon_sym_COLON_EQ, - ACTIONS(1771), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1027), 4, + sym_line_continuation, + ACTIONS(1319), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 25, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1317), 24, + 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_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -67970,16 +60229,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57959] = 3, - ACTIONS(3), 1, + [53255] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1727), 5, + sym_line_continuation, + ACTIONS(1523), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1725), 27, + ACTIONS(1521), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -68007,16 +60267,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [57999] = 3, - ACTIONS(3), 1, + [53296] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1731), 5, + sym_line_continuation, + ACTIONS(1475), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1729), 27, + ACTIONS(1473), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -68044,20 +60305,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58039] = 3, - ACTIONS(3), 1, + [53337] = 5, + ACTIONS(911), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1627), 5, + sym_line_continuation, + ACTIONS(1589), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(909), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1625), 27, + ACTIONS(904), 25, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, @@ -68081,27 +60345,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58079] = 3, - ACTIONS(3), 1, + [53382] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1675), 5, + sym_line_continuation, + ACTIONS(209), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1673), 27, + ACTIONS(207), 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_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -68118,15 +60383,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58119] = 3, - ACTIONS(3), 1, + [53423] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1695), 4, + sym_line_continuation, + ACTIONS(977), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1693), 28, + ACTIONS(975), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -68155,27 +60421,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58159] = 3, - ACTIONS(3), 1, + [53464] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1719), 5, + sym_line_continuation, + ACTIONS(977), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1717), 27, + ACTIONS(975), 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_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -68192,15 +60459,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58199] = 3, - ACTIONS(3), 1, + [53505] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1691), 4, + sym_line_continuation, + ACTIONS(1463), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1689), 28, + ACTIONS(1461), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -68229,16 +60497,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58239] = 3, - ACTIONS(3), 1, + [53546] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1643), 5, + sym_line_continuation, + ACTIONS(1507), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1641), 27, + ACTIONS(1505), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -68266,27 +60535,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58279] = 3, - ACTIONS(3), 1, + [53587] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1699), 4, + sym_line_continuation, + ACTIONS(1467), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1697), 28, + ACTIONS(1465), 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_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -68303,27 +60573,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58319] = 3, - ACTIONS(3), 1, + [53628] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1083), 4, + sym_line_continuation, + ACTIONS(1519), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1081), 28, + ACTIONS(1517), 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_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -68340,27 +60611,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58359] = 3, - ACTIONS(3), 1, + [53669] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1687), 4, + sym_line_continuation, + ACTIONS(1459), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1685), 28, + ACTIONS(1457), 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_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -68377,27 +60649,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58399] = 3, - ACTIONS(3), 1, + [53710] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1069), 4, + sym_line_continuation, + ACTIONS(1515), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1064), 28, + ACTIONS(1513), 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_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -68414,29 +60687,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58439] = 5, - ACTIONS(3), 1, + [53751] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1029), 1, - anon_sym_COLON_EQ, - ACTIONS(1771), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1027), 4, + sym_line_continuation, + ACTIONS(1475), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 25, + ACTIONS(1473), 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_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -68453,27 +60725,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58483] = 3, - ACTIONS(3), 1, + [53792] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1048), 4, + sym_line_continuation, + ACTIONS(959), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1043), 28, + ACTIONS(954), 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_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -68490,16 +60763,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58523] = 3, - ACTIONS(3), 1, + [53833] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1715), 5, + sym_line_continuation, + ACTIONS(944), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1713), 27, + ACTIONS(939), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -68527,20 +60801,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58563] = 3, - ACTIONS(3), 1, + [53874] = 5, + ACTIONS(911), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(1711), 5, + sym_line_continuation, + ACTIONS(1589), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(909), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1709), 27, + ACTIONS(904), 25, 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, + anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [53919] = 5, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1592), 2, anon_sym_RPAREN, anon_sym_COMMA, + ACTIONS(209), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(207), 25, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_as, anon_sym_GT_GT, anon_sym_if, @@ -68564,16 +60881,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58603] = 3, - ACTIONS(3), 1, + [53964] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 5, + sym_line_continuation, + ACTIONS(1499), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 27, + ACTIONS(1497), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -68601,16 +60919,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58643] = 3, - ACTIONS(3), 1, + [54005] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1707), 5, + sym_line_continuation, + ACTIONS(1455), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1705), 27, + ACTIONS(1453), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -68638,15 +60957,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58683] = 3, - ACTIONS(3), 1, + [54046] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1683), 4, + sym_line_continuation, + ACTIONS(1507), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1681), 28, + ACTIONS(1505), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -68675,15 +60995,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58723] = 3, - ACTIONS(3), 1, + [54087] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1639), 4, + sym_line_continuation, + ACTIONS(952), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1637), 28, + ACTIONS(950), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -68712,27 +61033,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58763] = 3, - ACTIONS(3), 1, + [54128] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1683), 5, + sym_line_continuation, + ACTIONS(952), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1681), 27, + ACTIONS(950), 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_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -68749,15 +61071,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58803] = 3, - ACTIONS(3), 1, + [54169] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1679), 4, + sym_line_continuation, + ACTIONS(967), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1677), 28, + ACTIONS(965), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -68786,27 +61109,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58843] = 3, - ACTIONS(3), 1, + [54210] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1027), 5, + sym_line_continuation, + ACTIONS(1483), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 27, + ACTIONS(1481), 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_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -68823,16 +61147,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58883] = 3, - ACTIONS(3), 1, + [54251] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1687), 5, + sym_line_continuation, + ACTIONS(1443), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1685), 27, + ACTIONS(1441), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -68860,15 +61185,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58923] = 3, - ACTIONS(3), 1, + [54292] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1643), 4, + sym_line_continuation, + ACTIONS(1487), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1641), 28, + ACTIONS(1485), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -68897,16 +61223,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [58963] = 3, - ACTIONS(3), 1, + [54333] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1691), 5, + sym_line_continuation, + ACTIONS(1447), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1689), 27, + ACTIONS(1445), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -68934,27 +61261,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59003] = 3, - ACTIONS(3), 1, + [54374] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1695), 5, + sym_line_continuation, + ACTIONS(1495), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1693), 27, + ACTIONS(1493), 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_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -68971,27 +61299,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59043] = 3, - ACTIONS(3), 1, + [54415] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1062), 4, + sym_line_continuation, + ACTIONS(1503), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1060), 28, + ACTIONS(1501), 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_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [54456] = 5, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1592), 2, + anon_sym_COMMA, anon_sym_RBRACK, + ACTIONS(209), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(207), 25, + 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, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -69008,27 +61377,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59083] = 3, - ACTIONS(3), 1, + [54501] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1062), 4, + sym_line_continuation, + ACTIONS(1463), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1060), 28, + ACTIONS(1461), 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_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -69045,16 +61415,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59123] = 3, - ACTIONS(3), 1, + [54542] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1735), 5, + sym_line_continuation, + ACTIONS(209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1733), 27, + ACTIONS(207), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -69082,27 +61453,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59163] = 3, - ACTIONS(3), 1, + [54583] = 5, + ACTIONS(911), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 4, + sym_line_continuation, + ACTIONS(906), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(909), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 28, + ACTIONS(904), 25, 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_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -69119,16 +61493,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59203] = 3, - ACTIONS(3), 1, + [54628] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1739), 5, + sym_line_continuation, + ACTIONS(1511), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1737), 27, + ACTIONS(1509), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -69156,27 +61531,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59243] = 3, - ACTIONS(3), 1, + [54669] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1739), 4, + sym_line_continuation, + ACTIONS(1491), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1737), 28, + ACTIONS(1489), 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_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -69193,27 +61569,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59283] = 3, - ACTIONS(3), 1, + [54710] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1723), 4, + sym_line_continuation, + ACTIONS(1483), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1721), 28, + ACTIONS(1481), 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_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -69230,27 +61607,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59323] = 3, - ACTIONS(3), 1, + [54751] = 5, + ACTIONS(221), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 4, + sym_line_continuation, + ACTIONS(214), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(209), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 28, + ACTIONS(207), 25, 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_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -69267,27 +61647,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59363] = 3, - ACTIONS(3), 1, + [54796] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1633), 4, + sym_line_continuation, + ACTIONS(209), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1631), 28, + ACTIONS(207), 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_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -69304,22 +61685,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59403] = 5, - ACTIONS(3), 1, + [54837] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(218), 1, - anon_sym_COLON_EQ, - ACTIONS(213), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(208), 4, + sym_line_continuation, + ACTIONS(1487), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 25, + ACTIONS(1485), 27, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, @@ -69343,27 +61723,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59447] = 3, - ACTIONS(3), 1, + [54878] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1675), 4, + sym_line_continuation, + ACTIONS(1495), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1673), 28, + ACTIONS(1493), 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_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -69380,27 +61761,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59487] = 3, - ACTIONS(3), 1, + [54919] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1091), 4, + sym_line_continuation, + ACTIONS(1479), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1089), 28, + ACTIONS(1477), 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_LBRACK, - anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -69417,15 +61799,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59527] = 3, - ACTIONS(3), 1, + [54960] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1091), 4, + sym_line_continuation, + ACTIONS(1455), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1089), 28, + ACTIONS(1453), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -69454,15 +61837,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59567] = 3, - ACTIONS(3), 1, + [55001] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1087), 4, + sym_line_continuation, + ACTIONS(989), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1085), 28, + ACTIONS(987), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -69491,15 +61875,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59607] = 3, - ACTIONS(3), 1, + [55042] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1027), 4, + sym_line_continuation, + ACTIONS(981), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 28, + ACTIONS(979), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -69528,15 +61913,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59647] = 3, - ACTIONS(3), 1, + [55083] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1731), 4, + sym_line_continuation, + ACTIONS(1459), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1729), 28, + ACTIONS(1457), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -69565,16 +61951,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59687] = 3, - ACTIONS(3), 1, + [55124] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1069), 5, + sym_line_continuation, + ACTIONS(909), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1064), 27, + ACTIONS(904), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -69602,27 +61989,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59727] = 3, - ACTIONS(3), 1, + [55165] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1048), 5, + sym_line_continuation, + ACTIONS(1503), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1043), 27, + ACTIONS(1501), 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_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -69639,15 +62027,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59767] = 3, - ACTIONS(3), 1, + [55206] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1727), 4, + sym_line_continuation, + ACTIONS(909), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1725), 28, + ACTIONS(904), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -69676,16 +62065,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59807] = 3, - ACTIONS(3), 1, + [55247] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1699), 5, + sym_line_continuation, + ACTIONS(1471), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1697), 27, + ACTIONS(1469), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -69713,15 +62103,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59847] = 3, - ACTIONS(3), 1, + [55288] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1735), 4, + sym_line_continuation, + ACTIONS(1519), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1733), 28, + ACTIONS(1517), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -69750,27 +62141,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59887] = 3, - ACTIONS(3), 1, + [55329] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1703), 5, + sym_line_continuation, + ACTIONS(1511), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1701), 27, + ACTIONS(1509), 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_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -69787,15 +62179,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59927] = 3, - ACTIONS(3), 1, + [55370] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1041), 4, + sym_line_continuation, + ACTIONS(209), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1039), 28, + ACTIONS(207), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -69824,15 +62217,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [59967] = 3, - ACTIONS(3), 1, + [55411] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1627), 4, + sym_line_continuation, + ACTIONS(1467), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1625), 28, + ACTIONS(1465), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -69861,15 +62255,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60007] = 3, - ACTIONS(3), 1, + [55452] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1719), 4, + sym_line_continuation, + ACTIONS(1499), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1717), 28, + ACTIONS(1497), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -69898,15 +62293,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60047] = 3, - ACTIONS(3), 1, + [55493] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1715), 4, + sym_line_continuation, + ACTIONS(1491), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1713), 28, + ACTIONS(1489), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -69935,15 +62331,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60087] = 3, - ACTIONS(3), 1, + [55534] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1479), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1477), 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_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [55575] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1711), 4, + sym_line_continuation, + ACTIONS(1515), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1709), 28, + ACTIONS(1513), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -69972,15 +62407,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60127] = 3, - ACTIONS(3), 1, + [55616] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1707), 4, + sym_line_continuation, + ACTIONS(1451), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1705), 28, + ACTIONS(1449), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -70009,16 +62445,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60167] = 3, - ACTIONS(3), 1, + [55657] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 5, + sym_line_continuation, + ACTIONS(1451), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 27, + ACTIONS(1449), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -70046,15 +62483,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60207] = 3, - ACTIONS(3), 1, + [55698] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1703), 4, + sym_line_continuation, + ACTIONS(1447), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1701), 28, + ACTIONS(1445), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -70083,27 +62521,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60247] = 4, - ACTIONS(3), 1, + [55739] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(605), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(208), 4, + sym_line_continuation, + ACTIONS(944), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 25, + ACTIONS(939), 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_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -70120,27 +62559,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60288] = 4, - ACTIONS(3), 1, + [55780] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(213), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(208), 4, + sym_line_continuation, + ACTIONS(1443), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 25, + ACTIONS(1441), 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_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -70157,27 +62597,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60329] = 4, - ACTIONS(3), 1, + [55821] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1024), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1027), 4, + sym_line_continuation, + ACTIONS(1523), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 25, + ACTIONS(1521), 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_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -70194,27 +62635,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60370] = 4, - ACTIONS(3), 1, + [55862] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(1045), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1048), 4, + sym_line_continuation, + ACTIONS(959), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1043), 25, + ACTIONS(954), 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_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -70231,27 +62673,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60411] = 4, - ACTIONS(3), 1, + [55903] = 3, + ACTIONS(3), 2, sym_comment, - ACTIONS(605), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(208), 4, + sym_line_continuation, + ACTIONS(1471), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(206), 25, + ACTIONS(1469), 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_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -70268,18 +62711,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60452] = 4, - ACTIONS(3), 1, + [55944] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1771), 2, + sym_line_continuation, + ACTIONS(1589), 2, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(1027), 4, + ACTIONS(909), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 25, + ACTIONS(904), 25, anon_sym_DOT, anon_sym_LPAREN, anon_sym_as, @@ -70305,18 +62749,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60493] = 4, - ACTIONS(3), 1, + [55986] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1066), 2, - anon_sym_RPAREN, + sym_line_continuation, + ACTIONS(1589), 2, anon_sym_COMMA, - ACTIONS(1069), 4, + anon_sym_RBRACK, + ACTIONS(909), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1064), 25, + ACTIONS(904), 25, anon_sym_DOT, anon_sym_LPAREN, anon_sym_as, @@ -70342,18 +62787,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60534] = 4, - ACTIONS(3), 1, + [56028] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1771), 2, + sym_line_continuation, + ACTIONS(956), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1027), 4, + ACTIONS(959), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 25, + ACTIONS(954), 25, anon_sym_DOT, anon_sym_LPAREN, anon_sym_as, @@ -70379,51 +62825,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [60575] = 7, - ACTIONS(3), 1, + [56070] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1461), 1, - anon_sym_not, - ACTIONS(1776), 1, - anon_sym_as, - STATE(1057), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1471), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1453), 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(1774), 8, + sym_line_continuation, + ACTIONS(941), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_and, - anon_sym_or, - anon_sym_RBRACE, - [60610] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(208), 2, + ACTIONS(944), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1635), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(206), 14, + anon_sym_LT, + anon_sym_GT, + ACTIONS(939), 25, 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, anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, @@ -70432,23 +62858,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [60639] = 4, - ACTIONS(3), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + [56112] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1778), 3, + sym_line_continuation, + ACTIONS(906), 2, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(206), 14, + ACTIONS(909), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(904), 25, 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, anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, @@ -70457,45 +62896,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [60668] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1782), 1, - anon_sym_as, - ACTIONS(1787), 1, - anon_sym_not, - STATE(1057), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1790), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1784), 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(1780), 8, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_and, - anon_sym_or, - anon_sym_RBRACE, - [60703] = 4, - ACTIONS(3), 1, + [56154] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1027), 2, + sym_line_continuation, + ACTIONS(909), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1793), 3, + ACTIONS(1595), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(1022), 14, + ACTIONS(904), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -70510,73 +62927,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [60732] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1489), 1, + [56184] = 7, + ACTIONS(1599), 1, + anon_sym_as, + ACTIONS(1604), 1, anon_sym_not, - ACTIONS(1776), 1, - anon_sym_EQ, - STATE(1060), 1, + STATE(933), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1499), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1607), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1481), 6, + ACTIONS(1601), 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(1774), 8, + ACTIONS(1597), 8, anon_sym_COMMA, - anon_sym_as, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_and, anon_sym_or, anon_sym_RBRACE, - sym_type_conversion, - [60767] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1782), 1, - anon_sym_EQ, - ACTIONS(1798), 1, + [56220] = 7, + ACTIONS(1303), 1, anon_sym_not, - STATE(1060), 1, + ACTIONS(1612), 1, + anon_sym_as, + STATE(933), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1801), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1313), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1795), 6, + ACTIONS(1295), 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(1780), 8, + ACTIONS(1610), 8, anon_sym_COMMA, - anon_sym_as, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_and, anon_sym_or, anon_sym_RBRACE, - sym_type_conversion, - [60802] = 4, - ACTIONS(3), 1, + [56256] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1027), 2, + sym_line_continuation, + ACTIONS(209), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1629), 3, + ACTIONS(1614), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(1022), 14, + ACTIONS(207), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -70591,77 +63011,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [60831] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1555), 1, - anon_sym_DOT, - ACTIONS(1557), 1, - anon_sym_LPAREN, - ACTIONS(1565), 1, - anon_sym_STAR_STAR, - ACTIONS(1569), 1, - anon_sym_LBRACK, - ACTIONS(1575), 1, - anon_sym_PIPE, - ACTIONS(1577), 1, - anon_sym_AMP, - ACTIONS(1579), 1, - anon_sym_CARET, - ACTIONS(1804), 1, - sym__newline, - STATE(907), 1, - sym_argument_list, - ACTIONS(1559), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1561), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1573), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1567), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - [60879] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1782), 1, + [56286] = 7, + ACTIONS(1599), 1, anon_sym_EQ, - ACTIONS(1809), 1, + ACTIONS(1619), 1, anon_sym_not, - STATE(1063), 1, + STATE(936), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1812), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1622), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1806), 6, + ACTIONS(1616), 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(1780), 7, - sym__newline, - anon_sym_SEMI, + ACTIONS(1597), 8, anon_sym_COMMA, anon_sym_as, anon_sym_if, + anon_sym_COLON, anon_sym_and, anon_sym_or, - [60913] = 4, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [56322] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 2, + sym_line_continuation, + ACTIONS(209), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1778), 2, + ACTIONS(1585), 3, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(206), 14, + ACTIONS(207), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -70676,91 +63066,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [60941] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1048), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1050), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1043), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [60969] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1027), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1033), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1022), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [60997] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1523), 1, + [56352] = 7, + ACTIONS(1275), 1, anon_sym_not, - ACTIONS(1776), 1, + ACTIONS(1612), 1, anon_sym_EQ, - STATE(1082), 1, + STATE(936), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1533), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1285), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1515), 6, + ACTIONS(1265), 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(1774), 7, + ACTIONS(1610), 8, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_and, anon_sym_or, - [61031] = 4, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [56388] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 2, + sym_line_continuation, + ACTIONS(909), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(237), 2, + ACTIONS(1587), 3, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(206), 14, + anon_sym_COLON, + ACTIONS(904), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -70775,16 +63121,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [61059] = 4, - ACTIONS(3), 1, + [56418] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1069), 2, + sym_line_continuation, + ACTIONS(959), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1071), 2, + ACTIONS(961), 2, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(1064), 14, + ACTIONS(954), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -70799,16 +63146,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [61087] = 4, - ACTIONS(3), 1, + [56447] = 7, + ACTIONS(1599), 1, + anon_sym_EQ, + ACTIONS(1628), 1, + anon_sym_not, + STATE(941), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 2, + sym_line_continuation, + ACTIONS(1631), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1625), 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(1597), 7, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_and, + anon_sym_or, + [56482] = 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(944), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(237), 2, + ACTIONS(946), 2, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(206), 14, + ACTIONS(939), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -70823,50 +63199,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [61115] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_COMMA, - STATE(1071), 1, - aux_sym__patterns_repeat1, - ACTIONS(1818), 16, - 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, - [61143] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1571), 1, + [56511] = 7, + ACTIONS(1409), 1, anon_sym_not, - ACTIONS(1776), 1, + ACTIONS(1612), 1, anon_sym_EQ, - STATE(1063), 1, + STATE(941), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1581), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1419), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1563), 6, + ACTIONS(1401), 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(1774), 7, + ACTIONS(1610), 7, sym__newline, anon_sym_SEMI, anon_sym_COMMA, @@ -70874,26 +63227,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_and, anon_sym_or, - [61177] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1605), 1, + [56546] = 7, + ACTIONS(1377), 1, anon_sym_not, - ACTIONS(1776), 1, + ACTIONS(1612), 1, anon_sym_as, - STATE(1076), 1, + STATE(958), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1615), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1387), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1597), 6, + ACTIONS(1369), 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(1774), 7, + ACTIONS(1610), 7, anon_sym_COMMA, anon_sym_if, anon_sym_async, @@ -70901,16 +63255,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_and, anon_sym_or, - [61211] = 4, - ACTIONS(3), 1, + [56581] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 2, + sym_line_continuation, + ACTIONS(209), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(237), 2, + ACTIONS(236), 2, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(206), 14, + ACTIONS(207), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -70925,14 +63280,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [61239] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1820), 1, + [56610] = 4, + ACTIONS(1634), 1, anon_sym_COMMA, - STATE(1071), 1, + STATE(946), 1, aux_sym__patterns_repeat1, - ACTIONS(700), 16, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1637), 16, anon_sym_COLON, anon_sym_in, anon_sym_EQ, @@ -70949,43 +63305,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [61267] = 7, - ACTIONS(3), 1, + [56639] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1782), 1, - anon_sym_as, - ACTIONS(1825), 1, - anon_sym_not, - STATE(1076), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1828), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1822), 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(1780), 7, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_and, - anon_sym_or, - [61301] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1027), 2, + sym_line_continuation, + ACTIONS(209), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1033), 2, - anon_sym_RPAREN, + ACTIONS(1614), 2, anon_sym_COMMA, - ACTIONS(1022), 14, + anon_sym_COLON, + ACTIONS(207), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -71000,16 +63330,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [61329] = 4, - ACTIONS(3), 1, + [56668] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 2, + sym_line_continuation, + ACTIONS(959), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(237), 2, + ACTIONS(961), 2, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(206), 14, + ACTIONS(954), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -71024,16 +63355,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [61357] = 4, - ACTIONS(3), 1, + [56697] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1048), 2, + sym_line_continuation, + ACTIONS(209), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1050), 2, - anon_sym_RPAREN, + ACTIONS(1585), 2, anon_sym_COMMA, - ACTIONS(1043), 14, + anon_sym_RBRACK, + ACTIONS(207), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -71048,16 +63380,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [61385] = 4, - ACTIONS(3), 1, + [56726] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(208), 2, + sym_line_continuation, + ACTIONS(909), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1635), 2, + ACTIONS(1595), 2, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(206), 14, + anon_sym_COLON, + ACTIONS(904), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -71072,16 +63405,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [61413] = 4, - ACTIONS(3), 1, + [56755] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1027), 2, + sym_line_continuation, + ACTIONS(909), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1629), 2, + ACTIONS(1587), 2, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(1022), 14, + ACTIONS(904), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -71096,43 +63430,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [61441] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1782), 1, - anon_sym_EQ, - ACTIONS(1834), 1, - anon_sym_not, - STATE(1082), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1837), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1831), 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(1780), 7, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_and, - anon_sym_or, - [61475] = 4, - ACTIONS(3), 1, + [56784] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1069), 2, + sym_line_continuation, + ACTIONS(209), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1071), 2, + ACTIONS(236), 2, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(1064), 14, + ACTIONS(207), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -71147,16 +63455,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [61503] = 4, - ACTIONS(3), 1, + [56813] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1027), 2, + sym_line_continuation, + ACTIONS(944), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1793), 2, + ACTIONS(946), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(1022), 14, + ACTIONS(939), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -71171,42 +63480,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [61531] = 12, - ACTIONS(3), 1, + [56842] = 4, + ACTIONS(3), 2, sym_comment, - ACTIONS(1840), 1, - sym_identifier, - ACTIONS(1842), 1, - anon_sym_LPAREN, - ACTIONS(1844), 1, + sym_line_continuation, + ACTIONS(909), 2, anon_sym_STAR, - ACTIONS(1846), 1, - anon_sym_COLON, - ACTIONS(1848), 1, - anon_sym_STAR_STAR, - ACTIONS(1850), 1, anon_sym_SLASH, - STATE(1424), 1, - sym_parameter, - STATE(1665), 1, - sym_lambda_parameters, - STATE(1666), 1, - sym__parameters, - STATE(1535), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1534), 6, - sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [61574] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1033), 17, + ACTIONS(915), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(904), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [56871] = 4, + ACTIONS(1639), 1, anon_sym_COMMA, + STATE(946), 1, + aux_sym__patterns_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(486), 16, anon_sym_COLON, anon_sym_in, anon_sym_EQ, @@ -71223,303 +63530,320 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [61597] = 2, - ACTIONS(3), 1, + [56900] = 7, + ACTIONS(1345), 1, + anon_sym_not, + ACTIONS(1612), 1, + anon_sym_EQ, + STATE(957), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1852), 17, + sym_line_continuation, + ACTIONS(1355), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1337), 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(1610), 7, anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, - anon_sym_in, + anon_sym_else, + anon_sym_and, + anon_sym_or, + [56935] = 7, + ACTIONS(1599), 1, 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, - [61620] = 12, - ACTIONS(3), 1, + ACTIONS(1644), 1, + anon_sym_not, + STATE(957), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1840), 1, - sym_identifier, - ACTIONS(1842), 1, - anon_sym_LPAREN, - ACTIONS(1844), 1, - anon_sym_STAR, - ACTIONS(1848), 1, - anon_sym_STAR_STAR, - ACTIONS(1850), 1, - anon_sym_SLASH, - ACTIONS(1854), 1, + sym_line_continuation, + ACTIONS(1647), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1641), 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(1597), 7, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, - STATE(1424), 1, - sym_parameter, - STATE(1577), 1, - sym_lambda_parameters, - STATE(1666), 1, - sym__parameters, - STATE(1535), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1534), 6, - sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [61663] = 13, - ACTIONS(3), 1, + anon_sym_else, + anon_sym_and, + anon_sym_or, + [56970] = 7, + ACTIONS(1599), 1, + anon_sym_as, + ACTIONS(1653), 1, + anon_sym_not, + STATE(958), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1509), 1, - anon_sym_LPAREN, - ACTIONS(1517), 1, - anon_sym_STAR_STAR, - ACTIONS(1527), 1, - anon_sym_PIPE, - ACTIONS(1529), 1, - anon_sym_AMP, - ACTIONS(1531), 1, - anon_sym_CARET, - ACTIONS(1645), 1, - anon_sym_DOT, - ACTIONS(1659), 1, - anon_sym_LBRACK, - STATE(882), 1, - sym_argument_list, - ACTIONS(1511), 2, + sym_line_continuation, + ACTIONS(1656), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1650), 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(1597), 7, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_and, + anon_sym_or, + [57005] = 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(909), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1513), 2, + ACTIONS(915), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(904), 14, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1525), 2, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1519), 3, - anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [61708] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1840), 1, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [57034] = 13, + ACTIONS(1659), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(1661), 1, anon_sym_LPAREN, - ACTIONS(1844), 1, + ACTIONS(1663), 1, anon_sym_STAR, - ACTIONS(1848), 1, + ACTIONS(1665), 1, + anon_sym_COLON, + ACTIONS(1667), 1, anon_sym_STAR_STAR, - ACTIONS(1850), 1, + ACTIONS(1669), 1, anon_sym_SLASH, - ACTIONS(1856), 1, - anon_sym_COLON, - STATE(1424), 1, + STATE(1350), 1, sym_parameter, - STATE(1650), 1, + STATE(1358), 1, + sym_tuple_pattern, + STATE(1481), 1, sym_lambda_parameters, - STATE(1666), 1, + STATE(1545), 1, sym__parameters, - STATE(1535), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1431), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(1534), 6, - sym_tuple_pattern, + STATE(1402), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [61751] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1840), 1, + [57080] = 13, + ACTIONS(1659), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(1661), 1, anon_sym_LPAREN, - ACTIONS(1844), 1, + ACTIONS(1663), 1, anon_sym_STAR, - ACTIONS(1848), 1, + ACTIONS(1667), 1, anon_sym_STAR_STAR, - ACTIONS(1850), 1, + ACTIONS(1669), 1, anon_sym_SLASH, - ACTIONS(1858), 1, + ACTIONS(1671), 1, anon_sym_COLON, - STATE(1424), 1, + STATE(1350), 1, sym_parameter, - STATE(1574), 1, + STATE(1358), 1, + sym_tuple_pattern, + STATE(1532), 1, sym_lambda_parameters, - STATE(1666), 1, + STATE(1545), 1, sym__parameters, - STATE(1535), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1431), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(1534), 6, - sym_tuple_pattern, + STATE(1402), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [61794] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1757), 1, - anon_sym_not, - STATE(1097), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1767), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1749), 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(1774), 7, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_and, - anon_sym_or, - [61825] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1840), 1, + [57126] = 13, + ACTIONS(1659), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(1661), 1, anon_sym_LPAREN, - ACTIONS(1844), 1, + ACTIONS(1663), 1, anon_sym_STAR, - ACTIONS(1848), 1, + ACTIONS(1667), 1, anon_sym_STAR_STAR, - ACTIONS(1850), 1, + ACTIONS(1669), 1, anon_sym_SLASH, - ACTIONS(1860), 1, + ACTIONS(1673), 1, anon_sym_COLON, - STATE(1424), 1, + STATE(1350), 1, sym_parameter, - STATE(1611), 1, - sym_lambda_parameters, - STATE(1666), 1, + STATE(1358), 1, + sym_tuple_pattern, + STATE(1545), 1, sym__parameters, - STATE(1535), 2, + STATE(1574), 1, + sym_lambda_parameters, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1431), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(1534), 6, - sym_tuple_pattern, + STATE(1402), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [61868] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1661), 1, + [57172] = 7, + ACTIONS(1569), 1, anon_sym_not, - ACTIONS(1776), 1, + ACTIONS(1612), 1, anon_sym_EQ, - STATE(1095), 1, + STATE(965), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1671), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1579), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1653), 6, + ACTIONS(1561), 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(1774), 6, + ACTIONS(1610), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_and, anon_sym_or, - [61901] = 7, - ACTIONS(3), 1, + [57206] = 13, + ACTIONS(1331), 1, + anon_sym_LPAREN, + ACTIONS(1339), 1, + anon_sym_STAR_STAR, + ACTIONS(1349), 1, + anon_sym_PIPE, + ACTIONS(1351), 1, + anon_sym_AMP, + ACTIONS(1353), 1, + anon_sym_CARET, + ACTIONS(1361), 1, + anon_sym_DOT, + ACTIONS(1375), 1, + anon_sym_LBRACK, + STATE(826), 1, + sym_argument_list, + ACTIONS(3), 2, sym_comment, - ACTIONS(1782), 1, + sym_line_continuation, + ACTIONS(1333), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1335), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1347), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1341), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + [57252] = 7, + ACTIONS(1599), 1, anon_sym_EQ, - ACTIONS(1865), 1, + ACTIONS(1678), 1, anon_sym_not, - STATE(1095), 1, + STATE(965), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1868), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1681), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1780), 6, + ACTIONS(1597), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_and, anon_sym_or, - ACTIONS(1862), 6, + ACTIONS(1675), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [61934] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1871), 1, - anon_sym_COMMA, - ACTIONS(1873), 1, - anon_sym_COLON, - ACTIONS(1875), 1, - anon_sym_EQ, - STATE(1075), 1, - aux_sym__patterns_repeat1, - ACTIONS(1877), 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, - [61965] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1882), 1, + [57286] = 6, + ACTIONS(1541), 1, anon_sym_not, - STATE(1097), 1, + STATE(972), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1885), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1551), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1879), 6, + ACTIONS(1533), 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(1780), 7, + ACTIONS(1610), 7, anon_sym_COMMA, anon_sym_as, anon_sym_if, @@ -71527,14 +63851,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_and, anon_sym_or, - [61996] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1888), 17, + [57318] = 6, + ACTIONS(1684), 1, anon_sym_COMMA, + ACTIONS(1686), 1, anon_sym_COLON, - anon_sym_in, + ACTIONS(1688), 1, anon_sym_EQ, + STATE(955), 1, + aux_sym__patterns_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1690), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -71548,167 +63877,345 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [62019] = 12, - ACTIONS(3), 1, + [57350] = 13, + ACTIONS(1659), 1, + sym_identifier, + ACTIONS(1661), 1, + anon_sym_LPAREN, + ACTIONS(1663), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_STAR_STAR, + ACTIONS(1669), 1, + anon_sym_SLASH, + ACTIONS(1692), 1, + anon_sym_COLON, + STATE(1350), 1, + sym_parameter, + STATE(1358), 1, + sym_tuple_pattern, + STATE(1545), 1, + sym__parameters, + STATE(1550), 1, + sym_lambda_parameters, + ACTIONS(3), 2, sym_comment, - ACTIONS(1840), 1, + sym_line_continuation, + STATE(1431), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1402), 5, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [57396] = 13, + ACTIONS(1659), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(1661), 1, anon_sym_LPAREN, - ACTIONS(1844), 1, + ACTIONS(1663), 1, anon_sym_STAR, - ACTIONS(1848), 1, + ACTIONS(1667), 1, anon_sym_STAR_STAR, - ACTIONS(1850), 1, + ACTIONS(1669), 1, anon_sym_SLASH, - ACTIONS(1890), 1, + ACTIONS(1694), 1, anon_sym_COLON, - STATE(1424), 1, + STATE(1350), 1, sym_parameter, - STATE(1582), 1, + STATE(1358), 1, + sym_tuple_pattern, + STATE(1535), 1, sym_lambda_parameters, - STATE(1666), 1, + STATE(1545), 1, sym__parameters, - STATE(1535), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1431), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(1534), 6, - sym_tuple_pattern, + STATE(1402), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [62062] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1840), 1, + [57442] = 13, + ACTIONS(1659), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(1661), 1, anon_sym_LPAREN, - ACTIONS(1844), 1, + ACTIONS(1663), 1, anon_sym_STAR, - ACTIONS(1848), 1, + ACTIONS(1667), 1, anon_sym_STAR_STAR, - ACTIONS(1850), 1, + ACTIONS(1669), 1, anon_sym_SLASH, - ACTIONS(1892), 1, + ACTIONS(1696), 1, anon_sym_COLON, - STATE(1424), 1, + STATE(1350), 1, sym_parameter, - STATE(1655), 1, + STATE(1358), 1, + sym_tuple_pattern, + STATE(1510), 1, sym_lambda_parameters, - STATE(1666), 1, + STATE(1545), 1, sym__parameters, - STATE(1535), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1431), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(1534), 6, + STATE(1402), 5, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [57488] = 13, + ACTIONS(1659), 1, + sym_identifier, + ACTIONS(1661), 1, + anon_sym_LPAREN, + ACTIONS(1663), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_STAR_STAR, + ACTIONS(1669), 1, + anon_sym_SLASH, + ACTIONS(1698), 1, + anon_sym_COLON, + STATE(1350), 1, + sym_parameter, + STATE(1358), 1, sym_tuple_pattern, + STATE(1545), 1, + sym__parameters, + STATE(1571), 1, + sym_lambda_parameters, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1431), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1402), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [62105] = 13, - ACTIONS(3), 1, + [57534] = 6, + ACTIONS(1703), 1, + anon_sym_not, + STATE(972), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1509), 1, + sym_line_continuation, + ACTIONS(1706), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1700), 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(1597), 7, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_and, + anon_sym_or, + [57566] = 13, + ACTIONS(1331), 1, anon_sym_LPAREN, - ACTIONS(1517), 1, + ACTIONS(1339), 1, anon_sym_STAR_STAR, - ACTIONS(1527), 1, + ACTIONS(1349), 1, anon_sym_PIPE, - ACTIONS(1529), 1, + ACTIONS(1351), 1, anon_sym_AMP, - ACTIONS(1531), 1, + ACTIONS(1353), 1, anon_sym_CARET, - ACTIONS(1589), 1, + ACTIONS(1553), 1, anon_sym_DOT, - ACTIONS(1603), 1, + ACTIONS(1567), 1, anon_sym_LBRACK, - STATE(882), 1, + STATE(826), 1, sym_argument_list, - ACTIONS(1511), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1333), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1513), 2, + ACTIONS(1335), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1525), 2, + ACTIONS(1347), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1519), 3, + ACTIONS(1341), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [62150] = 12, - ACTIONS(3), 1, + [57612] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1637), 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, + [57636] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1840), 1, + sym_line_continuation, + ACTIONS(915), 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, + [57660] = 13, + ACTIONS(1659), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(1661), 1, anon_sym_LPAREN, - ACTIONS(1844), 1, + ACTIONS(1663), 1, anon_sym_STAR, - ACTIONS(1848), 1, + ACTIONS(1667), 1, anon_sym_STAR_STAR, - ACTIONS(1850), 1, + ACTIONS(1669), 1, anon_sym_SLASH, - ACTIONS(1894), 1, + ACTIONS(1709), 1, anon_sym_COLON, - STATE(1424), 1, + STATE(1350), 1, sym_parameter, - STATE(1666), 1, - sym__parameters, - STATE(1682), 1, + STATE(1358), 1, + sym_tuple_pattern, + STATE(1512), 1, sym_lambda_parameters, - STATE(1535), 2, + STATE(1545), 1, + sym__parameters, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1431), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(1534), 6, - sym_tuple_pattern, + STATE(1402), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [62193] = 13, - ACTIONS(3), 1, + [57706] = 13, + ACTIONS(1659), 1, + sym_identifier, + ACTIONS(1661), 1, + anon_sym_LPAREN, + ACTIONS(1663), 1, + anon_sym_STAR, + ACTIONS(1667), 1, + anon_sym_STAR_STAR, + ACTIONS(1669), 1, + anon_sym_SLASH, + ACTIONS(1711), 1, + anon_sym_COLON, + STATE(1350), 1, + sym_parameter, + STATE(1358), 1, + sym_tuple_pattern, + STATE(1543), 1, + sym_lambda_parameters, + STATE(1545), 1, + sym__parameters, + ACTIONS(3), 2, sym_comment, - ACTIONS(1507), 1, + sym_line_continuation, + STATE(1431), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1402), 5, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [57752] = 13, + ACTIONS(1329), 1, anon_sym_DOT, - ACTIONS(1509), 1, + ACTIONS(1331), 1, anon_sym_LPAREN, - ACTIONS(1517), 1, + ACTIONS(1339), 1, anon_sym_STAR_STAR, - ACTIONS(1521), 1, + ACTIONS(1343), 1, anon_sym_LBRACK, - ACTIONS(1527), 1, + ACTIONS(1349), 1, anon_sym_PIPE, - ACTIONS(1529), 1, + ACTIONS(1351), 1, anon_sym_AMP, - ACTIONS(1531), 1, + ACTIONS(1353), 1, anon_sym_CARET, - STATE(882), 1, + STATE(826), 1, sym_argument_list, - ACTIONS(1511), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1333), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1513), 2, + ACTIONS(1335), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1525), 2, + ACTIONS(1347), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1519), 3, + ACTIONS(1341), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [62238] = 2, - ACTIONS(3), 1, + [57798] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1818), 17, + sym_line_continuation, + ACTIONS(1713), 17, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, @@ -71726,74 +64233,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [62261] = 12, - ACTIONS(3), 1, + [57822] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1840), 1, + sym_line_continuation, + ACTIONS(1715), 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, + [57846] = 12, + ACTIONS(1717), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(1719), 1, anon_sym_LPAREN, - ACTIONS(1844), 1, + ACTIONS(1721), 1, + anon_sym_RPAREN, + ACTIONS(1723), 1, anon_sym_STAR, - ACTIONS(1848), 1, + ACTIONS(1725), 1, anon_sym_STAR_STAR, - ACTIONS(1850), 1, + ACTIONS(1727), 1, anon_sym_SLASH, - ACTIONS(1896), 1, - anon_sym_COLON, - STATE(1424), 1, + STATE(1324), 1, + sym_tuple_pattern, + STATE(1328), 1, sym_parameter, - STATE(1658), 1, - sym_lambda_parameters, - STATE(1666), 1, + STATE(1573), 1, sym__parameters, - STATE(1535), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1305), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(1534), 6, - sym_tuple_pattern, + STATE(1441), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [62304] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1898), 1, + [57889] = 11, + ACTIONS(1659), 1, sym_identifier, - ACTIONS(1900), 1, + ACTIONS(1661), 1, anon_sym_LPAREN, - ACTIONS(1902), 1, - anon_sym_RPAREN, - ACTIONS(1904), 1, + ACTIONS(1663), 1, anon_sym_STAR, - ACTIONS(1906), 1, + ACTIONS(1667), 1, anon_sym_STAR_STAR, - ACTIONS(1908), 1, + ACTIONS(1669), 1, anon_sym_SLASH, - STATE(1479), 1, + ACTIONS(1729), 1, + anon_sym_COLON, + STATE(1358), 1, + sym_tuple_pattern, + STATE(1450), 1, sym_parameter, - STATE(1668), 1, - sym__parameters, - STATE(1437), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1431), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(1519), 6, - sym_tuple_pattern, + STATE(1402), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [62344] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1873), 1, + [57929] = 4, + ACTIONS(1686), 1, anon_sym_COLON, - ACTIONS(1875), 1, + ACTIONS(1688), 1, anon_sym_EQ, - ACTIONS(1877), 13, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1690), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -71807,880 +64337,930 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [62369] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1840), 1, + [57955] = 11, + ACTIONS(1717), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(1719), 1, anon_sym_LPAREN, - ACTIONS(1844), 1, + ACTIONS(1723), 1, anon_sym_STAR, - ACTIONS(1848), 1, + ACTIONS(1725), 1, anon_sym_STAR_STAR, - ACTIONS(1850), 1, + ACTIONS(1727), 1, anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_COLON, - STATE(1543), 1, + ACTIONS(1729), 1, + anon_sym_RPAREN, + STATE(1324), 1, + sym_tuple_pattern, + STATE(1415), 1, sym_parameter, - STATE(1535), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1305), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(1534), 6, - sym_tuple_pattern, + STATE(1441), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [62406] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1898), 1, + [57995] = 11, + ACTIONS(1717), 1, sym_identifier, - ACTIONS(1900), 1, + ACTIONS(1719), 1, anon_sym_LPAREN, - ACTIONS(1904), 1, + ACTIONS(1723), 1, anon_sym_STAR, - ACTIONS(1906), 1, + ACTIONS(1725), 1, anon_sym_STAR_STAR, - ACTIONS(1908), 1, + ACTIONS(1727), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1731), 1, anon_sym_RPAREN, - STATE(1521), 1, + STATE(1324), 1, + sym_tuple_pattern, + STATE(1415), 1, sym_parameter, - STATE(1437), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1305), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(1519), 6, - sym_tuple_pattern, + STATE(1441), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [62443] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1840), 1, + [58035] = 11, + ACTIONS(1659), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(1661), 1, anon_sym_LPAREN, - ACTIONS(1844), 1, + ACTIONS(1663), 1, anon_sym_STAR, - ACTIONS(1848), 1, + ACTIONS(1667), 1, anon_sym_STAR_STAR, - ACTIONS(1850), 1, + ACTIONS(1669), 1, anon_sym_SLASH, - ACTIONS(1912), 1, + ACTIONS(1731), 1, anon_sym_COLON, - STATE(1543), 1, - sym_parameter, - STATE(1535), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1534), 6, + STATE(1358), 1, sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [62480] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1898), 1, - sym_identifier, - ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1904), 1, - anon_sym_STAR, - ACTIONS(1906), 1, - anon_sym_STAR_STAR, - ACTIONS(1908), 1, - anon_sym_SLASH, - ACTIONS(1912), 1, - anon_sym_RPAREN, - STATE(1521), 1, + STATE(1450), 1, sym_parameter, - STATE(1437), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1431), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(1519), 6, - sym_tuple_pattern, + STATE(1402), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [62517] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1898), 1, + [58075] = 10, + ACTIONS(1659), 1, sym_identifier, - ACTIONS(1900), 1, + ACTIONS(1661), 1, anon_sym_LPAREN, - ACTIONS(1904), 1, + ACTIONS(1663), 1, anon_sym_STAR, - ACTIONS(1906), 1, + ACTIONS(1667), 1, anon_sym_STAR_STAR, - ACTIONS(1908), 1, + ACTIONS(1669), 1, anon_sym_SLASH, - STATE(1521), 1, + STATE(1358), 1, + sym_tuple_pattern, + STATE(1450), 1, sym_parameter, - STATE(1437), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1431), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(1519), 6, - sym_tuple_pattern, + STATE(1402), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [62551] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1840), 1, + [58112] = 10, + ACTIONS(1717), 1, sym_identifier, - ACTIONS(1842), 1, + ACTIONS(1719), 1, anon_sym_LPAREN, - ACTIONS(1844), 1, + ACTIONS(1723), 1, anon_sym_STAR, - ACTIONS(1848), 1, + ACTIONS(1725), 1, anon_sym_STAR_STAR, - ACTIONS(1850), 1, + ACTIONS(1727), 1, anon_sym_SLASH, - STATE(1543), 1, + STATE(1324), 1, + sym_tuple_pattern, + STATE(1415), 1, sym_parameter, - STATE(1535), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1305), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(1534), 6, - sym_tuple_pattern, + STATE(1441), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [62585] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1914), 1, + [58149] = 13, + ACTIONS(1733), 1, anon_sym_COMMA, - ACTIONS(1916), 1, + ACTIONS(1735), 1, anon_sym_as, - ACTIONS(1918), 1, + ACTIONS(1737), 1, anon_sym_if, - ACTIONS(1920), 1, + ACTIONS(1739), 1, anon_sym_COLON, - ACTIONS(1922), 1, + ACTIONS(1741), 1, anon_sym_async, - ACTIONS(1924), 1, + ACTIONS(1743), 1, anon_sym_for, - ACTIONS(1926), 1, + ACTIONS(1745), 1, anon_sym_and, - ACTIONS(1928), 1, + ACTIONS(1747), 1, anon_sym_or, - ACTIONS(1930), 1, + ACTIONS(1749), 1, anon_sym_RBRACE, - STATE(1229), 1, + STATE(1135), 1, sym_for_in_clause, - STATE(1409), 1, + STATE(1317), 1, aux_sym__collection_elements_repeat1, - STATE(1603), 1, + STATE(1523), 1, sym__comprehension_clauses, - [62625] = 13, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1914), 1, + sym_line_continuation, + [58190] = 13, + ACTIONS(1733), 1, anon_sym_COMMA, - ACTIONS(1916), 1, + ACTIONS(1735), 1, anon_sym_as, - ACTIONS(1918), 1, + ACTIONS(1737), 1, anon_sym_if, - ACTIONS(1920), 1, + ACTIONS(1739), 1, anon_sym_COLON, - ACTIONS(1922), 1, + ACTIONS(1741), 1, anon_sym_async, - ACTIONS(1924), 1, + ACTIONS(1743), 1, anon_sym_for, - ACTIONS(1926), 1, + ACTIONS(1745), 1, anon_sym_and, - ACTIONS(1928), 1, + ACTIONS(1747), 1, anon_sym_or, - ACTIONS(1930), 1, + ACTIONS(1749), 1, anon_sym_RBRACE, - STATE(1229), 1, + STATE(1135), 1, sym_for_in_clause, - STATE(1409), 1, + STATE(1317), 1, aux_sym__collection_elements_repeat1, - STATE(1598), 1, + STATE(1497), 1, sym__comprehension_clauses, - [62665] = 13, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1914), 1, + sym_line_continuation, + [58231] = 13, + ACTIONS(1733), 1, anon_sym_COMMA, - ACTIONS(1916), 1, + ACTIONS(1735), 1, anon_sym_as, - ACTIONS(1918), 1, + ACTIONS(1737), 1, anon_sym_if, - ACTIONS(1920), 1, + ACTIONS(1739), 1, anon_sym_COLON, - ACTIONS(1922), 1, + ACTIONS(1741), 1, anon_sym_async, - ACTIONS(1924), 1, + ACTIONS(1743), 1, anon_sym_for, - ACTIONS(1926), 1, + ACTIONS(1745), 1, anon_sym_and, - ACTIONS(1928), 1, + ACTIONS(1747), 1, anon_sym_or, - ACTIONS(1930), 1, + ACTIONS(1749), 1, anon_sym_RBRACE, - STATE(1229), 1, + STATE(1135), 1, sym_for_in_clause, - STATE(1409), 1, + STATE(1317), 1, aux_sym__collection_elements_repeat1, - STATE(1671), 1, + STATE(1487), 1, sym__comprehension_clauses, - [62705] = 13, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1914), 1, + sym_line_continuation, + [58272] = 13, + ACTIONS(1733), 1, anon_sym_COMMA, - ACTIONS(1916), 1, + ACTIONS(1735), 1, anon_sym_as, - ACTIONS(1918), 1, + ACTIONS(1737), 1, anon_sym_if, - ACTIONS(1920), 1, + ACTIONS(1739), 1, anon_sym_COLON, - ACTIONS(1922), 1, + ACTIONS(1741), 1, anon_sym_async, - ACTIONS(1924), 1, + ACTIONS(1743), 1, anon_sym_for, - ACTIONS(1926), 1, + ACTIONS(1745), 1, anon_sym_and, - ACTIONS(1928), 1, + ACTIONS(1747), 1, anon_sym_or, - ACTIONS(1930), 1, + ACTIONS(1749), 1, anon_sym_RBRACE, - STATE(1229), 1, + STATE(1135), 1, sym_for_in_clause, - STATE(1409), 1, + STATE(1317), 1, aux_sym__collection_elements_repeat1, - STATE(1593), 1, + STATE(1500), 1, sym__comprehension_clauses, - [62745] = 13, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1914), 1, + sym_line_continuation, + [58313] = 13, + ACTIONS(1733), 1, anon_sym_COMMA, - ACTIONS(1916), 1, + ACTIONS(1735), 1, anon_sym_as, - ACTIONS(1918), 1, + ACTIONS(1737), 1, anon_sym_if, - ACTIONS(1920), 1, + ACTIONS(1739), 1, anon_sym_COLON, - ACTIONS(1922), 1, + ACTIONS(1741), 1, anon_sym_async, - ACTIONS(1924), 1, + ACTIONS(1743), 1, anon_sym_for, - ACTIONS(1926), 1, + ACTIONS(1745), 1, anon_sym_and, - ACTIONS(1928), 1, + ACTIONS(1747), 1, anon_sym_or, - ACTIONS(1930), 1, + ACTIONS(1749), 1, anon_sym_RBRACE, - STATE(1229), 1, + STATE(1135), 1, sym_for_in_clause, - STATE(1409), 1, + STATE(1317), 1, aux_sym__collection_elements_repeat1, - STATE(1662), 1, + STATE(1557), 1, sym__comprehension_clauses, - [62785] = 13, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1914), 1, + sym_line_continuation, + [58354] = 13, + ACTIONS(1733), 1, anon_sym_COMMA, - ACTIONS(1916), 1, + ACTIONS(1735), 1, anon_sym_as, - ACTIONS(1918), 1, + ACTIONS(1737), 1, anon_sym_if, - ACTIONS(1920), 1, + ACTIONS(1739), 1, anon_sym_COLON, - ACTIONS(1922), 1, + ACTIONS(1741), 1, anon_sym_async, - ACTIONS(1924), 1, + ACTIONS(1743), 1, anon_sym_for, - ACTIONS(1926), 1, + ACTIONS(1745), 1, anon_sym_and, - ACTIONS(1928), 1, + ACTIONS(1747), 1, anon_sym_or, - ACTIONS(1930), 1, + ACTIONS(1749), 1, anon_sym_RBRACE, - STATE(1229), 1, + STATE(1135), 1, sym_for_in_clause, - STATE(1409), 1, + STATE(1317), 1, aux_sym__collection_elements_repeat1, - STATE(1636), 1, + STATE(1604), 1, sym__comprehension_clauses, - [62825] = 13, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1914), 1, + sym_line_continuation, + [58395] = 13, + ACTIONS(1733), 1, anon_sym_COMMA, - ACTIONS(1916), 1, + ACTIONS(1735), 1, anon_sym_as, - ACTIONS(1918), 1, + ACTIONS(1737), 1, anon_sym_if, - ACTIONS(1920), 1, + ACTIONS(1739), 1, anon_sym_COLON, - ACTIONS(1922), 1, + ACTIONS(1741), 1, anon_sym_async, - ACTIONS(1924), 1, + ACTIONS(1743), 1, anon_sym_for, - ACTIONS(1926), 1, + ACTIONS(1745), 1, anon_sym_and, - ACTIONS(1928), 1, + ACTIONS(1747), 1, anon_sym_or, - ACTIONS(1930), 1, + ACTIONS(1749), 1, anon_sym_RBRACE, - STATE(1229), 1, + STATE(1135), 1, sym_for_in_clause, - STATE(1409), 1, + STATE(1317), 1, aux_sym__collection_elements_repeat1, - STATE(1563), 1, + STATE(1528), 1, sym__comprehension_clauses, - [62865] = 12, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1930), 1, + sym_line_continuation, + [58436] = 12, + ACTIONS(1749), 1, anon_sym_RBRACK, - ACTIONS(1932), 1, + ACTIONS(1751), 1, anon_sym_COMMA, - ACTIONS(1934), 1, + ACTIONS(1753), 1, anon_sym_as, - ACTIONS(1936), 1, + ACTIONS(1755), 1, anon_sym_if, - ACTIONS(1938), 1, + ACTIONS(1757), 1, anon_sym_async, - ACTIONS(1940), 1, + ACTIONS(1759), 1, anon_sym_for, - ACTIONS(1942), 1, + ACTIONS(1761), 1, anon_sym_and, - ACTIONS(1944), 1, + ACTIONS(1763), 1, anon_sym_or, - STATE(1277), 1, + STATE(1140), 1, sym_for_in_clause, - STATE(1411), 1, + STATE(1297), 1, aux_sym__collection_elements_repeat1, - STATE(1592), 1, + STATE(1605), 1, sym__comprehension_clauses, - [62902] = 12, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1930), 1, + sym_line_continuation, + [58474] = 12, + ACTIONS(1749), 1, anon_sym_RBRACK, - ACTIONS(1932), 1, + ACTIONS(1751), 1, anon_sym_COMMA, - ACTIONS(1934), 1, + ACTIONS(1753), 1, anon_sym_as, - ACTIONS(1936), 1, + ACTIONS(1755), 1, anon_sym_if, - ACTIONS(1938), 1, + ACTIONS(1757), 1, anon_sym_async, - ACTIONS(1940), 1, + ACTIONS(1759), 1, anon_sym_for, - ACTIONS(1942), 1, + ACTIONS(1761), 1, anon_sym_and, - ACTIONS(1944), 1, + ACTIONS(1763), 1, anon_sym_or, - STATE(1277), 1, + STATE(1140), 1, sym_for_in_clause, - STATE(1411), 1, + STATE(1297), 1, aux_sym__collection_elements_repeat1, - STATE(1590), 1, + STATE(1502), 1, sym__comprehension_clauses, - [62939] = 12, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1930), 1, + sym_line_continuation, + [58512] = 12, + ACTIONS(1749), 1, anon_sym_RBRACK, - ACTIONS(1932), 1, + ACTIONS(1751), 1, anon_sym_COMMA, - ACTIONS(1934), 1, + ACTIONS(1753), 1, anon_sym_as, - ACTIONS(1936), 1, + ACTIONS(1755), 1, anon_sym_if, - ACTIONS(1938), 1, + ACTIONS(1757), 1, anon_sym_async, - ACTIONS(1940), 1, + ACTIONS(1759), 1, anon_sym_for, - ACTIONS(1942), 1, + ACTIONS(1761), 1, anon_sym_and, - ACTIONS(1944), 1, + ACTIONS(1763), 1, anon_sym_or, - STATE(1277), 1, + STATE(1140), 1, sym_for_in_clause, - STATE(1411), 1, + STATE(1297), 1, aux_sym__collection_elements_repeat1, - STATE(1641), 1, + STATE(1529), 1, sym__comprehension_clauses, - [62976] = 12, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1930), 1, + sym_line_continuation, + [58550] = 12, + ACTIONS(1749), 1, anon_sym_RBRACK, - ACTIONS(1932), 1, + ACTIONS(1751), 1, anon_sym_COMMA, - ACTIONS(1934), 1, + ACTIONS(1753), 1, anon_sym_as, - ACTIONS(1936), 1, + ACTIONS(1755), 1, anon_sym_if, - ACTIONS(1938), 1, + ACTIONS(1757), 1, anon_sym_async, - ACTIONS(1940), 1, + ACTIONS(1759), 1, anon_sym_for, - ACTIONS(1942), 1, + ACTIONS(1761), 1, anon_sym_and, - ACTIONS(1944), 1, + ACTIONS(1763), 1, anon_sym_or, - STATE(1277), 1, + STATE(1140), 1, sym_for_in_clause, - STATE(1411), 1, + STATE(1297), 1, aux_sym__collection_elements_repeat1, - STATE(1605), 1, + STATE(1486), 1, sym__comprehension_clauses, - [63013] = 12, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1930), 1, + sym_line_continuation, + [58588] = 12, + ACTIONS(1749), 1, anon_sym_RBRACK, - ACTIONS(1932), 1, + ACTIONS(1751), 1, anon_sym_COMMA, - ACTIONS(1934), 1, + ACTIONS(1753), 1, anon_sym_as, - ACTIONS(1936), 1, + ACTIONS(1755), 1, anon_sym_if, - ACTIONS(1938), 1, + ACTIONS(1757), 1, anon_sym_async, - ACTIONS(1940), 1, + ACTIONS(1759), 1, anon_sym_for, - ACTIONS(1942), 1, + ACTIONS(1761), 1, anon_sym_and, - ACTIONS(1944), 1, + ACTIONS(1763), 1, anon_sym_or, - STATE(1277), 1, + STATE(1140), 1, sym_for_in_clause, - STATE(1411), 1, + STATE(1297), 1, aux_sym__collection_elements_repeat1, - STATE(1580), 1, + STATE(1559), 1, sym__comprehension_clauses, - [63050] = 12, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1930), 1, + sym_line_continuation, + [58626] = 12, + ACTIONS(1749), 1, anon_sym_RBRACK, - ACTIONS(1932), 1, + ACTIONS(1751), 1, anon_sym_COMMA, - ACTIONS(1934), 1, + ACTIONS(1753), 1, anon_sym_as, - ACTIONS(1936), 1, + ACTIONS(1755), 1, anon_sym_if, - ACTIONS(1938), 1, + ACTIONS(1757), 1, anon_sym_async, - ACTIONS(1940), 1, + ACTIONS(1759), 1, anon_sym_for, - ACTIONS(1942), 1, + ACTIONS(1761), 1, anon_sym_and, - ACTIONS(1944), 1, + ACTIONS(1763), 1, anon_sym_or, - STATE(1277), 1, + STATE(1140), 1, sym_for_in_clause, - STATE(1411), 1, + STATE(1297), 1, aux_sym__collection_elements_repeat1, - STATE(1674), 1, + STATE(1520), 1, sym__comprehension_clauses, - [63087] = 12, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1930), 1, + sym_line_continuation, + [58664] = 12, + ACTIONS(1749), 1, anon_sym_RBRACK, - ACTIONS(1932), 1, + ACTIONS(1751), 1, anon_sym_COMMA, - ACTIONS(1934), 1, + ACTIONS(1753), 1, anon_sym_as, - ACTIONS(1936), 1, + ACTIONS(1755), 1, anon_sym_if, - ACTIONS(1938), 1, + ACTIONS(1757), 1, anon_sym_async, - ACTIONS(1940), 1, + ACTIONS(1759), 1, anon_sym_for, - ACTIONS(1942), 1, + ACTIONS(1761), 1, anon_sym_and, - ACTIONS(1944), 1, + ACTIONS(1763), 1, anon_sym_or, - STATE(1277), 1, + STATE(1140), 1, sym_for_in_clause, - STATE(1411), 1, + STATE(1297), 1, aux_sym__collection_elements_repeat1, - STATE(1561), 1, + STATE(1496), 1, sym__comprehension_clauses, - [63124] = 6, - ACTIONS(1946), 1, - anon_sym_LBRACE, - ACTIONS(1950), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [58702] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(1952), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1765), 1, + anon_sym_LBRACE, + ACTIONS(1769), 1, + sym__not_escape_sequence, + ACTIONS(1771), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1767), 3, sym__string_content, - ACTIONS(1954), 1, - sym__string_end, - STATE(1133), 3, - sym_interpolation, sym__escape_interpolation, - aux_sym_string_repeat1, - ACTIONS(1948), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, sym_escape_sequence, - sym__not_escape_sequence, - [63148] = 6, - ACTIONS(1946), 1, - anon_sym_LBRACE, - ACTIONS(1950), 1, - sym_comment, - ACTIONS(1958), 1, - sym__string_content, - ACTIONS(1960), 1, - sym__string_end, - STATE(1130), 3, + STATE(1017), 3, + sym_string_content, sym_interpolation, - sym__escape_interpolation, aux_sym_string_repeat1, - ACTIONS(1956), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, - sym_escape_sequence, - sym__not_escape_sequence, - [63172] = 6, - ACTIONS(1946), 1, - anon_sym_LBRACE, - ACTIONS(1950), 1, + [58731] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(1964), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1765), 1, + anon_sym_LBRACE, + ACTIONS(1769), 1, + sym__not_escape_sequence, + ACTIONS(1773), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1767), 3, sym__string_content, - ACTIONS(1966), 1, - sym__string_end, - STATE(1139), 3, - sym_interpolation, sym__escape_interpolation, - aux_sym_string_repeat1, - ACTIONS(1962), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, sym_escape_sequence, - sym__not_escape_sequence, - [63196] = 6, - ACTIONS(1946), 1, - anon_sym_LBRACE, - ACTIONS(1950), 1, - sym_comment, - ACTIONS(1970), 1, - sym__string_content, - ACTIONS(1972), 1, - sym__string_end, - STATE(1136), 3, + STATE(1010), 3, + sym_string_content, sym_interpolation, - sym__escape_interpolation, aux_sym_string_repeat1, - ACTIONS(1968), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, - sym_escape_sequence, - sym__not_escape_sequence, - [63220] = 6, - ACTIONS(1946), 1, - anon_sym_LBRACE, - ACTIONS(1950), 1, + [58760] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(1964), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1765), 1, + anon_sym_LBRACE, + ACTIONS(1769), 1, + sym__not_escape_sequence, + ACTIONS(1775), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1767), 3, sym__string_content, - ACTIONS(1974), 1, - sym__string_end, - STATE(1139), 3, - sym_interpolation, sym__escape_interpolation, - aux_sym_string_repeat1, - ACTIONS(1962), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, sym_escape_sequence, - sym__not_escape_sequence, - [63244] = 6, - ACTIONS(1946), 1, - anon_sym_LBRACE, - ACTIONS(1950), 1, + STATE(1010), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [58789] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(1964), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1765), 1, + anon_sym_LBRACE, + ACTIONS(1769), 1, + sym__not_escape_sequence, + ACTIONS(1777), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1767), 3, sym__string_content, - ACTIONS(1976), 1, - sym__string_end, - STATE(1139), 3, - sym_interpolation, sym__escape_interpolation, - aux_sym_string_repeat1, - ACTIONS(1962), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, sym_escape_sequence, - sym__not_escape_sequence, - [63268] = 6, - ACTIONS(1946), 1, - anon_sym_LBRACE, - ACTIONS(1950), 1, + STATE(1008), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [58818] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(1964), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1765), 1, + anon_sym_LBRACE, + ACTIONS(1769), 1, + sym__not_escape_sequence, + ACTIONS(1779), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1767), 3, sym__string_content, - ACTIONS(1978), 1, - sym__string_end, - STATE(1139), 3, - sym_interpolation, sym__escape_interpolation, - aux_sym_string_repeat1, - ACTIONS(1962), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, sym_escape_sequence, - sym__not_escape_sequence, - [63292] = 8, + STATE(1004), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [58847] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1980), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1765), 1, + anon_sym_LBRACE, + ACTIONS(1769), 1, + sym__not_escape_sequence, + ACTIONS(1781), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1767), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + STATE(1010), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [58876] = 8, + ACTIONS(1783), 1, anon_sym_COMMA, - ACTIONS(1982), 1, + ACTIONS(1785), 1, anon_sym_as, - ACTIONS(1984), 1, + ACTIONS(1787), 1, anon_sym_if, - ACTIONS(1988), 1, + ACTIONS(1791), 1, anon_sym_and, - ACTIONS(1990), 1, + ACTIONS(1793), 1, anon_sym_or, - STATE(1302), 1, + STATE(1168), 1, aux_sym_assert_statement_repeat1, - ACTIONS(1986), 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1789), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [63320] = 6, - ACTIONS(1946), 1, - anon_sym_LBRACE, - ACTIONS(1950), 1, + [58905] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(1964), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1795), 1, + anon_sym_LBRACE, + ACTIONS(1801), 1, + sym__not_escape_sequence, + ACTIONS(1804), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1798), 3, sym__string_content, - ACTIONS(1992), 1, - sym__string_end, - STATE(1139), 3, - sym_interpolation, sym__escape_interpolation, - aux_sym_string_repeat1, - ACTIONS(1962), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, sym_escape_sequence, - sym__not_escape_sequence, - [63344] = 6, - ACTIONS(1946), 1, - anon_sym_LBRACE, - ACTIONS(1950), 1, + STATE(1010), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [58934] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(1964), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1765), 1, + anon_sym_LBRACE, + ACTIONS(1769), 1, + sym__not_escape_sequence, + ACTIONS(1806), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1767), 3, sym__string_content, - ACTIONS(1994), 1, - sym__string_end, - STATE(1139), 3, - sym_interpolation, sym__escape_interpolation, - aux_sym_string_repeat1, - ACTIONS(1962), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, sym_escape_sequence, - sym__not_escape_sequence, - [63368] = 6, - ACTIONS(1946), 1, - anon_sym_LBRACE, - ACTIONS(1950), 1, + STATE(1005), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [58963] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(1998), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1765), 1, + anon_sym_LBRACE, + ACTIONS(1769), 1, + sym__not_escape_sequence, + ACTIONS(1808), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1767), 3, sym__string_content, - ACTIONS(2000), 1, - sym__string_end, - STATE(1140), 3, - sym_interpolation, sym__escape_interpolation, - aux_sym_string_repeat1, - ACTIONS(1996), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, sym_escape_sequence, - sym__not_escape_sequence, - [63392] = 6, - ACTIONS(1950), 1, + STATE(1010), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [58992] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(2002), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1765), 1, anon_sym_LBRACE, - ACTIONS(2008), 1, + ACTIONS(1769), 1, + sym__not_escape_sequence, + ACTIONS(1810), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1767), 3, sym__string_content, - ACTIONS(2011), 1, - sym__string_end, - STATE(1139), 3, - sym_interpolation, sym__escape_interpolation, - aux_sym_string_repeat1, - ACTIONS(2005), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, sym_escape_sequence, - sym__not_escape_sequence, - [63416] = 6, - ACTIONS(1946), 1, - anon_sym_LBRACE, - ACTIONS(1950), 1, + STATE(1010), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [59021] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(1964), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1765), 1, + anon_sym_LBRACE, + ACTIONS(1769), 1, + sym__not_escape_sequence, + ACTIONS(1812), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1767), 3, sym__string_content, - ACTIONS(2013), 1, - sym__string_end, - STATE(1139), 3, - sym_interpolation, sym__escape_interpolation, - aux_sym_string_repeat1, - ACTIONS(1962), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, sym_escape_sequence, - sym__not_escape_sequence, - [63440] = 6, - ACTIONS(1946), 1, - anon_sym_LBRACE, - ACTIONS(1950), 1, + STATE(1012), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [59050] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(2017), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1765), 1, + anon_sym_LBRACE, + ACTIONS(1769), 1, + sym__not_escape_sequence, + ACTIONS(1814), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1767), 3, sym__string_content, - ACTIONS(2019), 1, - sym__string_end, - STATE(1137), 3, - sym_interpolation, sym__escape_interpolation, - aux_sym_string_repeat1, - ACTIONS(2015), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, sym_escape_sequence, - sym__not_escape_sequence, - [63464] = 6, - ACTIONS(1946), 1, - anon_sym_LBRACE, - ACTIONS(1950), 1, + STATE(1010), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [59079] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(2023), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1765), 1, + anon_sym_LBRACE, + ACTIONS(1769), 1, + sym__not_escape_sequence, + ACTIONS(1816), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1767), 3, sym__string_content, - ACTIONS(2025), 1, - sym__string_end, - STATE(1132), 3, - sym_interpolation, sym__escape_interpolation, - aux_sym_string_repeat1, - ACTIONS(2021), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, sym_escape_sequence, - sym__not_escape_sequence, - [63488] = 6, - ACTIONS(1946), 1, - anon_sym_LBRACE, - ACTIONS(1950), 1, + STATE(1013), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [59108] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(2029), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1765), 1, + anon_sym_LBRACE, + ACTIONS(1769), 1, + sym__not_escape_sequence, + ACTIONS(1818), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1767), 3, sym__string_content, - ACTIONS(2031), 1, - sym__string_end, - STATE(1134), 3, - sym_interpolation, sym__escape_interpolation, - aux_sym_string_repeat1, - ACTIONS(2027), 4, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, sym_escape_sequence, - sym__not_escape_sequence, - [63512] = 2, + STATE(1010), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [59137] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2033), 9, - anon_sym_COMMA, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1765), 1, + anon_sym_LBRACE, + ACTIONS(1769), 1, + sym__not_escape_sequence, + ACTIONS(1820), 1, + sym_string_end, + STATE(1098), 1, + aux_sym_string_content_repeat1, + ACTIONS(1767), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + STATE(1015), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [59166] = 3, + ACTIONS(1824), 1, anon_sym_as, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1822), 8, + anon_sym_COMMA, anon_sym_if, anon_sym_COLON, - anon_sym_EQ, + anon_sym_async, + anon_sym_for, anon_sym_and, anon_sym_or, anon_sym_RBRACE, - sym_type_conversion, - [63527] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1926), 1, + [59184] = 5, + ACTIONS(1745), 1, anon_sym_and, - ACTIONS(2035), 1, + ACTIONS(1747), 1, + anon_sym_or, + ACTIONS(1828), 1, anon_sym_as, - ACTIONS(2033), 7, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1826), 6, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, - anon_sym_or, anon_sym_RBRACE, - [63546] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1447), 1, + [59206] = 4, + ACTIONS(1745), 1, + anon_sym_and, + ACTIONS(1824), 1, anon_sym_as, - ACTIONS(1445), 8, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1822), 7, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, - anon_sym_and, anon_sym_or, anon_sym_RBRACE, - [63563] = 3, - ACTIONS(3), 1, + [59226] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2039), 1, - anon_sym_as, - ACTIONS(2037), 8, + sym_line_continuation, + ACTIONS(1259), 9, anon_sym_COMMA, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, + anon_sym_EQ, anon_sym_and, anon_sym_or, anon_sym_RBRACE, - [63580] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2043), 1, + sym_type_conversion, + [59242] = 3, + ACTIONS(1832), 1, anon_sym_as, - ACTIONS(2041), 8, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1830), 8, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, @@ -72689,121 +65269,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_RBRACE, - [63597] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1916), 1, + [59260] = 3, + ACTIONS(1273), 1, anon_sym_as, - ACTIONS(1918), 1, - anon_sym_if, - ACTIONS(1926), 1, - anon_sym_and, - ACTIONS(1928), 1, - anon_sym_or, - ACTIONS(2045), 5, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - [63620] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2037), 9, + sym_line_continuation, + ACTIONS(1259), 8, anon_sym_COMMA, - anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_EQ, + anon_sym_async, + anon_sym_for, anon_sym_and, anon_sym_or, anon_sym_RBRACE, - sym_type_conversion, - [63635] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1982), 1, + [59278] = 6, + ACTIONS(1785), 1, anon_sym_as, - ACTIONS(1984), 1, + ACTIONS(1787), 1, anon_sym_if, - ACTIONS(1988), 1, + ACTIONS(1791), 1, anon_sym_and, - ACTIONS(1990), 1, + ACTIONS(1793), 1, anon_sym_or, - ACTIONS(2045), 5, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1834), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [63658] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1916), 1, - anon_sym_as, - ACTIONS(1918), 1, - anon_sym_if, - ACTIONS(1926), 1, + [59302] = 5, + ACTIONS(1791), 1, anon_sym_and, - ACTIONS(1928), 1, + ACTIONS(1793), 1, anon_sym_or, - ACTIONS(2047), 5, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - [63681] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1982), 1, + ACTIONS(1838), 1, anon_sym_as, - ACTIONS(1984), 1, - anon_sym_if, - ACTIONS(1988), 1, - anon_sym_and, - ACTIONS(1990), 1, - anon_sym_or, - ACTIONS(2047), 5, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1836), 6, anon_sym_COMMA, + anon_sym_if, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [63704] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1982), 1, - anon_sym_as, - ACTIONS(1984), 1, - anon_sym_if, - ACTIONS(1988), 1, + [59324] = 5, + ACTIONS(1745), 1, anon_sym_and, - ACTIONS(1990), 1, + ACTIONS(1747), 1, anon_sym_or, - ACTIONS(2049), 5, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - [63727] = 2, - ACTIONS(3), 1, + ACTIONS(1841), 1, + anon_sym_as, + ACTIONS(3), 2, sym_comment, - ACTIONS(2041), 9, + sym_line_continuation, + ACTIONS(1836), 6, anon_sym_COMMA, - anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_EQ, - anon_sym_and, - anon_sym_or, + anon_sym_async, + anon_sym_for, anon_sym_RBRACE, - sym_type_conversion, - [63742] = 2, - ACTIONS(3), 1, + [59346] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1445), 9, + sym_line_continuation, + ACTIONS(1822), 9, anon_sym_COMMA, anon_sym_as, anon_sym_if, @@ -72813,30 +65350,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_RBRACE, sym_type_conversion, - [63757] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1988), 1, + [59362] = 4, + ACTIONS(1791), 1, anon_sym_and, - ACTIONS(1990), 1, + ACTIONS(1793), 1, anon_sym_or, - ACTIONS(2053), 1, - anon_sym_as, - ACTIONS(2051), 6, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - [63778] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1988), 1, - anon_sym_and, - ACTIONS(1990), 1, - anon_sym_or, - ACTIONS(2056), 7, + sym_line_continuation, + ACTIONS(1826), 7, anon_sym_COMMA, anon_sym_as, anon_sym_if, @@ -72844,368 +65366,331 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [63797] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1982), 1, + [59382] = 6, + ACTIONS(1735), 1, anon_sym_as, - ACTIONS(1984), 1, + ACTIONS(1737), 1, anon_sym_if, - ACTIONS(1988), 1, + ACTIONS(1745), 1, anon_sym_and, - ACTIONS(1990), 1, + ACTIONS(1747), 1, anon_sym_or, - ACTIONS(2058), 5, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1844), 5, anon_sym_COMMA, anon_sym_COLON, - anon_sym_EQ, + anon_sym_async, + anon_sym_for, anon_sym_RBRACE, - sym_type_conversion, - [63820] = 3, - ACTIONS(3), 1, + [59406] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1988), 1, - anon_sym_and, - ACTIONS(2033), 8, + sym_line_continuation, + ACTIONS(1830), 9, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_EQ, + anon_sym_and, anon_sym_or, anon_sym_RBRACE, sym_type_conversion, - [63837] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1926), 1, - anon_sym_and, - ACTIONS(1928), 1, - anon_sym_or, - ACTIONS(2060), 1, + [59422] = 6, + ACTIONS(1735), 1, anon_sym_as, - ACTIONS(2051), 6, - anon_sym_COMMA, + ACTIONS(1737), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - [63858] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1926), 1, + ACTIONS(1745), 1, anon_sym_and, - ACTIONS(1928), 1, + ACTIONS(1747), 1, anon_sym_or, - ACTIONS(2063), 1, - anon_sym_as, - ACTIONS(2056), 6, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1834), 5, anon_sym_COMMA, - anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [63879] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2035), 1, + [59446] = 6, + ACTIONS(1785), 1, anon_sym_as, - ACTIONS(2033), 8, - anon_sym_COMMA, + ACTIONS(1787), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, + ACTIONS(1791), 1, anon_sym_and, + ACTIONS(1793), 1, anon_sym_or, - anon_sym_RBRACE, - [63896] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1916), 1, + sym_line_continuation, + ACTIONS(1846), 5, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + [59470] = 6, + ACTIONS(1785), 1, anon_sym_as, - ACTIONS(1918), 1, + ACTIONS(1787), 1, anon_sym_if, - ACTIONS(1926), 1, + ACTIONS(1791), 1, anon_sym_and, - ACTIONS(1928), 1, + ACTIONS(1793), 1, anon_sym_or, - ACTIONS(2058), 5, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1844), 5, anon_sym_COMMA, anon_sym_COLON, - anon_sym_async, - anon_sym_for, + anon_sym_EQ, anon_sym_RBRACE, - [63919] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1916), 1, + sym_type_conversion, + [59494] = 6, + ACTIONS(1735), 1, anon_sym_as, - ACTIONS(1926), 1, + ACTIONS(1737), 1, + anon_sym_if, + ACTIONS(1745), 1, anon_sym_and, - ACTIONS(1928), 1, + ACTIONS(1747), 1, anon_sym_or, - ACTIONS(2065), 5, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1848), 5, anon_sym_COMMA, - anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [63939] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1445), 8, - anon_sym_COMMA, + [59518] = 6, + ACTIONS(1785), 1, anon_sym_as, + ACTIONS(1787), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_EQ, + ACTIONS(1791), 1, anon_sym_and, + ACTIONS(1793), 1, anon_sym_or, - [63953] = 3, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2033), 7, + sym_line_continuation, + ACTIONS(1848), 5, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_EQ, - anon_sym_or, - [63969] = 9, - ACTIONS(3), 1, + anon_sym_RBRACE, + sym_type_conversion, + [59542] = 3, + ACTIONS(1791), 1, + anon_sym_and, + ACTIONS(3), 2, sym_comment, - ACTIONS(2069), 1, + sym_line_continuation, + ACTIONS(1822), 8, anon_sym_COMMA, - ACTIONS(2071), 1, anon_sym_as, - ACTIONS(2073), 1, anon_sym_if, - ACTIONS(2075), 1, anon_sym_COLON, - ACTIONS(2077), 1, - anon_sym_RBRACK, - ACTIONS(2079), 1, - anon_sym_and, - ACTIONS(2081), 1, + anon_sym_EQ, anon_sym_or, - STATE(1425), 1, - aux_sym_subscript_repeat1, - [63997] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2071), 1, + anon_sym_RBRACE, + sym_type_conversion, + [59560] = 6, + ACTIONS(1850), 1, anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(1852), 1, anon_sym_if, - ACTIONS(2075), 1, - anon_sym_COLON, - ACTIONS(2079), 1, - anon_sym_and, - ACTIONS(2081), 1, - anon_sym_or, - ACTIONS(2083), 1, - anon_sym_COMMA, - ACTIONS(2085), 1, - anon_sym_RBRACK, - STATE(1406), 1, - aux_sym_subscript_repeat1, - [64025] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2067), 1, + ACTIONS(1854), 1, anon_sym_and, - ACTIONS(2087), 1, - anon_sym_as, - ACTIONS(2089), 1, - anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1856), 1, anon_sym_or, - ACTIONS(2047), 4, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_else, - anon_sym_EQ, - [64047] = 3, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2093), 1, - anon_sym_and, - ACTIONS(2033), 7, + sym_line_continuation, + ACTIONS(1844), 4, sym__newline, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_EQ, + [59583] = 9, + ACTIONS(1858), 1, + anon_sym_COMMA, + ACTIONS(1860), 1, anon_sym_as, + ACTIONS(1862), 1, anon_sym_if, - anon_sym_EQ, + ACTIONS(1864), 1, + anon_sym_COLON, + ACTIONS(1866), 1, + anon_sym_RBRACK, + ACTIONS(1868), 1, + anon_sym_and, + ACTIONS(1870), 1, anon_sym_or, - [64063] = 2, - ACTIONS(3), 1, + STATE(1292), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2041), 8, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, + sym_line_continuation, + [59612] = 6, + ACTIONS(1753), 1, anon_sym_as, + ACTIONS(1755), 1, anon_sym_if, - anon_sym_EQ, + ACTIONS(1761), 1, anon_sym_and, + ACTIONS(1763), 1, anon_sym_or, - [64077] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2033), 8, + sym_line_continuation, + ACTIONS(1844), 4, anon_sym_COMMA, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + [59635] = 6, + ACTIONS(1753), 1, anon_sym_as, + ACTIONS(1755), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_EQ, + ACTIONS(1761), 1, anon_sym_and, + ACTIONS(1763), 1, anon_sym_or, - [64091] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2093), 1, + sym_line_continuation, + ACTIONS(1848), 4, + anon_sym_COMMA, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + [59658] = 4, + ACTIONS(1761), 1, anon_sym_and, - ACTIONS(2095), 1, + ACTIONS(1824), 1, anon_sym_as, - ACTIONS(2097), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1822), 6, + anon_sym_COMMA, anon_sym_if, - ACTIONS(2099), 1, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, anon_sym_or, - ACTIONS(2058), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ, - [64113] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1934), 1, + [59677] = 3, + ACTIONS(1824), 1, anon_sym_as, - ACTIONS(1942), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1822), 7, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, anon_sym_and, - ACTIONS(1944), 1, anon_sym_or, - ACTIONS(2065), 5, + [59694] = 5, + ACTIONS(1761), 1, + anon_sym_and, + ACTIONS(1763), 1, + anon_sym_or, + ACTIONS(1828), 1, + anon_sym_as, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1826), 5, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, - [64133] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2093), 1, + [59715] = 5, + ACTIONS(1761), 1, anon_sym_and, - ACTIONS(2099), 1, + ACTIONS(1763), 1, anon_sym_or, - ACTIONS(2056), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(1872), 1, anon_sym_as, - anon_sym_if, - anon_sym_EQ, - [64151] = 5, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1916), 1, + sym_line_continuation, + ACTIONS(1836), 5, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + [59736] = 6, + ACTIONS(1753), 1, anon_sym_as, - ACTIONS(1926), 1, + ACTIONS(1755), 1, + anon_sym_if, + ACTIONS(1761), 1, anon_sym_and, - ACTIONS(1928), 1, + ACTIONS(1763), 1, anon_sym_or, - ACTIONS(2065), 5, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1834), 4, anon_sym_COMMA, - anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_RBRACE, - [64171] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2071), 1, + anon_sym_RBRACK, + [59759] = 9, + ACTIONS(1860), 1, anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(1862), 1, anon_sym_if, - ACTIONS(2075), 1, + ACTIONS(1864), 1, anon_sym_COLON, - ACTIONS(2079), 1, + ACTIONS(1868), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1870), 1, anon_sym_or, - ACTIONS(2101), 1, + ACTIONS(1875), 1, anon_sym_COMMA, - ACTIONS(2103), 1, + ACTIONS(1877), 1, anon_sym_RBRACK, - STATE(1440), 1, + STATE(1288), 1, aux_sym_subscript_repeat1, - [64199] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2093), 1, - anon_sym_and, - ACTIONS(2095), 1, + sym_line_continuation, + [59788] = 3, + ACTIONS(1273), 1, anon_sym_as, - ACTIONS(2097), 1, - anon_sym_if, - ACTIONS(2099), 1, - anon_sym_or, - ACTIONS(2045), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ, - [64221] = 9, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, - anon_sym_as, - ACTIONS(2091), 1, - anon_sym_or, - ACTIONS(2105), 1, + sym_line_continuation, + ACTIONS(1259), 7, anon_sym_COMMA, - ACTIONS(2107), 1, anon_sym_if, - ACTIONS(2109), 1, - anon_sym_COLON, - STATE(1352), 1, - aux_sym_case_clause_repeat1, - STATE(1639), 1, - sym_if_clause, - [64249] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2067), 1, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, anon_sym_and, - ACTIONS(2087), 1, - anon_sym_as, - ACTIONS(2091), 1, anon_sym_or, - ACTIONS(2107), 1, - anon_sym_if, - ACTIONS(2111), 1, - anon_sym_COMMA, - ACTIONS(2113), 1, - anon_sym_COLON, - STATE(1356), 1, - aux_sym_case_clause_repeat1, - STATE(1697), 1, - sym_if_clause, - [64277] = 2, - ACTIONS(3), 1, + [59805] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1445), 8, + sym_line_continuation, + ACTIONS(1259), 8, sym__newline, anon_sym_SEMI, anon_sym_COMMA, @@ -73214,476 +65699,556 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_and, anon_sym_or, - [64291] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2093), 1, - anon_sym_and, - ACTIONS(2099), 1, - anon_sym_or, - ACTIONS(2115), 1, + [59820] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2051), 5, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(1881), 1, anon_sym_if, - anon_sym_EQ, - [64311] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2067), 1, + ACTIONS(1883), 1, anon_sym_and, - ACTIONS(2091), 1, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2118), 1, - anon_sym_as, - ACTIONS(2051), 5, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1844), 4, anon_sym_COMMA, - anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_EQ, - [64331] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2037), 8, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, + [59843] = 6, + ACTIONS(1735), 1, anon_sym_as, + ACTIONS(1737), 1, anon_sym_if, - anon_sym_EQ, + ACTIONS(1745), 1, anon_sym_and, + ACTIONS(1747), 1, anon_sym_or, - [64345] = 9, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2071), 1, + sym_line_continuation, + ACTIONS(1887), 4, + anon_sym_COMMA, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [59866] = 8, + ACTIONS(1850), 1, anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(1852), 1, anon_sym_if, - ACTIONS(2075), 1, - anon_sym_COLON, - ACTIONS(2079), 1, + ACTIONS(1854), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1856), 1, anon_sym_or, - ACTIONS(2121), 1, + ACTIONS(1891), 1, anon_sym_COMMA, - ACTIONS(2123), 1, - anon_sym_RBRACK, - STATE(1473), 1, - aux_sym_subscript_repeat1, - [64373] = 4, - ACTIONS(3), 1, + STATE(1231), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2091), 1, - anon_sym_or, - ACTIONS(2056), 6, - anon_sym_COMMA, + sym_line_continuation, + ACTIONS(1889), 2, + sym__newline, + anon_sym_SEMI, + [59893] = 6, + ACTIONS(1850), 1, anon_sym_as, + ACTIONS(1852), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_EQ, - [64391] = 2, - ACTIONS(3), 1, + ACTIONS(1854), 1, + anon_sym_and, + ACTIONS(1856), 1, + anon_sym_or, + ACTIONS(3), 2, sym_comment, - ACTIONS(2033), 8, + sym_line_continuation, + ACTIONS(1848), 4, sym__newline, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_EQ, + [59916] = 6, + ACTIONS(1879), 1, anon_sym_as, + ACTIONS(1881), 1, anon_sym_if, - anon_sym_EQ, + ACTIONS(1883), 1, anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - [64405] = 8, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2093), 1, - anon_sym_and, - ACTIONS(2095), 1, + sym_line_continuation, + ACTIONS(1848), 4, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_else, + anon_sym_EQ, + [59939] = 8, + ACTIONS(1850), 1, anon_sym_as, - ACTIONS(2097), 1, + ACTIONS(1852), 1, anon_sym_if, - ACTIONS(2099), 1, + ACTIONS(1854), 1, + anon_sym_and, + ACTIONS(1856), 1, anon_sym_or, - ACTIONS(2127), 1, + ACTIONS(1895), 1, anon_sym_COMMA, - STATE(1362), 1, + STATE(1234), 1, aux_sym_assert_statement_repeat1, - ACTIONS(2125), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1893), 2, sym__newline, anon_sym_SEMI, - [64431] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2093), 1, - anon_sym_and, - ACTIONS(2095), 1, + [59966] = 9, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2097), 1, - anon_sym_if, - ACTIONS(2099), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2131), 1, + ACTIONS(1897), 1, anon_sym_COMMA, - STATE(1361), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2129), 2, - sym__newline, - anon_sym_SEMI, - [64457] = 9, - ACTIONS(3), 1, + ACTIONS(1899), 1, + anon_sym_if, + ACTIONS(1901), 1, + anon_sym_COLON, + STATE(1210), 1, + aux_sym_case_clause_repeat1, + STATE(1544), 1, + sym_if_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(2071), 1, + sym_line_continuation, + [59995] = 9, + ACTIONS(1860), 1, anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(1862), 1, anon_sym_if, - ACTIONS(2075), 1, + ACTIONS(1864), 1, anon_sym_COLON, - ACTIONS(2079), 1, + ACTIONS(1868), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1870), 1, anon_sym_or, - ACTIONS(2133), 1, + ACTIONS(1903), 1, anon_sym_COMMA, - ACTIONS(2135), 1, + ACTIONS(1905), 1, anon_sym_RBRACK, - STATE(1497), 1, + STATE(1355), 1, aux_sym_subscript_repeat1, - [64485] = 5, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1934), 1, + sym_line_continuation, + [60024] = 5, + ACTIONS(1753), 1, anon_sym_as, - ACTIONS(1942), 1, + ACTIONS(1761), 1, anon_sym_and, - ACTIONS(1944), 1, + ACTIONS(1763), 1, anon_sym_or, - ACTIONS(2065), 5, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1907), 5, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, - [64505] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1916), 1, + [60045] = 8, + ACTIONS(1850), 1, anon_sym_as, - ACTIONS(1918), 1, + ACTIONS(1852), 1, anon_sym_if, - ACTIONS(1926), 1, + ACTIONS(1854), 1, anon_sym_and, - ACTIONS(1928), 1, + ACTIONS(1856), 1, anon_sym_or, - ACTIONS(2137), 4, + ACTIONS(1911), 1, anon_sym_COMMA, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - [64527] = 5, - ACTIONS(3), 1, + STATE(1233), 1, + aux_sym_print_statement_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1934), 1, + sym_line_continuation, + ACTIONS(1909), 2, + sym__newline, + anon_sym_SEMI, + [60072] = 8, + ACTIONS(1850), 1, anon_sym_as, - ACTIONS(1942), 1, + ACTIONS(1852), 1, + anon_sym_if, + ACTIONS(1854), 1, anon_sym_and, - ACTIONS(1944), 1, + ACTIONS(1856), 1, anon_sym_or, - ACTIONS(2065), 5, + ACTIONS(1895), 1, anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - [64547] = 2, - ACTIONS(3), 1, + STATE(1243), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1913), 2, + sym__newline, + anon_sym_SEMI, + [60099] = 3, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(3), 2, sym_comment, - ACTIONS(2041), 8, + sym_line_continuation, + ACTIONS(1822), 7, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_EQ, - anon_sym_and, anon_sym_or, - [64561] = 6, - ACTIONS(3), 1, + [60116] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + ACTIONS(1822), 8, + anon_sym_COMMA, anon_sym_as, - ACTIONS(2089), 1, anon_sym_if, - ACTIONS(2091), 1, - anon_sym_or, - ACTIONS(2058), 4, - anon_sym_COMMA, anon_sym_COLON, anon_sym_else, anon_sym_EQ, - [64583] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2093), 1, anon_sym_and, - ACTIONS(2095), 1, - anon_sym_as, - ACTIONS(2097), 1, - anon_sym_if, - ACTIONS(2099), 1, anon_sym_or, - ACTIONS(2141), 1, - anon_sym_COMMA, - STATE(1370), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2139), 2, - sym__newline, - anon_sym_SEMI, - [64609] = 6, - ACTIONS(3), 1, + [60131] = 4, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, + anon_sym_or, + ACTIONS(3), 2, sym_comment, - ACTIONS(1934), 1, + sym_line_continuation, + ACTIONS(1826), 6, + anon_sym_COMMA, anon_sym_as, - ACTIONS(1936), 1, anon_sym_if, - ACTIONS(1942), 1, + anon_sym_COLON, + anon_sym_else, + anon_sym_EQ, + [60150] = 5, + ACTIONS(1753), 1, + anon_sym_as, + ACTIONS(1761), 1, anon_sym_and, - ACTIONS(1944), 1, + ACTIONS(1763), 1, anon_sym_or, - ACTIONS(2045), 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1907), 5, anon_sym_COMMA, + anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, - [64631] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + [60171] = 8, + ACTIONS(1850), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1852), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1854), 1, + anon_sym_and, + ACTIONS(1856), 1, anon_sym_or, - ACTIONS(2045), 4, + ACTIONS(1895), 1, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_else, - anon_sym_EQ, - [64653] = 3, - ACTIONS(3), 1, + STATE(1230), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1447), 1, + sym_line_continuation, + ACTIONS(1915), 2, + sym__newline, + anon_sym_SEMI, + [60198] = 5, + ACTIONS(1753), 1, anon_sym_as, - ACTIONS(1445), 7, + ACTIONS(1761), 1, + anon_sym_and, + ACTIONS(1763), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1907), 5, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, + [60219] = 8, + ACTIONS(1850), 1, + anon_sym_as, + ACTIONS(1852), 1, + anon_sym_if, + ACTIONS(1854), 1, + anon_sym_and, + ACTIONS(1856), 1, + anon_sym_or, + ACTIONS(1919), 1, + anon_sym_COMMA, + STATE(1232), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1917), 2, + sym__newline, + anon_sym_SEMI, + [60246] = 5, + ACTIONS(1883), 1, anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - [64669] = 2, - ACTIONS(3), 1, + ACTIONS(1921), 1, + anon_sym_as, + ACTIONS(3), 2, sym_comment, - ACTIONS(2037), 8, + sym_line_continuation, + ACTIONS(1836), 5, anon_sym_COMMA, - anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_EQ, - anon_sym_and, - anon_sym_or, - [64683] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2093), 1, - anon_sym_and, - ACTIONS(2095), 1, + [60267] = 8, + ACTIONS(1850), 1, anon_sym_as, - ACTIONS(2097), 1, + ACTIONS(1852), 1, anon_sym_if, - ACTIONS(2099), 1, + ACTIONS(1854), 1, + anon_sym_and, + ACTIONS(1856), 1, anon_sym_or, - ACTIONS(2141), 1, + ACTIONS(1919), 1, anon_sym_COMMA, - STATE(1370), 1, + STATE(1232), 1, aux_sym_assert_statement_repeat1, - ACTIONS(2143), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1924), 2, sym__newline, anon_sym_SEMI, - [64709] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1934), 1, + [60294] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(1936), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(1942), 1, + ACTIONS(1883), 1, anon_sym_and, - ACTIONS(1944), 1, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2058), 4, - anon_sym_COMMA, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - [64731] = 9, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2071), 1, + sym_line_continuation, + ACTIONS(1834), 4, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_else, + anon_sym_EQ, + [60317] = 9, + ACTIONS(1860), 1, anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(1862), 1, anon_sym_if, - ACTIONS(2075), 1, + ACTIONS(1864), 1, anon_sym_COLON, - ACTIONS(2079), 1, + ACTIONS(1868), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1870), 1, anon_sym_or, - ACTIONS(2145), 1, + ACTIONS(1926), 1, anon_sym_COMMA, - ACTIONS(2147), 1, + ACTIONS(1928), 1, anon_sym_RBRACK, - STATE(1387), 1, + STATE(1395), 1, aux_sym_subscript_repeat1, - [64759] = 9, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2071), 1, + sym_line_continuation, + [60346] = 9, + ACTIONS(1860), 1, anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(1862), 1, anon_sym_if, - ACTIONS(2075), 1, + ACTIONS(1864), 1, anon_sym_COLON, - ACTIONS(2079), 1, + ACTIONS(1868), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1870), 1, anon_sym_or, - ACTIONS(2149), 1, + ACTIONS(1930), 1, anon_sym_COMMA, - ACTIONS(2151), 1, + ACTIONS(1932), 1, anon_sym_RBRACK, - STATE(1460), 1, + STATE(1300), 1, aux_sym_subscript_repeat1, - [64787] = 8, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2093), 1, + sym_line_continuation, + [60375] = 3, + ACTIONS(1854), 1, anon_sym_and, - ACTIONS(2095), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1822), 7, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_as, - ACTIONS(2097), 1, anon_sym_if, - ACTIONS(2099), 1, + anon_sym_EQ, anon_sym_or, - ACTIONS(2141), 1, - anon_sym_COMMA, - STATE(1370), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2153), 2, + [60392] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1822), 8, sym__newline, anon_sym_SEMI, - [64813] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2093), 1, - anon_sym_and, - ACTIONS(2095), 1, + anon_sym_COMMA, anon_sym_as, - ACTIONS(2097), 1, anon_sym_if, - ACTIONS(2099), 1, + anon_sym_EQ, + anon_sym_and, anon_sym_or, - ACTIONS(2127), 1, - anon_sym_COMMA, - STATE(1365), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2155), 2, + [60407] = 4, + ACTIONS(1854), 1, + anon_sym_and, + ACTIONS(1856), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1826), 6, sym__newline, anon_sym_SEMI, - [64839] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2093), 1, - anon_sym_and, - ACTIONS(2095), 1, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_EQ, + [60426] = 8, + ACTIONS(1850), 1, anon_sym_as, - ACTIONS(2097), 1, + ACTIONS(1852), 1, anon_sym_if, - ACTIONS(2099), 1, + ACTIONS(1854), 1, + anon_sym_and, + ACTIONS(1856), 1, anon_sym_or, - ACTIONS(2159), 1, + ACTIONS(1919), 1, anon_sym_COMMA, - STATE(1369), 1, - aux_sym_print_statement_repeat1, - ACTIONS(2157), 2, + STATE(1232), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1934), 2, sym__newline, anon_sym_SEMI, - [64865] = 5, - ACTIONS(3), 1, + [60453] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1916), 1, + sym_line_continuation, + ACTIONS(1830), 8, + anon_sym_COMMA, anon_sym_as, - ACTIONS(1926), 1, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_EQ, anon_sym_and, - ACTIONS(1928), 1, anon_sym_or, - ACTIONS(2065), 5, + [60468] = 5, + ACTIONS(1854), 1, + anon_sym_and, + ACTIONS(1856), 1, + anon_sym_or, + ACTIONS(1936), 1, + anon_sym_as, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1836), 5, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - [64885] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2093), 1, - anon_sym_and, - ACTIONS(2095), 1, + anon_sym_EQ, + [60489] = 9, + ACTIONS(1860), 1, anon_sym_as, - ACTIONS(2097), 1, + ACTIONS(1862), 1, anon_sym_if, - ACTIONS(2099), 1, + ACTIONS(1864), 1, + anon_sym_COLON, + ACTIONS(1868), 1, + anon_sym_and, + ACTIONS(1870), 1, anon_sym_or, - ACTIONS(2127), 1, + ACTIONS(1939), 1, anon_sym_COMMA, - STATE(1372), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2161), 2, - sym__newline, - anon_sym_SEMI, - [64911] = 4, - ACTIONS(3), 1, + ACTIONS(1941), 1, + anon_sym_RBRACK, + STATE(1308), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1942), 1, + sym_line_continuation, + [60518] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1259), 8, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_EQ, anon_sym_and, - ACTIONS(2035), 1, + anon_sym_or, + [60533] = 5, + ACTIONS(1735), 1, anon_sym_as, - ACTIONS(2033), 6, + ACTIONS(1745), 1, + anon_sym_and, + ACTIONS(1747), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1907), 5, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_RBRACK, - anon_sym_or, - [64929] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2035), 1, + anon_sym_RBRACE, + [60554] = 3, + ACTIONS(1832), 1, anon_sym_as, - ACTIONS(2033), 7, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1830), 7, anon_sym_COMMA, anon_sym_if, anon_sym_async, @@ -73691,7449 +66256,8272 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_and, anon_sym_or, - [64945] = 5, - ACTIONS(3), 1, + [60571] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1942), 1, + sym_line_continuation, + ACTIONS(1830), 8, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_EQ, anon_sym_and, - ACTIONS(1944), 1, anon_sym_or, - ACTIONS(2063), 1, + [60586] = 6, + ACTIONS(1850), 1, anon_sym_as, - ACTIONS(2056), 5, - anon_sym_COMMA, + ACTIONS(1852), 1, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - [64965] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1942), 1, + ACTIONS(1854), 1, anon_sym_and, - ACTIONS(1944), 1, + ACTIONS(1856), 1, anon_sym_or, - ACTIONS(2163), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1834), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_EQ, + [60609] = 5, + ACTIONS(1735), 1, anon_sym_as, - ACTIONS(2051), 5, + ACTIONS(1745), 1, + anon_sym_and, + ACTIONS(1747), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1907), 5, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_RBRACK, - [64985] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2039), 1, + anon_sym_RBRACE, + [60630] = 5, + ACTIONS(1735), 1, anon_sym_as, - ACTIONS(2037), 7, + ACTIONS(1745), 1, + anon_sym_and, + ACTIONS(1747), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1907), 5, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, + anon_sym_RBRACE, + [60651] = 9, + ACTIONS(1860), 1, + anon_sym_as, + ACTIONS(1862), 1, + anon_sym_if, + ACTIONS(1864), 1, + anon_sym_COLON, + ACTIONS(1868), 1, + anon_sym_and, + ACTIONS(1870), 1, + anon_sym_or, + ACTIONS(1943), 1, + anon_sym_COMMA, + ACTIONS(1945), 1, anon_sym_RBRACK, + STATE(1369), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [60680] = 8, + ACTIONS(1947), 1, + anon_sym_RPAREN, + ACTIONS(1949), 1, + anon_sym_COMMA, + ACTIONS(1951), 1, + anon_sym_as, + ACTIONS(1953), 1, + anon_sym_if, + ACTIONS(1955), 1, anon_sym_and, + ACTIONS(1957), 1, anon_sym_or, - [65001] = 6, - ACTIONS(3), 1, + STATE(1315), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [60706] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2093), 1, + sym_line_continuation, + ACTIONS(1822), 7, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_and, - ACTIONS(2095), 1, + anon_sym_or, + [60720] = 8, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2097), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2099), 1, + ACTIONS(1955), 1, + anon_sym_and, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2047), 4, - sym__newline, - anon_sym_SEMI, + ACTIONS(1959), 1, + anon_sym_RPAREN, + ACTIONS(1961), 1, anon_sym_COMMA, - anon_sym_EQ, - [65023] = 6, - ACTIONS(3), 1, + STATE(1285), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1934), 1, + sym_line_continuation, + [60746] = 8, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(1936), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(1942), 1, + ACTIONS(1883), 1, anon_sym_and, - ACTIONS(1944), 1, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2047), 4, + ACTIONS(1963), 1, anon_sym_COMMA, + ACTIONS(1965), 1, + anon_sym_COLON, + STATE(1314), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [60772] = 8, + ACTIONS(1741), 1, anon_sym_async, + ACTIONS(1743), 1, anon_sym_for, - anon_sym_RBRACK, - [65045] = 3, - ACTIONS(3), 1, + ACTIONS(1967), 1, + anon_sym_COMMA, + ACTIONS(1969), 1, + anon_sym_RBRACE, + STATE(1135), 1, + sym_for_in_clause, + STATE(1268), 1, + aux_sym_dictionary_repeat1, + STATE(1602), 1, + sym__comprehension_clauses, + ACTIONS(3), 2, sym_comment, - ACTIONS(2043), 1, + sym_line_continuation, + [60798] = 8, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2041), 7, - anon_sym_COMMA, + ACTIONS(1881), 1, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, + ACTIONS(1883), 1, anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - [65061] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2166), 1, - anon_sym_RPAREN, - ACTIONS(2168), 1, + ACTIONS(1963), 1, anon_sym_COMMA, - ACTIONS(2170), 1, + ACTIONS(1971), 1, + anon_sym_COLON, + STATE(1314), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [60824] = 5, + ACTIONS(1753), 1, anon_sym_as, - ACTIONS(2172), 1, - anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1761), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1763), 1, anon_sym_or, - STATE(1374), 1, - aux_sym__collection_elements_repeat1, - [65086] = 8, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + ACTIONS(1973), 4, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + [60844] = 7, + ACTIONS(890), 1, + anon_sym_COLON, + ACTIONS(1860), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1862), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1868), 1, + anon_sym_and, + ACTIONS(1870), 1, anon_sym_or, - ACTIONS(2178), 1, - anon_sym_COMMA, - ACTIONS(2180), 1, - anon_sym_COLON, - STATE(1430), 1, - aux_sym_match_statement_repeat1, - [65111] = 8, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2168), 1, + sym_line_continuation, + ACTIONS(888), 2, anon_sym_COMMA, - ACTIONS(2170), 1, + anon_sym_RBRACK, + [60868] = 7, + ACTIONS(1860), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1862), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1864), 1, + anon_sym_COLON, + ACTIONS(1868), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1870), 1, anon_sym_or, - ACTIONS(2182), 1, - anon_sym_RPAREN, - STATE(1374), 1, - aux_sym__collection_elements_repeat1, - [65136] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2037), 7, + sym_line_continuation, + ACTIONS(1975), 2, anon_sym_COMMA, - anon_sym_as, + anon_sym_RBRACK, + [60892] = 6, + ACTIONS(1977), 1, anon_sym_if, - anon_sym_COLON, + ACTIONS(1980), 1, + anon_sym_async, + ACTIONS(1983), 1, + anon_sym_for, + ACTIONS(1986), 1, anon_sym_RBRACK, - anon_sym_and, - anon_sym_or, - [65149] = 6, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1097), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [60914] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2093), 1, - anon_sym_and, - ACTIONS(2095), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(1988), 1, + anon_sym_LBRACE, + ACTIONS(1992), 1, + sym__not_escape_sequence, + ACTIONS(1994), 1, + sym_string_end, + STATE(1116), 1, + aux_sym_string_content_repeat1, + ACTIONS(1990), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [60938] = 8, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2097), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2099), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2184), 3, - sym__newline, - anon_sym_SEMI, + ACTIONS(1996), 1, anon_sym_COMMA, - [65170] = 2, - ACTIONS(3), 1, + ACTIONS(1998), 1, + anon_sym_COLON, + STATE(1265), 1, + aux_sym_match_statement_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2041), 7, - anon_sym_COMMA, + sym_line_continuation, + [60964] = 7, + ACTIONS(1860), 1, anon_sym_as, + ACTIONS(1862), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, + ACTIONS(1868), 1, anon_sym_and, + ACTIONS(1870), 1, anon_sym_or, - [65183] = 6, - ACTIONS(3), 1, + ACTIONS(2000), 1, + anon_sym_COLON, + ACTIONS(3), 2, sym_comment, - ACTIONS(2170), 1, + sym_line_continuation, + ACTIONS(931), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [60988] = 6, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2047), 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1844), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, - [65204] = 8, - ACTIONS(3), 1, + [61010] = 6, + ACTIONS(1986), 1, + anon_sym_RBRACE, + ACTIONS(2002), 1, + anon_sym_if, + ACTIONS(2005), 1, + anon_sym_async, + ACTIONS(2008), 1, + anon_sym_for, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1102), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [61032] = 5, + ACTIONS(1735), 1, + anon_sym_as, + ACTIONS(1745), 1, + anon_sym_and, + ACTIONS(1747), 1, + anon_sym_or, + ACTIONS(3), 2, sym_comment, - ACTIONS(1922), 1, + sym_line_continuation, + ACTIONS(1973), 4, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [61052] = 8, + ACTIONS(1741), 1, anon_sym_async, - ACTIONS(1924), 1, + ACTIONS(1743), 1, anon_sym_for, - ACTIONS(2186), 1, + ACTIONS(2011), 1, anon_sym_COMMA, - ACTIONS(2188), 1, + ACTIONS(2013), 1, anon_sym_RBRACE, - STATE(1229), 1, + STATE(1135), 1, sym_for_in_clause, - STATE(1419), 1, + STATE(1320), 1, aux_sym_dictionary_repeat1, - STATE(1620), 1, + STATE(1501), 1, sym__comprehension_clauses, - [65229] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1938), 1, - anon_sym_async, - ACTIONS(1940), 1, - anon_sym_for, - ACTIONS(2190), 1, - anon_sym_if, - ACTIONS(2192), 1, - anon_sym_RBRACK, - STATE(1260), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [65250] = 7, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2071), 1, + sym_line_continuation, + [61078] = 8, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2075), 1, - anon_sym_COLON, - ACTIONS(2079), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2194), 2, + ACTIONS(2015), 1, + anon_sym_RPAREN, + ACTIONS(2017), 1, anon_sym_COMMA, - anon_sym_RBRACK, - [65273] = 6, - ACTIONS(3), 1, + STATE(1376), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1922), 1, + sym_line_continuation, + [61104] = 6, + ACTIONS(1757), 1, anon_sym_async, - ACTIONS(1924), 1, + ACTIONS(1759), 1, anon_sym_for, - ACTIONS(2196), 1, + ACTIONS(2019), 1, anon_sym_if, - ACTIONS(2198), 1, - anon_sym_RBRACE, - STATE(1254), 3, + ACTIONS(2021), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1097), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, - [65294] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2071), 1, + [61126] = 8, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2079), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2200), 1, - anon_sym_COLON, - ACTIONS(1012), 2, + ACTIONS(2023), 1, + anon_sym_RPAREN, + ACTIONS(2025), 1, anon_sym_COMMA, - anon_sym_RBRACK, - [65317] = 6, - ACTIONS(3), 1, + STATE(1341), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2093), 1, - anon_sym_and, - ACTIONS(2095), 1, + sym_line_continuation, + [61152] = 8, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2097), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2099), 1, + ACTIONS(1955), 1, + anon_sym_and, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2202), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_EQ, - [65338] = 3, - ACTIONS(1950), 1, - sym_comment, - ACTIONS(2206), 2, - sym__string_content, - sym__string_end, - ACTIONS(2204), 5, - anon_sym_LBRACE, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, - sym_escape_sequence, - sym__not_escape_sequence, - [65353] = 8, - ACTIONS(3), 1, + ACTIONS(2025), 1, + anon_sym_COMMA, + ACTIONS(2027), 1, + anon_sym_RPAREN, + STATE(1341), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1922), 1, + sym_line_continuation, + [61178] = 8, + ACTIONS(1741), 1, anon_sym_async, - ACTIONS(1924), 1, + ACTIONS(1743), 1, anon_sym_for, - ACTIONS(2208), 1, + ACTIONS(2029), 1, anon_sym_COMMA, - ACTIONS(2210), 1, + ACTIONS(2031), 1, anon_sym_RBRACE, - STATE(1229), 1, + STATE(1135), 1, sym_for_in_clause, - STATE(1408), 1, + STATE(1391), 1, aux_sym_dictionary_repeat1, - STATE(1670), 1, + STATE(1524), 1, sym__comprehension_clauses, - [65378] = 8, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2170), 1, + sym_line_continuation, + [61204] = 8, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2212), 1, - anon_sym_RPAREN, - ACTIONS(2214), 1, + ACTIONS(2025), 1, anon_sym_COMMA, - STATE(1421), 1, - aux_sym_argument_list_repeat1, - [65403] = 7, - ACTIONS(3), 1, + ACTIONS(2033), 1, + anon_sym_RPAREN, + STATE(1341), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(942), 1, - anon_sym_COLON, - ACTIONS(2071), 1, + sym_line_continuation, + [61230] = 6, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2079), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(940), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1848), 3, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACK, - [65426] = 6, - ACTIONS(3), 1, + anon_sym_EQ, + [61252] = 8, + ACTIONS(1741), 1, + anon_sym_async, + ACTIONS(1743), 1, + anon_sym_for, + ACTIONS(2035), 1, + anon_sym_COMMA, + ACTIONS(2037), 1, + anon_sym_RBRACE, + STATE(1135), 1, + sym_for_in_clause, + STATE(1337), 1, + aux_sym_dictionary_repeat1, + STATE(1556), 1, + sym__comprehension_clauses, + ACTIONS(3), 2, sym_comment, - ACTIONS(2071), 1, + sym_line_continuation, + [61278] = 8, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2079), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2047), 3, + ACTIONS(2025), 1, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, - [65447] = 6, - ACTIONS(3), 1, + ACTIONS(2039), 1, + anon_sym_RPAREN, + STATE(1341), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + [61304] = 6, + ACTIONS(1741), 1, + anon_sym_async, + ACTIONS(1743), 1, + anon_sym_for, + ACTIONS(2021), 1, + anon_sym_RBRACE, + ACTIONS(2041), 1, + anon_sym_if, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1102), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [61326] = 8, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1955), 1, + anon_sym_and, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2202), 3, + ACTIONS(2043), 1, + anon_sym_RPAREN, + ACTIONS(2045), 1, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - [65468] = 5, + STATE(1351), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [61352] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2079), 1, - anon_sym_and, - ACTIONS(2081), 1, - anon_sym_or, - ACTIONS(2216), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(2047), 1, + anon_sym_LBRACE, + ACTIONS(2052), 1, + sym__not_escape_sequence, + ACTIONS(2055), 1, + sym_string_end, + STATE(1116), 1, + aux_sym_string_content_repeat1, + ACTIONS(2049), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [61376] = 8, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2051), 4, - anon_sym_COMMA, + ACTIONS(1881), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, - [65487] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2079), 1, + ACTIONS(1883), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2056), 5, + ACTIONS(1963), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, + ACTIONS(2057), 1, anon_sym_COLON, - anon_sym_RBRACK, - [65504] = 2, - ACTIONS(3), 1, + STATE(1314), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2033), 7, - anon_sym_COMMA, + sym_line_continuation, + [61402] = 6, + ACTIONS(1850), 1, anon_sym_as, + ACTIONS(1852), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, + ACTIONS(1854), 1, anon_sym_and, + ACTIONS(1856), 1, anon_sym_or, - [65517] = 3, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2079), 1, - anon_sym_and, - ACTIONS(2033), 6, + sym_line_continuation, + ACTIONS(2059), 3, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, + [61424] = 6, + ACTIONS(1860), 1, anon_sym_as, + ACTIONS(1862), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_or, - [65532] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2174), 1, + ACTIONS(1868), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1870), 1, anon_sym_or, - ACTIONS(2056), 5, - anon_sym_RPAREN, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1844), 3, anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACK, + [61446] = 6, + ACTIONS(1850), 1, anon_sym_as, + ACTIONS(1852), 1, anon_sym_if, - anon_sym_EQ, - [65549] = 2, - ACTIONS(3), 1, + ACTIONS(1854), 1, + anon_sym_and, + ACTIONS(1856), 1, + anon_sym_or, + ACTIONS(3), 2, sym_comment, - ACTIONS(2037), 7, - anon_sym_RPAREN, + sym_line_continuation, + ACTIONS(2061), 3, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, + [61468] = 6, + ACTIONS(1860), 1, anon_sym_as, + ACTIONS(1862), 1, anon_sym_if, - anon_sym_EQ, + ACTIONS(1868), 1, anon_sym_and, + ACTIONS(1870), 1, anon_sym_or, - [65562] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1445), 7, + sym_line_continuation, + ACTIONS(1848), 3, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, + [61490] = 6, + ACTIONS(1951), 1, + anon_sym_as, + ACTIONS(1953), 1, + anon_sym_if, + ACTIONS(1955), 1, anon_sym_and, + ACTIONS(1957), 1, anon_sym_or, - [65575] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2033), 7, + sym_line_continuation, + ACTIONS(2063), 3, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_EQ, + [61512] = 8, + ACTIONS(1951), 1, anon_sym_as, + ACTIONS(1953), 1, anon_sym_if, - anon_sym_EQ, + ACTIONS(1955), 1, anon_sym_and, + ACTIONS(1957), 1, anon_sym_or, - [65588] = 3, - ACTIONS(3), 1, + ACTIONS(2025), 1, + anon_sym_COMMA, + ACTIONS(2065), 1, + anon_sym_RPAREN, + STATE(1341), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2174), 1, + sym_line_continuation, + [61538] = 3, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2033), 6, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1822), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_EQ, anon_sym_or, - [65603] = 3, - ACTIONS(1950), 1, - sym_comment, - ACTIONS(2221), 2, - sym__string_content, - sym__string_end, - ACTIONS(2219), 5, - anon_sym_LBRACE, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, - sym_escape_sequence, - sym__not_escape_sequence, - [65618] = 8, - ACTIONS(3), 1, + [61554] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2168), 1, + sym_line_continuation, + ACTIONS(1822), 7, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(2170), 1, anon_sym_as, - ACTIONS(2172), 1, anon_sym_if, - ACTIONS(2174), 1, + anon_sym_EQ, anon_sym_and, - ACTIONS(2176), 1, anon_sym_or, - ACTIONS(2223), 1, - anon_sym_RPAREN, - STATE(1374), 1, - aux_sym__collection_elements_repeat1, - [65643] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2071), 1, - anon_sym_as, - ACTIONS(2073), 1, - anon_sym_if, - ACTIONS(2079), 1, + [61568] = 4, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2058), 3, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, - [65664] = 8, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1922), 1, - anon_sym_async, - ACTIONS(1924), 1, - anon_sym_for, - ACTIONS(2225), 1, + sym_line_continuation, + ACTIONS(1826), 5, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(2227), 1, - anon_sym_RBRACE, - STATE(1229), 1, - sym_for_in_clause, - STATE(1457), 1, - aux_sym_dictionary_repeat1, - STATE(1634), 1, - sym__comprehension_clauses, - [65689] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2170), 1, anon_sym_as, - ACTIONS(2172), 1, anon_sym_if, - ACTIONS(2174), 1, + anon_sym_EQ, + [61586] = 8, + ACTIONS(1951), 1, + anon_sym_as, + ACTIONS(1953), 1, + anon_sym_if, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2229), 1, + ACTIONS(2067), 1, anon_sym_RPAREN, - ACTIONS(2231), 1, + ACTIONS(2069), 1, anon_sym_COMMA, - STATE(1469), 1, + STATE(1270), 1, aux_sym_argument_list_repeat1, - [65714] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2093), 1, - anon_sym_and, - ACTIONS(2095), 1, + sym_line_continuation, + [61612] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2097), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2099), 1, - anon_sym_or, - ACTIONS(2233), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - [65735] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2067), 1, + ACTIONS(1883), 1, anon_sym_and, - ACTIONS(2087), 1, - anon_sym_as, - ACTIONS(2089), 1, - anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2235), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2063), 3, anon_sym_COMMA, - ACTIONS(2237), 1, anon_sym_COLON, - STATE(1439), 1, - aux_sym_assert_statement_repeat1, - [65760] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1922), 1, + anon_sym_EQ, + [61634] = 8, + ACTIONS(1741), 1, anon_sym_async, - ACTIONS(1924), 1, + ACTIONS(1743), 1, anon_sym_for, - ACTIONS(2192), 1, + ACTIONS(2071), 1, + anon_sym_COMMA, + ACTIONS(2073), 1, anon_sym_RBRACE, - ACTIONS(2196), 1, - anon_sym_if, - STATE(1268), 3, + STATE(1135), 1, sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [65781] = 6, - ACTIONS(3), 1, + STATE(1387), 1, + aux_sym_dictionary_repeat1, + STATE(1527), 1, + sym__comprehension_clauses, + ACTIONS(3), 2, sym_comment, - ACTIONS(2170), 1, - anon_sym_as, - ACTIONS(2172), 1, - anon_sym_if, - ACTIONS(2174), 1, + sym_line_continuation, + [61660] = 5, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2202), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_EQ, - [65802] = 2, - ACTIONS(3), 1, + ACTIONS(2075), 1, + anon_sym_as, + ACTIONS(3), 2, sym_comment, - ACTIONS(2041), 7, + sym_line_continuation, + ACTIONS(1836), 4, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_if, anon_sym_EQ, + [61680] = 3, + ACTIONS(1868), 1, anon_sym_and, - anon_sym_or, - [65815] = 3, - ACTIONS(1950), 1, - sym_comment, - ACTIONS(2241), 2, - sym__string_content, - sym__string_end, - ACTIONS(2239), 5, - anon_sym_LBRACE, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, - sym_escape_sequence, - sym__not_escape_sequence, - [65830] = 8, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2170), 1, - anon_sym_as, - ACTIONS(2172), 1, - anon_sym_if, - ACTIONS(2174), 1, - anon_sym_and, - ACTIONS(2176), 1, - anon_sym_or, - ACTIONS(2243), 1, - anon_sym_RPAREN, - ACTIONS(2245), 1, + sym_line_continuation, + ACTIONS(1822), 6, anon_sym_COMMA, - STATE(1450), 1, - aux_sym_argument_list_repeat1, - [65855] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2071), 1, anon_sym_as, - ACTIONS(2073), 1, anon_sym_if, - ACTIONS(2079), 1, - anon_sym_and, - ACTIONS(2081), 1, - anon_sym_or, - ACTIONS(2045), 3, - anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, - [65876] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2247), 1, - anon_sym_if, - ACTIONS(2250), 1, - anon_sym_async, - ACTIONS(2253), 1, - anon_sym_for, - ACTIONS(2256), 1, - anon_sym_RBRACK, - STATE(1260), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [65897] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1922), 1, + anon_sym_or, + [61696] = 8, + ACTIONS(1741), 1, anon_sym_async, - ACTIONS(1924), 1, + ACTIONS(1743), 1, anon_sym_for, - ACTIONS(2258), 1, + ACTIONS(2078), 1, anon_sym_COMMA, - ACTIONS(2260), 1, + ACTIONS(2080), 1, anon_sym_RBRACE, - STATE(1229), 1, + STATE(1135), 1, sym_for_in_clause, - STATE(1500), 1, + STATE(1377), 1, aux_sym_dictionary_repeat1, - STATE(1602), 1, + STATE(1488), 1, sym__comprehension_clauses, - [65922] = 8, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2170), 1, + sym_line_continuation, + [61722] = 6, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2262), 1, - anon_sym_RPAREN, - ACTIONS(2264), 1, - anon_sym_COMMA, - STATE(1468), 1, - aux_sym_argument_list_repeat1, - [65947] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2170), 1, - anon_sym_as, - ACTIONS(2172), 1, - anon_sym_if, - ACTIONS(2174), 1, - anon_sym_and, - ACTIONS(2176), 1, - anon_sym_or, - ACTIONS(2058), 3, + sym_line_continuation, + ACTIONS(1834), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, - [65968] = 8, - ACTIONS(3), 1, + [61744] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, - anon_sym_as, - ACTIONS(2089), 1, - anon_sym_if, - ACTIONS(2091), 1, - anon_sym_or, - ACTIONS(2266), 1, + sym_line_continuation, + ACTIONS(1259), 7, anon_sym_COMMA, - ACTIONS(2268), 1, - anon_sym_COLON, - STATE(1442), 1, - aux_sym_match_statement_repeat1, - [65993] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1934), 1, anon_sym_as, - ACTIONS(1942), 1, - anon_sym_and, - ACTIONS(1944), 1, - anon_sym_or, - ACTIONS(2270), 4, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_RBRACK, - [66012] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1916), 1, - anon_sym_as, - ACTIONS(1926), 1, anon_sym_and, - ACTIONS(1928), 1, anon_sym_or, - ACTIONS(2270), 4, - anon_sym_if, + [61758] = 6, + ACTIONS(1741), 1, anon_sym_async, + ACTIONS(1743), 1, anon_sym_for, - anon_sym_RBRACE, - [66031] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2170), 1, - anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(2041), 1, anon_sym_if, - ACTIONS(2174), 1, - anon_sym_and, - ACTIONS(2176), 1, - anon_sym_or, - ACTIONS(2272), 1, - anon_sym_RPAREN, - ACTIONS(2274), 1, - anon_sym_COMMA, - STATE(1400), 1, - aux_sym_argument_list_repeat1, - [66056] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2256), 1, + ACTIONS(2082), 1, anon_sym_RBRACE, - ACTIONS(2276), 1, - anon_sym_if, - ACTIONS(2279), 1, - anon_sym_async, - ACTIONS(2282), 1, - anon_sym_for, - STATE(1268), 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1114), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, - [66077] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2168), 1, - anon_sym_COMMA, - ACTIONS(2170), 1, + [61780] = 8, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2285), 1, + ACTIONS(2025), 1, + anon_sym_COMMA, + ACTIONS(2084), 1, anon_sym_RPAREN, - STATE(1374), 1, + STATE(1341), 1, aux_sym__collection_elements_repeat1, - [66102] = 3, - ACTIONS(1950), 1, - sym_comment, - ACTIONS(2289), 2, - sym__string_content, - sym__string_end, - ACTIONS(2287), 5, - anon_sym_LBRACE, - anon_sym_LBRACE_LBRACE, - anon_sym_RBRACE_RBRACE, - sym_escape_sequence, - sym__not_escape_sequence, - [66117] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2170), 1, - anon_sym_as, - ACTIONS(2172), 1, - anon_sym_if, - ACTIONS(2174), 1, + sym_line_continuation, + [61806] = 4, + ACTIONS(1868), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1870), 1, anon_sym_or, - ACTIONS(2045), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_EQ, - [66138] = 8, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + ACTIONS(1826), 5, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + [61824] = 8, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1955), 1, + anon_sym_and, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2235), 1, + ACTIONS(2027), 1, + anon_sym_RPAREN, + ACTIONS(2086), 1, anon_sym_COMMA, - ACTIONS(2291), 1, - anon_sym_COLON, - STATE(1439), 1, - aux_sym_assert_statement_repeat1, - [66163] = 8, - ACTIONS(3), 1, + STATE(1341), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1922), 1, + sym_line_continuation, + [61850] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1830), 7, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_and, + anon_sym_or, + [61864] = 6, + ACTIONS(1757), 1, anon_sym_async, - ACTIONS(1924), 1, + ACTIONS(1759), 1, anon_sym_for, - ACTIONS(2293), 1, - anon_sym_COMMA, - ACTIONS(2295), 1, - anon_sym_RBRACE, - STATE(1229), 1, - sym_for_in_clause, - STATE(1389), 1, - aux_sym_dictionary_repeat1, - STATE(1564), 1, - sym__comprehension_clauses, - [66188] = 6, - ACTIONS(3), 1, + ACTIONS(2019), 1, + anon_sym_if, + ACTIONS(2082), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, sym_comment, - ACTIONS(2093), 1, + sym_line_continuation, + STATE(1106), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [61886] = 5, + ACTIONS(1868), 1, anon_sym_and, - ACTIONS(2095), 1, - anon_sym_as, - ACTIONS(2097), 1, - anon_sym_if, - ACTIONS(2099), 1, + ACTIONS(1870), 1, anon_sym_or, - ACTIONS(2049), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - [66209] = 2, - ACTIONS(3), 1, + ACTIONS(2089), 1, + anon_sym_as, + ACTIONS(3), 2, sym_comment, - ACTIONS(1445), 7, - anon_sym_RPAREN, + sym_line_continuation, + ACTIONS(1836), 4, anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + [61906] = 8, + ACTIONS(1951), 1, anon_sym_as, + ACTIONS(1953), 1, anon_sym_if, - anon_sym_EQ, + ACTIONS(1955), 1, anon_sym_and, + ACTIONS(1957), 1, anon_sym_or, - [66222] = 8, - ACTIONS(3), 1, + ACTIONS(2092), 1, + anon_sym_RPAREN, + ACTIONS(2094), 1, + anon_sym_COMMA, + STATE(1399), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + [61932] = 8, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2235), 1, + ACTIONS(2096), 1, anon_sym_COMMA, - ACTIONS(2297), 1, + ACTIONS(2098), 1, anon_sym_COLON, - STATE(1439), 1, - aux_sym_assert_statement_repeat1, - [66247] = 6, - ACTIONS(3), 1, + STATE(1251), 1, + aux_sym_match_statement_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1938), 1, - anon_sym_async, - ACTIONS(1940), 1, - anon_sym_for, - ACTIONS(2190), 1, + sym_line_continuation, + [61958] = 6, + ACTIONS(1860), 1, + anon_sym_as, + ACTIONS(1862), 1, anon_sym_if, - ACTIONS(2198), 1, - anon_sym_RBRACK, - STATE(1227), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [66268] = 8, - ACTIONS(3), 1, + ACTIONS(1868), 1, + anon_sym_and, + ACTIONS(1870), 1, + anon_sym_or, + ACTIONS(3), 2, sym_comment, - ACTIONS(2170), 1, + sym_line_continuation, + ACTIONS(1834), 3, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACK, + [61980] = 8, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2299), 1, + ACTIONS(2100), 1, anon_sym_RPAREN, - ACTIONS(2301), 1, + ACTIONS(2102), 1, anon_sym_COMMA, - STATE(1393), 1, + STATE(1302), 1, aux_sym_argument_list_repeat1, - [66293] = 8, - ACTIONS(3), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [62006] = 6, + ACTIONS(1850), 1, + anon_sym_as, + ACTIONS(1852), 1, + anon_sym_if, + ACTIONS(1854), 1, + anon_sym_and, + ACTIONS(1856), 1, + anon_sym_or, + ACTIONS(3), 2, sym_comment, - ACTIONS(1922), 1, + sym_line_continuation, + ACTIONS(1846), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + [62028] = 8, + ACTIONS(1741), 1, anon_sym_async, - ACTIONS(1924), 1, + ACTIONS(1743), 1, anon_sym_for, - ACTIONS(2303), 1, + ACTIONS(2104), 1, anon_sym_COMMA, - ACTIONS(2305), 1, + ACTIONS(2106), 1, anon_sym_RBRACE, - STATE(1229), 1, + STATE(1135), 1, sym_for_in_clause, - STATE(1464), 1, + STATE(1352), 1, aux_sym_dictionary_repeat1, - STATE(1601), 1, + STATE(1499), 1, sym__comprehension_clauses, - [66318] = 5, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2174), 1, + sym_line_continuation, + [62054] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1830), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_EQ, anon_sym_and, - ACTIONS(2176), 1, anon_sym_or, - ACTIONS(2307), 1, - anon_sym_as, - ACTIONS(2051), 4, + [62068] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1259), 7, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_if, anon_sym_EQ, - [66337] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2170), 1, + anon_sym_and, + anon_sym_or, + [62082] = 8, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1883), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2182), 1, - anon_sym_RPAREN, - ACTIONS(2310), 1, + ACTIONS(1963), 1, anon_sym_COMMA, - STATE(1374), 1, - aux_sym__collection_elements_repeat1, - [66362] = 8, - ACTIONS(3), 1, + ACTIONS(2108), 1, + anon_sym_COLON, + STATE(1314), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2168), 1, - anon_sym_COMMA, - ACTIONS(2170), 1, + sym_line_continuation, + [62108] = 6, + ACTIONS(1850), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1852), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1854), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1856), 1, anon_sym_or, - ACTIONS(2313), 1, - anon_sym_RPAREN, - STATE(1374), 1, - aux_sym__collection_elements_repeat1, - [66387] = 8, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2168), 1, - anon_sym_COMMA, - ACTIONS(2170), 1, + sym_line_continuation, + ACTIONS(2063), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_EQ, + [62130] = 8, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2315), 1, + ACTIONS(2025), 1, + anon_sym_COMMA, + ACTIONS(2110), 1, anon_sym_RPAREN, - STATE(1374), 1, + STATE(1341), 1, aux_sym__collection_elements_repeat1, - [66412] = 8, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2168), 1, - anon_sym_COMMA, - ACTIONS(2170), 1, + sym_line_continuation, + [62156] = 6, + ACTIONS(1860), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1862), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1868), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1870), 1, anon_sym_or, - ACTIONS(2317), 1, - anon_sym_RPAREN, - STATE(1374), 1, - aux_sym__collection_elements_repeat1, - [66437] = 8, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + ACTIONS(927), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [62177] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2235), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2112), 2, anon_sym_COMMA, - ACTIONS(2319), 1, anon_sym_COLON, - STATE(1439), 1, - aux_sym_assert_statement_repeat1, - [66462] = 8, - ACTIONS(3), 1, + [62198] = 6, + ACTIONS(1951), 1, + anon_sym_as, + ACTIONS(1953), 1, + anon_sym_if, + ACTIONS(1955), 1, + anon_sym_and, + ACTIONS(1957), 1, + anon_sym_or, + ACTIONS(3), 2, sym_comment, - ACTIONS(1922), 1, - anon_sym_async, - ACTIONS(1924), 1, - anon_sym_for, - ACTIONS(2321), 1, + sym_line_continuation, + ACTIONS(2114), 2, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(2323), 1, - anon_sym_RBRACE, - STATE(1229), 1, - sym_for_in_clause, - STATE(1454), 1, - aux_sym_dictionary_repeat1, - STATE(1594), 1, - sym__comprehension_clauses, - [66487] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2170), 1, + [62219] = 6, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2325), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2116), 2, anon_sym_RPAREN, - ACTIONS(2327), 1, anon_sym_COMMA, - STATE(1501), 1, - aux_sym_argument_list_repeat1, - [66512] = 6, + [62240] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(2118), 2, + anon_sym_LBRACE, + sym__not_escape_sequence, + ACTIONS(2120), 4, + sym__string_content, + sym_string_end, + sym__escape_interpolation, + sym_escape_sequence, + [62257] = 6, + ACTIONS(1785), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1787), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1791), 1, + anon_sym_and, + ACTIONS(1793), 1, anon_sym_or, - ACTIONS(2329), 2, - anon_sym_COMMA, - anon_sym_COLON, - [66532] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2071), 1, + sym_line_continuation, + ACTIONS(2122), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [62278] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2079), 1, + ACTIONS(1883), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(1004), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [66552] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2331), 1, + sym_line_continuation, + ACTIONS(2124), 2, anon_sym_COMMA, - STATE(1319), 1, + anon_sym_COLON, + [62299] = 4, + ACTIONS(2126), 1, + anon_sym_COMMA, + STATE(1160), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(2333), 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2129), 4, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [66568] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1982), 1, + [62316] = 6, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(1984), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(1988), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(1990), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2335), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [66588] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2170), 1, - anon_sym_as, - ACTIONS(2172), 1, - anon_sym_if, - ACTIONS(2174), 1, - anon_sym_and, - ACTIONS(2176), 1, - anon_sym_or, - ACTIONS(2337), 2, + sym_line_continuation, + ACTIONS(2124), 2, anon_sym_RPAREN, anon_sym_COMMA, - [66608] = 6, + [62337] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(45), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(2131), 2, + anon_sym_LBRACE, + sym__not_escape_sequence, + ACTIONS(2133), 4, + sym__string_content, + sym_string_end, + sym__escape_interpolation, + sym_escape_sequence, + [62354] = 6, + ACTIONS(47), 1, anon_sym_AT, - ACTIONS(2339), 1, + ACTIONS(2135), 1, anon_sym_async, - ACTIONS(2341), 1, + ACTIONS(2137), 1, anon_sym_def, - STATE(636), 1, + STATE(475), 1, sym_function_definition, - STATE(1353), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1208), 2, sym_decorator, aux_sym_decorated_definition_repeat1, - [66628] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2343), 1, + [62375] = 4, + ACTIONS(2139), 1, anon_sym_COMMA, - STATE(1325), 1, + STATE(1160), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(2345), 4, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - [66644] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2347), 1, - anon_sym_COMMA, - STATE(1305), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(2345), 4, + sym_line_continuation, + ACTIONS(2141), 4, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [66660] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, - anon_sym_as, - ACTIONS(2089), 1, - anon_sym_if, - ACTIONS(2091), 1, - anon_sym_or, - ACTIONS(2349), 2, - anon_sym_COMMA, - anon_sym_COLON, - [66680] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2071), 1, + [62392] = 6, + ACTIONS(1785), 1, anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(1787), 1, anon_sym_if, - ACTIONS(2079), 1, + ACTIONS(1791), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1793), 1, anon_sym_or, - ACTIONS(1012), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [66700] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2170), 1, - anon_sym_as, - ACTIONS(2172), 1, - anon_sym_if, - ACTIONS(2174), 1, - anon_sym_and, - ACTIONS(2176), 1, - anon_sym_or, - ACTIONS(2329), 2, - anon_sym_RPAREN, + sym_line_continuation, + ACTIONS(2143), 2, anon_sym_COMMA, - [66720] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, - anon_sym_as, - ACTIONS(2089), 1, - anon_sym_if, - ACTIONS(2091), 1, - anon_sym_or, - ACTIONS(2270), 1, - anon_sym_COLON, - ACTIONS(2351), 1, - anon_sym_else, - [66742] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2353), 1, + anon_sym_RBRACE, + [62413] = 4, + ACTIONS(2145), 1, anon_sym_COMMA, - STATE(1290), 1, + STATE(1160), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(2355), 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2147), 4, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [66758] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(45), 1, - anon_sym_AT, - ACTIONS(2357), 1, - anon_sym_async, - ACTIONS(2359), 1, - anon_sym_def, - STATE(629), 1, - sym_function_definition, - STATE(1353), 2, - sym_decorator, - aux_sym_decorated_definition_repeat1, - [66778] = 4, - ACTIONS(3), 1, + [62430] = 6, + ACTIONS(1860), 1, + anon_sym_as, + ACTIONS(1862), 1, + anon_sym_if, + ACTIONS(1868), 1, + anon_sym_and, + ACTIONS(1870), 1, + anon_sym_or, + ACTIONS(3), 2, sym_comment, - ACTIONS(2361), 1, + sym_line_continuation, + ACTIONS(2122), 2, anon_sym_COMMA, - STATE(1309), 1, + anon_sym_RBRACK, + [62451] = 4, + ACTIONS(2149), 1, + anon_sym_COMMA, + STATE(1177), 1, aux_sym_assert_statement_repeat1, - ACTIONS(920), 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(822), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [66794] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1982), 1, + [62468] = 6, + ACTIONS(1860), 1, anon_sym_as, - ACTIONS(1984), 1, + ACTIONS(1862), 1, anon_sym_if, - ACTIONS(1988), 1, + ACTIONS(1868), 1, anon_sym_and, - ACTIONS(1990), 1, + ACTIONS(1870), 1, anon_sym_or, - ACTIONS(2337), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [66814] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1982), 1, + sym_line_continuation, + ACTIONS(931), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [62489] = 6, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(1984), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(1988), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(1990), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2363), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [66834] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2365), 1, + sym_line_continuation, + ACTIONS(2143), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(1319), 1, + [62510] = 4, + ACTIONS(2151), 1, + anon_sym_COMMA, + STATE(1164), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(2367), 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2153), 4, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [66850] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2170), 1, + [62527] = 6, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2369), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2112), 2, anon_sym_RPAREN, anon_sym_COMMA, - [66870] = 6, + [62548] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2071), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(2155), 2, + anon_sym_LBRACE, + sym__not_escape_sequence, + ACTIONS(2157), 4, + sym__string_content, + sym_string_end, + sym__escape_interpolation, + sym_escape_sequence, + [62565] = 4, + ACTIONS(2159), 1, + anon_sym_COMMA, + STATE(1166), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2161), 4, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [62582] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2079), 1, + ACTIONS(1883), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2363), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [66890] = 5, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, - anon_sym_as, - ACTIONS(2091), 1, - anon_sym_or, - ACTIONS(2371), 3, + sym_line_continuation, + ACTIONS(2163), 2, anon_sym_COMMA, - anon_sym_if, anon_sym_COLON, - [66908] = 4, + [62603] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2373), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(2165), 2, + anon_sym_LBRACE, + sym__not_escape_sequence, + ACTIONS(2167), 4, + sym__string_content, + sym_string_end, + sym__escape_interpolation, + sym_escape_sequence, + [62620] = 4, + ACTIONS(2169), 1, anon_sym_COMMA, - STATE(1309), 1, + STATE(1177), 1, aux_sym_assert_statement_repeat1, - ACTIONS(2049), 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1846), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [66924] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2170), 1, + [62637] = 6, + ACTIONS(1785), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1787), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1791), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1793), 1, anon_sym_or, - ACTIONS(2376), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [66944] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2378), 1, + sym_line_continuation, + ACTIONS(1887), 2, anon_sym_COMMA, - STATE(1313), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(2355), 4, + anon_sym_RBRACE, + [62658] = 6, + ACTIONS(1951), 1, + anon_sym_as, + ACTIONS(1953), 1, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - [66960] = 6, - ACTIONS(3), 1, + ACTIONS(1955), 1, + anon_sym_and, + ACTIONS(1957), 1, + anon_sym_or, + ACTIONS(3), 2, sym_comment, - ACTIONS(2170), 1, + sym_line_continuation, + ACTIONS(2172), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [62679] = 6, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2380), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2174), 2, anon_sym_RPAREN, anon_sym_COMMA, - [66980] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2382), 1, + [62700] = 4, + ACTIONS(2176), 1, anon_sym_COMMA, - STATE(1316), 1, + STATE(1181), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(2333), 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2129), 4, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, - [66996] = 6, + [62717] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2170), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(2179), 2, + anon_sym_LBRACE, + sym__not_escape_sequence, + ACTIONS(2181), 4, + sym__string_content, + sym_string_end, + sym__escape_interpolation, + sym_escape_sequence, + [62734] = 6, + ACTIONS(1785), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1787), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1791), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1793), 1, anon_sym_or, - ACTIONS(2384), 2, - anon_sym_RPAREN, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2174), 2, anon_sym_COMMA, - [67016] = 6, - ACTIONS(3), 1, + anon_sym_RBRACE, + [62755] = 6, + ACTIONS(47), 1, + anon_sym_AT, + ACTIONS(2183), 1, + anon_sym_async, + ACTIONS(2185), 1, + anon_sym_def, + STATE(457), 1, + sym_function_definition, + ACTIONS(3), 2, sym_comment, - ACTIONS(2071), 1, + sym_line_continuation, + STATE(1208), 2, + sym_decorator, + aux_sym_decorated_definition_repeat1, + [62776] = 6, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2079), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2081), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2386), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [67036] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2388), 1, + sym_line_continuation, + ACTIONS(2122), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(1316), 1, + [62797] = 4, + ACTIONS(2187), 1, + anon_sym_COMMA, + STATE(1181), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(2391), 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2141), 4, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, - [67052] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2170), 1, + [62814] = 6, + ACTIONS(1951), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1953), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1955), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1957), 1, anon_sym_or, - ACTIONS(2363), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2163), 2, anon_sym_RPAREN, anon_sym_COMMA, - [67072] = 6, + [62835] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2170), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(2189), 2, + anon_sym_LBRACE, + sym__not_escape_sequence, + ACTIONS(2191), 4, + sym__string_content, + sym_string_end, + sym__escape_interpolation, + sym_escape_sequence, + [62852] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1883), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2335), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [67092] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2393), 1, + sym_line_continuation, + ACTIONS(1846), 2, anon_sym_COMMA, - STATE(1319), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(2391), 4, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - [67108] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1982), 1, + anon_sym_COLON, + [62873] = 7, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(1984), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(1988), 1, + ACTIONS(1883), 1, anon_sym_and, - ACTIONS(1990), 1, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2137), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [67128] = 6, - ACTIONS(3), 1, + ACTIONS(1973), 1, + anon_sym_COLON, + ACTIONS(2193), 1, + anon_sym_else, + ACTIONS(3), 2, sym_comment, - ACTIONS(2170), 1, + sym_line_continuation, + [62896] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2172), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2174), 1, + ACTIONS(1883), 1, anon_sym_and, - ACTIONS(2176), 1, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2396), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [67148] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + ACTIONS(2195), 2, + anon_sym_COMMA, + anon_sym_COLON, + [62917] = 5, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2089), 1, - anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2396), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2197), 3, anon_sym_COMMA, + anon_sym_if, anon_sym_COLON, - [67168] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2067), 1, + [62936] = 6, + ACTIONS(1860), 1, + anon_sym_as, + ACTIONS(1862), 1, + anon_sym_if, + ACTIONS(1868), 1, anon_sym_and, - ACTIONS(2087), 1, + ACTIONS(1870), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2199), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [62957] = 6, + ACTIONS(1860), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1862), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1868), 1, + anon_sym_and, + ACTIONS(1870), 1, anon_sym_or, - ACTIONS(2384), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2174), 2, anon_sym_COMMA, - anon_sym_COLON, - [67188] = 6, + anon_sym_RBRACK, + [62978] = 4, + ACTIONS(2201), 1, + anon_sym_COMMA, + STATE(1181), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2147), 4, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + [62995] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2071), 1, - anon_sym_as, - ACTIONS(2073), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(2203), 2, + anon_sym_LBRACE, + sym__not_escape_sequence, + ACTIONS(2205), 4, + sym__string_content, + sym_string_end, + sym__escape_interpolation, + sym_escape_sequence, + [63012] = 4, + ACTIONS(2207), 1, + anon_sym_COMMA, + STATE(1186), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2153), 4, anon_sym_if, - ACTIONS(2079), 1, - anon_sym_and, - ACTIONS(2081), 1, - anon_sym_or, - ACTIONS(2335), 2, - anon_sym_COMMA, + anon_sym_async, + anon_sym_for, anon_sym_RBRACK, - [67208] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2398), 1, + [63029] = 4, + ACTIONS(2209), 1, anon_sym_COMMA, - STATE(1316), 1, + STATE(1195), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(2367), 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2161), 4, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, - [67224] = 6, + [63046] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, - anon_sym_as, - ACTIONS(2089), 1, - anon_sym_if, - ACTIONS(2091), 1, - anon_sym_or, - ACTIONS(2049), 2, - anon_sym_COMMA, - anon_sym_COLON, - [67244] = 6, - ACTIONS(3), 1, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(2211), 2, + anon_sym_LBRACE, + sym__not_escape_sequence, + ACTIONS(2213), 4, + sym__string_content, + sym_string_end, + sym__escape_interpolation, + sym_escape_sequence, + [63063] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2111), 1, + sym_line_continuation, + ACTIONS(2215), 5, anon_sym_COMMA, - ACTIONS(2113), 1, - anon_sym_COLON, - ACTIONS(2400), 1, anon_sym_if, - STATE(1357), 1, - aux_sym_case_clause_repeat1, - STATE(1697), 1, - sym_if_clause, - [67263] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + [63075] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2402), 1, - anon_sym_else, - [67282] = 5, - ACTIONS(1950), 1, + ACTIONS(1973), 1, + anon_sym_COLON, + ACTIONS(3), 2, sym_comment, - ACTIONS(2404), 1, + sym_line_continuation, + [63095] = 6, + ACTIONS(2217), 1, anon_sym_LBRACE, - ACTIONS(2406), 1, + ACTIONS(2219), 1, anon_sym_RBRACE, - ACTIONS(2408), 1, + ACTIONS(2221), 1, aux_sym_format_specifier_token1, - STATE(1347), 2, - sym_format_expression, + STATE(1217), 1, aux_sym_format_specifier_repeat1, - [67299] = 6, - ACTIONS(3), 1, + STATE(1298), 1, + sym_interpolation, + ACTIONS(5), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + [63115] = 6, + ACTIONS(1850), 1, anon_sym_as, - ACTIONS(2089), 1, - anon_sym_if, - ACTIONS(2091), 1, - anon_sym_or, - ACTIONS(2410), 1, - anon_sym_else, - [67318] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2412), 5, - anon_sym_COMMA, + ACTIONS(1852), 1, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - [67329] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2067), 1, + ACTIONS(1854), 1, anon_sym_and, - ACTIONS(2087), 1, - anon_sym_as, - ACTIONS(2089), 1, - anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1856), 1, anon_sym_or, - ACTIONS(2270), 1, - anon_sym_COLON, - [67348] = 6, - ACTIONS(3), 1, + ACTIONS(2223), 1, + sym__newline, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + [63135] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2414), 1, + ACTIONS(2225), 1, anon_sym_COLON, - [67367] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + [63155] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2091), 1, - anon_sym_or, - ACTIONS(2416), 1, - anon_sym_else, - [67386] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2067), 1, + ACTIONS(1883), 1, anon_sym_and, - ACTIONS(2087), 1, - anon_sym_as, - ACTIONS(2089), 1, - anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2418), 1, + ACTIONS(2227), 1, anon_sym_else, - [67405] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2391), 5, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, + sym_line_continuation, + [63175] = 6, + ACTIONS(2229), 1, + anon_sym_COLON, + ACTIONS(2231), 1, + anon_sym_EQ, + ACTIONS(2233), 1, anon_sym_RBRACE, - [67416] = 6, - ACTIONS(3), 1, + ACTIONS(2235), 1, + sym_type_conversion, + STATE(1538), 1, + sym_format_specifier, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + [63195] = 6, + ACTIONS(2229), 1, + anon_sym_COLON, + ACTIONS(2237), 1, + anon_sym_EQ, + ACTIONS(2239), 1, + anon_sym_RBRACE, + ACTIONS(2241), 1, + sym_type_conversion, + STATE(1600), 1, + sym_format_specifier, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [63215] = 4, + ACTIONS(2245), 1, + anon_sym_AT, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2243), 2, + anon_sym_async, + anon_sym_def, + STATE(1208), 2, + sym_decorator, + aux_sym_decorated_definition_repeat1, + [63231] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2420), 1, - anon_sym_else, - [67435] = 6, - ACTIONS(3), 1, + ACTIONS(2248), 1, + anon_sym_COLON, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, - anon_sym_as, - ACTIONS(2089), 1, + sym_line_continuation, + [63251] = 6, + ACTIONS(2250), 1, + anon_sym_COMMA, + ACTIONS(2252), 1, anon_sym_if, - ACTIONS(2091), 1, - anon_sym_or, - ACTIONS(2422), 1, + ACTIONS(2254), 1, anon_sym_COLON, - [67454] = 6, - ACTIONS(3), 1, + STATE(1236), 1, + aux_sym_case_clause_repeat1, + STATE(1541), 1, + sym_if_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + [63271] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2424), 1, + ACTIONS(2256), 1, anon_sym_COLON, - [67473] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + [63291] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2426), 1, + ACTIONS(2193), 1, anon_sym_else, - [67492] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2412), 5, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - [67503] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2391), 5, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - [67514] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + [63311] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2428), 1, - anon_sym_COLON, - [67533] = 6, - ACTIONS(3), 1, + ACTIONS(2258), 1, + anon_sym_else, + ACTIONS(3), 2, sym_comment, - ACTIONS(1982), 1, + sym_line_continuation, + [63331] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(1984), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(1988), 1, + ACTIONS(1883), 1, anon_sym_and, - ACTIONS(1990), 1, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2430), 1, - anon_sym_RBRACE, - [67552] = 2, - ACTIONS(3), 1, + ACTIONS(2260), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [63351] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2432), 5, + sym_line_continuation, + ACTIONS(2129), 5, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [67563] = 6, - ACTIONS(3), 1, + [63363] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, - anon_sym_as, - ACTIONS(2089), 1, + sym_line_continuation, + ACTIONS(2215), 5, + anon_sym_COMMA, anon_sym_if, - ACTIONS(2091), 1, - anon_sym_or, - ACTIONS(2434), 1, - anon_sym_COLON, - [67582] = 5, - ACTIONS(1950), 1, - sym_comment, - ACTIONS(2404), 1, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [63375] = 6, + ACTIONS(2262), 1, anon_sym_LBRACE, - ACTIONS(2436), 1, + ACTIONS(2265), 1, anon_sym_RBRACE, - ACTIONS(2438), 1, + ACTIONS(2267), 1, aux_sym_format_specifier_token1, - STATE(1359), 2, - sym_format_expression, + STATE(1217), 1, aux_sym_format_specifier_repeat1, - [67599] = 6, - ACTIONS(3), 1, + STATE(1298), 1, + sym_interpolation, + ACTIONS(5), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + [63395] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2440), 1, - anon_sym_COLON, - [67618] = 2, - ACTIONS(3), 1, + ACTIONS(2270), 1, + anon_sym_else, + ACTIONS(3), 2, sym_comment, - ACTIONS(2432), 5, + sym_line_continuation, + [63415] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2129), 5, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, - [67629] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2442), 1, - anon_sym_COLON, - ACTIONS(2444), 1, - anon_sym_EQ, - ACTIONS(2446), 1, - anon_sym_RBRACE, - ACTIONS(2448), 1, - sym_type_conversion, - STATE(1656), 1, - sym_format_specifier, - [67648] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + [63427] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2351), 1, + ACTIONS(2272), 1, anon_sym_else, - [67667] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2400), 1, + sym_line_continuation, + [63447] = 6, + ACTIONS(1879), 1, + anon_sym_as, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2450), 1, - anon_sym_COMMA, - ACTIONS(2452), 1, - anon_sym_COLON, - STATE(1366), 1, - aux_sym_case_clause_repeat1, - STATE(1649), 1, - sym_if_clause, - [67686] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2456), 1, - anon_sym_AT, - ACTIONS(2454), 2, - anon_sym_async, - anon_sym_def, - STATE(1353), 2, - sym_decorator, - aux_sym_decorated_definition_repeat1, - [67701] = 6, - ACTIONS(3), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, + anon_sym_or, + ACTIONS(2274), 1, + anon_sym_else, + ACTIONS(3), 2, sym_comment, - ACTIONS(2400), 1, + sym_line_continuation, + [63467] = 6, + ACTIONS(1879), 1, + anon_sym_as, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2459), 1, - anon_sym_COMMA, - ACTIONS(2461), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, + anon_sym_or, + ACTIONS(2276), 1, anon_sym_COLON, - STATE(1366), 1, - aux_sym_case_clause_repeat1, - STATE(1647), 1, - sym_if_clause, - [67720] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2067), 1, - anon_sym_and, - ACTIONS(2087), 1, + sym_line_continuation, + [63487] = 6, + ACTIONS(1879), 1, anon_sym_as, - ACTIONS(2089), 1, + ACTIONS(1881), 1, anon_sym_if, - ACTIONS(2091), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, anon_sym_or, - ACTIONS(2463), 1, + ACTIONS(2278), 1, anon_sym_COLON, - [67739] = 6, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2400), 1, - anon_sym_if, - ACTIONS(2465), 1, - anon_sym_COMMA, - ACTIONS(2467), 1, - anon_sym_COLON, - STATE(1366), 1, - aux_sym_case_clause_repeat1, - STATE(1569), 1, - sym_if_clause, - [67758] = 6, - ACTIONS(3), 1, + sym_line_continuation, + [63507] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2400), 1, - anon_sym_if, - ACTIONS(2469), 1, + sym_line_continuation, + ACTIONS(2280), 5, anon_sym_COMMA, - ACTIONS(2471), 1, - anon_sym_COLON, - STATE(1366), 1, - aux_sym_case_clause_repeat1, - STATE(1688), 1, - sym_if_clause, - [67777] = 6, - ACTIONS(3), 1, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [63519] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2105), 1, + sym_line_continuation, + ACTIONS(2280), 5, anon_sym_COMMA, - ACTIONS(2109), 1, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + [63531] = 6, + ACTIONS(1879), 1, + anon_sym_as, + ACTIONS(1881), 1, + anon_sym_if, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, + anon_sym_or, + ACTIONS(2282), 1, anon_sym_COLON, - ACTIONS(2400), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [63551] = 6, + ACTIONS(1879), 1, + anon_sym_as, + ACTIONS(1881), 1, anon_sym_if, - STATE(1354), 1, - aux_sym_case_clause_repeat1, - STATE(1639), 1, - sym_if_clause, - [67796] = 5, - ACTIONS(1950), 1, + ACTIONS(1883), 1, + anon_sym_and, + ACTIONS(1885), 1, + anon_sym_or, + ACTIONS(2284), 1, + anon_sym_else, + ACTIONS(3), 2, sym_comment, - ACTIONS(2473), 1, + sym_line_continuation, + [63571] = 6, + ACTIONS(2217), 1, anon_sym_LBRACE, - ACTIONS(2476), 1, + ACTIONS(2286), 1, anon_sym_RBRACE, - ACTIONS(2478), 1, + ACTIONS(2288), 1, aux_sym_format_specifier_token1, - STATE(1359), 2, - sym_format_expression, + STATE(1202), 1, aux_sym_format_specifier_repeat1, - [67813] = 4, - ACTIONS(3), 1, + STATE(1298), 1, + sym_interpolation, + ACTIONS(5), 2, sym_comment, - ACTIONS(2483), 1, - anon_sym_COMMA, - STATE(1371), 1, - aux_sym_print_statement_repeat1, - ACTIONS(2481), 2, - sym__newline, - anon_sym_SEMI, - [67827] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [63591] = 5, + ACTIONS(2229), 1, + anon_sym_COLON, + ACTIONS(2290), 1, + anon_sym_RBRACE, + ACTIONS(2292), 1, + sym_type_conversion, + STATE(1589), 1, + sym_format_specifier, + ACTIONS(3), 2, sym_comment, - ACTIONS(2485), 1, + sym_line_continuation, + [63608] = 4, + ACTIONS(1895), 1, anon_sym_COMMA, - STATE(1363), 1, + STATE(1244), 1, aux_sym_assert_statement_repeat1, - ACTIONS(990), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2294), 2, sym__newline, anon_sym_SEMI, - [67841] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2127), 1, + [63623] = 4, + ACTIONS(2296), 1, anon_sym_COMMA, - STATE(1363), 1, + STATE(1244), 1, aux_sym_assert_statement_repeat1, - ACTIONS(2487), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(925), 2, sym__newline, anon_sym_SEMI, - [67855] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2489), 1, + [63638] = 4, + ACTIONS(2298), 1, anon_sym_COMMA, - STATE(1363), 1, + STATE(1244), 1, aux_sym_assert_statement_repeat1, - ACTIONS(2049), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(822), 2, sym__newline, anon_sym_SEMI, - [67869] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2442), 1, - anon_sym_COLON, - ACTIONS(2492), 1, - anon_sym_RBRACE, - ACTIONS(2494), 1, - sym_type_conversion, - STATE(1661), 1, - sym_format_specifier, - [67885] = 4, - ACTIONS(3), 1, + [63653] = 4, + ACTIONS(2302), 1, + anon_sym_COMMA, + STATE(1235), 1, + aux_sym_print_statement_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2127), 1, + sym_line_continuation, + ACTIONS(2300), 2, + sym__newline, + anon_sym_SEMI, + [63668] = 4, + ACTIONS(1895), 1, anon_sym_COMMA, - STATE(1363), 1, + STATE(1244), 1, aux_sym_assert_statement_repeat1, - ACTIONS(2496), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2304), 2, sym__newline, anon_sym_SEMI, - [67899] = 4, - ACTIONS(3), 1, + [63683] = 4, + ACTIONS(2308), 1, + anon_sym_COMMA, + STATE(1235), 1, + aux_sym_print_statement_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2498), 1, + sym_line_continuation, + ACTIONS(2306), 2, + sym__newline, + anon_sym_SEMI, + [63698] = 4, + ACTIONS(2311), 1, anon_sym_COMMA, - STATE(1366), 1, + STATE(1236), 1, aux_sym_case_clause_repeat1, - ACTIONS(2501), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2314), 2, anon_sym_if, anon_sym_COLON, - [67913] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2505), 1, + [63713] = 4, + ACTIONS(2318), 1, anon_sym_COMMA, - STATE(1360), 1, + STATE(1235), 1, aux_sym_print_statement_repeat1, - ACTIONS(2503), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2316), 2, sym__newline, anon_sym_SEMI, - [67927] = 2, - ACTIONS(3), 1, + [63728] = 5, + ACTIONS(2320), 1, + anon_sym_case, + ACTIONS(2322), 1, + sym__dedent, + STATE(1242), 1, + aux_sym__match_block_repeat1, + STATE(1458), 1, + sym_case_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(2507), 4, - anon_sym_eq, - anon_sym_ne, - anon_sym_contains, - anon_sym_fails, - [67937] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [63745] = 5, + ACTIONS(2324), 1, + anon_sym_case, + ACTIONS(2327), 1, + sym__dedent, + STATE(1239), 1, + aux_sym__match_block_repeat1, + STATE(1458), 1, + sym_case_clause, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [63762] = 5, + ACTIONS(2229), 1, + anon_sym_COLON, + ACTIONS(2329), 1, + anon_sym_RBRACE, + ACTIONS(2331), 1, + sym_type_conversion, + STATE(1594), 1, + sym_format_specifier, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [63779] = 5, + ACTIONS(2320), 1, + anon_sym_case, + ACTIONS(2333), 1, + sym__dedent, + STATE(1239), 1, + aux_sym__match_block_repeat1, + STATE(1458), 1, + sym_case_clause, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [63796] = 5, + ACTIONS(2320), 1, + anon_sym_case, + ACTIONS(2335), 1, + sym__dedent, + STATE(1239), 1, + aux_sym__match_block_repeat1, + STATE(1458), 1, + sym_case_clause, + ACTIONS(3), 2, sym_comment, - ACTIONS(2511), 1, + sym_line_continuation, + [63813] = 4, + ACTIONS(1895), 1, anon_sym_COMMA, - STATE(1371), 1, - aux_sym_print_statement_repeat1, - ACTIONS(2509), 2, + STATE(1244), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2337), 2, sym__newline, anon_sym_SEMI, - [67951] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2513), 1, + [63828] = 4, + ACTIONS(2339), 1, anon_sym_COMMA, - STATE(1363), 1, + STATE(1244), 1, aux_sym_assert_statement_repeat1, - ACTIONS(920), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1846), 2, sym__newline, anon_sym_SEMI, - [67965] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2517), 1, + [63843] = 4, + ACTIONS(2344), 1, anon_sym_COMMA, - STATE(1371), 1, + STATE(1237), 1, aux_sym_print_statement_repeat1, - ACTIONS(2515), 2, - sym__newline, - anon_sym_SEMI, - [67979] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2127), 1, - anon_sym_COMMA, - STATE(1363), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2520), 2, + sym_line_continuation, + ACTIONS(2342), 2, sym__newline, anon_sym_SEMI, - [67993] = 4, - ACTIONS(3), 1, + [63858] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2524), 1, + sym_line_continuation, + ACTIONS(2346), 4, + anon_sym_eq, + anon_sym_ne, + anon_sym_contains, + anon_sym_fails, + [63869] = 5, + ACTIONS(2320), 1, + anon_sym_case, + ACTIONS(2348), 1, + sym__dedent, + STATE(1241), 1, + aux_sym__match_block_repeat1, + STATE(1458), 1, + sym_case_clause, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [63886] = 4, + ACTIONS(2352), 1, anon_sym_COLON, - ACTIONS(2526), 1, + ACTIONS(2354), 1, anon_sym_EQ, - ACTIONS(2522), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2350), 2, anon_sym_RPAREN, anon_sym_COMMA, - [68007] = 4, - ACTIONS(3), 1, + [63901] = 4, + ACTIONS(2078), 1, + anon_sym_COMMA, + ACTIONS(2080), 1, + anon_sym_RBRACE, + STATE(1377), 1, + aux_sym_dictionary_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(886), 1, + sym_line_continuation, + [63915] = 3, + ACTIONS(2358), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2356), 2, anon_sym_RPAREN, - ACTIONS(2528), 1, anon_sym_COMMA, - STATE(1412), 1, - aux_sym__collection_elements_repeat1, - [68020] = 4, - ACTIONS(3), 1, + [63927] = 4, + ACTIONS(2360), 1, + anon_sym_COMMA, + ACTIONS(2362), 1, + anon_sym_COLON, + STATE(1354), 1, + aux_sym_match_statement_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2325), 1, + sym_line_continuation, + [63941] = 4, + ACTIONS(1637), 1, anon_sym_RPAREN, - ACTIONS(2327), 1, + ACTIONS(2364), 1, anon_sym_COMMA, - STATE(1501), 1, - aux_sym_argument_list_repeat1, - [68033] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(461), 1, - sym__newline, - ACTIONS(2530), 1, - anon_sym_SEMI, - STATE(1490), 1, - aux_sym__simple_statements_repeat1, - [68046] = 4, - ACTIONS(3), 1, + STATE(1252), 1, + aux_sym__patterns_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2532), 1, - anon_sym_RPAREN, - ACTIONS(2534), 1, + sym_line_continuation, + [63955] = 4, + ACTIONS(1684), 1, anon_sym_COMMA, - STATE(1392), 1, - aux_sym_argument_list_repeat1, - [68059] = 4, - ACTIONS(3), 1, + ACTIONS(2367), 1, + anon_sym_in, + STATE(955), 1, + aux_sym__patterns_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2299), 1, + sym_line_continuation, + [63969] = 4, + ACTIONS(2172), 1, anon_sym_RPAREN, - ACTIONS(2301), 1, + ACTIONS(2369), 1, anon_sym_COMMA, - STATE(1393), 1, + STATE(1254), 1, aux_sym_argument_list_repeat1, - [68072] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1914), 1, + sym_line_continuation, + [63983] = 4, + ACTIONS(1967), 1, anon_sym_COMMA, - ACTIONS(1930), 1, + ACTIONS(1969), 1, anon_sym_RBRACE, - STATE(1409), 1, - aux_sym__collection_elements_repeat1, - [68085] = 4, - ACTIONS(3), 1, + STATE(1268), 1, + aux_sym_dictionary_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2536), 1, - anon_sym_RPAREN, - ACTIONS(2538), 1, + sym_line_continuation, + [63997] = 4, + ACTIONS(1684), 1, anon_sym_COMMA, - STATE(1475), 1, + ACTIONS(2372), 1, + anon_sym_in, + STATE(955), 1, aux_sym__patterns_repeat1, - [68098] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [64011] = 4, + ACTIONS(366), 1, + sym__newline, + ACTIONS(2374), 1, + anon_sym_SEMI, + STATE(1371), 1, + aux_sym__simple_statements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1871), 1, + sym_line_continuation, + [64025] = 4, + ACTIONS(1684), 1, anon_sym_COMMA, - ACTIONS(2540), 1, + ACTIONS(2376), 1, anon_sym_in, - STATE(1075), 1, + STATE(955), 1, aux_sym__patterns_repeat1, - [68111] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1871), 1, + sym_line_continuation, + [64039] = 4, + ACTIONS(2378), 1, + anon_sym_RPAREN, + ACTIONS(2380), 1, anon_sym_COMMA, - ACTIONS(2542), 1, - anon_sym_in, - STATE(1075), 1, - aux_sym__patterns_repeat1, - [68124] = 4, - ACTIONS(3), 1, + STATE(1276), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [64053] = 4, + ACTIONS(2382), 1, + anon_sym_SEMI, + ACTIONS(2384), 1, + sym__newline, + STATE(1378), 1, + aux_sym__simple_statements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2544), 1, + sym_line_continuation, + [64067] = 4, + ACTIONS(2025), 1, anon_sym_COMMA, - ACTIONS(2546), 1, - anon_sym_RBRACK, - STATE(1386), 1, - aux_sym_subscript_repeat1, - [68137] = 4, - ACTIONS(3), 1, + ACTIONS(2386), 1, + anon_sym_RPAREN, + STATE(1341), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2548), 1, + sym_line_continuation, + [64081] = 4, + ACTIONS(2025), 1, anon_sym_COMMA, - ACTIONS(2551), 1, - anon_sym_RBRACE, - STATE(1384), 1, - aux_sym_dictionary_repeat1, - [68150] = 4, - ACTIONS(3), 1, + ACTIONS(2388), 1, + anon_sym_RPAREN, + STATE(1341), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2553), 1, + sym_line_continuation, + [64095] = 4, + ACTIONS(2067), 1, + anon_sym_RPAREN, + ACTIONS(2069), 1, anon_sym_COMMA, - ACTIONS(2556), 1, - anon_sym_COLON, - STATE(1385), 1, - aux_sym_match_statement_repeat1, - [68163] = 4, - ACTIONS(3), 1, + STATE(1270), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2558), 1, + sym_line_continuation, + [64109] = 4, + ACTIONS(2390), 1, + sym__newline, + ACTIONS(2392), 1, + sym__indent, + STATE(448), 1, + sym__match_block, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [64123] = 4, + ACTIONS(2394), 1, anon_sym_COMMA, - ACTIONS(2561), 1, - anon_sym_RBRACK, - STATE(1386), 1, - aux_sym_subscript_repeat1, - [68176] = 4, - ACTIONS(3), 1, + ACTIONS(2396), 1, + anon_sym_COLON, + STATE(1354), 1, + aux_sym_match_statement_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2563), 1, - anon_sym_COMMA, - ACTIONS(2565), 1, - anon_sym_RBRACK, - STATE(1386), 1, - aux_sym_subscript_repeat1, - [68189] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [64137] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1871), 1, + sym_line_continuation, + ACTIONS(946), 3, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(2567), 1, - anon_sym_in, - STATE(1075), 1, - aux_sym__patterns_repeat1, - [68202] = 4, - ACTIONS(3), 1, + anon_sym_EQ, + [64147] = 4, + ACTIONS(2398), 1, + sym__newline, + ACTIONS(2400), 1, + sym__indent, + STATE(492), 1, + sym__match_block, + ACTIONS(3), 2, sym_comment, - ACTIONS(892), 1, + sym_line_continuation, + [64161] = 4, + ACTIONS(748), 1, anon_sym_RBRACE, - ACTIONS(2569), 1, + ACTIONS(2402), 1, anon_sym_COMMA, - STATE(1384), 1, + STATE(1303), 1, aux_sym_dictionary_repeat1, - [68215] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1912), 1, - anon_sym_RPAREN, - ACTIONS(2571), 1, + sym_line_continuation, + [64175] = 4, + ACTIONS(1858), 1, anon_sym_COMMA, - STATE(1453), 1, - aux_sym__parameters_repeat1, - [68228] = 4, - ACTIONS(3), 1, + ACTIONS(1866), 1, + anon_sym_RBRACK, + STATE(1295), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2186), 1, + sym_line_continuation, + [64189] = 4, + ACTIONS(622), 1, + anon_sym_RPAREN, + ACTIONS(2404), 1, anon_sym_COMMA, - ACTIONS(2188), 1, + STATE(1254), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [64203] = 4, + ACTIONS(2174), 1, anon_sym_RBRACE, - STATE(1419), 1, - aux_sym_dictionary_repeat1, - [68241] = 4, - ACTIONS(3), 1, + ACTIONS(2406), 1, + anon_sym_COMMA, + STATE(1271), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(766), 1, + sym_line_continuation, + [64217] = 4, + ACTIONS(1959), 1, anon_sym_RPAREN, - ACTIONS(2573), 1, + ACTIONS(1961), 1, anon_sym_COMMA, - STATE(1402), 1, + STATE(1285), 1, aux_sym_argument_list_repeat1, - [68254] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(806), 1, + sym_line_continuation, + [64231] = 4, + ACTIONS(2409), 1, anon_sym_RPAREN, - ACTIONS(2575), 1, + ACTIONS(2411), 1, anon_sym_COMMA, - STATE(1402), 1, + STATE(1286), 1, aux_sym_argument_list_repeat1, - [68267] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1912), 1, - anon_sym_COLON, - ACTIONS(2577), 1, + sym_line_continuation, + [64245] = 4, + ACTIONS(1875), 1, anon_sym_COMMA, - STATE(1480), 1, - aux_sym__parameters_repeat1, - [68280] = 4, - ACTIONS(3), 1, + ACTIONS(1877), 1, + anon_sym_RBRACK, + STATE(1289), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1871), 1, - anon_sym_COMMA, - ACTIONS(2579), 1, - anon_sym_in, - STATE(1075), 1, - aux_sym__patterns_repeat1, - [68293] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [64259] = 4, + ACTIONS(2229), 1, + anon_sym_COLON, + ACTIONS(2413), 1, + anon_sym_RBRACE, + STATE(1593), 1, + sym_format_specifier, + ACTIONS(3), 2, sym_comment, - ACTIONS(1930), 1, + sym_line_continuation, + [64273] = 4, + ACTIONS(626), 1, anon_sym_RPAREN, - ACTIONS(2168), 1, + ACTIONS(2415), 1, anon_sym_COMMA, - STATE(1374), 1, - aux_sym__collection_elements_repeat1, - [68306] = 4, - ACTIONS(3), 1, + STATE(1254), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1407), 1, + sym_line_continuation, + [64287] = 4, + ACTIONS(1143), 1, anon_sym_RBRACK, - ACTIONS(2581), 1, + ACTIONS(2417), 1, anon_sym_COMMA, - STATE(1447), 1, + STATE(1294), 1, aux_sym__patterns_repeat1, - [68319] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [64301] = 4, + ACTIONS(2390), 1, + sym__newline, + ACTIONS(2392), 1, + sym__indent, + STATE(458), 1, + sym__match_block, + ACTIONS(3), 2, sym_comment, - ACTIONS(2208), 1, + sym_line_continuation, + [64315] = 4, + ACTIONS(1684), 1, anon_sym_COMMA, - ACTIONS(2210), 1, - anon_sym_RBRACE, - STATE(1408), 1, - aux_sym_dictionary_repeat1, - [68332] = 4, - ACTIONS(3), 1, + ACTIONS(2419), 1, + anon_sym_in, + STATE(955), 1, + aux_sym__patterns_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [64329] = 4, + ACTIONS(2421), 1, + anon_sym_RPAREN, + ACTIONS(2423), 1, + anon_sym_COMMA, + STATE(1340), 1, + aux_sym_with_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [64343] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2168), 1, + sym_line_continuation, + ACTIONS(1713), 3, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(2583), 1, + anon_sym_EQ, + [64353] = 4, + ACTIONS(1749), 1, anon_sym_RPAREN, - STATE(1374), 1, + ACTIONS(2025), 1, + anon_sym_COMMA, + STATE(1341), 1, aux_sym__collection_elements_repeat1, - [68345] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(802), 1, + sym_line_continuation, + [64367] = 4, + ACTIONS(2425), 1, anon_sym_RPAREN, - ACTIONS(2585), 1, + ACTIONS(2427), 1, anon_sym_COMMA, - STATE(1402), 1, - aux_sym_argument_list_repeat1, - [68358] = 4, - ACTIONS(3), 1, + STATE(1338), 1, + aux_sym__patterns_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(794), 1, + sym_line_continuation, + [64381] = 4, + ACTIONS(2398), 1, + sym__newline, + ACTIONS(2400), 1, + sym__indent, + STATE(472), 1, + sym__match_block, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [64395] = 4, + ACTIONS(606), 1, anon_sym_RPAREN, - ACTIONS(2587), 1, + ACTIONS(2429), 1, anon_sym_COMMA, - STATE(1402), 1, + STATE(1254), 1, aux_sym_argument_list_repeat1, - [68371] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2369), 1, + sym_line_continuation, + [64409] = 4, + ACTIONS(652), 1, anon_sym_RPAREN, - ACTIONS(2589), 1, + ACTIONS(2431), 1, anon_sym_COMMA, - STATE(1402), 1, + STATE(1254), 1, aux_sym_argument_list_repeat1, - [68384] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2371), 3, - anon_sym_COMMA, - anon_sym_if, + sym_line_continuation, + [64423] = 4, + ACTIONS(929), 1, anon_sym_COLON, - [68393] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2168), 1, + ACTIONS(2433), 1, anon_sym_COMMA, - ACTIONS(2592), 1, - anon_sym_RPAREN, - STATE(1374), 1, - aux_sym__collection_elements_repeat1, - [68406] = 4, - ACTIONS(3), 1, + STATE(1331), 1, + aux_sym_with_clause_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2168), 1, + sym_line_continuation, + [64437] = 4, + ACTIONS(2435), 1, anon_sym_COMMA, - ACTIONS(2594), 1, - anon_sym_RPAREN, - STATE(1374), 1, - aux_sym__collection_elements_repeat1, - [68419] = 4, - ACTIONS(3), 1, + ACTIONS(2437), 1, + anon_sym_RBRACK, + STATE(1311), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2596), 1, + sym_line_continuation, + [64451] = 4, + ACTIONS(2439), 1, anon_sym_COMMA, - ACTIONS(2598), 1, + ACTIONS(2441), 1, anon_sym_RBRACK, - STATE(1386), 1, + STATE(1311), 1, aux_sym_subscript_repeat1, - [68432] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2145), 1, + sym_line_continuation, + [64465] = 4, + ACTIONS(2229), 1, + anon_sym_COLON, + ACTIONS(2443), 1, + anon_sym_RBRACE, + STATE(1588), 1, + sym_format_specifier, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [64479] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2445), 3, + anon_sym_async, + anon_sym_def, + anon_sym_AT, + [64489] = 4, + ACTIONS(2447), 1, anon_sym_COMMA, - ACTIONS(2147), 1, + ACTIONS(2449), 1, anon_sym_RBRACK, - STATE(1383), 1, + STATE(1311), 1, aux_sym_subscript_repeat1, - [68445] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(914), 1, - anon_sym_RBRACE, - ACTIONS(2600), 1, + sym_line_continuation, + [64503] = 4, + ACTIONS(1846), 1, + anon_sym_COLON, + ACTIONS(2451), 1, anon_sym_COMMA, - STATE(1384), 1, - aux_sym_dictionary_repeat1, - [68458] = 4, - ACTIONS(3), 1, + STATE(1293), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(886), 1, - anon_sym_RBRACE, - ACTIONS(2602), 1, + sym_line_continuation, + [64517] = 4, + ACTIONS(1637), 1, + anon_sym_RBRACK, + ACTIONS(2454), 1, anon_sym_COMMA, - STATE(1443), 1, - aux_sym__collection_elements_repeat1, - [68471] = 4, - ACTIONS(3), 1, + STATE(1294), 1, + aux_sym__patterns_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2604), 1, + sym_line_continuation, + [64531] = 4, + ACTIONS(2457), 1, anon_sym_COMMA, - ACTIONS(2606), 1, + ACTIONS(2459), 1, anon_sym_RBRACK, - STATE(1386), 1, + STATE(1311), 1, aux_sym_subscript_repeat1, - [68484] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(886), 1, + sym_line_continuation, + [64545] = 4, + ACTIONS(2229), 1, + anon_sym_COLON, + ACTIONS(2461), 1, + anon_sym_RBRACE, + STATE(1568), 1, + sym_format_specifier, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [64559] = 4, + ACTIONS(794), 1, anon_sym_RBRACK, - ACTIONS(2608), 1, + ACTIONS(2463), 1, anon_sym_COMMA, - STATE(1481), 1, + STATE(1359), 1, aux_sym__collection_elements_repeat1, - [68497] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2335), 1, - anon_sym_RPAREN, - ACTIONS(2610), 1, + sym_line_continuation, + [64573] = 3, + ACTIONS(2467), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2465), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [64585] = 4, + ACTIONS(2469), 1, anon_sym_COMMA, - STATE(1412), 1, - aux_sym__collection_elements_repeat1, - [68510] = 4, - ACTIONS(3), 1, + ACTIONS(2471), 1, + anon_sym_RBRACK, + STATE(1311), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2212), 1, - anon_sym_RPAREN, - ACTIONS(2214), 1, + sym_line_continuation, + [64599] = 4, + ACTIONS(2473), 1, anon_sym_COMMA, - STATE(1421), 1, - aux_sym_argument_list_repeat1, - [68523] = 4, - ACTIONS(3), 1, + ACTIONS(2475), 1, + anon_sym_RBRACK, + STATE(1311), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2613), 1, + sym_line_continuation, + [64613] = 4, + ACTIONS(638), 1, anon_sym_RPAREN, - ACTIONS(2615), 1, + ACTIONS(2477), 1, anon_sym_COMMA, - STATE(1423), 1, + STATE(1254), 1, aux_sym_argument_list_repeat1, - [68536] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2293), 1, - anon_sym_COMMA, - ACTIONS(2295), 1, - anon_sym_RBRACE, - STATE(1389), 1, - aux_sym_dictionary_repeat1, - [68549] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(463), 1, - sym__newline, - ACTIONS(2617), 1, - anon_sym_SEMI, - STATE(1490), 1, - aux_sym__simple_statements_repeat1, - [68562] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2069), 1, + sym_line_continuation, + [64627] = 4, + ACTIONS(646), 1, + anon_sym_RPAREN, + ACTIONS(2479), 1, anon_sym_COMMA, - ACTIONS(2077), 1, - anon_sym_RBRACK, - STATE(1426), 1, - aux_sym_subscript_repeat1, - [68575] = 4, - ACTIONS(3), 1, + STATE(1254), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2168), 1, + sym_line_continuation, + [64641] = 4, + ACTIONS(2481), 1, anon_sym_COMMA, - ACTIONS(2619), 1, - anon_sym_RPAREN, - STATE(1374), 1, - aux_sym__collection_elements_repeat1, - [68588] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(894), 1, + ACTIONS(2484), 1, anon_sym_RBRACE, - ACTIONS(2621), 1, - anon_sym_COMMA, - STATE(1384), 1, + STATE(1303), 1, aux_sym_dictionary_repeat1, - [68601] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2168), 1, - anon_sym_COMMA, - ACTIONS(2623), 1, - anon_sym_RPAREN, - STATE(1374), 1, - aux_sym__collection_elements_repeat1, - [68614] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [64655] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(808), 1, - anon_sym_RPAREN, - ACTIONS(2625), 1, + sym_line_continuation, + ACTIONS(946), 3, anon_sym_COMMA, - STATE(1402), 1, - aux_sym_argument_list_repeat1, - [68627] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2629), 1, + anon_sym_COLON, anon_sym_EQ, - ACTIONS(2627), 2, - anon_sym_COMMA, + [64665] = 3, + ACTIONS(2486), 1, anon_sym_COLON, - [68638] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(804), 1, + sym_line_continuation, + ACTIONS(2350), 2, anon_sym_RPAREN, - ACTIONS(2631), 1, anon_sym_COMMA, - STATE(1402), 1, - aux_sym_argument_list_repeat1, - [68651] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2633), 1, + [64677] = 4, + ACTIONS(2488), 1, anon_sym_COMMA, - ACTIONS(2635), 1, + ACTIONS(2491), 1, anon_sym_COLON, - STATE(1394), 1, + STATE(1306), 1, aux_sym__parameters_repeat1, - [68664] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2637), 1, + sym_line_continuation, + [64691] = 4, + ACTIONS(2493), 1, anon_sym_COMMA, - ACTIONS(2639), 1, + ACTIONS(2495), 1, anon_sym_RBRACK, - STATE(1386), 1, + STATE(1311), 1, aux_sym_subscript_repeat1, - [68677] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2641), 1, + sym_line_continuation, + [64705] = 4, + ACTIONS(2497), 1, anon_sym_COMMA, - ACTIONS(2643), 1, + ACTIONS(2499), 1, anon_sym_RBRACK, - STATE(1386), 1, + STATE(1311), 1, aux_sym_subscript_repeat1, - [68690] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2321), 1, - anon_sym_COMMA, - ACTIONS(2323), 1, - anon_sym_RBRACE, - STATE(1454), 1, - aux_sym_dictionary_repeat1, - [68703] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2442), 1, + sym_line_continuation, + [64719] = 4, + ACTIONS(1729), 1, anon_sym_COLON, - ACTIONS(2645), 1, - anon_sym_RBRACE, - STATE(1681), 1, - sym_format_specifier, - [68716] = 3, - ACTIONS(3), 1, + ACTIONS(2501), 1, + anon_sym_COMMA, + STATE(1306), 1, + aux_sym__parameters_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2647), 1, + sym_line_continuation, + [64733] = 3, + ACTIONS(2503), 1, anon_sym_EQ, - ACTIONS(2522), 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2356), 2, anon_sym_COMMA, anon_sym_COLON, - [68727] = 4, - ACTIONS(3), 1, + [64745] = 4, + ACTIONS(2505), 1, + anon_sym_COMMA, + ACTIONS(2508), 1, + anon_sym_RBRACK, + STATE(1311), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2649), 1, + sym_line_continuation, + [64759] = 4, + ACTIONS(2510), 1, + anon_sym_SEMI, + ACTIONS(2512), 1, + sym__newline, + STATE(1329), 1, + aux_sym__simple_statements_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [64773] = 4, + ACTIONS(612), 1, + anon_sym_RPAREN, + ACTIONS(2514), 1, anon_sym_COMMA, - ACTIONS(2651), 1, + STATE(1254), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [64787] = 4, + ACTIONS(822), 1, anon_sym_COLON, - STATE(1385), 1, - aux_sym_match_statement_repeat1, - [68740] = 4, - ACTIONS(3), 1, + ACTIONS(2516), 1, + anon_sym_COMMA, + STATE(1293), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1008), 1, + sym_line_continuation, + [64801] = 4, + ACTIONS(616), 1, anon_sym_RPAREN, - ACTIONS(2653), 1, + ACTIONS(2518), 1, anon_sym_COMMA, - STATE(1486), 1, - aux_sym_with_clause_repeat1, - [68753] = 4, - ACTIONS(3), 1, + STATE(1254), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1871), 1, + sym_line_continuation, + [64815] = 4, + ACTIONS(1684), 1, anon_sym_COMMA, - ACTIONS(2655), 1, + ACTIONS(2520), 1, anon_sym_in, - STATE(1075), 1, + STATE(955), 1, aux_sym__patterns_repeat1, - [68766] = 3, - ACTIONS(1950), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2659), 1, - aux_sym_format_specifier_token1, - ACTIONS(2657), 2, - anon_sym_LBRACE, + sym_line_continuation, + [64829] = 4, + ACTIONS(794), 1, anon_sym_RBRACE, - [68777] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1818), 1, - anon_sym_RPAREN, - ACTIONS(2661), 1, + ACTIONS(2522), 1, anon_sym_COMMA, - STATE(1434), 1, - aux_sym__patterns_repeat1, - [68790] = 4, - ACTIONS(3), 1, + STATE(1271), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2303), 1, + sym_line_continuation, + [64843] = 4, + ACTIONS(1684), 1, anon_sym_COMMA, - ACTIONS(2305), 1, - anon_sym_RBRACE, - STATE(1464), 1, - aux_sym_dictionary_repeat1, - [68803] = 4, - ACTIONS(3), 1, + ACTIONS(2524), 1, + anon_sym_in, + STATE(955), 1, + aux_sym__patterns_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2168), 1, + sym_line_continuation, + [64857] = 4, + ACTIONS(2526), 1, anon_sym_COMMA, - ACTIONS(2664), 1, - anon_sym_RPAREN, - STATE(1374), 1, - aux_sym__collection_elements_repeat1, - [68816] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2666), 1, + ACTIONS(2528), 1, anon_sym_COLON, - ACTIONS(2522), 2, - anon_sym_RPAREN, + STATE(1287), 1, + aux_sym_with_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [64871] = 4, + ACTIONS(788), 1, + anon_sym_RBRACE, + ACTIONS(2530), 1, anon_sym_COMMA, - [68827] = 4, - ACTIONS(3), 1, + STATE(1303), 1, + aux_sym_dictionary_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2668), 1, + sym_line_continuation, + [64885] = 4, + ACTIONS(1939), 1, anon_sym_COMMA, - ACTIONS(2670), 1, + ACTIONS(1941), 1, anon_sym_RBRACK, - STATE(1386), 1, + STATE(1307), 1, aux_sym_subscript_repeat1, - [68840] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(920), 1, - anon_sym_COLON, - ACTIONS(2672), 1, - anon_sym_COMMA, - STATE(1448), 1, - aux_sym_assert_statement_repeat1, - [68853] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [64899] = 3, + ACTIONS(2534), 1, + anon_sym_in, + ACTIONS(3), 2, sym_comment, - ACTIONS(2674), 1, + sym_line_continuation, + ACTIONS(2532), 2, + sym__newline, + anon_sym_SEMI, + [64911] = 4, + ACTIONS(1733), 1, anon_sym_COMMA, - ACTIONS(2676), 1, - anon_sym_RBRACK, - STATE(1386), 1, - aux_sym_subscript_repeat1, - [68866] = 4, - ACTIONS(3), 1, + ACTIONS(1749), 1, + anon_sym_RBRACE, + STATE(1317), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(784), 1, + sym_line_continuation, + [64925] = 3, + ACTIONS(2354), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2350), 2, anon_sym_RPAREN, - ACTIONS(2678), 1, anon_sym_COMMA, - STATE(1402), 1, - aux_sym_argument_list_repeat1, - [68879] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2680), 1, + [64937] = 4, + ACTIONS(2035), 1, anon_sym_COMMA, - ACTIONS(2682), 1, - anon_sym_COLON, - STATE(1385), 1, - aux_sym_match_statement_repeat1, - [68892] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2335), 1, + ACTIONS(2037), 1, anon_sym_RBRACE, - ACTIONS(2684), 1, + STATE(1337), 1, + aux_sym_dictionary_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [64951] = 4, + ACTIONS(1684), 1, anon_sym_COMMA, - STATE(1443), 1, - aux_sym__collection_elements_repeat1, - [68905] = 3, - ACTIONS(3), 1, + ACTIONS(2536), 1, + anon_sym_in, + STATE(955), 1, + aux_sym__patterns_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2689), 1, - anon_sym_EQ, - ACTIONS(2687), 2, - sym__newline, - anon_sym_SEMI, - [68916] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [64965] = 4, + ACTIONS(2491), 1, + anon_sym_RPAREN, + ACTIONS(2538), 1, + anon_sym_COMMA, + STATE(1327), 1, + aux_sym__parameters_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1930), 1, - anon_sym_RBRACK, - ACTIONS(1932), 1, + sym_line_continuation, + [64979] = 4, + ACTIONS(2541), 1, + anon_sym_RPAREN, + ACTIONS(2543), 1, anon_sym_COMMA, - STATE(1411), 1, - aux_sym__collection_elements_repeat1, - [68929] = 4, - ACTIONS(3), 1, + STATE(1374), 1, + aux_sym__parameters_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2442), 1, - anon_sym_COLON, - ACTIONS(2492), 1, - anon_sym_RBRACE, - STATE(1661), 1, - sym_format_specifier, - [68942] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [64993] = 4, + ACTIONS(372), 1, + sym__newline, + ACTIONS(2545), 1, + anon_sym_SEMI, + STATE(1371), 1, + aux_sym__simple_statements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1818), 1, - anon_sym_RBRACK, - ACTIONS(2691), 1, + sym_line_continuation, + [65007] = 4, + ACTIONS(1684), 1, anon_sym_COMMA, - STATE(1447), 1, + ACTIONS(2547), 1, + anon_sym_in, + STATE(955), 1, aux_sym__patterns_repeat1, - [68955] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2049), 1, - anon_sym_COLON, - ACTIONS(2694), 1, + sym_line_continuation, + [65021] = 4, + ACTIONS(2549), 1, anon_sym_COMMA, - STATE(1448), 1, - aux_sym_assert_statement_repeat1, - [68968] = 4, - ACTIONS(3), 1, + ACTIONS(2552), 1, + anon_sym_COLON, + STATE(1331), 1, + aux_sym_with_clause_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2225), 1, - anon_sym_COMMA, - ACTIONS(2227), 1, - anon_sym_RBRACE, - STATE(1457), 1, - aux_sym_dictionary_repeat1, - [68981] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [65035] = 3, + ACTIONS(2213), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, sym_comment, - ACTIONS(788), 1, - anon_sym_RPAREN, - ACTIONS(2697), 1, + sym_line_continuation, + ACTIONS(2211), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [65047] = 4, + ACTIONS(2025), 1, anon_sym_COMMA, - STATE(1402), 1, - aux_sym_argument_list_repeat1, - [68994] = 4, - ACTIONS(3), 1, + ACTIONS(2554), 1, + anon_sym_RPAREN, + STATE(1341), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2083), 1, + sym_line_continuation, + [65061] = 4, + ACTIONS(2025), 1, anon_sym_COMMA, - ACTIONS(2085), 1, - anon_sym_RBRACK, - STATE(1410), 1, - aux_sym_subscript_repeat1, - [69007] = 4, - ACTIONS(3), 1, + ACTIONS(2556), 1, + anon_sym_RPAREN, + STATE(1341), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2699), 1, + sym_line_continuation, + [65075] = 4, + ACTIONS(2558), 1, anon_sym_RPAREN, - ACTIONS(2701), 1, + ACTIONS(2560), 1, anon_sym_COMMA, - STATE(1401), 1, + STATE(1313), 1, aux_sym_argument_list_repeat1, - [69020] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2703), 1, + sym_line_continuation, + [65089] = 4, + ACTIONS(1947), 1, anon_sym_RPAREN, - ACTIONS(2705), 1, + ACTIONS(1949), 1, anon_sym_COMMA, - STATE(1453), 1, - aux_sym__parameters_repeat1, - [69033] = 4, - ACTIONS(3), 1, + STATE(1315), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(882), 1, + sym_line_continuation, + [65103] = 4, + ACTIONS(786), 1, anon_sym_RBRACE, - ACTIONS(2708), 1, + ACTIONS(2562), 1, anon_sym_COMMA, - STATE(1384), 1, + STATE(1303), 1, aux_sym_dictionary_repeat1, - [69046] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2710), 1, - anon_sym_COMMA, - ACTIONS(2712), 1, - anon_sym_RBRACK, - STATE(1386), 1, - aux_sym_subscript_repeat1, - [69059] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1871), 1, + sym_line_continuation, + [65117] = 4, + ACTIONS(1143), 1, + anon_sym_RPAREN, + ACTIONS(2564), 1, anon_sym_COMMA, - ACTIONS(2714), 1, - anon_sym_in, - STATE(1075), 1, + STATE(1252), 1, aux_sym__patterns_repeat1, - [69072] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(896), 1, - anon_sym_RBRACE, - ACTIONS(2716), 1, - anon_sym_COMMA, - STATE(1384), 1, - aux_sym_dictionary_repeat1, - [69085] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [65131] = 3, + ACTIONS(2205), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, sym_comment, - ACTIONS(2272), 1, + sym_line_continuation, + ACTIONS(2203), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [65143] = 4, + ACTIONS(902), 1, anon_sym_RPAREN, - ACTIONS(2274), 1, - anon_sym_COMMA, - STATE(1400), 1, - aux_sym_argument_list_repeat1, - [69098] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1002), 1, - anon_sym_COLON, - ACTIONS(2718), 1, + ACTIONS(2566), 1, anon_sym_COMMA, - STATE(1472), 1, + STATE(1368), 1, aux_sym_with_clause_repeat1, - [69111] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2720), 1, + sym_line_continuation, + [65157] = 4, + ACTIONS(794), 1, + anon_sym_RPAREN, + ACTIONS(2568), 1, anon_sym_COMMA, - ACTIONS(2722), 1, - anon_sym_RBRACK, - STATE(1386), 1, - aux_sym_subscript_repeat1, - [69124] = 4, - ACTIONS(3), 1, + STATE(1364), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1871), 1, - anon_sym_COMMA, - ACTIONS(2724), 1, - anon_sym_in, - STATE(1075), 1, - aux_sym__patterns_repeat1, - [69137] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [65171] = 3, + ACTIONS(2570), 1, + anon_sym_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(2229), 1, + sym_line_continuation, + ACTIONS(2350), 2, + anon_sym_COMMA, + anon_sym_COLON, + [65183] = 4, + ACTIONS(2043), 1, anon_sym_RPAREN, - ACTIONS(2231), 1, + ACTIONS(2045), 1, anon_sym_COMMA, - STATE(1469), 1, + STATE(1351), 1, aux_sym_argument_list_repeat1, - [69150] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2726), 1, + sym_line_continuation, + [65197] = 4, + ACTIONS(2572), 1, anon_sym_RPAREN, - ACTIONS(2728), 1, + ACTIONS(2574), 1, anon_sym_COMMA, - STATE(1471), 1, + STATE(1353), 1, aux_sym_argument_list_repeat1, - [69163] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(912), 1, - anon_sym_RBRACE, - ACTIONS(2730), 1, - anon_sym_COMMA, - STATE(1384), 1, - aux_sym_dictionary_repeat1, - [69176] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [65211] = 4, + ACTIONS(2576), 1, + anon_sym_SEMI, + ACTIONS(2578), 1, + sym__newline, + STATE(1257), 1, + aux_sym__simple_statements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(780), 1, - anon_sym_RPAREN, - ACTIONS(2732), 1, - anon_sym_COMMA, - STATE(1402), 1, - aux_sym_argument_list_repeat1, - [69189] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [65225] = 3, + ACTIONS(2191), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, sym_comment, - ACTIONS(2121), 1, + sym_line_continuation, + ACTIONS(2189), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [65237] = 4, + ACTIONS(1903), 1, anon_sym_COMMA, - ACTIONS(2123), 1, + ACTIONS(1905), 1, anon_sym_RBRACK, - STATE(1474), 1, + STATE(1356), 1, aux_sym_subscript_repeat1, - [69202] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2734), 1, - anon_sym_SEMI, - ACTIONS(2736), 1, - sym__newline, - STATE(1376), 1, - aux_sym__simple_statements_repeat1, - [69215] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [65251] = 3, + ACTIONS(2181), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, sym_comment, - ACTIONS(762), 1, - anon_sym_RPAREN, - ACTIONS(2738), 1, + sym_line_continuation, + ACTIONS(2179), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [65263] = 4, + ACTIONS(2390), 1, + sym__newline, + ACTIONS(2392), 1, + sym__indent, + STATE(477), 1, + sym__match_block, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [65277] = 4, + ACTIONS(2541), 1, + anon_sym_COLON, + ACTIONS(2580), 1, anon_sym_COMMA, - STATE(1402), 1, - aux_sym_argument_list_repeat1, - [69228] = 4, - ACTIONS(3), 1, + STATE(1309), 1, + aux_sym__parameters_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(782), 1, + sym_line_continuation, + [65291] = 4, + ACTIONS(614), 1, anon_sym_RPAREN, - ACTIONS(2740), 1, + ACTIONS(2582), 1, anon_sym_COMMA, - STATE(1402), 1, + STATE(1254), 1, aux_sym_argument_list_repeat1, - [69241] = 3, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2744), 1, - anon_sym_in, - ACTIONS(2742), 2, - sym__newline, - anon_sym_SEMI, - [69252] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [65305] = 4, + ACTIONS(780), 1, + anon_sym_RBRACE, + ACTIONS(2584), 1, + anon_sym_COMMA, + STATE(1303), 1, + aux_sym_dictionary_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(764), 1, + sym_line_continuation, + [65319] = 4, + ACTIONS(620), 1, anon_sym_RPAREN, - ACTIONS(2746), 1, + ACTIONS(2586), 1, anon_sym_COMMA, - STATE(1402), 1, + STATE(1254), 1, aux_sym_argument_list_repeat1, - [69265] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2748), 1, + sym_line_continuation, + [65333] = 4, + ACTIONS(2588), 1, anon_sym_COMMA, - ACTIONS(2751), 1, + ACTIONS(2591), 1, anon_sym_COLON, - STATE(1472), 1, - aux_sym_with_clause_repeat1, - [69278] = 4, - ACTIONS(3), 1, + STATE(1354), 1, + aux_sym_match_statement_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2753), 1, + sym_line_continuation, + [65347] = 4, + ACTIONS(2593), 1, anon_sym_COMMA, - ACTIONS(2755), 1, + ACTIONS(2595), 1, anon_sym_RBRACK, - STATE(1386), 1, + STATE(1311), 1, aux_sym_subscript_repeat1, - [69291] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2757), 1, + sym_line_continuation, + [65361] = 4, + ACTIONS(2597), 1, anon_sym_COMMA, - ACTIONS(2759), 1, + ACTIONS(2599), 1, anon_sym_RBRACK, - STATE(1386), 1, + STATE(1311), 1, aux_sym_subscript_repeat1, - [69304] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1407), 1, - anon_sym_RPAREN, - ACTIONS(2761), 1, - anon_sym_COMMA, - STATE(1434), 1, - aux_sym__patterns_repeat1, - [69317] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [65375] = 4, + ACTIONS(2398), 1, + sym__newline, + ACTIONS(2400), 1, + sym__indent, + STATE(482), 1, + sym__match_block, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [65389] = 3, + ACTIONS(2570), 1, + anon_sym_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(2763), 1, + sym_line_continuation, + ACTIONS(2350), 2, anon_sym_COMMA, - ACTIONS(2765), 1, anon_sym_COLON, - STATE(1459), 1, - aux_sym_with_clause_repeat1, - [69330] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2149), 1, - anon_sym_COMMA, - ACTIONS(2151), 1, + [65401] = 4, + ACTIONS(2174), 1, anon_sym_RBRACK, - STATE(1455), 1, - aux_sym_subscript_repeat1, - [69343] = 2, - ACTIONS(3), 1, + ACTIONS(2601), 1, + anon_sym_COMMA, + STATE(1359), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2767), 3, - anon_sym_async, - anon_sym_def, - anon_sym_AT, - [69352] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [65415] = 4, + ACTIONS(2398), 1, + sym__newline, + ACTIONS(2400), 1, + sym__indent, + STATE(486), 1, + sym__match_block, + ACTIONS(3), 2, sym_comment, - ACTIONS(2635), 1, - anon_sym_RPAREN, - ACTIONS(2769), 1, + sym_line_continuation, + [65429] = 4, + ACTIONS(2025), 1, anon_sym_COMMA, - STATE(1390), 1, - aux_sym__parameters_repeat1, - [69365] = 4, - ACTIONS(3), 1, + ACTIONS(2604), 1, + anon_sym_RPAREN, + STATE(1341), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2703), 1, - anon_sym_COLON, - ACTIONS(2771), 1, + sym_line_continuation, + [65443] = 4, + ACTIONS(2025), 1, anon_sym_COMMA, - STATE(1480), 1, - aux_sym__parameters_repeat1, - [69378] = 4, - ACTIONS(3), 1, + ACTIONS(2606), 1, + anon_sym_RPAREN, + STATE(1341), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2335), 1, - anon_sym_RBRACK, - ACTIONS(2774), 1, + sym_line_continuation, + [65457] = 4, + ACTIONS(2390), 1, + sym__newline, + ACTIONS(2392), 1, + sym__indent, + STATE(461), 1, + sym__match_block, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [65471] = 4, + ACTIONS(2174), 1, + anon_sym_RPAREN, + ACTIONS(2608), 1, anon_sym_COMMA, - STATE(1481), 1, + STATE(1364), 1, aux_sym__collection_elements_repeat1, - [69391] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2777), 1, - anon_sym_SEMI, - ACTIONS(2779), 1, - sym__newline, - STATE(1416), 1, - aux_sym__simple_statements_repeat1, - [69404] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [65485] = 4, + ACTIONS(2611), 1, + anon_sym_COMMA, + ACTIONS(2613), 1, + anon_sym_RBRACK, + STATE(1311), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2536), 1, + sym_line_continuation, + [65499] = 4, + ACTIONS(2425), 1, anon_sym_RBRACK, - ACTIONS(2781), 1, + ACTIONS(2615), 1, anon_sym_COMMA, - STATE(1397), 1, + STATE(1277), 1, aux_sym__patterns_repeat1, - [69417] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1871), 1, + sym_line_continuation, + [65513] = 4, + ACTIONS(2104), 1, anon_sym_COMMA, - ACTIONS(2783), 1, - anon_sym_in, - STATE(1075), 1, - aux_sym__patterns_repeat1, - [69430] = 4, - ACTIONS(3), 1, + ACTIONS(2106), 1, + anon_sym_RBRACE, + STATE(1352), 1, + aux_sym_dictionary_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2785), 1, + sym_line_continuation, + [65527] = 4, + ACTIONS(2552), 1, anon_sym_RPAREN, - ACTIONS(2787), 1, + ACTIONS(2617), 1, anon_sym_COMMA, - STATE(1465), 1, - aux_sym_argument_list_repeat1, - [69443] = 4, - ACTIONS(3), 1, + STATE(1368), 1, + aux_sym_with_clause_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2751), 1, - anon_sym_RPAREN, - ACTIONS(2789), 1, + sym_line_continuation, + [65541] = 4, + ACTIONS(2620), 1, anon_sym_COMMA, - STATE(1486), 1, - aux_sym_with_clause_repeat1, - [69456] = 4, - ACTIONS(3), 1, + ACTIONS(2622), 1, + anon_sym_RBRACK, + STATE(1311), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2262), 1, + sym_line_continuation, + [65555] = 4, + ACTIONS(2011), 1, + anon_sym_COMMA, + ACTIONS(2013), 1, + anon_sym_RBRACE, + STATE(1320), 1, + aux_sym_dictionary_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [65569] = 4, + ACTIONS(2624), 1, + anon_sym_SEMI, + ACTIONS(2627), 1, + sym__newline, + STATE(1371), 1, + aux_sym__simple_statements_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [65583] = 4, + ACTIONS(600), 1, anon_sym_RPAREN, - ACTIONS(2264), 1, + ACTIONS(2629), 1, anon_sym_COMMA, - STATE(1468), 1, + STATE(1254), 1, aux_sym_argument_list_repeat1, - [69469] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [65597] = 4, + ACTIONS(2229), 1, + anon_sym_COLON, + ACTIONS(2631), 1, + anon_sym_RBRACE, + STATE(1590), 1, + sym_format_specifier, + ACTIONS(3), 2, sym_comment, - ACTIONS(2792), 1, + sym_line_continuation, + [65611] = 4, + ACTIONS(1729), 1, anon_sym_RPAREN, - ACTIONS(2794), 1, + ACTIONS(2633), 1, anon_sym_COMMA, - STATE(1498), 1, - aux_sym_argument_list_repeat1, - [69482] = 3, - ACTIONS(3), 1, + STATE(1327), 1, + aux_sym__parameters_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2796), 1, - anon_sym_EQ, - ACTIONS(2627), 2, + sym_line_continuation, + [65625] = 3, + ACTIONS(2120), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2118), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [65637] = 4, + ACTIONS(610), 1, anon_sym_RPAREN, + ACTIONS(2635), 1, anon_sym_COMMA, - [69493] = 4, - ACTIONS(3), 1, + STATE(1254), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2798), 1, - anon_sym_SEMI, - ACTIONS(2801), 1, + sym_line_continuation, + [65651] = 4, + ACTIONS(744), 1, + anon_sym_RBRACE, + ACTIONS(2637), 1, + anon_sym_COMMA, + STATE(1303), 1, + aux_sym_dictionary_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [65665] = 4, + ACTIONS(376), 1, sym__newline, - STATE(1490), 1, + ACTIONS(2639), 1, + anon_sym_SEMI, + STATE(1371), 1, aux_sym__simple_statements_repeat1, - [69506] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2133), 1, + sym_line_continuation, + [65679] = 4, + ACTIONS(2071), 1, anon_sym_COMMA, - ACTIONS(2135), 1, - anon_sym_RBRACK, - STATE(1494), 1, - aux_sym_subscript_repeat1, - [69519] = 4, - ACTIONS(3), 1, + ACTIONS(2073), 1, + anon_sym_RBRACE, + STATE(1387), 1, + aux_sym_dictionary_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2803), 1, - anon_sym_RPAREN, - ACTIONS(2805), 1, + sym_line_continuation, + [65693] = 4, + ACTIONS(1749), 1, + anon_sym_RBRACK, + ACTIONS(1751), 1, anon_sym_COMMA, - STATE(1431), 1, - aux_sym_with_clause_repeat1, - [69532] = 4, - ACTIONS(3), 1, + STATE(1297), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2101), 1, + sym_line_continuation, + [65707] = 4, + ACTIONS(1943), 1, anon_sym_COMMA, - ACTIONS(2103), 1, + ACTIONS(1945), 1, anon_sym_RBRACK, - STATE(1438), 1, + STATE(1365), 1, aux_sym_subscript_repeat1, - [69545] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2807), 1, - anon_sym_COMMA, - ACTIONS(2809), 1, - anon_sym_RBRACK, - STATE(1386), 1, - aux_sym_subscript_repeat1, - [69558] = 4, - ACTIONS(3), 1, + sym_line_continuation, + [65721] = 3, + ACTIONS(2157), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, sym_comment, - ACTIONS(2258), 1, + sym_line_continuation, + ACTIONS(2155), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [65733] = 4, + ACTIONS(2029), 1, anon_sym_COMMA, - ACTIONS(2260), 1, + ACTIONS(2031), 1, anon_sym_RBRACE, - STATE(1500), 1, + STATE(1391), 1, aux_sym_dictionary_repeat1, - [69571] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2811), 1, + sym_line_continuation, + [65747] = 3, + ACTIONS(2133), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2131), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [65759] = 4, + ACTIONS(2641), 1, anon_sym_RPAREN, - ACTIONS(2813), 1, + ACTIONS(2643), 1, anon_sym_COMMA, - STATE(1441), 1, + STATE(1372), 1, aux_sym_argument_list_repeat1, - [69584] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2815), 1, + sym_line_continuation, + [65773] = 4, + ACTIONS(1930), 1, anon_sym_COMMA, - ACTIONS(2817), 1, + ACTIONS(1932), 1, anon_sym_RBRACK, - STATE(1386), 1, + STATE(1299), 1, aux_sym_subscript_repeat1, - [69597] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(760), 1, - anon_sym_RPAREN, - ACTIONS(2819), 1, + sym_line_continuation, + [65787] = 4, + ACTIONS(828), 1, + anon_sym_RBRACE, + ACTIONS(2645), 1, anon_sym_COMMA, - STATE(1402), 1, - aux_sym_argument_list_repeat1, - [69610] = 4, - ACTIONS(3), 1, + STATE(1303), 1, + aux_sym_dictionary_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2243), 1, + sym_line_continuation, + [65801] = 4, + ACTIONS(2015), 1, anon_sym_RPAREN, - ACTIONS(2245), 1, + ACTIONS(2017), 1, anon_sym_COMMA, - STATE(1450), 1, + STATE(1376), 1, aux_sym_argument_list_repeat1, - [69623] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [65815] = 3, + ACTIONS(2649), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2647), 2, + sym__newline, + anon_sym_SEMI, + [65827] = 3, + ACTIONS(2167), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, sym_comment, - ACTIONS(908), 1, + sym_line_continuation, + ACTIONS(2165), 2, + anon_sym_LBRACE, anon_sym_RBRACE, - ACTIONS(2821), 1, + [65839] = 4, + ACTIONS(792), 1, + anon_sym_RBRACE, + ACTIONS(2651), 1, anon_sym_COMMA, - STATE(1384), 1, + STATE(1303), 1, aux_sym_dictionary_repeat1, - [69636] = 4, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(778), 1, + sym_line_continuation, + [65853] = 4, + ACTIONS(2092), 1, anon_sym_RPAREN, - ACTIONS(2823), 1, + ACTIONS(2094), 1, anon_sym_COMMA, - STATE(1402), 1, + STATE(1399), 1, aux_sym_argument_list_repeat1, - [69649] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2825), 2, - anon_sym_COLON, - anon_sym_DASH_GT, - [69657] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [65867] = 4, + ACTIONS(2653), 1, + anon_sym_RPAREN, + ACTIONS(2655), 1, + anon_sym_COMMA, + STATE(1398), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1888), 2, + sym_line_continuation, + [65881] = 4, + ACTIONS(2657), 1, anon_sym_COMMA, + ACTIONS(2659), 1, anon_sym_RBRACK, - [69665] = 2, - ACTIONS(3), 1, + STATE(1311), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2827), 2, + sym_line_continuation, + [65895] = 4, + ACTIONS(2661), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [69673] = 2, - ACTIONS(3), 1, + ACTIONS(2663), 1, + anon_sym_RBRACK, + STATE(1311), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2829), 2, + sym_line_continuation, + [65909] = 4, + ACTIONS(1926), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [69681] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2831), 1, - anon_sym_LPAREN, - STATE(1550), 1, - sym_parameters, - [69691] = 2, - ACTIONS(3), 1, + ACTIONS(1928), 1, + anon_sym_RBRACK, + STATE(1394), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2801), 2, - sym__newline, - anon_sym_SEMI, - [69699] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [65923] = 4, + ACTIONS(2100), 1, + anon_sym_RPAREN, + ACTIONS(2102), 1, + anon_sym_COMMA, + STATE(1302), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2833), 2, + sym_line_continuation, + [65937] = 4, + ACTIONS(648), 1, anon_sym_RPAREN, + ACTIONS(2665), 1, anon_sym_COMMA, - [69707] = 2, - ACTIONS(3), 1, + STATE(1254), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(1033), 2, + sym_line_continuation, + [65951] = 4, + ACTIONS(650), 1, anon_sym_RPAREN, + ACTIONS(2667), 1, anon_sym_COMMA, - [69715] = 2, - ACTIONS(3), 1, + STATE(1254), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2751), 2, + sym_line_continuation, + [65965] = 4, + ACTIONS(2669), 1, anon_sym_RPAREN, + ACTIONS(2671), 1, anon_sym_COMMA, - [69723] = 3, - ACTIONS(3), 1, + STATE(1301), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2835), 1, + sym_line_continuation, + [65979] = 3, + ACTIONS(2673), 1, anon_sym_COLON, - ACTIONS(2837), 1, + ACTIONS(2675), 1, anon_sym_DASH_GT, - [69733] = 3, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2839), 1, + sym_line_continuation, + [65990] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2350), 2, + anon_sym_COMMA, anon_sym_COLON, - ACTIONS(2841), 1, - anon_sym_DASH_GT, - [69743] = 2, - ACTIONS(3), 1, + [65999] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2143), 2, - sym__newline, - anon_sym_SEMI, - [69751] = 3, - ACTIONS(3), 1, + sym_line_continuation, + ACTIONS(2677), 2, + sym__dedent, + anon_sym_case, + [66008] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2831), 1, - anon_sym_LPAREN, - STATE(1520), 1, - sym_parameters, - [69761] = 2, - ACTIONS(3), 1, + sym_line_continuation, + ACTIONS(2679), 2, + sym__dedent, + anon_sym_case, + [66017] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2335), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [69769] = 2, - ACTIONS(3), 1, + sym_line_continuation, + ACTIONS(2681), 2, + sym__dedent, + anon_sym_case, + [66026] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2683), 2, + sym__dedent, + anon_sym_case, + [66035] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2683), 2, + sym__dedent, + anon_sym_case, + [66044] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2685), 2, + sym__dedent, + anon_sym_case, + [66053] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2687), 2, + sym__dedent, + anon_sym_case, + [66062] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2689), 2, + sym__dedent, + anon_sym_case, + [66071] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2153), 2, + sym_line_continuation, + ACTIONS(2689), 2, + sym__dedent, + anon_sym_case, + [66080] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2691), 2, sym__newline, anon_sym_SEMI, - [69777] = 2, - ACTIONS(3), 1, + [66089] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2827), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [69785] = 2, - ACTIONS(3), 1, + sym_line_continuation, + ACTIONS(2693), 2, + sym__newline, + anon_sym_SEMI, + [66098] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2843), 2, - anon_sym_COLON, - anon_sym_DASH_GT, - [69793] = 2, - ACTIONS(3), 1, + sym_line_continuation, + ACTIONS(2695), 2, + sym__dedent, + anon_sym_case, + [66107] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2522), 2, + sym_line_continuation, + ACTIONS(2491), 2, anon_sym_RPAREN, anon_sym_COMMA, - [69801] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2845), 1, - anon_sym_COLON, - ACTIONS(2847), 1, - anon_sym_DASH_GT, - [69811] = 2, - ACTIONS(3), 1, + [66116] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2703), 2, + sym_line_continuation, + ACTIONS(2356), 2, anon_sym_RPAREN, anon_sym_COMMA, - [69819] = 2, - ACTIONS(3), 1, + [66125] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2751), 2, - anon_sym_COMMA, - anon_sym_COLON, - [69827] = 2, - ACTIONS(3), 1, + sym_line_continuation, + ACTIONS(2697), 2, + sym__dedent, + anon_sym_case, + [66134] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2829), 2, + sym_line_continuation, + ACTIONS(2699), 2, + sym__dedent, + anon_sym_case, + [66143] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(915), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACK, - [69835] = 2, - ACTIONS(3), 1, + [66152] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2701), 2, + sym__dedent, + anon_sym_case, + [66161] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2849), 2, + sym_line_continuation, + ACTIONS(2703), 2, sym__newline, anon_sym_SEMI, - [69843] = 2, - ACTIONS(3), 1, + [66170] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2627), 2, + sym_line_continuation, + ACTIONS(2701), 2, + sym__dedent, + anon_sym_case, + [66179] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2705), 2, + sym__dedent, + anon_sym_case, + [66188] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2707), 2, anon_sym_RPAREN, anon_sym_COMMA, - [69851] = 2, - ACTIONS(3), 1, + [66197] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1818), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [69859] = 2, - ACTIONS(3), 1, + sym_line_continuation, + ACTIONS(2709), 2, + sym__dedent, + anon_sym_case, + [66206] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2829), 2, + sym_line_continuation, + ACTIONS(2174), 2, anon_sym_RPAREN, anon_sym_COMMA, - [69867] = 2, - ACTIONS(3), 1, + [66215] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1050), 2, + sym_line_continuation, + ACTIONS(2552), 2, anon_sym_RPAREN, anon_sym_COMMA, - [69875] = 2, - ACTIONS(3), 1, + [66224] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2129), 2, - sym__newline, - anon_sym_SEMI, - [69883] = 2, - ACTIONS(3), 1, + sym_line_continuation, + ACTIONS(2711), 2, + sym__dedent, + anon_sym_case, + [66233] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2851), 2, + sym_line_continuation, + ACTIONS(2627), 2, sym__newline, anon_sym_SEMI, - [69891] = 2, - ACTIONS(3), 1, + [66242] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2369), 2, + sym_line_continuation, + ACTIONS(2713), 2, anon_sym_RPAREN, anon_sym_COMMA, - [69899] = 2, - ACTIONS(3), 1, + [66251] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2833), 2, + sym_line_continuation, + ACTIONS(2350), 2, anon_sym_COMMA, anon_sym_COLON, - [69907] = 2, - ACTIONS(3), 1, + [66260] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2715), 2, + anon_sym_COLON, + anon_sym_DASH_GT, + [66269] = 3, + ACTIONS(2717), 1, + anon_sym_COLON, + ACTIONS(2719), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, sym_comment, - ACTIONS(2335), 2, + sym_line_continuation, + [66280] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2721), 2, + anon_sym_COMMA, + anon_sym_COLON, + [66289] = 3, + ACTIONS(2723), 1, + anon_sym_COLON, + ACTIONS(2725), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [66300] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2721), 2, anon_sym_RPAREN, anon_sym_COMMA, - [69915] = 2, - ACTIONS(3), 1, + [66309] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2522), 2, + sym_line_continuation, + ACTIONS(2174), 2, anon_sym_COMMA, - anon_sym_COLON, - [69923] = 2, - ACTIONS(3), 1, + anon_sym_RBRACK, + [66318] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2522), 2, + sym_line_continuation, + ACTIONS(2552), 2, anon_sym_COMMA, anon_sym_COLON, - [69931] = 2, - ACTIONS(3), 1, + [66327] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2677), 2, + sym__dedent, + anon_sym_case, + [66336] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2727), 2, + sym__dedent, + anon_sym_case, + [66345] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2853), 2, + sym_line_continuation, + ACTIONS(2350), 2, anon_sym_RPAREN, anon_sym_COMMA, - [69939] = 2, - ACTIONS(3), 1, + [66354] = 3, + ACTIONS(2729), 1, + anon_sym_LPAREN, + STATE(1457), 1, + sym_parameters, + ACTIONS(3), 2, sym_comment, - ACTIONS(1818), 2, - anon_sym_RPAREN, + sym_line_continuation, + [66365] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2713), 2, anon_sym_COMMA, - [69947] = 2, - ACTIONS(3), 1, + anon_sym_RBRACK, + [66374] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1075), 2, + sym__dedent, + anon_sym_case, + [66383] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1033), 2, + sym_line_continuation, + ACTIONS(1713), 2, anon_sym_COMMA, anon_sym_RBRACK, - [69955] = 2, - ACTIONS(3), 1, + [66392] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2627), 2, + sym_line_continuation, + ACTIONS(915), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [66401] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1715), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [66410] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1924), 2, + sym__newline, + anon_sym_SEMI, + [66419] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1083), 2, + sym__dedent, + anon_sym_case, + [66428] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2491), 2, anon_sym_COMMA, anon_sym_COLON, - [69963] = 2, - ACTIONS(3), 1, + [66437] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2356), 2, + anon_sym_COMMA, + anon_sym_COLON, + [66446] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2484), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [66455] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1917), 2, + sym__newline, + anon_sym_SEMI, + [66464] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1852), 2, + sym_line_continuation, + ACTIONS(1637), 2, anon_sym_COMMA, anon_sym_RBRACK, - [69971] = 2, - ACTIONS(3), 1, + [66473] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2707), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [66482] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1050), 2, + sym_line_continuation, + ACTIONS(2713), 2, anon_sym_COMMA, + anon_sym_RBRACE, + [66491] = 3, + ACTIONS(2731), 1, anon_sym_COLON, - [69979] = 3, - ACTIONS(3), 1, + ACTIONS(2733), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, sym_comment, - ACTIONS(2831), 1, + sym_line_continuation, + [66502] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2735), 2, + sym__dedent, + anon_sym_case, + [66511] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2737), 2, + anon_sym_COLON, + anon_sym_DASH_GT, + [66520] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2174), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [66529] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2707), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [66538] = 3, + ACTIONS(2729), 1, anon_sym_LPAREN, - STATE(1511), 1, + STATE(1433), 1, sym_parameters, - [69989] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2703), 2, - anon_sym_COMMA, - anon_sym_COLON, - [69997] = 3, - ACTIONS(3), 1, + sym_line_continuation, + [66549] = 3, + ACTIONS(2729), 1, + anon_sym_LPAREN, + STATE(1435), 1, + sym_parameters, + ACTIONS(3), 2, sym_comment, - ACTIONS(2831), 1, + sym_line_continuation, + [66560] = 3, + ACTIONS(2729), 1, anon_sym_LPAREN, - STATE(1512), 1, + STATE(1401), 1, sym_parameters, - [70007] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2827), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [70015] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [66571] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2855), 2, + sym_line_continuation, + ACTIONS(1889), 2, sym__newline, anon_sym_SEMI, - [70023] = 2, - ACTIONS(3), 1, + [66580] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2857), 2, - sym__newline, - anon_sym_SEMI, - [70031] = 2, - ACTIONS(3), 1, + sym_line_continuation, + ACTIONS(1055), 2, + sym__dedent, + anon_sym_case, + [66589] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2859), 2, + sym_line_continuation, + ACTIONS(2739), 2, sym__newline, anon_sym_SEMI, - [70039] = 2, - ACTIONS(3), 1, + [66598] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2861), 2, - sym__newline, - anon_sym_SEMI, - [70047] = 3, - ACTIONS(3), 1, + sym_line_continuation, + ACTIONS(1047), 2, + sym__dedent, + anon_sym_case, + [66607] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2863), 1, - anon_sym_COLON, - ACTIONS(2865), 1, - anon_sym_DASH_GT, - [70057] = 2, - ACTIONS(3), 1, + sym_line_continuation, + ACTIONS(2741), 2, + sym__dedent, + anon_sym_case, + [66616] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2335), 2, + sym_line_continuation, + ACTIONS(1715), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACE, - [70065] = 2, - ACTIONS(3), 1, + [66625] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1071), 2, + sym__dedent, + anon_sym_case, + [66634] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2551), 2, + sym_line_continuation, + ACTIONS(2172), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACE, - [70073] = 2, - ACTIONS(3), 1, + [66643] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1888), 2, + sym_line_continuation, + ACTIONS(2743), 2, anon_sym_RPAREN, anon_sym_COMMA, - [70081] = 2, - ACTIONS(3), 1, + [66652] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2745), 2, + sym__newline, + anon_sym_SEMI, + [66661] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(1852), 2, + sym_line_continuation, + ACTIONS(1637), 2, anon_sym_RPAREN, anon_sym_COMMA, - [70089] = 2, - ACTIONS(3), 1, + [66670] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2747), 2, + sym__newline, + anon_sym_SEMI, + [66679] = 2, + ACTIONS(3), 2, sym_comment, - ACTIONS(2194), 2, + sym_line_continuation, + ACTIONS(1975), 2, anon_sym_COMMA, anon_sym_RBRACK, - [70097] = 2, - ACTIONS(3), 1, + [66688] = 2, + ACTIONS(2749), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(2867), 1, + sym_line_continuation, + [66696] = 2, + ACTIONS(2367), 1, + anon_sym_in, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [66704] = 2, + ACTIONS(2751), 1, anon_sym_RBRACK, - [70104] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2869), 1, - anon_sym_in, - [70111] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [66712] = 2, + ACTIONS(2753), 1, + anon_sym_COLON, + ACTIONS(3), 2, sym_comment, - ACTIONS(2871), 1, + sym_line_continuation, + [66720] = 2, + ACTIONS(2080), 1, anon_sym_RBRACE, - [70118] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2873), 1, + sym_line_continuation, + [66728] = 2, + ACTIONS(2755), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [66736] = 2, + ACTIONS(2757), 1, sym_identifier, - [70125] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2875), 1, + sym_line_continuation, + [66744] = 2, + ACTIONS(2759), 1, anon_sym_in, - [70132] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2877), 1, + sym_line_continuation, + [66752] = 2, + ACTIONS(2761), 1, anon_sym_RBRACK, - [70139] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2879), 1, - anon_sym_COLON, - [70146] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2881), 1, + sym_line_continuation, + [66760] = 2, + ACTIONS(2763), 1, anon_sym_RBRACE, - [70153] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2883), 1, + sym_line_continuation, + [66768] = 2, + ACTIONS(2765), 1, anon_sym_RBRACE, - [70160] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2885), 1, - sym_identifier, - [70167] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2299), 1, + sym_line_continuation, + [66776] = 2, + ACTIONS(2067), 1, anon_sym_RPAREN, - [70174] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2579), 1, - anon_sym_in, - [70181] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2887), 1, + sym_line_continuation, + [66784] = 2, + ACTIONS(2767), 1, anon_sym_RBRACE, - [70188] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2889), 1, + sym_line_continuation, + [66792] = 2, + ACTIONS(2769), 1, + anon_sym_in, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [66800] = 2, + ACTIONS(2771), 1, anon_sym_COLON, - [70195] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2891), 1, + sym_line_continuation, + [66808] = 2, + ACTIONS(2773), 1, anon_sym_RPAREN, - [70202] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2262), 1, + sym_line_continuation, + [66816] = 2, + ACTIONS(2775), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [66824] = 2, + ACTIONS(2777), 1, + anon_sym_for, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [66832] = 2, + ACTIONS(2779), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [66840] = 2, + ACTIONS(2781), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [66848] = 2, + ACTIONS(1947), 1, anon_sym_RPAREN, - [70209] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2295), 1, + sym_line_continuation, + [66856] = 2, + ACTIONS(2783), 1, anon_sym_RBRACE, - [70216] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2305), 1, + sym_line_continuation, + [66864] = 2, + ACTIONS(2785), 1, anon_sym_RBRACE, - [70223] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2893), 1, - anon_sym_COLON, - [70230] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [66872] = 2, + ACTIONS(2787), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, sym_comment, - ACTIONS(2895), 1, + sym_line_continuation, + [66880] = 2, + ACTIONS(2789), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [66888] = 2, + ACTIONS(2791), 1, + anon_sym_in, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [66896] = 2, + ACTIONS(2793), 1, + sym_identifier, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [66904] = 2, + ACTIONS(2795), 1, anon_sym_COLON_EQ, - [70237] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2897), 1, - anon_sym_COLON, - [70244] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [66912] = 2, + ACTIONS(2797), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, sym_comment, - ACTIONS(2899), 1, - anon_sym_COLON, - [70251] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [66920] = 2, + ACTIONS(2106), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, sym_comment, - ACTIONS(2901), 1, + sym_line_continuation, + [66928] = 2, + ACTIONS(2799), 1, anon_sym_RPAREN, - [70258] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2903), 1, - anon_sym_COLON, - [70265] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [66936] = 2, + ACTIONS(726), 1, + anon_sym_def, + ACTIONS(3), 2, sym_comment, - ACTIONS(2905), 1, - anon_sym_RBRACK, - [70272] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [66944] = 2, + ACTIONS(2801), 1, + anon_sym_COLON, + ACTIONS(3), 2, sym_comment, - ACTIONS(2907), 1, + sym_line_continuation, + [66952] = 2, + ACTIONS(2803), 1, anon_sym_RBRACK, - [70279] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2909), 1, + sym_line_continuation, + [66960] = 2, + ACTIONS(2805), 1, anon_sym_COLON, - [70286] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2323), 1, + sym_line_continuation, + [66968] = 2, + ACTIONS(2031), 1, anon_sym_RBRACE, - [70293] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2911), 1, - anon_sym_RPAREN, - [70300] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [66976] = 2, + ACTIONS(2807), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, sym_comment, - ACTIONS(2913), 1, - anon_sym_COLON, - [70307] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [66984] = 2, + ACTIONS(2809), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, sym_comment, - ACTIONS(2915), 1, + sym_line_continuation, + [66992] = 2, + ACTIONS(2811), 1, anon_sym_RBRACE, - [70314] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2917), 1, + sym_line_continuation, + [67000] = 2, + ACTIONS(2813), 1, sym_identifier, - [70321] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2919), 1, - anon_sym_COLON_EQ, - [70328] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67008] = 2, + ACTIONS(2815), 1, + sym_identifier, + ACTIONS(3), 2, sym_comment, - ACTIONS(2921), 1, + sym_line_continuation, + [67016] = 2, + ACTIONS(2817), 1, anon_sym_in, - [70335] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2923), 1, + sym_line_continuation, + [67024] = 2, + ACTIONS(2819), 1, anon_sym_RBRACK, - [70342] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2655), 1, - anon_sym_in, - [70349] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67032] = 2, + ACTIONS(2821), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(2925), 1, - anon_sym_RBRACK, - [70356] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67040] = 2, + ACTIONS(2100), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, sym_comment, - ACTIONS(2927), 1, + sym_line_continuation, + [67048] = 2, + ACTIONS(2823), 1, anon_sym_RBRACE, - [70363] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2929), 1, + sym_line_continuation, + [67056] = 2, + ACTIONS(2825), 1, anon_sym_RBRACE, - [70370] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2931), 1, - anon_sym_RBRACK, - [70377] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2325), 1, + sym_line_continuation, + [67064] = 2, + ACTIONS(2092), 1, anon_sym_RPAREN, - [70384] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2933), 1, - anon_sym_COLON, - [70391] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2935), 1, - anon_sym_RBRACE, - [70398] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2937), 1, - anon_sym_RBRACK, - [70405] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2939), 1, - sym_identifier, - [70412] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2941), 1, - anon_sym_RBRACE, - [70419] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67072] = 2, + ACTIONS(2015), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, sym_comment, - ACTIONS(2943), 1, + sym_line_continuation, + [67080] = 2, + ACTIONS(2827), 1, anon_sym_RBRACE, - [70426] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2945), 1, + sym_line_continuation, + [67088] = 2, + ACTIONS(2829), 1, anon_sym_RBRACE, - [70433] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2243), 1, - anon_sym_RPAREN, - [70440] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2947), 1, + sym_line_continuation, + [67096] = 2, + ACTIONS(2831), 1, anon_sym_RBRACK, - [70447] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2949), 1, + sym_line_continuation, + [67104] = 2, + ACTIONS(2833), 1, anon_sym_in, - [70454] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2319), 1, - anon_sym_COLON, - [70461] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2951), 1, + sym_line_continuation, + [67112] = 2, + ACTIONS(2835), 1, sym_identifier, - [70468] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2953), 1, + sym_line_continuation, + [67120] = 2, + ACTIONS(2837), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [67128] = 2, + ACTIONS(2839), 1, anon_sym_RBRACE, - [70475] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2260), 1, + sym_line_continuation, + [67136] = 2, + ACTIONS(2073), 1, anon_sym_RBRACE, - [70482] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2955), 1, + sym_line_continuation, + [67144] = 2, + ACTIONS(2841), 1, anon_sym_COLON, - [70489] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2957), 1, - anon_sym_RPAREN, - [70496] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2959), 1, - anon_sym_COLON_EQ, - [70503] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2961), 1, + sym_line_continuation, + [67152] = 2, + ACTIONS(2843), 1, anon_sym_RBRACK, - [70510] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2963), 1, - sym_identifier, - [70517] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2965), 1, - anon_sym_RPAREN, - [70524] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2967), 1, + sym_line_continuation, + [67160] = 2, + ACTIONS(2845), 1, anon_sym_RPAREN, - [70531] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2969), 1, - anon_sym_COLON, - [70538] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67168] = 2, + ACTIONS(2847), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, sym_comment, - ACTIONS(2971), 1, + sym_line_continuation, + [67176] = 2, + ACTIONS(2849), 1, anon_sym_COLON_EQ, - [70545] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2973), 1, + sym_line_continuation, + [67184] = 2, + ACTIONS(2013), 1, anon_sym_RBRACE, - [70552] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2975), 1, + sym_line_continuation, + [67192] = 2, + ACTIONS(2851), 1, anon_sym_COLON, - [70559] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2977), 1, - anon_sym_COLON_EQ, - [70566] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2979), 1, + sym_line_continuation, + [67200] = 2, + ACTIONS(2853), 1, anon_sym_COLON, - [70573] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2981), 1, - anon_sym_for, - [70580] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2783), 1, - anon_sym_in, - [70587] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67208] = 2, + ACTIONS(2855), 1, + anon_sym_COLON, + ACTIONS(3), 2, sym_comment, - ACTIONS(2297), 1, + sym_line_continuation, + [67216] = 2, + ACTIONS(2857), 1, anon_sym_COLON, - [70594] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2983), 1, + sym_line_continuation, + [67224] = 2, + ACTIONS(2859), 1, anon_sym_COLON, - [70601] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2985), 1, + sym_line_continuation, + [67232] = 2, + ACTIONS(2057), 1, anon_sym_COLON, - [70608] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2724), 1, - anon_sym_in, - [70615] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67240] = 2, + ACTIONS(2861), 1, + anon_sym_COLON, + ACTIONS(3), 2, sym_comment, - ACTIONS(2229), 1, - anon_sym_RPAREN, - [70622] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67248] = 2, + ACTIONS(898), 1, + anon_sym_COLON, + ACTIONS(3), 2, sym_comment, - ACTIONS(992), 1, + sym_line_continuation, + [67256] = 2, + ACTIONS(2863), 1, anon_sym_COLON, - [70629] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2987), 1, + sym_line_continuation, + [67264] = 2, + ACTIONS(2865), 1, anon_sym_COLON, - [70636] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2291), 1, + sym_line_continuation, + [67272] = 2, + ACTIONS(2867), 1, anon_sym_COLON, - [70643] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2989), 1, - anon_sym_RBRACE, - [70650] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67280] = 2, + ACTIONS(2043), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [67288] = 2, + ACTIONS(2869), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, sym_comment, - ACTIONS(2991), 1, + sym_line_continuation, + [67296] = 2, + ACTIONS(2871), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [67304] = 2, + ACTIONS(2873), 1, anon_sym_COLON, - [70657] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2993), 1, + sym_line_continuation, + [67312] = 2, + ACTIONS(2875), 1, anon_sym_RBRACE, - [70664] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2714), 1, - anon_sym_in, - [70671] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2995), 1, - ts_builtin_sym_end, - [70678] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67320] = 2, + ACTIONS(2877), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, sym_comment, - ACTIONS(2997), 1, + sym_line_continuation, + [67328] = 2, + ACTIONS(1971), 1, anon_sym_COLON, - [70685] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2999), 1, + sym_line_continuation, + [67336] = 2, + ACTIONS(2879), 1, anon_sym_RBRACK, - [70692] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3001), 1, - anon_sym_RBRACK, - [70699] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67344] = 2, + ACTIONS(2881), 1, + anon_sym_in, + ACTIONS(3), 2, sym_comment, - ACTIONS(3003), 1, + sym_line_continuation, + [67352] = 2, + ACTIONS(2547), 1, anon_sym_in, - [70706] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3005), 1, + sym_line_continuation, + [67360] = 2, + ACTIONS(2883), 1, anon_sym_COLON, - [70713] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3007), 1, + sym_line_continuation, + [67368] = 2, + ACTIONS(2108), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [67376] = 2, + ACTIONS(2885), 1, sym_identifier, - [70720] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3009), 1, + sym_line_continuation, + [67384] = 2, + ACTIONS(2887), 1, anon_sym_COLON, - [70727] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3011), 1, + sym_line_continuation, + [67392] = 2, + ACTIONS(2889), 1, anon_sym_RBRACE, - [70734] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3013), 1, - anon_sym_COLON, - [70741] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3015), 1, - anon_sym_COLON, - [70748] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67400] = 2, + ACTIONS(2536), 1, + anon_sym_in, + ACTIONS(3), 2, sym_comment, - ACTIONS(3017), 1, - anon_sym_COLON, - [70755] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67408] = 2, + ACTIONS(2891), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, sym_comment, - ACTIONS(3019), 1, + sym_line_continuation, + [67416] = 2, + ACTIONS(2893), 1, anon_sym_COLON, - [70762] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3021), 1, - anon_sym_COLON, - [70769] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67424] = 2, + ACTIONS(2895), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, sym_comment, - ACTIONS(3023), 1, + sym_line_continuation, + [67432] = 2, + ACTIONS(2897), 1, anon_sym_COLON, - [70776] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2227), 1, + sym_line_continuation, + [67440] = 2, + ACTIONS(2037), 1, anon_sym_RBRACE, - [70783] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3025), 1, - anon_sym_RBRACK, - [70790] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67448] = 2, + ACTIONS(2899), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, sym_comment, - ACTIONS(3027), 1, + sym_line_continuation, + [67456] = 2, + ACTIONS(2901), 1, anon_sym_COLON, - [70797] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2492), 1, - anon_sym_RBRACE, - [70804] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67464] = 2, + ACTIONS(2903), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, sym_comment, - ACTIONS(3029), 1, + sym_line_continuation, + [67472] = 2, + ACTIONS(2905), 1, anon_sym_RBRACK, - [70811] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3031), 1, + sym_line_continuation, + [67480] = 2, + ACTIONS(2907), 1, anon_sym_COLON, - [70818] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3033), 1, + sym_line_continuation, + [67488] = 2, + ACTIONS(2909), 1, anon_sym_RPAREN, - [70825] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3035), 1, - anon_sym_COLON_EQ, - [70832] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67496] = 2, + ACTIONS(2520), 1, + anon_sym_in, + ACTIONS(3), 2, sym_comment, - ACTIONS(2645), 1, - anon_sym_RBRACE, - [70839] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67504] = 2, + ACTIONS(2911), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, sym_comment, - ACTIONS(3037), 1, - anon_sym_RBRACE, - [70846] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67512] = 2, + ACTIONS(2913), 1, + sym_identifier, + ACTIONS(3), 2, sym_comment, - ACTIONS(3039), 1, + sym_line_continuation, + [67520] = 2, + ACTIONS(2915), 1, anon_sym_RPAREN, - [70853] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2272), 1, + sym_line_continuation, + [67528] = 2, + ACTIONS(2917), 1, anon_sym_RPAREN, - [70860] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3041), 1, - anon_sym_COLON, - [70867] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3043), 1, - anon_sym_COLON, - [70874] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67536] = 2, + ACTIONS(2524), 1, + anon_sym_in, + ACTIONS(3), 2, sym_comment, - ACTIONS(2188), 1, - anon_sym_RBRACE, - [70881] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67544] = 2, + ACTIONS(2919), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(3045), 1, - anon_sym_RPAREN, - [70888] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67552] = 2, + ACTIONS(2921), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, sym_comment, - ACTIONS(2212), 1, - anon_sym_RPAREN, - [70895] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67560] = 2, + ACTIONS(2923), 1, + anon_sym_COLON, + ACTIONS(3), 2, sym_comment, - ACTIONS(3047), 1, + sym_line_continuation, + [67568] = 2, + ACTIONS(2925), 1, anon_sym_RBRACE, - [70902] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3049), 1, + sym_line_continuation, + [67576] = 2, + ACTIONS(2927), 1, anon_sym_RBRACE, - [70909] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(980), 1, - anon_sym_def, - [70916] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3051), 1, - sym_identifier, - [70923] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3053), 1, - anon_sym_RBRACK, - [70930] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3055), 1, - anon_sym_in, - [70937] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67584] = 2, + ACTIONS(2929), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, sym_comment, - ACTIONS(3057), 1, + sym_line_continuation, + [67592] = 2, + ACTIONS(2931), 1, anon_sym_COLON, - [70944] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3059), 1, - sym_identifier, - [70951] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67600] = 2, + ACTIONS(2933), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, sym_comment, - ACTIONS(3061), 1, + sym_line_continuation, + [67608] = 2, + ACTIONS(2935), 1, anon_sym_RBRACE, - [70958] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2210), 1, + sym_line_continuation, + [67616] = 2, + ACTIONS(2937), 1, anon_sym_RBRACE, - [70965] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2237), 1, + sym_line_continuation, + [67624] = 2, + ACTIONS(2939), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [67632] = 2, + ACTIONS(1965), 1, anon_sym_COLON, - [70972] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3063), 1, - anon_sym_RBRACE, - [70979] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67640] = 2, + ACTIONS(2941), 1, + anon_sym_COLON, + ACTIONS(3), 2, sym_comment, - ACTIONS(3065), 1, + sym_line_continuation, + [67648] = 2, + ACTIONS(2943), 1, anon_sym_COLON, - [70986] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3067), 1, - anon_sym_RBRACK, - [70993] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67656] = 2, + ACTIONS(2419), 1, + anon_sym_in, + ACTIONS(3), 2, sym_comment, - ACTIONS(3069), 1, - anon_sym_RBRACK, - [71000] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67664] = 2, + ACTIONS(2945), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, sym_comment, - ACTIONS(3071), 1, + sym_line_continuation, + [67672] = 2, + ACTIONS(1959), 1, anon_sym_RPAREN, - [71007] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3073), 1, - anon_sym_RPAREN, - [71014] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67680] = 2, + ACTIONS(2947), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, sym_comment, - ACTIONS(3075), 1, + sym_line_continuation, + [67688] = 2, + ACTIONS(2949), 1, anon_sym_COLON_EQ, - [71021] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3077), 1, - anon_sym_COLON, - [71028] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67696] = 2, + ACTIONS(2951), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [67704] = 2, + ACTIONS(2953), 1, + anon_sym_RBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [67712] = 2, + ACTIONS(2955), 1, + ts_builtin_sym_end, + ACTIONS(3), 2, sym_comment, - ACTIONS(3079), 1, + sym_line_continuation, + [67720] = 2, + ACTIONS(2957), 1, sym_identifier, - [71035] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3081), 1, + sym_line_continuation, + [67728] = 2, + ACTIONS(2959), 1, sym_identifier, - [71042] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2567), 1, + sym_line_continuation, + [67736] = 2, + ACTIONS(2961), 1, + sym_identifier, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [67744] = 2, + ACTIONS(2963), 1, anon_sym_in, - [71049] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(2542), 1, + sym_line_continuation, + [67752] = 2, + ACTIONS(2376), 1, anon_sym_in, - [71056] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(938), 1, + sym_line_continuation, + [67760] = 2, + ACTIONS(732), 1, anon_sym_def, - [71063] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3083), 1, - anon_sym_in, - [71070] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67768] = 2, + ACTIONS(2965), 1, + sym_identifier, + ACTIONS(3), 2, sym_comment, - ACTIONS(2540), 1, + sym_line_continuation, + [67776] = 2, + ACTIONS(2372), 1, anon_sym_in, - [71077] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3085), 1, + sym_line_continuation, + [67784] = 2, + ACTIONS(2967), 1, anon_sym_for, - [71084] = 2, - ACTIONS(3), 1, + ACTIONS(3), 2, sym_comment, - ACTIONS(3087), 1, - anon_sym_COLON, - [71091] = 2, - ACTIONS(3), 1, + sym_line_continuation, + [67792] = 2, + ACTIONS(2969), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, sym_comment, - ACTIONS(3089), 1, + sym_line_continuation, + [67800] = 2, + ACTIONS(1969), 1, anon_sym_RBRACE, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(124)] = 0, - [SMALL_STATE(125)] = 115, - [SMALL_STATE(126)] = 228, - [SMALL_STATE(127)] = 337, - [SMALL_STATE(128)] = 446, - [SMALL_STATE(129)] = 559, - [SMALL_STATE(130)] = 672, - [SMALL_STATE(131)] = 785, - [SMALL_STATE(132)] = 894, - [SMALL_STATE(133)] = 1007, - [SMALL_STATE(134)] = 1120, - [SMALL_STATE(135)] = 1233, - [SMALL_STATE(136)] = 1346, - [SMALL_STATE(137)] = 1459, - [SMALL_STATE(138)] = 1572, - [SMALL_STATE(139)] = 1687, - [SMALL_STATE(140)] = 1799, - [SMALL_STATE(141)] = 1911, - [SMALL_STATE(142)] = 2023, - [SMALL_STATE(143)] = 2121, - [SMALL_STATE(144)] = 2233, - [SMALL_STATE(145)] = 2331, - [SMALL_STATE(146)] = 2443, - [SMALL_STATE(147)] = 2555, - [SMALL_STATE(148)] = 2667, - [SMALL_STATE(149)] = 2774, - [SMALL_STATE(150)] = 2881, - [SMALL_STATE(151)] = 2988, - [SMALL_STATE(152)] = 3095, - [SMALL_STATE(153)] = 3202, - [SMALL_STATE(154)] = 3309, - [SMALL_STATE(155)] = 3416, - [SMALL_STATE(156)] = 3520, - [SMALL_STATE(157)] = 3624, - [SMALL_STATE(158)] = 3728, - [SMALL_STATE(159)] = 3832, - [SMALL_STATE(160)] = 3936, - [SMALL_STATE(161)] = 4040, - [SMALL_STATE(162)] = 4144, - [SMALL_STATE(163)] = 4248, - [SMALL_STATE(164)] = 4352, - [SMALL_STATE(165)] = 4456, - [SMALL_STATE(166)] = 4560, - [SMALL_STATE(167)] = 4664, - [SMALL_STATE(168)] = 4768, - [SMALL_STATE(169)] = 4872, - [SMALL_STATE(170)] = 4976, - [SMALL_STATE(171)] = 5080, - [SMALL_STATE(172)] = 5184, - [SMALL_STATE(173)] = 5288, - [SMALL_STATE(174)] = 5392, - [SMALL_STATE(175)] = 5496, - [SMALL_STATE(176)] = 5600, - [SMALL_STATE(177)] = 5704, - [SMALL_STATE(178)] = 5808, - [SMALL_STATE(179)] = 5912, - [SMALL_STATE(180)] = 6016, - [SMALL_STATE(181)] = 6120, - [SMALL_STATE(182)] = 6224, - [SMALL_STATE(183)] = 6328, - [SMALL_STATE(184)] = 6431, - [SMALL_STATE(185)] = 6532, - [SMALL_STATE(186)] = 6634, - [SMALL_STATE(187)] = 6736, - [SMALL_STATE(188)] = 6836, - [SMALL_STATE(189)] = 6936, - [SMALL_STATE(190)] = 7038, - [SMALL_STATE(191)] = 7140, - [SMALL_STATE(192)] = 7240, - [SMALL_STATE(193)] = 7340, - [SMALL_STATE(194)] = 7442, - [SMALL_STATE(195)] = 7544, - [SMALL_STATE(196)] = 7646, - [SMALL_STATE(197)] = 7744, - [SMALL_STATE(198)] = 7844, - [SMALL_STATE(199)] = 7942, - [SMALL_STATE(200)] = 8042, - [SMALL_STATE(201)] = 8142, - [SMALL_STATE(202)] = 8240, - [SMALL_STATE(203)] = 8342, - [SMALL_STATE(204)] = 8444, - [SMALL_STATE(205)] = 8544, - [SMALL_STATE(206)] = 8644, - [SMALL_STATE(207)] = 8744, - [SMALL_STATE(208)] = 8842, - [SMALL_STATE(209)] = 8942, - [SMALL_STATE(210)] = 9040, - [SMALL_STATE(211)] = 9142, - [SMALL_STATE(212)] = 9242, - [SMALL_STATE(213)] = 9342, - [SMALL_STATE(214)] = 9444, - [SMALL_STATE(215)] = 9542, - [SMALL_STATE(216)] = 9642, - [SMALL_STATE(217)] = 9740, - [SMALL_STATE(218)] = 9838, - [SMALL_STATE(219)] = 9935, - [SMALL_STATE(220)] = 10032, - [SMALL_STATE(221)] = 10129, - [SMALL_STATE(222)] = 10226, - [SMALL_STATE(223)] = 10323, - [SMALL_STATE(224)] = 10420, - [SMALL_STATE(225)] = 10517, - [SMALL_STATE(226)] = 10614, - [SMALL_STATE(227)] = 10711, - [SMALL_STATE(228)] = 10808, - [SMALL_STATE(229)] = 10905, - [SMALL_STATE(230)] = 11002, - [SMALL_STATE(231)] = 11099, - [SMALL_STATE(232)] = 11196, - [SMALL_STATE(233)] = 11293, - [SMALL_STATE(234)] = 11390, - [SMALL_STATE(235)] = 11487, - [SMALL_STATE(236)] = 11580, - [SMALL_STATE(237)] = 11677, - [SMALL_STATE(238)] = 11770, - [SMALL_STATE(239)] = 11867, - [SMALL_STATE(240)] = 11964, - [SMALL_STATE(241)] = 12060, - [SMALL_STATE(242)] = 12154, - [SMALL_STATE(243)] = 12250, - [SMALL_STATE(244)] = 12344, - [SMALL_STATE(245)] = 12440, - [SMALL_STATE(246)] = 12510, - [SMALL_STATE(247)] = 12604, - [SMALL_STATE(248)] = 12700, - [SMALL_STATE(249)] = 12794, - [SMALL_STATE(250)] = 12890, - [SMALL_STATE(251)] = 12986, - [SMALL_STATE(252)] = 13082, - [SMALL_STATE(253)] = 13178, - [SMALL_STATE(254)] = 13274, - [SMALL_STATE(255)] = 13368, - [SMALL_STATE(256)] = 13462, - [SMALL_STATE(257)] = 13558, - [SMALL_STATE(258)] = 13654, - [SMALL_STATE(259)] = 13750, - [SMALL_STATE(260)] = 13846, - [SMALL_STATE(261)] = 13942, - [SMALL_STATE(262)] = 14038, - [SMALL_STATE(263)] = 14134, - [SMALL_STATE(264)] = 14228, - [SMALL_STATE(265)] = 14324, - [SMALL_STATE(266)] = 14394, - [SMALL_STATE(267)] = 14490, - [SMALL_STATE(268)] = 14586, - [SMALL_STATE(269)] = 14682, - [SMALL_STATE(270)] = 14778, - [SMALL_STATE(271)] = 14869, - [SMALL_STATE(272)] = 14962, - [SMALL_STATE(273)] = 15055, - [SMALL_STATE(274)] = 15148, - [SMALL_STATE(275)] = 15241, - [SMALL_STATE(276)] = 15334, - [SMALL_STATE(277)] = 15425, - [SMALL_STATE(278)] = 15516, - [SMALL_STATE(279)] = 15607, - [SMALL_STATE(280)] = 15700, - [SMALL_STATE(281)] = 15791, - [SMALL_STATE(282)] = 15882, - [SMALL_STATE(283)] = 15975, - [SMALL_STATE(284)] = 16066, - [SMALL_STATE(285)] = 16157, - [SMALL_STATE(286)] = 16250, - [SMALL_STATE(287)] = 16343, - [SMALL_STATE(288)] = 16410, - [SMALL_STATE(289)] = 16501, - [SMALL_STATE(290)] = 16594, - [SMALL_STATE(291)] = 16687, - [SMALL_STATE(292)] = 16780, - [SMALL_STATE(293)] = 16871, - [SMALL_STATE(294)] = 16962, - [SMALL_STATE(295)] = 17053, - [SMALL_STATE(296)] = 17146, - [SMALL_STATE(297)] = 17237, - [SMALL_STATE(298)] = 17330, - [SMALL_STATE(299)] = 17423, - [SMALL_STATE(300)] = 17516, - [SMALL_STATE(301)] = 17607, - [SMALL_STATE(302)] = 17698, - [SMALL_STATE(303)] = 17789, - [SMALL_STATE(304)] = 17880, - [SMALL_STATE(305)] = 17973, - [SMALL_STATE(306)] = 18064, - [SMALL_STATE(307)] = 18155, - [SMALL_STATE(308)] = 18246, - [SMALL_STATE(309)] = 18339, - [SMALL_STATE(310)] = 18430, - [SMALL_STATE(311)] = 18523, - [SMALL_STATE(312)] = 18614, - [SMALL_STATE(313)] = 18704, - [SMALL_STATE(314)] = 18794, - [SMALL_STATE(315)] = 18884, - [SMALL_STATE(316)] = 18948, - [SMALL_STATE(317)] = 19038, - [SMALL_STATE(318)] = 19128, - [SMALL_STATE(319)] = 19218, - [SMALL_STATE(320)] = 19308, - [SMALL_STATE(321)] = 19398, - [SMALL_STATE(322)] = 19488, - [SMALL_STATE(323)] = 19578, - [SMALL_STATE(324)] = 19668, - [SMALL_STATE(325)] = 19758, - [SMALL_STATE(326)] = 19848, - [SMALL_STATE(327)] = 19912, - [SMALL_STATE(328)] = 20002, - [SMALL_STATE(329)] = 20092, - [SMALL_STATE(330)] = 20182, - [SMALL_STATE(331)] = 20272, - [SMALL_STATE(332)] = 20362, - [SMALL_STATE(333)] = 20452, - [SMALL_STATE(334)] = 20542, - [SMALL_STATE(335)] = 20632, - [SMALL_STATE(336)] = 20719, - [SMALL_STATE(337)] = 20806, - [SMALL_STATE(338)] = 20893, - [SMALL_STATE(339)] = 20980, - [SMALL_STATE(340)] = 21067, - [SMALL_STATE(341)] = 21154, - [SMALL_STATE(342)] = 21241, - [SMALL_STATE(343)] = 21328, - [SMALL_STATE(344)] = 21415, - [SMALL_STATE(345)] = 21502, - [SMALL_STATE(346)] = 21589, - [SMALL_STATE(347)] = 21676, - [SMALL_STATE(348)] = 21763, - [SMALL_STATE(349)] = 21850, - [SMALL_STATE(350)] = 21937, - [SMALL_STATE(351)] = 22024, - [SMALL_STATE(352)] = 22111, - [SMALL_STATE(353)] = 22198, - [SMALL_STATE(354)] = 22285, - [SMALL_STATE(355)] = 22372, - [SMALL_STATE(356)] = 22427, - [SMALL_STATE(357)] = 22514, - [SMALL_STATE(358)] = 22601, - [SMALL_STATE(359)] = 22688, - [SMALL_STATE(360)] = 22775, - [SMALL_STATE(361)] = 22862, - [SMALL_STATE(362)] = 22949, - [SMALL_STATE(363)] = 23036, - [SMALL_STATE(364)] = 23123, - [SMALL_STATE(365)] = 23210, - [SMALL_STATE(366)] = 23297, - [SMALL_STATE(367)] = 23384, - [SMALL_STATE(368)] = 23445, - [SMALL_STATE(369)] = 23532, - [SMALL_STATE(370)] = 23619, - [SMALL_STATE(371)] = 23706, - [SMALL_STATE(372)] = 23793, - [SMALL_STATE(373)] = 23880, - [SMALL_STATE(374)] = 23967, - [SMALL_STATE(375)] = 24054, - [SMALL_STATE(376)] = 24141, - [SMALL_STATE(377)] = 24228, - [SMALL_STATE(378)] = 24315, - [SMALL_STATE(379)] = 24402, - [SMALL_STATE(380)] = 24489, - [SMALL_STATE(381)] = 24550, - [SMALL_STATE(382)] = 24611, - [SMALL_STATE(383)] = 24698, - [SMALL_STATE(384)] = 24785, - [SMALL_STATE(385)] = 24872, - [SMALL_STATE(386)] = 24961, - [SMALL_STATE(387)] = 25048, - [SMALL_STATE(388)] = 25135, - [SMALL_STATE(389)] = 25222, - [SMALL_STATE(390)] = 25277, - [SMALL_STATE(391)] = 25364, - [SMALL_STATE(392)] = 25419, - [SMALL_STATE(393)] = 25506, - [SMALL_STATE(394)] = 25593, - [SMALL_STATE(395)] = 25680, - [SMALL_STATE(396)] = 25767, - [SMALL_STATE(397)] = 25854, - [SMALL_STATE(398)] = 25941, - [SMALL_STATE(399)] = 26028, - [SMALL_STATE(400)] = 26115, - [SMALL_STATE(401)] = 26202, - [SMALL_STATE(402)] = 26263, - [SMALL_STATE(403)] = 26350, - [SMALL_STATE(404)] = 26437, - [SMALL_STATE(405)] = 26526, - [SMALL_STATE(406)] = 26613, - [SMALL_STATE(407)] = 26668, - [SMALL_STATE(408)] = 26755, - [SMALL_STATE(409)] = 26842, - [SMALL_STATE(410)] = 26929, - [SMALL_STATE(411)] = 27016, - [SMALL_STATE(412)] = 27103, - [SMALL_STATE(413)] = 27190, - [SMALL_STATE(414)] = 27277, - [SMALL_STATE(415)] = 27364, - [SMALL_STATE(416)] = 27451, - [SMALL_STATE(417)] = 27538, - [SMALL_STATE(418)] = 27593, - [SMALL_STATE(419)] = 27680, - [SMALL_STATE(420)] = 27767, - [SMALL_STATE(421)] = 27854, - [SMALL_STATE(422)] = 27941, - [SMALL_STATE(423)] = 27996, - [SMALL_STATE(424)] = 28083, - [SMALL_STATE(425)] = 28170, - [SMALL_STATE(426)] = 28225, - [SMALL_STATE(427)] = 28312, - [SMALL_STATE(428)] = 28399, - [SMALL_STATE(429)] = 28486, - [SMALL_STATE(430)] = 28573, - [SMALL_STATE(431)] = 28660, - [SMALL_STATE(432)] = 28747, - [SMALL_STATE(433)] = 28834, - [SMALL_STATE(434)] = 28921, - [SMALL_STATE(435)] = 29008, - [SMALL_STATE(436)] = 29095, - [SMALL_STATE(437)] = 29182, - [SMALL_STATE(438)] = 29269, - [SMALL_STATE(439)] = 29356, - [SMALL_STATE(440)] = 29443, - [SMALL_STATE(441)] = 29530, - [SMALL_STATE(442)] = 29617, - [SMALL_STATE(443)] = 29704, - [SMALL_STATE(444)] = 29791, - [SMALL_STATE(445)] = 29855, - [SMALL_STATE(446)] = 29919, - [SMALL_STATE(447)] = 29983, - [SMALL_STATE(448)] = 30037, - [SMALL_STATE(449)] = 30101, - [SMALL_STATE(450)] = 30165, - [SMALL_STATE(451)] = 30219, - [SMALL_STATE(452)] = 30283, - [SMALL_STATE(453)] = 30337, - [SMALL_STATE(454)] = 30391, - [SMALL_STATE(455)] = 30445, - [SMALL_STATE(456)] = 30509, - [SMALL_STATE(457)] = 30563, - [SMALL_STATE(458)] = 30627, - [SMALL_STATE(459)] = 30681, - [SMALL_STATE(460)] = 30740, - [SMALL_STATE(461)] = 30799, - [SMALL_STATE(462)] = 30857, - [SMALL_STATE(463)] = 30909, - [SMALL_STATE(464)] = 30967, - [SMALL_STATE(465)] = 31025, - [SMALL_STATE(466)] = 31077, - [SMALL_STATE(467)] = 31135, - [SMALL_STATE(468)] = 31193, - [SMALL_STATE(469)] = 31251, - [SMALL_STATE(470)] = 31309, - [SMALL_STATE(471)] = 31361, - [SMALL_STATE(472)] = 31413, - [SMALL_STATE(473)] = 31465, - [SMALL_STATE(474)] = 31523, - [SMALL_STATE(475)] = 31581, - [SMALL_STATE(476)] = 31633, - [SMALL_STATE(477)] = 31691, - [SMALL_STATE(478)] = 31743, - [SMALL_STATE(479)] = 31795, - [SMALL_STATE(480)] = 31847, - [SMALL_STATE(481)] = 31905, - [SMALL_STATE(482)] = 31963, - [SMALL_STATE(483)] = 32021, - [SMALL_STATE(484)] = 32079, - [SMALL_STATE(485)] = 32137, - [SMALL_STATE(486)] = 32195, - [SMALL_STATE(487)] = 32253, - [SMALL_STATE(488)] = 32311, - [SMALL_STATE(489)] = 32363, - [SMALL_STATE(490)] = 32414, - [SMALL_STATE(491)] = 32469, - [SMALL_STATE(492)] = 32520, - [SMALL_STATE(493)] = 32575, - [SMALL_STATE(494)] = 32626, - [SMALL_STATE(495)] = 32681, - [SMALL_STATE(496)] = 32736, - [SMALL_STATE(497)] = 32791, - [SMALL_STATE(498)] = 32846, - [SMALL_STATE(499)] = 32901, - [SMALL_STATE(500)] = 32952, - [SMALL_STATE(501)] = 33007, - [SMALL_STATE(502)] = 33062, - [SMALL_STATE(503)] = 33117, - [SMALL_STATE(504)] = 33168, - [SMALL_STATE(505)] = 33223, - [SMALL_STATE(506)] = 33278, - [SMALL_STATE(507)] = 33329, - [SMALL_STATE(508)] = 33379, - [SMALL_STATE(509)] = 33429, - [SMALL_STATE(510)] = 33479, - [SMALL_STATE(511)] = 33529, - [SMALL_STATE(512)] = 33579, - [SMALL_STATE(513)] = 33629, - [SMALL_STATE(514)] = 33679, - [SMALL_STATE(515)] = 33729, - [SMALL_STATE(516)] = 33779, - [SMALL_STATE(517)] = 33829, - [SMALL_STATE(518)] = 33879, - [SMALL_STATE(519)] = 33929, - [SMALL_STATE(520)] = 33979, - [SMALL_STATE(521)] = 34029, - [SMALL_STATE(522)] = 34079, - [SMALL_STATE(523)] = 34129, - [SMALL_STATE(524)] = 34179, - [SMALL_STATE(525)] = 34229, - [SMALL_STATE(526)] = 34279, - [SMALL_STATE(527)] = 34329, - [SMALL_STATE(528)] = 34379, - [SMALL_STATE(529)] = 34429, - [SMALL_STATE(530)] = 34479, - [SMALL_STATE(531)] = 34529, - [SMALL_STATE(532)] = 34579, - [SMALL_STATE(533)] = 34629, - [SMALL_STATE(534)] = 34679, - [SMALL_STATE(535)] = 34729, - [SMALL_STATE(536)] = 34779, - [SMALL_STATE(537)] = 34829, - [SMALL_STATE(538)] = 34879, - [SMALL_STATE(539)] = 34929, - [SMALL_STATE(540)] = 34979, - [SMALL_STATE(541)] = 35029, - [SMALL_STATE(542)] = 35079, - [SMALL_STATE(543)] = 35129, - [SMALL_STATE(544)] = 35179, - [SMALL_STATE(545)] = 35229, - [SMALL_STATE(546)] = 35279, - [SMALL_STATE(547)] = 35329, - [SMALL_STATE(548)] = 35379, - [SMALL_STATE(549)] = 35429, - [SMALL_STATE(550)] = 35479, - [SMALL_STATE(551)] = 35529, - [SMALL_STATE(552)] = 35579, - [SMALL_STATE(553)] = 35629, - [SMALL_STATE(554)] = 35679, - [SMALL_STATE(555)] = 35729, - [SMALL_STATE(556)] = 35779, - [SMALL_STATE(557)] = 35829, - [SMALL_STATE(558)] = 35879, - [SMALL_STATE(559)] = 35929, - [SMALL_STATE(560)] = 35979, - [SMALL_STATE(561)] = 36061, - [SMALL_STATE(562)] = 36111, - [SMALL_STATE(563)] = 36193, - [SMALL_STATE(564)] = 36243, - [SMALL_STATE(565)] = 36293, - [SMALL_STATE(566)] = 36343, - [SMALL_STATE(567)] = 36393, - [SMALL_STATE(568)] = 36443, - [SMALL_STATE(569)] = 36493, - [SMALL_STATE(570)] = 36543, - [SMALL_STATE(571)] = 36593, - [SMALL_STATE(572)] = 36643, - [SMALL_STATE(573)] = 36693, - [SMALL_STATE(574)] = 36743, - [SMALL_STATE(575)] = 36793, - [SMALL_STATE(576)] = 36842, - [SMALL_STATE(577)] = 36891, - [SMALL_STATE(578)] = 36970, - [SMALL_STATE(579)] = 37019, - [SMALL_STATE(580)] = 37068, - [SMALL_STATE(581)] = 37117, - [SMALL_STATE(582)] = 37166, - [SMALL_STATE(583)] = 37215, - [SMALL_STATE(584)] = 37264, - [SMALL_STATE(585)] = 37313, - [SMALL_STATE(586)] = 37362, - [SMALL_STATE(587)] = 37411, - [SMALL_STATE(588)] = 37490, - [SMALL_STATE(589)] = 37539, - [SMALL_STATE(590)] = 37588, - [SMALL_STATE(591)] = 37637, - [SMALL_STATE(592)] = 37686, - [SMALL_STATE(593)] = 37735, - [SMALL_STATE(594)] = 37784, - [SMALL_STATE(595)] = 37833, - [SMALL_STATE(596)] = 37882, - [SMALL_STATE(597)] = 37931, - [SMALL_STATE(598)] = 37980, - [SMALL_STATE(599)] = 38029, - [SMALL_STATE(600)] = 38108, - [SMALL_STATE(601)] = 38157, - [SMALL_STATE(602)] = 38206, - [SMALL_STATE(603)] = 38255, - [SMALL_STATE(604)] = 38334, - [SMALL_STATE(605)] = 38383, - [SMALL_STATE(606)] = 38432, - [SMALL_STATE(607)] = 38511, - [SMALL_STATE(608)] = 38560, - [SMALL_STATE(609)] = 38609, - [SMALL_STATE(610)] = 38658, - [SMALL_STATE(611)] = 38707, - [SMALL_STATE(612)] = 38756, - [SMALL_STATE(613)] = 38805, - [SMALL_STATE(614)] = 38854, - [SMALL_STATE(615)] = 38933, - [SMALL_STATE(616)] = 39012, - [SMALL_STATE(617)] = 39091, - [SMALL_STATE(618)] = 39140, - [SMALL_STATE(619)] = 39189, - [SMALL_STATE(620)] = 39238, - [SMALL_STATE(621)] = 39287, - [SMALL_STATE(622)] = 39336, - [SMALL_STATE(623)] = 39415, - [SMALL_STATE(624)] = 39464, - [SMALL_STATE(625)] = 39513, - [SMALL_STATE(626)] = 39562, - [SMALL_STATE(627)] = 39611, - [SMALL_STATE(628)] = 39660, - [SMALL_STATE(629)] = 39739, - [SMALL_STATE(630)] = 39788, - [SMALL_STATE(631)] = 39837, - [SMALL_STATE(632)] = 39886, - [SMALL_STATE(633)] = 39965, - [SMALL_STATE(634)] = 40014, - [SMALL_STATE(635)] = 40063, - [SMALL_STATE(636)] = 40142, - [SMALL_STATE(637)] = 40191, - [SMALL_STATE(638)] = 40267, - [SMALL_STATE(639)] = 40343, - [SMALL_STATE(640)] = 40419, - [SMALL_STATE(641)] = 40488, - [SMALL_STATE(642)] = 40557, - [SMALL_STATE(643)] = 40633, - [SMALL_STATE(644)] = 40709, - [SMALL_STATE(645)] = 40770, - [SMALL_STATE(646)] = 40831, - [SMALL_STATE(647)] = 40892, - [SMALL_STATE(648)] = 40953, - [SMALL_STATE(649)] = 40998, - [SMALL_STATE(650)] = 41043, - [SMALL_STATE(651)] = 41118, - [SMALL_STATE(652)] = 41183, - [SMALL_STATE(653)] = 41244, - [SMALL_STATE(654)] = 41311, - [SMALL_STATE(655)] = 41372, - [SMALL_STATE(656)] = 41433, - [SMALL_STATE(657)] = 41494, - [SMALL_STATE(658)] = 41555, - [SMALL_STATE(659)] = 41616, - [SMALL_STATE(660)] = 41677, - [SMALL_STATE(661)] = 41744, - [SMALL_STATE(662)] = 41805, - [SMALL_STATE(663)] = 41868, - [SMALL_STATE(664)] = 41933, - [SMALL_STATE(665)] = 41998, - [SMALL_STATE(666)] = 42059, - [SMALL_STATE(667)] = 42120, - [SMALL_STATE(668)] = 42177, - [SMALL_STATE(669)] = 42238, - [SMALL_STATE(670)] = 42299, - [SMALL_STATE(671)] = 42362, - [SMALL_STATE(672)] = 42427, - [SMALL_STATE(673)] = 42484, - [SMALL_STATE(674)] = 42545, - [SMALL_STATE(675)] = 42598, - [SMALL_STATE(676)] = 42665, - [SMALL_STATE(677)] = 42724, - [SMALL_STATE(678)] = 42777, - [SMALL_STATE(679)] = 42838, - [SMALL_STATE(680)] = 42899, - [SMALL_STATE(681)] = 42960, - [SMALL_STATE(682)] = 43035, - [SMALL_STATE(683)] = 43088, - [SMALL_STATE(684)] = 43155, - [SMALL_STATE(685)] = 43214, - [SMALL_STATE(686)] = 43267, - [SMALL_STATE(687)] = 43328, - [SMALL_STATE(688)] = 43389, - [SMALL_STATE(689)] = 43450, - [SMALL_STATE(690)] = 43511, - [SMALL_STATE(691)] = 43572, - [SMALL_STATE(692)] = 43633, - [SMALL_STATE(693)] = 43694, - [SMALL_STATE(694)] = 43755, - [SMALL_STATE(695)] = 43816, - [SMALL_STATE(696)] = 43877, - [SMALL_STATE(697)] = 43938, - [SMALL_STATE(698)] = 43991, - [SMALL_STATE(699)] = 44052, - [SMALL_STATE(700)] = 44113, - [SMALL_STATE(701)] = 44174, - [SMALL_STATE(702)] = 44235, - [SMALL_STATE(703)] = 44296, - [SMALL_STATE(704)] = 44357, - [SMALL_STATE(705)] = 44418, - [SMALL_STATE(706)] = 44479, - [SMALL_STATE(707)] = 44540, - [SMALL_STATE(708)] = 44601, - [SMALL_STATE(709)] = 44662, - [SMALL_STATE(710)] = 44723, - [SMALL_STATE(711)] = 44784, - [SMALL_STATE(712)] = 44845, - [SMALL_STATE(713)] = 44906, - [SMALL_STATE(714)] = 44981, - [SMALL_STATE(715)] = 45042, - [SMALL_STATE(716)] = 45103, - [SMALL_STATE(717)] = 45164, - [SMALL_STATE(718)] = 45209, - [SMALL_STATE(719)] = 45270, - [SMALL_STATE(720)] = 45331, - [SMALL_STATE(721)] = 45392, - [SMALL_STATE(722)] = 45453, - [SMALL_STATE(723)] = 45514, - [SMALL_STATE(724)] = 45579, - [SMALL_STATE(725)] = 45640, - [SMALL_STATE(726)] = 45693, - [SMALL_STATE(727)] = 45758, - [SMALL_STATE(728)] = 45819, - [SMALL_STATE(729)] = 45880, - [SMALL_STATE(730)] = 45941, - [SMALL_STATE(731)] = 46002, - [SMALL_STATE(732)] = 46063, - [SMALL_STATE(733)] = 46124, - [SMALL_STATE(734)] = 46185, - [SMALL_STATE(735)] = 46246, - [SMALL_STATE(736)] = 46307, - [SMALL_STATE(737)] = 46368, - [SMALL_STATE(738)] = 46429, - [SMALL_STATE(739)] = 46490, - [SMALL_STATE(740)] = 46555, - [SMALL_STATE(741)] = 46600, - [SMALL_STATE(742)] = 46661, - [SMALL_STATE(743)] = 46722, - [SMALL_STATE(744)] = 46783, - [SMALL_STATE(745)] = 46844, - [SMALL_STATE(746)] = 46905, - [SMALL_STATE(747)] = 46966, - [SMALL_STATE(748)] = 47018, - [SMALL_STATE(749)] = 47060, - [SMALL_STATE(750)] = 47104, - [SMALL_STATE(751)] = 47148, - [SMALL_STATE(752)] = 47190, - [SMALL_STATE(753)] = 47232, - [SMALL_STATE(754)] = 47276, - [SMALL_STATE(755)] = 47320, - [SMALL_STATE(756)] = 47372, - [SMALL_STATE(757)] = 47428, - [SMALL_STATE(758)] = 47470, - [SMALL_STATE(759)] = 47512, - [SMALL_STATE(760)] = 47554, - [SMALL_STATE(761)] = 47606, - [SMALL_STATE(762)] = 47650, - [SMALL_STATE(763)] = 47692, - [SMALL_STATE(764)] = 47750, - [SMALL_STATE(765)] = 47816, - [SMALL_STATE(766)] = 47868, - [SMALL_STATE(767)] = 47924, - [SMALL_STATE(768)] = 47988, - [SMALL_STATE(769)] = 48054, - [SMALL_STATE(770)] = 48098, - [SMALL_STATE(771)] = 48142, - [SMALL_STATE(772)] = 48204, - [SMALL_STATE(773)] = 48264, - [SMALL_STATE(774)] = 48330, - [SMALL_STATE(775)] = 48372, - [SMALL_STATE(776)] = 48414, - [SMALL_STATE(777)] = 48456, - [SMALL_STATE(778)] = 48502, - [SMALL_STATE(779)] = 48562, - [SMALL_STATE(780)] = 48624, - [SMALL_STATE(781)] = 48666, - [SMALL_STATE(782)] = 48730, - [SMALL_STATE(783)] = 48774, - [SMALL_STATE(784)] = 48816, - [SMALL_STATE(785)] = 48872, - [SMALL_STATE(786)] = 48946, - [SMALL_STATE(787)] = 48988, - [SMALL_STATE(788)] = 49030, - [SMALL_STATE(789)] = 49072, - [SMALL_STATE(790)] = 49124, - [SMALL_STATE(791)] = 49166, - [SMALL_STATE(792)] = 49208, - [SMALL_STATE(793)] = 49250, - [SMALL_STATE(794)] = 49292, - [SMALL_STATE(795)] = 49334, - [SMALL_STATE(796)] = 49376, - [SMALL_STATE(797)] = 49418, - [SMALL_STATE(798)] = 49484, - [SMALL_STATE(799)] = 49526, - [SMALL_STATE(800)] = 49572, - [SMALL_STATE(801)] = 49624, - [SMALL_STATE(802)] = 49666, - [SMALL_STATE(803)] = 49708, - [SMALL_STATE(804)] = 49750, - [SMALL_STATE(805)] = 49816, - [SMALL_STATE(806)] = 49858, - [SMALL_STATE(807)] = 49900, - [SMALL_STATE(808)] = 49952, - [SMALL_STATE(809)] = 50010, - [SMALL_STATE(810)] = 50052, - [SMALL_STATE(811)] = 50118, - [SMALL_STATE(812)] = 50170, - [SMALL_STATE(813)] = 50212, - [SMALL_STATE(814)] = 50254, - [SMALL_STATE(815)] = 50296, - [SMALL_STATE(816)] = 50338, - [SMALL_STATE(817)] = 50380, - [SMALL_STATE(818)] = 50422, - [SMALL_STATE(819)] = 50480, - [SMALL_STATE(820)] = 50522, - [SMALL_STATE(821)] = 50564, - [SMALL_STATE(822)] = 50628, - [SMALL_STATE(823)] = 50670, - [SMALL_STATE(824)] = 50712, - [SMALL_STATE(825)] = 50754, - [SMALL_STATE(826)] = 50796, - [SMALL_STATE(827)] = 50858, - [SMALL_STATE(828)] = 50918, - [SMALL_STATE(829)] = 50960, - [SMALL_STATE(830)] = 51002, - [SMALL_STATE(831)] = 51044, - [SMALL_STATE(832)] = 51086, - [SMALL_STATE(833)] = 51128, - [SMALL_STATE(834)] = 51170, - [SMALL_STATE(835)] = 51212, - [SMALL_STATE(836)] = 51254, - [SMALL_STATE(837)] = 51296, - [SMALL_STATE(838)] = 51338, - [SMALL_STATE(839)] = 51380, - [SMALL_STATE(840)] = 51422, - [SMALL_STATE(841)] = 51464, - [SMALL_STATE(842)] = 51506, - [SMALL_STATE(843)] = 51548, - [SMALL_STATE(844)] = 51590, - [SMALL_STATE(845)] = 51632, - [SMALL_STATE(846)] = 51674, - [SMALL_STATE(847)] = 51716, - [SMALL_STATE(848)] = 51758, - [SMALL_STATE(849)] = 51800, - [SMALL_STATE(850)] = 51842, - [SMALL_STATE(851)] = 51884, - [SMALL_STATE(852)] = 51926, - [SMALL_STATE(853)] = 51968, - [SMALL_STATE(854)] = 52020, - [SMALL_STATE(855)] = 52092, - [SMALL_STATE(856)] = 52133, - [SMALL_STATE(857)] = 52174, - [SMALL_STATE(858)] = 52239, - [SMALL_STATE(859)] = 52296, - [SMALL_STATE(860)] = 52337, - [SMALL_STATE(861)] = 52380, - [SMALL_STATE(862)] = 52421, - [SMALL_STATE(863)] = 52472, - [SMALL_STATE(864)] = 52523, - [SMALL_STATE(865)] = 52566, - [SMALL_STATE(866)] = 52609, - [SMALL_STATE(867)] = 52652, - [SMALL_STATE(868)] = 52695, - [SMALL_STATE(869)] = 52736, - [SMALL_STATE(870)] = 52791, - [SMALL_STATE(871)] = 52854, - [SMALL_STATE(872)] = 52895, - [SMALL_STATE(873)] = 52956, - [SMALL_STATE(874)] = 52999, - [SMALL_STATE(875)] = 53058, - [SMALL_STATE(876)] = 53099, - [SMALL_STATE(877)] = 53164, - [SMALL_STATE(878)] = 53205, - [SMALL_STATE(879)] = 53250, - [SMALL_STATE(880)] = 53291, - [SMALL_STATE(881)] = 53332, - [SMALL_STATE(882)] = 53373, - [SMALL_STATE(883)] = 53414, - [SMALL_STATE(884)] = 53459, - [SMALL_STATE(885)] = 53500, - [SMALL_STATE(886)] = 53541, - [SMALL_STATE(887)] = 53582, - [SMALL_STATE(888)] = 53623, - [SMALL_STATE(889)] = 53664, - [SMALL_STATE(890)] = 53705, - [SMALL_STATE(891)] = 53746, - [SMALL_STATE(892)] = 53787, - [SMALL_STATE(893)] = 53838, - [SMALL_STATE(894)] = 53879, - [SMALL_STATE(895)] = 53920, - [SMALL_STATE(896)] = 53961, - [SMALL_STATE(897)] = 54012, - [SMALL_STATE(898)] = 54053, - [SMALL_STATE(899)] = 54094, - [SMALL_STATE(900)] = 54135, - [SMALL_STATE(901)] = 54176, - [SMALL_STATE(902)] = 54217, - [SMALL_STATE(903)] = 54258, - [SMALL_STATE(904)] = 54299, - [SMALL_STATE(905)] = 54340, - [SMALL_STATE(906)] = 54381, - [SMALL_STATE(907)] = 54422, - [SMALL_STATE(908)] = 54463, - [SMALL_STATE(909)] = 54504, - [SMALL_STATE(910)] = 54545, - [SMALL_STATE(911)] = 54586, - [SMALL_STATE(912)] = 54627, - [SMALL_STATE(913)] = 54668, - [SMALL_STATE(914)] = 54709, - [SMALL_STATE(915)] = 54760, - [SMALL_STATE(916)] = 54817, - [SMALL_STATE(917)] = 54882, - [SMALL_STATE(918)] = 54933, - [SMALL_STATE(919)] = 54988, - [SMALL_STATE(920)] = 55051, - [SMALL_STATE(921)] = 55112, - [SMALL_STATE(922)] = 55153, - [SMALL_STATE(923)] = 55194, - [SMALL_STATE(924)] = 55235, - [SMALL_STATE(925)] = 55278, - [SMALL_STATE(926)] = 55321, - [SMALL_STATE(927)] = 55362, - [SMALL_STATE(928)] = 55403, - [SMALL_STATE(929)] = 55444, - [SMALL_STATE(930)] = 55485, - [SMALL_STATE(931)] = 55526, - [SMALL_STATE(932)] = 55567, - [SMALL_STATE(933)] = 55608, - [SMALL_STATE(934)] = 55649, - [SMALL_STATE(935)] = 55690, - [SMALL_STATE(936)] = 55731, - [SMALL_STATE(937)] = 55772, - [SMALL_STATE(938)] = 55813, - [SMALL_STATE(939)] = 55854, - [SMALL_STATE(940)] = 55895, - [SMALL_STATE(941)] = 55936, - [SMALL_STATE(942)] = 55977, - [SMALL_STATE(943)] = 56018, - [SMALL_STATE(944)] = 56059, - [SMALL_STATE(945)] = 56100, - [SMALL_STATE(946)] = 56141, - [SMALL_STATE(947)] = 56182, - [SMALL_STATE(948)] = 56223, - [SMALL_STATE(949)] = 56264, - [SMALL_STATE(950)] = 56305, - [SMALL_STATE(951)] = 56346, - [SMALL_STATE(952)] = 56387, - [SMALL_STATE(953)] = 56428, - [SMALL_STATE(954)] = 56469, - [SMALL_STATE(955)] = 56512, - [SMALL_STATE(956)] = 56553, - [SMALL_STATE(957)] = 56596, - [SMALL_STATE(958)] = 56639, - [SMALL_STATE(959)] = 56680, - [SMALL_STATE(960)] = 56723, - [SMALL_STATE(961)] = 56764, - [SMALL_STATE(962)] = 56805, - [SMALL_STATE(963)] = 56846, - [SMALL_STATE(964)] = 56887, - [SMALL_STATE(965)] = 56928, - [SMALL_STATE(966)] = 56969, - [SMALL_STATE(967)] = 57010, - [SMALL_STATE(968)] = 57053, - [SMALL_STATE(969)] = 57094, - [SMALL_STATE(970)] = 57135, - [SMALL_STATE(971)] = 57176, - [SMALL_STATE(972)] = 57217, - [SMALL_STATE(973)] = 57258, - [SMALL_STATE(974)] = 57299, - [SMALL_STATE(975)] = 57340, - [SMALL_STATE(976)] = 57381, - [SMALL_STATE(977)] = 57422, - [SMALL_STATE(978)] = 57463, - [SMALL_STATE(979)] = 57504, - [SMALL_STATE(980)] = 57545, - [SMALL_STATE(981)] = 57610, - [SMALL_STATE(982)] = 57669, - [SMALL_STATE(983)] = 57709, - [SMALL_STATE(984)] = 57753, - [SMALL_STATE(985)] = 57793, - [SMALL_STATE(986)] = 57835, - [SMALL_STATE(987)] = 57875, - [SMALL_STATE(988)] = 57915, - [SMALL_STATE(989)] = 57959, - [SMALL_STATE(990)] = 57999, - [SMALL_STATE(991)] = 58039, - [SMALL_STATE(992)] = 58079, - [SMALL_STATE(993)] = 58119, - [SMALL_STATE(994)] = 58159, - [SMALL_STATE(995)] = 58199, - [SMALL_STATE(996)] = 58239, - [SMALL_STATE(997)] = 58279, - [SMALL_STATE(998)] = 58319, - [SMALL_STATE(999)] = 58359, - [SMALL_STATE(1000)] = 58399, - [SMALL_STATE(1001)] = 58439, - [SMALL_STATE(1002)] = 58483, - [SMALL_STATE(1003)] = 58523, - [SMALL_STATE(1004)] = 58563, - [SMALL_STATE(1005)] = 58603, - [SMALL_STATE(1006)] = 58643, - [SMALL_STATE(1007)] = 58683, - [SMALL_STATE(1008)] = 58723, - [SMALL_STATE(1009)] = 58763, - [SMALL_STATE(1010)] = 58803, - [SMALL_STATE(1011)] = 58843, - [SMALL_STATE(1012)] = 58883, - [SMALL_STATE(1013)] = 58923, - [SMALL_STATE(1014)] = 58963, - [SMALL_STATE(1015)] = 59003, - [SMALL_STATE(1016)] = 59043, - [SMALL_STATE(1017)] = 59083, - [SMALL_STATE(1018)] = 59123, - [SMALL_STATE(1019)] = 59163, - [SMALL_STATE(1020)] = 59203, - [SMALL_STATE(1021)] = 59243, - [SMALL_STATE(1022)] = 59283, - [SMALL_STATE(1023)] = 59323, - [SMALL_STATE(1024)] = 59363, - [SMALL_STATE(1025)] = 59403, - [SMALL_STATE(1026)] = 59447, - [SMALL_STATE(1027)] = 59487, - [SMALL_STATE(1028)] = 59527, - [SMALL_STATE(1029)] = 59567, - [SMALL_STATE(1030)] = 59607, - [SMALL_STATE(1031)] = 59647, - [SMALL_STATE(1032)] = 59687, - [SMALL_STATE(1033)] = 59727, - [SMALL_STATE(1034)] = 59767, - [SMALL_STATE(1035)] = 59807, - [SMALL_STATE(1036)] = 59847, - [SMALL_STATE(1037)] = 59887, - [SMALL_STATE(1038)] = 59927, - [SMALL_STATE(1039)] = 59967, - [SMALL_STATE(1040)] = 60007, - [SMALL_STATE(1041)] = 60047, - [SMALL_STATE(1042)] = 60087, - [SMALL_STATE(1043)] = 60127, - [SMALL_STATE(1044)] = 60167, - [SMALL_STATE(1045)] = 60207, - [SMALL_STATE(1046)] = 60247, - [SMALL_STATE(1047)] = 60288, - [SMALL_STATE(1048)] = 60329, - [SMALL_STATE(1049)] = 60370, - [SMALL_STATE(1050)] = 60411, - [SMALL_STATE(1051)] = 60452, - [SMALL_STATE(1052)] = 60493, - [SMALL_STATE(1053)] = 60534, - [SMALL_STATE(1054)] = 60575, - [SMALL_STATE(1055)] = 60610, - [SMALL_STATE(1056)] = 60639, - [SMALL_STATE(1057)] = 60668, - [SMALL_STATE(1058)] = 60703, - [SMALL_STATE(1059)] = 60732, - [SMALL_STATE(1060)] = 60767, - [SMALL_STATE(1061)] = 60802, - [SMALL_STATE(1062)] = 60831, - [SMALL_STATE(1063)] = 60879, - [SMALL_STATE(1064)] = 60913, - [SMALL_STATE(1065)] = 60941, - [SMALL_STATE(1066)] = 60969, - [SMALL_STATE(1067)] = 60997, - [SMALL_STATE(1068)] = 61031, - [SMALL_STATE(1069)] = 61059, - [SMALL_STATE(1070)] = 61087, - [SMALL_STATE(1071)] = 61115, - [SMALL_STATE(1072)] = 61143, - [SMALL_STATE(1073)] = 61177, - [SMALL_STATE(1074)] = 61211, - [SMALL_STATE(1075)] = 61239, - [SMALL_STATE(1076)] = 61267, - [SMALL_STATE(1077)] = 61301, - [SMALL_STATE(1078)] = 61329, - [SMALL_STATE(1079)] = 61357, - [SMALL_STATE(1080)] = 61385, - [SMALL_STATE(1081)] = 61413, - [SMALL_STATE(1082)] = 61441, - [SMALL_STATE(1083)] = 61475, - [SMALL_STATE(1084)] = 61503, - [SMALL_STATE(1085)] = 61531, - [SMALL_STATE(1086)] = 61574, - [SMALL_STATE(1087)] = 61597, - [SMALL_STATE(1088)] = 61620, - [SMALL_STATE(1089)] = 61663, - [SMALL_STATE(1090)] = 61708, - [SMALL_STATE(1091)] = 61751, - [SMALL_STATE(1092)] = 61794, - [SMALL_STATE(1093)] = 61825, - [SMALL_STATE(1094)] = 61868, - [SMALL_STATE(1095)] = 61901, - [SMALL_STATE(1096)] = 61934, - [SMALL_STATE(1097)] = 61965, - [SMALL_STATE(1098)] = 61996, - [SMALL_STATE(1099)] = 62019, - [SMALL_STATE(1100)] = 62062, - [SMALL_STATE(1101)] = 62105, - [SMALL_STATE(1102)] = 62150, - [SMALL_STATE(1103)] = 62193, - [SMALL_STATE(1104)] = 62238, - [SMALL_STATE(1105)] = 62261, - [SMALL_STATE(1106)] = 62304, - [SMALL_STATE(1107)] = 62344, - [SMALL_STATE(1108)] = 62369, - [SMALL_STATE(1109)] = 62406, - [SMALL_STATE(1110)] = 62443, - [SMALL_STATE(1111)] = 62480, - [SMALL_STATE(1112)] = 62517, - [SMALL_STATE(1113)] = 62551, - [SMALL_STATE(1114)] = 62585, - [SMALL_STATE(1115)] = 62625, - [SMALL_STATE(1116)] = 62665, - [SMALL_STATE(1117)] = 62705, - [SMALL_STATE(1118)] = 62745, - [SMALL_STATE(1119)] = 62785, - [SMALL_STATE(1120)] = 62825, - [SMALL_STATE(1121)] = 62865, - [SMALL_STATE(1122)] = 62902, - [SMALL_STATE(1123)] = 62939, - [SMALL_STATE(1124)] = 62976, - [SMALL_STATE(1125)] = 63013, - [SMALL_STATE(1126)] = 63050, - [SMALL_STATE(1127)] = 63087, - [SMALL_STATE(1128)] = 63124, - [SMALL_STATE(1129)] = 63148, - [SMALL_STATE(1130)] = 63172, - [SMALL_STATE(1131)] = 63196, - [SMALL_STATE(1132)] = 63220, - [SMALL_STATE(1133)] = 63244, - [SMALL_STATE(1134)] = 63268, - [SMALL_STATE(1135)] = 63292, - [SMALL_STATE(1136)] = 63320, - [SMALL_STATE(1137)] = 63344, - [SMALL_STATE(1138)] = 63368, - [SMALL_STATE(1139)] = 63392, - [SMALL_STATE(1140)] = 63416, - [SMALL_STATE(1141)] = 63440, - [SMALL_STATE(1142)] = 63464, - [SMALL_STATE(1143)] = 63488, - [SMALL_STATE(1144)] = 63512, - [SMALL_STATE(1145)] = 63527, - [SMALL_STATE(1146)] = 63546, - [SMALL_STATE(1147)] = 63563, - [SMALL_STATE(1148)] = 63580, - [SMALL_STATE(1149)] = 63597, - [SMALL_STATE(1150)] = 63620, - [SMALL_STATE(1151)] = 63635, - [SMALL_STATE(1152)] = 63658, - [SMALL_STATE(1153)] = 63681, - [SMALL_STATE(1154)] = 63704, - [SMALL_STATE(1155)] = 63727, - [SMALL_STATE(1156)] = 63742, - [SMALL_STATE(1157)] = 63757, - [SMALL_STATE(1158)] = 63778, - [SMALL_STATE(1159)] = 63797, - [SMALL_STATE(1160)] = 63820, - [SMALL_STATE(1161)] = 63837, - [SMALL_STATE(1162)] = 63858, - [SMALL_STATE(1163)] = 63879, - [SMALL_STATE(1164)] = 63896, - [SMALL_STATE(1165)] = 63919, - [SMALL_STATE(1166)] = 63939, - [SMALL_STATE(1167)] = 63953, - [SMALL_STATE(1168)] = 63969, - [SMALL_STATE(1169)] = 63997, - [SMALL_STATE(1170)] = 64025, - [SMALL_STATE(1171)] = 64047, - [SMALL_STATE(1172)] = 64063, - [SMALL_STATE(1173)] = 64077, - [SMALL_STATE(1174)] = 64091, - [SMALL_STATE(1175)] = 64113, - [SMALL_STATE(1176)] = 64133, - [SMALL_STATE(1177)] = 64151, - [SMALL_STATE(1178)] = 64171, - [SMALL_STATE(1179)] = 64199, - [SMALL_STATE(1180)] = 64221, - [SMALL_STATE(1181)] = 64249, - [SMALL_STATE(1182)] = 64277, - [SMALL_STATE(1183)] = 64291, - [SMALL_STATE(1184)] = 64311, - [SMALL_STATE(1185)] = 64331, - [SMALL_STATE(1186)] = 64345, - [SMALL_STATE(1187)] = 64373, - [SMALL_STATE(1188)] = 64391, - [SMALL_STATE(1189)] = 64405, - [SMALL_STATE(1190)] = 64431, - [SMALL_STATE(1191)] = 64457, - [SMALL_STATE(1192)] = 64485, - [SMALL_STATE(1193)] = 64505, - [SMALL_STATE(1194)] = 64527, - [SMALL_STATE(1195)] = 64547, - [SMALL_STATE(1196)] = 64561, - [SMALL_STATE(1197)] = 64583, - [SMALL_STATE(1198)] = 64609, - [SMALL_STATE(1199)] = 64631, - [SMALL_STATE(1200)] = 64653, - [SMALL_STATE(1201)] = 64669, - [SMALL_STATE(1202)] = 64683, - [SMALL_STATE(1203)] = 64709, - [SMALL_STATE(1204)] = 64731, - [SMALL_STATE(1205)] = 64759, - [SMALL_STATE(1206)] = 64787, - [SMALL_STATE(1207)] = 64813, - [SMALL_STATE(1208)] = 64839, - [SMALL_STATE(1209)] = 64865, - [SMALL_STATE(1210)] = 64885, - [SMALL_STATE(1211)] = 64911, - [SMALL_STATE(1212)] = 64929, - [SMALL_STATE(1213)] = 64945, - [SMALL_STATE(1214)] = 64965, - [SMALL_STATE(1215)] = 64985, - [SMALL_STATE(1216)] = 65001, - [SMALL_STATE(1217)] = 65023, - [SMALL_STATE(1218)] = 65045, - [SMALL_STATE(1219)] = 65061, - [SMALL_STATE(1220)] = 65086, - [SMALL_STATE(1221)] = 65111, - [SMALL_STATE(1222)] = 65136, - [SMALL_STATE(1223)] = 65149, - [SMALL_STATE(1224)] = 65170, - [SMALL_STATE(1225)] = 65183, - [SMALL_STATE(1226)] = 65204, - [SMALL_STATE(1227)] = 65229, - [SMALL_STATE(1228)] = 65250, - [SMALL_STATE(1229)] = 65273, - [SMALL_STATE(1230)] = 65294, - [SMALL_STATE(1231)] = 65317, - [SMALL_STATE(1232)] = 65338, - [SMALL_STATE(1233)] = 65353, - [SMALL_STATE(1234)] = 65378, - [SMALL_STATE(1235)] = 65403, - [SMALL_STATE(1236)] = 65426, - [SMALL_STATE(1237)] = 65447, - [SMALL_STATE(1238)] = 65468, - [SMALL_STATE(1239)] = 65487, - [SMALL_STATE(1240)] = 65504, - [SMALL_STATE(1241)] = 65517, - [SMALL_STATE(1242)] = 65532, - [SMALL_STATE(1243)] = 65549, - [SMALL_STATE(1244)] = 65562, - [SMALL_STATE(1245)] = 65575, - [SMALL_STATE(1246)] = 65588, - [SMALL_STATE(1247)] = 65603, - [SMALL_STATE(1248)] = 65618, - [SMALL_STATE(1249)] = 65643, - [SMALL_STATE(1250)] = 65664, - [SMALL_STATE(1251)] = 65689, - [SMALL_STATE(1252)] = 65714, - [SMALL_STATE(1253)] = 65735, - [SMALL_STATE(1254)] = 65760, - [SMALL_STATE(1255)] = 65781, - [SMALL_STATE(1256)] = 65802, - [SMALL_STATE(1257)] = 65815, - [SMALL_STATE(1258)] = 65830, - [SMALL_STATE(1259)] = 65855, - [SMALL_STATE(1260)] = 65876, - [SMALL_STATE(1261)] = 65897, - [SMALL_STATE(1262)] = 65922, - [SMALL_STATE(1263)] = 65947, - [SMALL_STATE(1264)] = 65968, - [SMALL_STATE(1265)] = 65993, - [SMALL_STATE(1266)] = 66012, - [SMALL_STATE(1267)] = 66031, - [SMALL_STATE(1268)] = 66056, - [SMALL_STATE(1269)] = 66077, - [SMALL_STATE(1270)] = 66102, - [SMALL_STATE(1271)] = 66117, - [SMALL_STATE(1272)] = 66138, - [SMALL_STATE(1273)] = 66163, - [SMALL_STATE(1274)] = 66188, - [SMALL_STATE(1275)] = 66209, - [SMALL_STATE(1276)] = 66222, - [SMALL_STATE(1277)] = 66247, - [SMALL_STATE(1278)] = 66268, - [SMALL_STATE(1279)] = 66293, - [SMALL_STATE(1280)] = 66318, - [SMALL_STATE(1281)] = 66337, - [SMALL_STATE(1282)] = 66362, - [SMALL_STATE(1283)] = 66387, - [SMALL_STATE(1284)] = 66412, - [SMALL_STATE(1285)] = 66437, - [SMALL_STATE(1286)] = 66462, - [SMALL_STATE(1287)] = 66487, - [SMALL_STATE(1288)] = 66512, - [SMALL_STATE(1289)] = 66532, - [SMALL_STATE(1290)] = 66552, - [SMALL_STATE(1291)] = 66568, - [SMALL_STATE(1292)] = 66588, - [SMALL_STATE(1293)] = 66608, - [SMALL_STATE(1294)] = 66628, - [SMALL_STATE(1295)] = 66644, - [SMALL_STATE(1296)] = 66660, - [SMALL_STATE(1297)] = 66680, - [SMALL_STATE(1298)] = 66700, - [SMALL_STATE(1299)] = 66720, - [SMALL_STATE(1300)] = 66742, - [SMALL_STATE(1301)] = 66758, - [SMALL_STATE(1302)] = 66778, - [SMALL_STATE(1303)] = 66794, - [SMALL_STATE(1304)] = 66814, - [SMALL_STATE(1305)] = 66834, - [SMALL_STATE(1306)] = 66850, - [SMALL_STATE(1307)] = 66870, - [SMALL_STATE(1308)] = 66890, - [SMALL_STATE(1309)] = 66908, - [SMALL_STATE(1310)] = 66924, - [SMALL_STATE(1311)] = 66944, - [SMALL_STATE(1312)] = 66960, - [SMALL_STATE(1313)] = 66980, - [SMALL_STATE(1314)] = 66996, - [SMALL_STATE(1315)] = 67016, - [SMALL_STATE(1316)] = 67036, - [SMALL_STATE(1317)] = 67052, - [SMALL_STATE(1318)] = 67072, - [SMALL_STATE(1319)] = 67092, - [SMALL_STATE(1320)] = 67108, - [SMALL_STATE(1321)] = 67128, - [SMALL_STATE(1322)] = 67148, - [SMALL_STATE(1323)] = 67168, - [SMALL_STATE(1324)] = 67188, - [SMALL_STATE(1325)] = 67208, - [SMALL_STATE(1326)] = 67224, - [SMALL_STATE(1327)] = 67244, - [SMALL_STATE(1328)] = 67263, - [SMALL_STATE(1329)] = 67282, - [SMALL_STATE(1330)] = 67299, - [SMALL_STATE(1331)] = 67318, - [SMALL_STATE(1332)] = 67329, - [SMALL_STATE(1333)] = 67348, - [SMALL_STATE(1334)] = 67367, - [SMALL_STATE(1335)] = 67386, - [SMALL_STATE(1336)] = 67405, - [SMALL_STATE(1337)] = 67416, - [SMALL_STATE(1338)] = 67435, - [SMALL_STATE(1339)] = 67454, - [SMALL_STATE(1340)] = 67473, - [SMALL_STATE(1341)] = 67492, - [SMALL_STATE(1342)] = 67503, - [SMALL_STATE(1343)] = 67514, - [SMALL_STATE(1344)] = 67533, - [SMALL_STATE(1345)] = 67552, - [SMALL_STATE(1346)] = 67563, - [SMALL_STATE(1347)] = 67582, - [SMALL_STATE(1348)] = 67599, - [SMALL_STATE(1349)] = 67618, - [SMALL_STATE(1350)] = 67629, - [SMALL_STATE(1351)] = 67648, - [SMALL_STATE(1352)] = 67667, - [SMALL_STATE(1353)] = 67686, - [SMALL_STATE(1354)] = 67701, - [SMALL_STATE(1355)] = 67720, - [SMALL_STATE(1356)] = 67739, - [SMALL_STATE(1357)] = 67758, - [SMALL_STATE(1358)] = 67777, - [SMALL_STATE(1359)] = 67796, - [SMALL_STATE(1360)] = 67813, - [SMALL_STATE(1361)] = 67827, - [SMALL_STATE(1362)] = 67841, - [SMALL_STATE(1363)] = 67855, - [SMALL_STATE(1364)] = 67869, - [SMALL_STATE(1365)] = 67885, - [SMALL_STATE(1366)] = 67899, - [SMALL_STATE(1367)] = 67913, - [SMALL_STATE(1368)] = 67927, - [SMALL_STATE(1369)] = 67937, - [SMALL_STATE(1370)] = 67951, - [SMALL_STATE(1371)] = 67965, - [SMALL_STATE(1372)] = 67979, - [SMALL_STATE(1373)] = 67993, - [SMALL_STATE(1374)] = 68007, - [SMALL_STATE(1375)] = 68020, - [SMALL_STATE(1376)] = 68033, - [SMALL_STATE(1377)] = 68046, - [SMALL_STATE(1378)] = 68059, - [SMALL_STATE(1379)] = 68072, - [SMALL_STATE(1380)] = 68085, - [SMALL_STATE(1381)] = 68098, - [SMALL_STATE(1382)] = 68111, - [SMALL_STATE(1383)] = 68124, - [SMALL_STATE(1384)] = 68137, - [SMALL_STATE(1385)] = 68150, - [SMALL_STATE(1386)] = 68163, - [SMALL_STATE(1387)] = 68176, - [SMALL_STATE(1388)] = 68189, - [SMALL_STATE(1389)] = 68202, - [SMALL_STATE(1390)] = 68215, - [SMALL_STATE(1391)] = 68228, - [SMALL_STATE(1392)] = 68241, - [SMALL_STATE(1393)] = 68254, - [SMALL_STATE(1394)] = 68267, - [SMALL_STATE(1395)] = 68280, - [SMALL_STATE(1396)] = 68293, - [SMALL_STATE(1397)] = 68306, - [SMALL_STATE(1398)] = 68319, - [SMALL_STATE(1399)] = 68332, - [SMALL_STATE(1400)] = 68345, - [SMALL_STATE(1401)] = 68358, - [SMALL_STATE(1402)] = 68371, - [SMALL_STATE(1403)] = 68384, - [SMALL_STATE(1404)] = 68393, - [SMALL_STATE(1405)] = 68406, - [SMALL_STATE(1406)] = 68419, - [SMALL_STATE(1407)] = 68432, - [SMALL_STATE(1408)] = 68445, - [SMALL_STATE(1409)] = 68458, - [SMALL_STATE(1410)] = 68471, - [SMALL_STATE(1411)] = 68484, - [SMALL_STATE(1412)] = 68497, - [SMALL_STATE(1413)] = 68510, - [SMALL_STATE(1414)] = 68523, - [SMALL_STATE(1415)] = 68536, - [SMALL_STATE(1416)] = 68549, - [SMALL_STATE(1417)] = 68562, - [SMALL_STATE(1418)] = 68575, - [SMALL_STATE(1419)] = 68588, - [SMALL_STATE(1420)] = 68601, - [SMALL_STATE(1421)] = 68614, - [SMALL_STATE(1422)] = 68627, - [SMALL_STATE(1423)] = 68638, - [SMALL_STATE(1424)] = 68651, - [SMALL_STATE(1425)] = 68664, - [SMALL_STATE(1426)] = 68677, - [SMALL_STATE(1427)] = 68690, - [SMALL_STATE(1428)] = 68703, - [SMALL_STATE(1429)] = 68716, - [SMALL_STATE(1430)] = 68727, - [SMALL_STATE(1431)] = 68740, - [SMALL_STATE(1432)] = 68753, - [SMALL_STATE(1433)] = 68766, - [SMALL_STATE(1434)] = 68777, - [SMALL_STATE(1435)] = 68790, - [SMALL_STATE(1436)] = 68803, - [SMALL_STATE(1437)] = 68816, - [SMALL_STATE(1438)] = 68827, - [SMALL_STATE(1439)] = 68840, - [SMALL_STATE(1440)] = 68853, - [SMALL_STATE(1441)] = 68866, - [SMALL_STATE(1442)] = 68879, - [SMALL_STATE(1443)] = 68892, - [SMALL_STATE(1444)] = 68905, - [SMALL_STATE(1445)] = 68916, - [SMALL_STATE(1446)] = 68929, - [SMALL_STATE(1447)] = 68942, - [SMALL_STATE(1448)] = 68955, - [SMALL_STATE(1449)] = 68968, - [SMALL_STATE(1450)] = 68981, - [SMALL_STATE(1451)] = 68994, - [SMALL_STATE(1452)] = 69007, - [SMALL_STATE(1453)] = 69020, - [SMALL_STATE(1454)] = 69033, - [SMALL_STATE(1455)] = 69046, - [SMALL_STATE(1456)] = 69059, - [SMALL_STATE(1457)] = 69072, - [SMALL_STATE(1458)] = 69085, - [SMALL_STATE(1459)] = 69098, - [SMALL_STATE(1460)] = 69111, - [SMALL_STATE(1461)] = 69124, - [SMALL_STATE(1462)] = 69137, - [SMALL_STATE(1463)] = 69150, - [SMALL_STATE(1464)] = 69163, - [SMALL_STATE(1465)] = 69176, - [SMALL_STATE(1466)] = 69189, - [SMALL_STATE(1467)] = 69202, - [SMALL_STATE(1468)] = 69215, - [SMALL_STATE(1469)] = 69228, - [SMALL_STATE(1470)] = 69241, - [SMALL_STATE(1471)] = 69252, - [SMALL_STATE(1472)] = 69265, - [SMALL_STATE(1473)] = 69278, - [SMALL_STATE(1474)] = 69291, - [SMALL_STATE(1475)] = 69304, - [SMALL_STATE(1476)] = 69317, - [SMALL_STATE(1477)] = 69330, - [SMALL_STATE(1478)] = 69343, - [SMALL_STATE(1479)] = 69352, - [SMALL_STATE(1480)] = 69365, - [SMALL_STATE(1481)] = 69378, - [SMALL_STATE(1482)] = 69391, - [SMALL_STATE(1483)] = 69404, - [SMALL_STATE(1484)] = 69417, - [SMALL_STATE(1485)] = 69430, - [SMALL_STATE(1486)] = 69443, - [SMALL_STATE(1487)] = 69456, - [SMALL_STATE(1488)] = 69469, - [SMALL_STATE(1489)] = 69482, - [SMALL_STATE(1490)] = 69493, - [SMALL_STATE(1491)] = 69506, - [SMALL_STATE(1492)] = 69519, - [SMALL_STATE(1493)] = 69532, - [SMALL_STATE(1494)] = 69545, - [SMALL_STATE(1495)] = 69558, - [SMALL_STATE(1496)] = 69571, - [SMALL_STATE(1497)] = 69584, - [SMALL_STATE(1498)] = 69597, - [SMALL_STATE(1499)] = 69610, - [SMALL_STATE(1500)] = 69623, - [SMALL_STATE(1501)] = 69636, - [SMALL_STATE(1502)] = 69649, - [SMALL_STATE(1503)] = 69657, - [SMALL_STATE(1504)] = 69665, - [SMALL_STATE(1505)] = 69673, - [SMALL_STATE(1506)] = 69681, - [SMALL_STATE(1507)] = 69691, - [SMALL_STATE(1508)] = 69699, - [SMALL_STATE(1509)] = 69707, - [SMALL_STATE(1510)] = 69715, - [SMALL_STATE(1511)] = 69723, - [SMALL_STATE(1512)] = 69733, - [SMALL_STATE(1513)] = 69743, - [SMALL_STATE(1514)] = 69751, - [SMALL_STATE(1515)] = 69761, - [SMALL_STATE(1516)] = 69769, - [SMALL_STATE(1517)] = 69777, - [SMALL_STATE(1518)] = 69785, - [SMALL_STATE(1519)] = 69793, - [SMALL_STATE(1520)] = 69801, - [SMALL_STATE(1521)] = 69811, - [SMALL_STATE(1522)] = 69819, - [SMALL_STATE(1523)] = 69827, - [SMALL_STATE(1524)] = 69835, - [SMALL_STATE(1525)] = 69843, - [SMALL_STATE(1526)] = 69851, - [SMALL_STATE(1527)] = 69859, - [SMALL_STATE(1528)] = 69867, - [SMALL_STATE(1529)] = 69875, - [SMALL_STATE(1530)] = 69883, - [SMALL_STATE(1531)] = 69891, - [SMALL_STATE(1532)] = 69899, - [SMALL_STATE(1533)] = 69907, - [SMALL_STATE(1534)] = 69915, - [SMALL_STATE(1535)] = 69923, - [SMALL_STATE(1536)] = 69931, - [SMALL_STATE(1537)] = 69939, - [SMALL_STATE(1538)] = 69947, - [SMALL_STATE(1539)] = 69955, - [SMALL_STATE(1540)] = 69963, - [SMALL_STATE(1541)] = 69971, - [SMALL_STATE(1542)] = 69979, - [SMALL_STATE(1543)] = 69989, - [SMALL_STATE(1544)] = 69997, - [SMALL_STATE(1545)] = 70007, - [SMALL_STATE(1546)] = 70015, - [SMALL_STATE(1547)] = 70023, - [SMALL_STATE(1548)] = 70031, - [SMALL_STATE(1549)] = 70039, - [SMALL_STATE(1550)] = 70047, - [SMALL_STATE(1551)] = 70057, - [SMALL_STATE(1552)] = 70065, - [SMALL_STATE(1553)] = 70073, - [SMALL_STATE(1554)] = 70081, - [SMALL_STATE(1555)] = 70089, - [SMALL_STATE(1556)] = 70097, - [SMALL_STATE(1557)] = 70104, - [SMALL_STATE(1558)] = 70111, - [SMALL_STATE(1559)] = 70118, - [SMALL_STATE(1560)] = 70125, - [SMALL_STATE(1561)] = 70132, - [SMALL_STATE(1562)] = 70139, - [SMALL_STATE(1563)] = 70146, - [SMALL_STATE(1564)] = 70153, - [SMALL_STATE(1565)] = 70160, - [SMALL_STATE(1566)] = 70167, - [SMALL_STATE(1567)] = 70174, - [SMALL_STATE(1568)] = 70181, - [SMALL_STATE(1569)] = 70188, - [SMALL_STATE(1570)] = 70195, - [SMALL_STATE(1571)] = 70202, - [SMALL_STATE(1572)] = 70209, - [SMALL_STATE(1573)] = 70216, - [SMALL_STATE(1574)] = 70223, - [SMALL_STATE(1575)] = 70230, - [SMALL_STATE(1576)] = 70237, - [SMALL_STATE(1577)] = 70244, - [SMALL_STATE(1578)] = 70251, - [SMALL_STATE(1579)] = 70258, - [SMALL_STATE(1580)] = 70265, - [SMALL_STATE(1581)] = 70272, - [SMALL_STATE(1582)] = 70279, - [SMALL_STATE(1583)] = 70286, - [SMALL_STATE(1584)] = 70293, - [SMALL_STATE(1585)] = 70300, - [SMALL_STATE(1586)] = 70307, - [SMALL_STATE(1587)] = 70314, - [SMALL_STATE(1588)] = 70321, - [SMALL_STATE(1589)] = 70328, - [SMALL_STATE(1590)] = 70335, - [SMALL_STATE(1591)] = 70342, - [SMALL_STATE(1592)] = 70349, - [SMALL_STATE(1593)] = 70356, - [SMALL_STATE(1594)] = 70363, - [SMALL_STATE(1595)] = 70370, - [SMALL_STATE(1596)] = 70377, - [SMALL_STATE(1597)] = 70384, - [SMALL_STATE(1598)] = 70391, - [SMALL_STATE(1599)] = 70398, - [SMALL_STATE(1600)] = 70405, - [SMALL_STATE(1601)] = 70412, - [SMALL_STATE(1602)] = 70419, - [SMALL_STATE(1603)] = 70426, - [SMALL_STATE(1604)] = 70433, - [SMALL_STATE(1605)] = 70440, - [SMALL_STATE(1606)] = 70447, - [SMALL_STATE(1607)] = 70454, - [SMALL_STATE(1608)] = 70461, - [SMALL_STATE(1609)] = 70468, - [SMALL_STATE(1610)] = 70475, - [SMALL_STATE(1611)] = 70482, - [SMALL_STATE(1612)] = 70489, - [SMALL_STATE(1613)] = 70496, - [SMALL_STATE(1614)] = 70503, - [SMALL_STATE(1615)] = 70510, - [SMALL_STATE(1616)] = 70517, - [SMALL_STATE(1617)] = 70524, - [SMALL_STATE(1618)] = 70531, - [SMALL_STATE(1619)] = 70538, - [SMALL_STATE(1620)] = 70545, - [SMALL_STATE(1621)] = 70552, - [SMALL_STATE(1622)] = 70559, - [SMALL_STATE(1623)] = 70566, - [SMALL_STATE(1624)] = 70573, - [SMALL_STATE(1625)] = 70580, - [SMALL_STATE(1626)] = 70587, - [SMALL_STATE(1627)] = 70594, - [SMALL_STATE(1628)] = 70601, - [SMALL_STATE(1629)] = 70608, - [SMALL_STATE(1630)] = 70615, - [SMALL_STATE(1631)] = 70622, - [SMALL_STATE(1632)] = 70629, - [SMALL_STATE(1633)] = 70636, - [SMALL_STATE(1634)] = 70643, - [SMALL_STATE(1635)] = 70650, - [SMALL_STATE(1636)] = 70657, - [SMALL_STATE(1637)] = 70664, - [SMALL_STATE(1638)] = 70671, - [SMALL_STATE(1639)] = 70678, - [SMALL_STATE(1640)] = 70685, - [SMALL_STATE(1641)] = 70692, - [SMALL_STATE(1642)] = 70699, - [SMALL_STATE(1643)] = 70706, - [SMALL_STATE(1644)] = 70713, - [SMALL_STATE(1645)] = 70720, - [SMALL_STATE(1646)] = 70727, - [SMALL_STATE(1647)] = 70734, - [SMALL_STATE(1648)] = 70741, - [SMALL_STATE(1649)] = 70748, - [SMALL_STATE(1650)] = 70755, - [SMALL_STATE(1651)] = 70762, - [SMALL_STATE(1652)] = 70769, - [SMALL_STATE(1653)] = 70776, - [SMALL_STATE(1654)] = 70783, - [SMALL_STATE(1655)] = 70790, - [SMALL_STATE(1656)] = 70797, - [SMALL_STATE(1657)] = 70804, - [SMALL_STATE(1658)] = 70811, - [SMALL_STATE(1659)] = 70818, - [SMALL_STATE(1660)] = 70825, - [SMALL_STATE(1661)] = 70832, - [SMALL_STATE(1662)] = 70839, - [SMALL_STATE(1663)] = 70846, - [SMALL_STATE(1664)] = 70853, - [SMALL_STATE(1665)] = 70860, - [SMALL_STATE(1666)] = 70867, - [SMALL_STATE(1667)] = 70874, - [SMALL_STATE(1668)] = 70881, - [SMALL_STATE(1669)] = 70888, - [SMALL_STATE(1670)] = 70895, - [SMALL_STATE(1671)] = 70902, - [SMALL_STATE(1672)] = 70909, - [SMALL_STATE(1673)] = 70916, - [SMALL_STATE(1674)] = 70923, - [SMALL_STATE(1675)] = 70930, - [SMALL_STATE(1676)] = 70937, - [SMALL_STATE(1677)] = 70944, - [SMALL_STATE(1678)] = 70951, - [SMALL_STATE(1679)] = 70958, - [SMALL_STATE(1680)] = 70965, - [SMALL_STATE(1681)] = 70972, - [SMALL_STATE(1682)] = 70979, - [SMALL_STATE(1683)] = 70986, - [SMALL_STATE(1684)] = 70993, - [SMALL_STATE(1685)] = 71000, - [SMALL_STATE(1686)] = 71007, - [SMALL_STATE(1687)] = 71014, - [SMALL_STATE(1688)] = 71021, - [SMALL_STATE(1689)] = 71028, - [SMALL_STATE(1690)] = 71035, - [SMALL_STATE(1691)] = 71042, - [SMALL_STATE(1692)] = 71049, - [SMALL_STATE(1693)] = 71056, - [SMALL_STATE(1694)] = 71063, - [SMALL_STATE(1695)] = 71070, - [SMALL_STATE(1696)] = 71077, - [SMALL_STATE(1697)] = 71084, - [SMALL_STATE(1698)] = 71091, + [SMALL_STATE(82)] = 0, + [SMALL_STATE(83)] = 111, + [SMALL_STATE(84)] = 222, + [SMALL_STATE(85)] = 333, + [SMALL_STATE(86)] = 432, + [SMALL_STATE(87)] = 543, + [SMALL_STATE(88)] = 654, + [SMALL_STATE(89)] = 753, + [SMALL_STATE(90)] = 864, + [SMALL_STATE(91)] = 975, + [SMALL_STATE(92)] = 1086, + [SMALL_STATE(93)] = 1193, + [SMALL_STATE(94)] = 1300, + [SMALL_STATE(95)] = 1413, + [SMALL_STATE(96)] = 1524, + [SMALL_STATE(97)] = 1635, + [SMALL_STATE(98)] = 1748, + [SMALL_STATE(99)] = 1855, + [SMALL_STATE(100)] = 1965, + [SMALL_STATE(101)] = 2075, + [SMALL_STATE(102)] = 2185, + [SMALL_STATE(103)] = 2295, + [SMALL_STATE(104)] = 2405, + [SMALL_STATE(105)] = 2515, + [SMALL_STATE(106)] = 2625, + [SMALL_STATE(107)] = 2730, + [SMALL_STATE(108)] = 2835, + [SMALL_STATE(109)] = 2940, + [SMALL_STATE(110)] = 3045, + [SMALL_STATE(111)] = 3150, + [SMALL_STATE(112)] = 3255, + [SMALL_STATE(113)] = 3360, + [SMALL_STATE(114)] = 3462, + [SMALL_STATE(115)] = 3564, + [SMALL_STATE(116)] = 3666, + [SMALL_STATE(117)] = 3768, + [SMALL_STATE(118)] = 3870, + [SMALL_STATE(119)] = 3972, + [SMALL_STATE(120)] = 4074, + [SMALL_STATE(121)] = 4176, + [SMALL_STATE(122)] = 4278, + [SMALL_STATE(123)] = 4380, + [SMALL_STATE(124)] = 4482, + [SMALL_STATE(125)] = 4584, + [SMALL_STATE(126)] = 4686, + [SMALL_STATE(127)] = 4788, + [SMALL_STATE(128)] = 4890, + [SMALL_STATE(129)] = 4992, + [SMALL_STATE(130)] = 5094, + [SMALL_STATE(131)] = 5196, + [SMALL_STATE(132)] = 5298, + [SMALL_STATE(133)] = 5400, + [SMALL_STATE(134)] = 5502, + [SMALL_STATE(135)] = 5604, + [SMALL_STATE(136)] = 5706, + [SMALL_STATE(137)] = 5808, + [SMALL_STATE(138)] = 5910, + [SMALL_STATE(139)] = 6012, + [SMALL_STATE(140)] = 6114, + [SMALL_STATE(141)] = 6216, + [SMALL_STATE(142)] = 6317, + [SMALL_STATE(143)] = 6416, + [SMALL_STATE(144)] = 6514, + [SMALL_STATE(145)] = 6612, + [SMALL_STATE(146)] = 6712, + [SMALL_STATE(147)] = 6810, + [SMALL_STATE(148)] = 6908, + [SMALL_STATE(149)] = 7004, + [SMALL_STATE(150)] = 7102, + [SMALL_STATE(151)] = 7198, + [SMALL_STATE(152)] = 7294, + [SMALL_STATE(153)] = 7392, + [SMALL_STATE(154)] = 7490, + [SMALL_STATE(155)] = 7590, + [SMALL_STATE(156)] = 7686, + [SMALL_STATE(157)] = 7782, + [SMALL_STATE(158)] = 7880, + [SMALL_STATE(159)] = 7978, + [SMALL_STATE(160)] = 8076, + [SMALL_STATE(161)] = 8174, + [SMALL_STATE(162)] = 8248, + [SMALL_STATE(163)] = 8322, + [SMALL_STATE(164)] = 8396, + [SMALL_STATE(165)] = 8496, + [SMALL_STATE(166)] = 8592, + [SMALL_STATE(167)] = 8688, + [SMALL_STATE(168)] = 8786, + [SMALL_STATE(169)] = 8886, + [SMALL_STATE(170)] = 8986, + [SMALL_STATE(171)] = 9084, + [SMALL_STATE(172)] = 9182, + [SMALL_STATE(173)] = 9278, + [SMALL_STATE(174)] = 9373, + [SMALL_STATE(175)] = 9468, + [SMALL_STATE(176)] = 9563, + [SMALL_STATE(177)] = 9658, + [SMALL_STATE(178)] = 9753, + [SMALL_STATE(179)] = 9848, + [SMALL_STATE(180)] = 9939, + [SMALL_STATE(181)] = 10034, + [SMALL_STATE(182)] = 10129, + [SMALL_STATE(183)] = 10224, + [SMALL_STATE(184)] = 10319, + [SMALL_STATE(185)] = 10414, + [SMALL_STATE(186)] = 10509, + [SMALL_STATE(187)] = 10604, + [SMALL_STATE(188)] = 10699, + [SMALL_STATE(189)] = 10794, + [SMALL_STATE(190)] = 10889, + [SMALL_STATE(191)] = 10980, + [SMALL_STATE(192)] = 11075, + [SMALL_STATE(193)] = 11170, + [SMALL_STATE(194)] = 11265, + [SMALL_STATE(195)] = 11360, + [SMALL_STATE(196)] = 11454, + [SMALL_STATE(197)] = 11548, + [SMALL_STATE(198)] = 11642, + [SMALL_STATE(199)] = 11734, + [SMALL_STATE(200)] = 11828, + [SMALL_STATE(201)] = 11922, + [SMALL_STATE(202)] = 12016, + [SMALL_STATE(203)] = 12110, + [SMALL_STATE(204)] = 12204, + [SMALL_STATE(205)] = 12298, + [SMALL_STATE(206)] = 12392, + [SMALL_STATE(207)] = 12486, + [SMALL_STATE(208)] = 12578, + [SMALL_STATE(209)] = 12672, + [SMALL_STATE(210)] = 12766, + [SMALL_STATE(211)] = 12860, + [SMALL_STATE(212)] = 12954, + [SMALL_STATE(213)] = 13048, + [SMALL_STATE(214)] = 13140, + [SMALL_STATE(215)] = 13232, + [SMALL_STATE(216)] = 13326, + [SMALL_STATE(217)] = 13418, + [SMALL_STATE(218)] = 13510, + [SMALL_STATE(219)] = 13604, + [SMALL_STATE(220)] = 13698, + [SMALL_STATE(221)] = 13792, + [SMALL_STATE(222)] = 13884, + [SMALL_STATE(223)] = 13978, + [SMALL_STATE(224)] = 14072, + [SMALL_STATE(225)] = 14166, + [SMALL_STATE(226)] = 14257, + [SMALL_STATE(227)] = 14348, + [SMALL_STATE(228)] = 14437, + [SMALL_STATE(229)] = 14502, + [SMALL_STATE(230)] = 14593, + [SMALL_STATE(231)] = 14658, + [SMALL_STATE(232)] = 14747, + [SMALL_STATE(233)] = 14836, + [SMALL_STATE(234)] = 14927, + [SMALL_STATE(235)] = 15016, + [SMALL_STATE(236)] = 15105, + [SMALL_STATE(237)] = 15196, + [SMALL_STATE(238)] = 15285, + [SMALL_STATE(239)] = 15374, + [SMALL_STATE(240)] = 15465, + [SMALL_STATE(241)] = 15554, + [SMALL_STATE(242)] = 15643, + [SMALL_STATE(243)] = 15732, + [SMALL_STATE(244)] = 15823, + [SMALL_STATE(245)] = 15914, + [SMALL_STATE(246)] = 16003, + [SMALL_STATE(247)] = 16094, + [SMALL_STATE(248)] = 16185, + [SMALL_STATE(249)] = 16274, + [SMALL_STATE(250)] = 16363, + [SMALL_STATE(251)] = 16454, + [SMALL_STATE(252)] = 16543, + [SMALL_STATE(253)] = 16632, + [SMALL_STATE(254)] = 16721, + [SMALL_STATE(255)] = 16812, + [SMALL_STATE(256)] = 16901, + [SMALL_STATE(257)] = 16990, + [SMALL_STATE(258)] = 17081, + [SMALL_STATE(259)] = 17170, + [SMALL_STATE(260)] = 17259, + [SMALL_STATE(261)] = 17348, + [SMALL_STATE(262)] = 17439, + [SMALL_STATE(263)] = 17528, + [SMALL_STATE(264)] = 17619, + [SMALL_STATE(265)] = 17708, + [SMALL_STATE(266)] = 17799, + [SMALL_STATE(267)] = 17861, + [SMALL_STATE(268)] = 17949, + [SMALL_STATE(269)] = 18005, + [SMALL_STATE(270)] = 18093, + [SMALL_STATE(271)] = 18155, + [SMALL_STATE(272)] = 18243, + [SMALL_STATE(273)] = 18331, + [SMALL_STATE(274)] = 18387, + [SMALL_STATE(275)] = 18449, + [SMALL_STATE(276)] = 18537, + [SMALL_STATE(277)] = 18625, + [SMALL_STATE(278)] = 18713, + [SMALL_STATE(279)] = 18769, + [SMALL_STATE(280)] = 18857, + [SMALL_STATE(281)] = 18945, + [SMALL_STATE(282)] = 19033, + [SMALL_STATE(283)] = 19121, + [SMALL_STATE(284)] = 19209, + [SMALL_STATE(285)] = 19297, + [SMALL_STATE(286)] = 19385, + [SMALL_STATE(287)] = 19473, + [SMALL_STATE(288)] = 19561, + [SMALL_STATE(289)] = 19649, + [SMALL_STATE(290)] = 19737, + [SMALL_STATE(291)] = 19793, + [SMALL_STATE(292)] = 19849, + [SMALL_STATE(293)] = 19905, + [SMALL_STATE(294)] = 19993, + [SMALL_STATE(295)] = 20081, + [SMALL_STATE(296)] = 20169, + [SMALL_STATE(297)] = 20225, + [SMALL_STATE(298)] = 20290, + [SMALL_STATE(299)] = 20375, + [SMALL_STATE(300)] = 20460, + [SMALL_STATE(301)] = 20545, + [SMALL_STATE(302)] = 20630, + [SMALL_STATE(303)] = 20715, + [SMALL_STATE(304)] = 20800, + [SMALL_STATE(305)] = 20885, + [SMALL_STATE(306)] = 20970, + [SMALL_STATE(307)] = 21055, + [SMALL_STATE(308)] = 21140, + [SMALL_STATE(309)] = 21195, + [SMALL_STATE(310)] = 21280, + [SMALL_STATE(311)] = 21365, + [SMALL_STATE(312)] = 21450, + [SMALL_STATE(313)] = 21505, + [SMALL_STATE(314)] = 21590, + [SMALL_STATE(315)] = 21675, + [SMALL_STATE(316)] = 21760, + [SMALL_STATE(317)] = 21845, + [SMALL_STATE(318)] = 21930, + [SMALL_STATE(319)] = 21985, + [SMALL_STATE(320)] = 22070, + [SMALL_STATE(321)] = 22155, + [SMALL_STATE(322)] = 22240, + [SMALL_STATE(323)] = 22325, + [SMALL_STATE(324)] = 22410, + [SMALL_STATE(325)] = 22495, + [SMALL_STATE(326)] = 22580, + [SMALL_STATE(327)] = 22665, + [SMALL_STATE(328)] = 22750, + [SMALL_STATE(329)] = 22835, + [SMALL_STATE(330)] = 22920, + [SMALL_STATE(331)] = 23005, + [SMALL_STATE(332)] = 23090, + [SMALL_STATE(333)] = 23145, + [SMALL_STATE(334)] = 23230, + [SMALL_STATE(335)] = 23317, + [SMALL_STATE(336)] = 23402, + [SMALL_STATE(337)] = 23487, + [SMALL_STATE(338)] = 23572, + [SMALL_STATE(339)] = 23657, + [SMALL_STATE(340)] = 23742, + [SMALL_STATE(341)] = 23827, + [SMALL_STATE(342)] = 23912, + [SMALL_STATE(343)] = 23997, + [SMALL_STATE(344)] = 24082, + [SMALL_STATE(345)] = 24167, + [SMALL_STATE(346)] = 24252, + [SMALL_STATE(347)] = 24337, + [SMALL_STATE(348)] = 24392, + [SMALL_STATE(349)] = 24477, + [SMALL_STATE(350)] = 24562, + [SMALL_STATE(351)] = 24617, + [SMALL_STATE(352)] = 24702, + [SMALL_STATE(353)] = 24787, + [SMALL_STATE(354)] = 24872, + [SMALL_STATE(355)] = 24957, + [SMALL_STATE(356)] = 25042, + [SMALL_STATE(357)] = 25127, + [SMALL_STATE(358)] = 25212, + [SMALL_STATE(359)] = 25297, + [SMALL_STATE(360)] = 25382, + [SMALL_STATE(361)] = 25467, + [SMALL_STATE(362)] = 25552, + [SMALL_STATE(363)] = 25637, + [SMALL_STATE(364)] = 25722, + [SMALL_STATE(365)] = 25807, + [SMALL_STATE(366)] = 25872, + [SMALL_STATE(367)] = 25957, + [SMALL_STATE(368)] = 26022, + [SMALL_STATE(369)] = 26107, + [SMALL_STATE(370)] = 26192, + [SMALL_STATE(371)] = 26277, + [SMALL_STATE(372)] = 26362, + [SMALL_STATE(373)] = 26447, + [SMALL_STATE(374)] = 26532, + [SMALL_STATE(375)] = 26617, + [SMALL_STATE(376)] = 26702, + [SMALL_STATE(377)] = 26787, + [SMALL_STATE(378)] = 26872, + [SMALL_STATE(379)] = 26957, + [SMALL_STATE(380)] = 27042, + [SMALL_STATE(381)] = 27127, + [SMALL_STATE(382)] = 27212, + [SMALL_STATE(383)] = 27297, + [SMALL_STATE(384)] = 27382, + [SMALL_STATE(385)] = 27467, + [SMALL_STATE(386)] = 27532, + [SMALL_STATE(387)] = 27617, + [SMALL_STATE(388)] = 27672, + [SMALL_STATE(389)] = 27757, + [SMALL_STATE(390)] = 27842, + [SMALL_STATE(391)] = 27927, + [SMALL_STATE(392)] = 28012, + [SMALL_STATE(393)] = 28097, + [SMALL_STATE(394)] = 28182, + [SMALL_STATE(395)] = 28267, + [SMALL_STATE(396)] = 28332, + [SMALL_STATE(397)] = 28417, + [SMALL_STATE(398)] = 28502, + [SMALL_STATE(399)] = 28587, + [SMALL_STATE(400)] = 28672, + [SMALL_STATE(401)] = 28757, + [SMALL_STATE(402)] = 28842, + [SMALL_STATE(403)] = 28927, + [SMALL_STATE(404)] = 29014, + [SMALL_STATE(405)] = 29079, + [SMALL_STATE(406)] = 29164, + [SMALL_STATE(407)] = 29249, + [SMALL_STATE(408)] = 29314, + [SMALL_STATE(409)] = 29379, + [SMALL_STATE(410)] = 29464, + [SMALL_STATE(411)] = 29549, + [SMALL_STATE(412)] = 29634, + [SMALL_STATE(413)] = 29694, + [SMALL_STATE(414)] = 29754, + [SMALL_STATE(415)] = 29810, + [SMALL_STATE(416)] = 29862, + [SMALL_STATE(417)] = 29918, + [SMALL_STATE(418)] = 29970, + [SMALL_STATE(419)] = 30022, + [SMALL_STATE(420)] = 30078, + [SMALL_STATE(421)] = 30130, + [SMALL_STATE(422)] = 30186, + [SMALL_STATE(423)] = 30238, + [SMALL_STATE(424)] = 30294, + [SMALL_STATE(425)] = 30350, + [SMALL_STATE(426)] = 30406, + [SMALL_STATE(427)] = 30458, + [SMALL_STATE(428)] = 30514, + [SMALL_STATE(429)] = 30566, + [SMALL_STATE(430)] = 30618, + [SMALL_STATE(431)] = 30670, + [SMALL_STATE(432)] = 30726, + [SMALL_STATE(433)] = 30782, + [SMALL_STATE(434)] = 30834, + [SMALL_STATE(435)] = 30886, + [SMALL_STATE(436)] = 30938, + [SMALL_STATE(437)] = 30994, + [SMALL_STATE(438)] = 31046, + [SMALL_STATE(439)] = 31098, + [SMALL_STATE(440)] = 31150, + [SMALL_STATE(441)] = 31202, + [SMALL_STATE(442)] = 31258, + [SMALL_STATE(443)] = 31341, + [SMALL_STATE(444)] = 31424, + [SMALL_STATE(445)] = 31474, + [SMALL_STATE(446)] = 31554, + [SMALL_STATE(447)] = 31634, + [SMALL_STATE(448)] = 31684, + [SMALL_STATE(449)] = 31734, + [SMALL_STATE(450)] = 31784, + [SMALL_STATE(451)] = 31834, + [SMALL_STATE(452)] = 31884, + [SMALL_STATE(453)] = 31934, + [SMALL_STATE(454)] = 32014, + [SMALL_STATE(455)] = 32064, + [SMALL_STATE(456)] = 32144, + [SMALL_STATE(457)] = 32194, + [SMALL_STATE(458)] = 32244, + [SMALL_STATE(459)] = 32294, + [SMALL_STATE(460)] = 32344, + [SMALL_STATE(461)] = 32394, + [SMALL_STATE(462)] = 32444, + [SMALL_STATE(463)] = 32494, + [SMALL_STATE(464)] = 32544, + [SMALL_STATE(465)] = 32594, + [SMALL_STATE(466)] = 32644, + [SMALL_STATE(467)] = 32694, + [SMALL_STATE(468)] = 32744, + [SMALL_STATE(469)] = 32794, + [SMALL_STATE(470)] = 32844, + [SMALL_STATE(471)] = 32894, + [SMALL_STATE(472)] = 32944, + [SMALL_STATE(473)] = 32994, + [SMALL_STATE(474)] = 33044, + [SMALL_STATE(475)] = 33094, + [SMALL_STATE(476)] = 33144, + [SMALL_STATE(477)] = 33194, + [SMALL_STATE(478)] = 33244, + [SMALL_STATE(479)] = 33294, + [SMALL_STATE(480)] = 33344, + [SMALL_STATE(481)] = 33394, + [SMALL_STATE(482)] = 33444, + [SMALL_STATE(483)] = 33494, + [SMALL_STATE(484)] = 33544, + [SMALL_STATE(485)] = 33594, + [SMALL_STATE(486)] = 33674, + [SMALL_STATE(487)] = 33724, + [SMALL_STATE(488)] = 33804, + [SMALL_STATE(489)] = 33854, + [SMALL_STATE(490)] = 33934, + [SMALL_STATE(491)] = 34014, + [SMALL_STATE(492)] = 34064, + [SMALL_STATE(493)] = 34114, + [SMALL_STATE(494)] = 34164, + [SMALL_STATE(495)] = 34244, + [SMALL_STATE(496)] = 34294, + [SMALL_STATE(497)] = 34344, + [SMALL_STATE(498)] = 34394, + [SMALL_STATE(499)] = 34444, + [SMALL_STATE(500)] = 34494, + [SMALL_STATE(501)] = 34544, + [SMALL_STATE(502)] = 34594, + [SMALL_STATE(503)] = 34644, + [SMALL_STATE(504)] = 34694, + [SMALL_STATE(505)] = 34744, + [SMALL_STATE(506)] = 34794, + [SMALL_STATE(507)] = 34844, + [SMALL_STATE(508)] = 34894, + [SMALL_STATE(509)] = 34944, + [SMALL_STATE(510)] = 34994, + [SMALL_STATE(511)] = 35044, + [SMALL_STATE(512)] = 35094, + [SMALL_STATE(513)] = 35174, + [SMALL_STATE(514)] = 35224, + [SMALL_STATE(515)] = 35274, + [SMALL_STATE(516)] = 35324, + [SMALL_STATE(517)] = 35374, + [SMALL_STATE(518)] = 35424, + [SMALL_STATE(519)] = 35504, + [SMALL_STATE(520)] = 35584, + [SMALL_STATE(521)] = 35661, + [SMALL_STATE(522)] = 35738, + [SMALL_STATE(523)] = 35815, + [SMALL_STATE(524)] = 35885, + [SMALL_STATE(525)] = 35955, + [SMALL_STATE(526)] = 36032, + [SMALL_STATE(527)] = 36109, + [SMALL_STATE(528)] = 36171, + [SMALL_STATE(529)] = 36233, + [SMALL_STATE(530)] = 36287, + [SMALL_STATE(531)] = 36349, + [SMALL_STATE(532)] = 36411, + [SMALL_STATE(533)] = 36473, + [SMALL_STATE(534)] = 36535, + [SMALL_STATE(535)] = 36597, + [SMALL_STATE(536)] = 36659, + [SMALL_STATE(537)] = 36721, + [SMALL_STATE(538)] = 36783, + [SMALL_STATE(539)] = 36845, + [SMALL_STATE(540)] = 36907, + [SMALL_STATE(541)] = 36969, + [SMALL_STATE(542)] = 37031, + [SMALL_STATE(543)] = 37093, + [SMALL_STATE(544)] = 37139, + [SMALL_STATE(545)] = 37185, + [SMALL_STATE(546)] = 37247, + [SMALL_STATE(547)] = 37323, + [SMALL_STATE(548)] = 37385, + [SMALL_STATE(549)] = 37447, + [SMALL_STATE(550)] = 37509, + [SMALL_STATE(551)] = 37571, + [SMALL_STATE(552)] = 37633, + [SMALL_STATE(553)] = 37709, + [SMALL_STATE(554)] = 37755, + [SMALL_STATE(555)] = 37817, + [SMALL_STATE(556)] = 37883, + [SMALL_STATE(557)] = 37945, + [SMALL_STATE(558)] = 38007, + [SMALL_STATE(559)] = 38053, + [SMALL_STATE(560)] = 38129, + [SMALL_STATE(561)] = 38191, + [SMALL_STATE(562)] = 38253, + [SMALL_STATE(563)] = 38315, + [SMALL_STATE(564)] = 38381, + [SMALL_STATE(565)] = 38443, + [SMALL_STATE(566)] = 38505, + [SMALL_STATE(567)] = 38567, + [SMALL_STATE(568)] = 38629, + [SMALL_STATE(569)] = 38691, + [SMALL_STATE(570)] = 38753, + [SMALL_STATE(571)] = 38815, + [SMALL_STATE(572)] = 38877, + [SMALL_STATE(573)] = 38939, + [SMALL_STATE(574)] = 39001, + [SMALL_STATE(575)] = 39063, + [SMALL_STATE(576)] = 39125, + [SMALL_STATE(577)] = 39187, + [SMALL_STATE(578)] = 39249, + [SMALL_STATE(579)] = 39311, + [SMALL_STATE(580)] = 39373, + [SMALL_STATE(581)] = 39435, + [SMALL_STATE(582)] = 39497, + [SMALL_STATE(583)] = 39559, + [SMALL_STATE(584)] = 39627, + [SMALL_STATE(585)] = 39689, + [SMALL_STATE(586)] = 39743, + [SMALL_STATE(587)] = 39805, + [SMALL_STATE(588)] = 39867, + [SMALL_STATE(589)] = 39929, + [SMALL_STATE(590)] = 39991, + [SMALL_STATE(591)] = 40057, + [SMALL_STATE(592)] = 40119, + [SMALL_STATE(593)] = 40181, + [SMALL_STATE(594)] = 40243, + [SMALL_STATE(595)] = 40305, + [SMALL_STATE(596)] = 40367, + [SMALL_STATE(597)] = 40429, + [SMALL_STATE(598)] = 40491, + [SMALL_STATE(599)] = 40553, + [SMALL_STATE(600)] = 40615, + [SMALL_STATE(601)] = 40677, + [SMALL_STATE(602)] = 40739, + [SMALL_STATE(603)] = 40801, + [SMALL_STATE(604)] = 40863, + [SMALL_STATE(605)] = 40925, + [SMALL_STATE(606)] = 40991, + [SMALL_STATE(607)] = 41045, + [SMALL_STATE(608)] = 41105, + [SMALL_STATE(609)] = 41173, + [SMALL_STATE(610)] = 41227, + [SMALL_STATE(611)] = 41281, + [SMALL_STATE(612)] = 41341, + [SMALL_STATE(613)] = 41409, + [SMALL_STATE(614)] = 41471, + [SMALL_STATE(615)] = 41525, + [SMALL_STATE(616)] = 41583, + [SMALL_STATE(617)] = 41645, + [SMALL_STATE(618)] = 41703, + [SMALL_STATE(619)] = 41769, + [SMALL_STATE(620)] = 41833, + [SMALL_STATE(621)] = 41895, + [SMALL_STATE(622)] = 41961, + [SMALL_STATE(623)] = 42027, + [SMALL_STATE(624)] = 42089, + [SMALL_STATE(625)] = 42153, + [SMALL_STATE(626)] = 42215, + [SMALL_STATE(627)] = 42283, + [SMALL_STATE(628)] = 42345, + [SMALL_STATE(629)] = 42407, + [SMALL_STATE(630)] = 42450, + [SMALL_STATE(631)] = 42503, + [SMALL_STATE(632)] = 42546, + [SMALL_STATE(633)] = 42589, + [SMALL_STATE(634)] = 42632, + [SMALL_STATE(635)] = 42675, + [SMALL_STATE(636)] = 42718, + [SMALL_STATE(637)] = 42761, + [SMALL_STATE(638)] = 42804, + [SMALL_STATE(639)] = 42847, + [SMALL_STATE(640)] = 42890, + [SMALL_STATE(641)] = 42933, + [SMALL_STATE(642)] = 42976, + [SMALL_STATE(643)] = 43019, + [SMALL_STATE(644)] = 43062, + [SMALL_STATE(645)] = 43105, + [SMALL_STATE(646)] = 43148, + [SMALL_STATE(647)] = 43191, + [SMALL_STATE(648)] = 43234, + [SMALL_STATE(649)] = 43277, + [SMALL_STATE(650)] = 43320, + [SMALL_STATE(651)] = 43363, + [SMALL_STATE(652)] = 43406, + [SMALL_STATE(653)] = 43473, + [SMALL_STATE(654)] = 43516, + [SMALL_STATE(655)] = 43559, + [SMALL_STATE(656)] = 43602, + [SMALL_STATE(657)] = 43645, + [SMALL_STATE(658)] = 43688, + [SMALL_STATE(659)] = 43755, + [SMALL_STATE(660)] = 43798, + [SMALL_STATE(661)] = 43859, + [SMALL_STATE(662)] = 43922, + [SMALL_STATE(663)] = 43987, + [SMALL_STATE(664)] = 44030, + [SMALL_STATE(665)] = 44073, + [SMALL_STATE(666)] = 44116, + [SMALL_STATE(667)] = 44173, + [SMALL_STATE(668)] = 44226, + [SMALL_STATE(669)] = 44269, + [SMALL_STATE(670)] = 44342, + [SMALL_STATE(671)] = 44409, + [SMALL_STATE(672)] = 44468, + [SMALL_STATE(673)] = 44521, + [SMALL_STATE(674)] = 44564, + [SMALL_STATE(675)] = 44607, + [SMALL_STATE(676)] = 44650, + [SMALL_STATE(677)] = 44693, + [SMALL_STATE(678)] = 44736, + [SMALL_STATE(679)] = 44779, + [SMALL_STATE(680)] = 44822, + [SMALL_STATE(681)] = 44865, + [SMALL_STATE(682)] = 44908, + [SMALL_STATE(683)] = 44969, + [SMALL_STATE(684)] = 45022, + [SMALL_STATE(685)] = 45065, + [SMALL_STATE(686)] = 45108, + [SMALL_STATE(687)] = 45151, + [SMALL_STATE(688)] = 45194, + [SMALL_STATE(689)] = 45237, + [SMALL_STATE(690)] = 45304, + [SMALL_STATE(691)] = 45349, + [SMALL_STATE(692)] = 45394, + [SMALL_STATE(693)] = 45437, + [SMALL_STATE(694)] = 45480, + [SMALL_STATE(695)] = 45523, + [SMALL_STATE(696)] = 45566, + [SMALL_STATE(697)] = 45627, + [SMALL_STATE(698)] = 45690, + [SMALL_STATE(699)] = 45755, + [SMALL_STATE(700)] = 45812, + [SMALL_STATE(701)] = 45865, + [SMALL_STATE(702)] = 45932, + [SMALL_STATE(703)] = 45991, + [SMALL_STATE(704)] = 46044, + [SMALL_STATE(705)] = 46087, + [SMALL_STATE(706)] = 46130, + [SMALL_STATE(707)] = 46175, + [SMALL_STATE(708)] = 46220, + [SMALL_STATE(709)] = 46263, + [SMALL_STATE(710)] = 46306, + [SMALL_STATE(711)] = 46349, + [SMALL_STATE(712)] = 46392, + [SMALL_STATE(713)] = 46435, + [SMALL_STATE(714)] = 46488, + [SMALL_STATE(715)] = 46541, + [SMALL_STATE(716)] = 46604, + [SMALL_STATE(717)] = 46669, + [SMALL_STATE(718)] = 46726, + [SMALL_STATE(719)] = 46773, + [SMALL_STATE(720)] = 46820, + [SMALL_STATE(721)] = 46863, + [SMALL_STATE(722)] = 46906, + [SMALL_STATE(723)] = 46949, + [SMALL_STATE(724)] = 46992, + [SMALL_STATE(725)] = 47035, + [SMALL_STATE(726)] = 47078, + [SMALL_STATE(727)] = 47153, + [SMALL_STATE(728)] = 47198, + [SMALL_STATE(729)] = 47243, + [SMALL_STATE(730)] = 47296, + [SMALL_STATE(731)] = 47339, + [SMALL_STATE(732)] = 47382, + [SMALL_STATE(733)] = 47441, + [SMALL_STATE(734)] = 47484, + [SMALL_STATE(735)] = 47551, + [SMALL_STATE(736)] = 47593, + [SMALL_STATE(737)] = 47649, + [SMALL_STATE(738)] = 47691, + [SMALL_STATE(739)] = 47733, + [SMALL_STATE(740)] = 47775, + [SMALL_STATE(741)] = 47817, + [SMALL_STATE(742)] = 47869, + [SMALL_STATE(743)] = 47911, + [SMALL_STATE(744)] = 47953, + [SMALL_STATE(745)] = 47995, + [SMALL_STATE(746)] = 48041, + [SMALL_STATE(747)] = 48107, + [SMALL_STATE(748)] = 48153, + [SMALL_STATE(749)] = 48211, + [SMALL_STATE(750)] = 48253, + [SMALL_STATE(751)] = 48305, + [SMALL_STATE(752)] = 48371, + [SMALL_STATE(753)] = 48413, + [SMALL_STATE(754)] = 48465, + [SMALL_STATE(755)] = 48507, + [SMALL_STATE(756)] = 48549, + [SMALL_STATE(757)] = 48593, + [SMALL_STATE(758)] = 48637, + [SMALL_STATE(759)] = 48693, + [SMALL_STATE(760)] = 48735, + [SMALL_STATE(761)] = 48777, + [SMALL_STATE(762)] = 48841, + [SMALL_STATE(763)] = 48883, + [SMALL_STATE(764)] = 48925, + [SMALL_STATE(765)] = 48967, + [SMALL_STATE(766)] = 49009, + [SMALL_STATE(767)] = 49051, + [SMALL_STATE(768)] = 49093, + [SMALL_STATE(769)] = 49135, + [SMALL_STATE(770)] = 49177, + [SMALL_STATE(771)] = 49219, + [SMALL_STATE(772)] = 49261, + [SMALL_STATE(773)] = 49303, + [SMALL_STATE(774)] = 49345, + [SMALL_STATE(775)] = 49387, + [SMALL_STATE(776)] = 49429, + [SMALL_STATE(777)] = 49471, + [SMALL_STATE(778)] = 49531, + [SMALL_STATE(779)] = 49593, + [SMALL_STATE(780)] = 49635, + [SMALL_STATE(781)] = 49677, + [SMALL_STATE(782)] = 49719, + [SMALL_STATE(783)] = 49761, + [SMALL_STATE(784)] = 49803, + [SMALL_STATE(785)] = 49845, + [SMALL_STATE(786)] = 49905, + [SMALL_STATE(787)] = 49947, + [SMALL_STATE(788)] = 49989, + [SMALL_STATE(789)] = 50031, + [SMALL_STATE(790)] = 50073, + [SMALL_STATE(791)] = 50115, + [SMALL_STATE(792)] = 50157, + [SMALL_STATE(793)] = 50199, + [SMALL_STATE(794)] = 50241, + [SMALL_STATE(795)] = 50283, + [SMALL_STATE(796)] = 50325, + [SMALL_STATE(797)] = 50367, + [SMALL_STATE(798)] = 50411, + [SMALL_STATE(799)] = 50453, + [SMALL_STATE(800)] = 50497, + [SMALL_STATE(801)] = 50539, + [SMALL_STATE(802)] = 50581, + [SMALL_STATE(803)] = 50623, + [SMALL_STATE(804)] = 50665, + [SMALL_STATE(805)] = 50707, + [SMALL_STATE(806)] = 50749, + [SMALL_STATE(807)] = 50791, + [SMALL_STATE(808)] = 50835, + [SMALL_STATE(809)] = 50877, + [SMALL_STATE(810)] = 50919, + [SMALL_STATE(811)] = 50961, + [SMALL_STATE(812)] = 51003, + [SMALL_STATE(813)] = 51045, + [SMALL_STATE(814)] = 51087, + [SMALL_STATE(815)] = 51129, + [SMALL_STATE(816)] = 51173, + [SMALL_STATE(817)] = 51215, + [SMALL_STATE(818)] = 51257, + [SMALL_STATE(819)] = 51301, + [SMALL_STATE(820)] = 51343, + [SMALL_STATE(821)] = 51387, + [SMALL_STATE(822)] = 51429, + [SMALL_STATE(823)] = 51471, + [SMALL_STATE(824)] = 51523, + [SMALL_STATE(825)] = 51565, + [SMALL_STATE(826)] = 51623, + [SMALL_STATE(827)] = 51665, + [SMALL_STATE(828)] = 51707, + [SMALL_STATE(829)] = 51749, + [SMALL_STATE(830)] = 51793, + [SMALL_STATE(831)] = 51837, + [SMALL_STATE(832)] = 51879, + [SMALL_STATE(833)] = 51921, + [SMALL_STATE(834)] = 51963, + [SMALL_STATE(835)] = 52005, + [SMALL_STATE(836)] = 52067, + [SMALL_STATE(837)] = 52109, + [SMALL_STATE(838)] = 52153, + [SMALL_STATE(839)] = 52197, + [SMALL_STATE(840)] = 52263, + [SMALL_STATE(841)] = 52305, + [SMALL_STATE(842)] = 52347, + [SMALL_STATE(843)] = 52389, + [SMALL_STATE(844)] = 52431, + [SMALL_STATE(845)] = 52473, + [SMALL_STATE(846)] = 52515, + [SMALL_STATE(847)] = 52557, + [SMALL_STATE(848)] = 52609, + [SMALL_STATE(849)] = 52651, + [SMALL_STATE(850)] = 52695, + [SMALL_STATE(851)] = 52737, + [SMALL_STATE(852)] = 52779, + [SMALL_STATE(853)] = 52821, + [SMALL_STATE(854)] = 52863, + [SMALL_STATE(855)] = 52905, + [SMALL_STATE(856)] = 52969, + [SMALL_STATE(857)] = 53011, + [SMALL_STATE(858)] = 53053, + [SMALL_STATE(859)] = 53095, + [SMALL_STATE(860)] = 53161, + [SMALL_STATE(861)] = 53203, + [SMALL_STATE(862)] = 53255, + [SMALL_STATE(863)] = 53296, + [SMALL_STATE(864)] = 53337, + [SMALL_STATE(865)] = 53382, + [SMALL_STATE(866)] = 53423, + [SMALL_STATE(867)] = 53464, + [SMALL_STATE(868)] = 53505, + [SMALL_STATE(869)] = 53546, + [SMALL_STATE(870)] = 53587, + [SMALL_STATE(871)] = 53628, + [SMALL_STATE(872)] = 53669, + [SMALL_STATE(873)] = 53710, + [SMALL_STATE(874)] = 53751, + [SMALL_STATE(875)] = 53792, + [SMALL_STATE(876)] = 53833, + [SMALL_STATE(877)] = 53874, + [SMALL_STATE(878)] = 53919, + [SMALL_STATE(879)] = 53964, + [SMALL_STATE(880)] = 54005, + [SMALL_STATE(881)] = 54046, + [SMALL_STATE(882)] = 54087, + [SMALL_STATE(883)] = 54128, + [SMALL_STATE(884)] = 54169, + [SMALL_STATE(885)] = 54210, + [SMALL_STATE(886)] = 54251, + [SMALL_STATE(887)] = 54292, + [SMALL_STATE(888)] = 54333, + [SMALL_STATE(889)] = 54374, + [SMALL_STATE(890)] = 54415, + [SMALL_STATE(891)] = 54456, + [SMALL_STATE(892)] = 54501, + [SMALL_STATE(893)] = 54542, + [SMALL_STATE(894)] = 54583, + [SMALL_STATE(895)] = 54628, + [SMALL_STATE(896)] = 54669, + [SMALL_STATE(897)] = 54710, + [SMALL_STATE(898)] = 54751, + [SMALL_STATE(899)] = 54796, + [SMALL_STATE(900)] = 54837, + [SMALL_STATE(901)] = 54878, + [SMALL_STATE(902)] = 54919, + [SMALL_STATE(903)] = 54960, + [SMALL_STATE(904)] = 55001, + [SMALL_STATE(905)] = 55042, + [SMALL_STATE(906)] = 55083, + [SMALL_STATE(907)] = 55124, + [SMALL_STATE(908)] = 55165, + [SMALL_STATE(909)] = 55206, + [SMALL_STATE(910)] = 55247, + [SMALL_STATE(911)] = 55288, + [SMALL_STATE(912)] = 55329, + [SMALL_STATE(913)] = 55370, + [SMALL_STATE(914)] = 55411, + [SMALL_STATE(915)] = 55452, + [SMALL_STATE(916)] = 55493, + [SMALL_STATE(917)] = 55534, + [SMALL_STATE(918)] = 55575, + [SMALL_STATE(919)] = 55616, + [SMALL_STATE(920)] = 55657, + [SMALL_STATE(921)] = 55698, + [SMALL_STATE(922)] = 55739, + [SMALL_STATE(923)] = 55780, + [SMALL_STATE(924)] = 55821, + [SMALL_STATE(925)] = 55862, + [SMALL_STATE(926)] = 55903, + [SMALL_STATE(927)] = 55944, + [SMALL_STATE(928)] = 55986, + [SMALL_STATE(929)] = 56028, + [SMALL_STATE(930)] = 56070, + [SMALL_STATE(931)] = 56112, + [SMALL_STATE(932)] = 56154, + [SMALL_STATE(933)] = 56184, + [SMALL_STATE(934)] = 56220, + [SMALL_STATE(935)] = 56256, + [SMALL_STATE(936)] = 56286, + [SMALL_STATE(937)] = 56322, + [SMALL_STATE(938)] = 56352, + [SMALL_STATE(939)] = 56388, + [SMALL_STATE(940)] = 56418, + [SMALL_STATE(941)] = 56447, + [SMALL_STATE(942)] = 56482, + [SMALL_STATE(943)] = 56511, + [SMALL_STATE(944)] = 56546, + [SMALL_STATE(945)] = 56581, + [SMALL_STATE(946)] = 56610, + [SMALL_STATE(947)] = 56639, + [SMALL_STATE(948)] = 56668, + [SMALL_STATE(949)] = 56697, + [SMALL_STATE(950)] = 56726, + [SMALL_STATE(951)] = 56755, + [SMALL_STATE(952)] = 56784, + [SMALL_STATE(953)] = 56813, + [SMALL_STATE(954)] = 56842, + [SMALL_STATE(955)] = 56871, + [SMALL_STATE(956)] = 56900, + [SMALL_STATE(957)] = 56935, + [SMALL_STATE(958)] = 56970, + [SMALL_STATE(959)] = 57005, + [SMALL_STATE(960)] = 57034, + [SMALL_STATE(961)] = 57080, + [SMALL_STATE(962)] = 57126, + [SMALL_STATE(963)] = 57172, + [SMALL_STATE(964)] = 57206, + [SMALL_STATE(965)] = 57252, + [SMALL_STATE(966)] = 57286, + [SMALL_STATE(967)] = 57318, + [SMALL_STATE(968)] = 57350, + [SMALL_STATE(969)] = 57396, + [SMALL_STATE(970)] = 57442, + [SMALL_STATE(971)] = 57488, + [SMALL_STATE(972)] = 57534, + [SMALL_STATE(973)] = 57566, + [SMALL_STATE(974)] = 57612, + [SMALL_STATE(975)] = 57636, + [SMALL_STATE(976)] = 57660, + [SMALL_STATE(977)] = 57706, + [SMALL_STATE(978)] = 57752, + [SMALL_STATE(979)] = 57798, + [SMALL_STATE(980)] = 57822, + [SMALL_STATE(981)] = 57846, + [SMALL_STATE(982)] = 57889, + [SMALL_STATE(983)] = 57929, + [SMALL_STATE(984)] = 57955, + [SMALL_STATE(985)] = 57995, + [SMALL_STATE(986)] = 58035, + [SMALL_STATE(987)] = 58075, + [SMALL_STATE(988)] = 58112, + [SMALL_STATE(989)] = 58149, + [SMALL_STATE(990)] = 58190, + [SMALL_STATE(991)] = 58231, + [SMALL_STATE(992)] = 58272, + [SMALL_STATE(993)] = 58313, + [SMALL_STATE(994)] = 58354, + [SMALL_STATE(995)] = 58395, + [SMALL_STATE(996)] = 58436, + [SMALL_STATE(997)] = 58474, + [SMALL_STATE(998)] = 58512, + [SMALL_STATE(999)] = 58550, + [SMALL_STATE(1000)] = 58588, + [SMALL_STATE(1001)] = 58626, + [SMALL_STATE(1002)] = 58664, + [SMALL_STATE(1003)] = 58702, + [SMALL_STATE(1004)] = 58731, + [SMALL_STATE(1005)] = 58760, + [SMALL_STATE(1006)] = 58789, + [SMALL_STATE(1007)] = 58818, + [SMALL_STATE(1008)] = 58847, + [SMALL_STATE(1009)] = 58876, + [SMALL_STATE(1010)] = 58905, + [SMALL_STATE(1011)] = 58934, + [SMALL_STATE(1012)] = 58963, + [SMALL_STATE(1013)] = 58992, + [SMALL_STATE(1014)] = 59021, + [SMALL_STATE(1015)] = 59050, + [SMALL_STATE(1016)] = 59079, + [SMALL_STATE(1017)] = 59108, + [SMALL_STATE(1018)] = 59137, + [SMALL_STATE(1019)] = 59166, + [SMALL_STATE(1020)] = 59184, + [SMALL_STATE(1021)] = 59206, + [SMALL_STATE(1022)] = 59226, + [SMALL_STATE(1023)] = 59242, + [SMALL_STATE(1024)] = 59260, + [SMALL_STATE(1025)] = 59278, + [SMALL_STATE(1026)] = 59302, + [SMALL_STATE(1027)] = 59324, + [SMALL_STATE(1028)] = 59346, + [SMALL_STATE(1029)] = 59362, + [SMALL_STATE(1030)] = 59382, + [SMALL_STATE(1031)] = 59406, + [SMALL_STATE(1032)] = 59422, + [SMALL_STATE(1033)] = 59446, + [SMALL_STATE(1034)] = 59470, + [SMALL_STATE(1035)] = 59494, + [SMALL_STATE(1036)] = 59518, + [SMALL_STATE(1037)] = 59542, + [SMALL_STATE(1038)] = 59560, + [SMALL_STATE(1039)] = 59583, + [SMALL_STATE(1040)] = 59612, + [SMALL_STATE(1041)] = 59635, + [SMALL_STATE(1042)] = 59658, + [SMALL_STATE(1043)] = 59677, + [SMALL_STATE(1044)] = 59694, + [SMALL_STATE(1045)] = 59715, + [SMALL_STATE(1046)] = 59736, + [SMALL_STATE(1047)] = 59759, + [SMALL_STATE(1048)] = 59788, + [SMALL_STATE(1049)] = 59805, + [SMALL_STATE(1050)] = 59820, + [SMALL_STATE(1051)] = 59843, + [SMALL_STATE(1052)] = 59866, + [SMALL_STATE(1053)] = 59893, + [SMALL_STATE(1054)] = 59916, + [SMALL_STATE(1055)] = 59939, + [SMALL_STATE(1056)] = 59966, + [SMALL_STATE(1057)] = 59995, + [SMALL_STATE(1058)] = 60024, + [SMALL_STATE(1059)] = 60045, + [SMALL_STATE(1060)] = 60072, + [SMALL_STATE(1061)] = 60099, + [SMALL_STATE(1062)] = 60116, + [SMALL_STATE(1063)] = 60131, + [SMALL_STATE(1064)] = 60150, + [SMALL_STATE(1065)] = 60171, + [SMALL_STATE(1066)] = 60198, + [SMALL_STATE(1067)] = 60219, + [SMALL_STATE(1068)] = 60246, + [SMALL_STATE(1069)] = 60267, + [SMALL_STATE(1070)] = 60294, + [SMALL_STATE(1071)] = 60317, + [SMALL_STATE(1072)] = 60346, + [SMALL_STATE(1073)] = 60375, + [SMALL_STATE(1074)] = 60392, + [SMALL_STATE(1075)] = 60407, + [SMALL_STATE(1076)] = 60426, + [SMALL_STATE(1077)] = 60453, + [SMALL_STATE(1078)] = 60468, + [SMALL_STATE(1079)] = 60489, + [SMALL_STATE(1080)] = 60518, + [SMALL_STATE(1081)] = 60533, + [SMALL_STATE(1082)] = 60554, + [SMALL_STATE(1083)] = 60571, + [SMALL_STATE(1084)] = 60586, + [SMALL_STATE(1085)] = 60609, + [SMALL_STATE(1086)] = 60630, + [SMALL_STATE(1087)] = 60651, + [SMALL_STATE(1088)] = 60680, + [SMALL_STATE(1089)] = 60706, + [SMALL_STATE(1090)] = 60720, + [SMALL_STATE(1091)] = 60746, + [SMALL_STATE(1092)] = 60772, + [SMALL_STATE(1093)] = 60798, + [SMALL_STATE(1094)] = 60824, + [SMALL_STATE(1095)] = 60844, + [SMALL_STATE(1096)] = 60868, + [SMALL_STATE(1097)] = 60892, + [SMALL_STATE(1098)] = 60914, + [SMALL_STATE(1099)] = 60938, + [SMALL_STATE(1100)] = 60964, + [SMALL_STATE(1101)] = 60988, + [SMALL_STATE(1102)] = 61010, + [SMALL_STATE(1103)] = 61032, + [SMALL_STATE(1104)] = 61052, + [SMALL_STATE(1105)] = 61078, + [SMALL_STATE(1106)] = 61104, + [SMALL_STATE(1107)] = 61126, + [SMALL_STATE(1108)] = 61152, + [SMALL_STATE(1109)] = 61178, + [SMALL_STATE(1110)] = 61204, + [SMALL_STATE(1111)] = 61230, + [SMALL_STATE(1112)] = 61252, + [SMALL_STATE(1113)] = 61278, + [SMALL_STATE(1114)] = 61304, + [SMALL_STATE(1115)] = 61326, + [SMALL_STATE(1116)] = 61352, + [SMALL_STATE(1117)] = 61376, + [SMALL_STATE(1118)] = 61402, + [SMALL_STATE(1119)] = 61424, + [SMALL_STATE(1120)] = 61446, + [SMALL_STATE(1121)] = 61468, + [SMALL_STATE(1122)] = 61490, + [SMALL_STATE(1123)] = 61512, + [SMALL_STATE(1124)] = 61538, + [SMALL_STATE(1125)] = 61554, + [SMALL_STATE(1126)] = 61568, + [SMALL_STATE(1127)] = 61586, + [SMALL_STATE(1128)] = 61612, + [SMALL_STATE(1129)] = 61634, + [SMALL_STATE(1130)] = 61660, + [SMALL_STATE(1131)] = 61680, + [SMALL_STATE(1132)] = 61696, + [SMALL_STATE(1133)] = 61722, + [SMALL_STATE(1134)] = 61744, + [SMALL_STATE(1135)] = 61758, + [SMALL_STATE(1136)] = 61780, + [SMALL_STATE(1137)] = 61806, + [SMALL_STATE(1138)] = 61824, + [SMALL_STATE(1139)] = 61850, + [SMALL_STATE(1140)] = 61864, + [SMALL_STATE(1141)] = 61886, + [SMALL_STATE(1142)] = 61906, + [SMALL_STATE(1143)] = 61932, + [SMALL_STATE(1144)] = 61958, + [SMALL_STATE(1145)] = 61980, + [SMALL_STATE(1146)] = 62006, + [SMALL_STATE(1147)] = 62028, + [SMALL_STATE(1148)] = 62054, + [SMALL_STATE(1149)] = 62068, + [SMALL_STATE(1150)] = 62082, + [SMALL_STATE(1151)] = 62108, + [SMALL_STATE(1152)] = 62130, + [SMALL_STATE(1153)] = 62156, + [SMALL_STATE(1154)] = 62177, + [SMALL_STATE(1155)] = 62198, + [SMALL_STATE(1156)] = 62219, + [SMALL_STATE(1157)] = 62240, + [SMALL_STATE(1158)] = 62257, + [SMALL_STATE(1159)] = 62278, + [SMALL_STATE(1160)] = 62299, + [SMALL_STATE(1161)] = 62316, + [SMALL_STATE(1162)] = 62337, + [SMALL_STATE(1163)] = 62354, + [SMALL_STATE(1164)] = 62375, + [SMALL_STATE(1165)] = 62392, + [SMALL_STATE(1166)] = 62413, + [SMALL_STATE(1167)] = 62430, + [SMALL_STATE(1168)] = 62451, + [SMALL_STATE(1169)] = 62468, + [SMALL_STATE(1170)] = 62489, + [SMALL_STATE(1171)] = 62510, + [SMALL_STATE(1172)] = 62527, + [SMALL_STATE(1173)] = 62548, + [SMALL_STATE(1174)] = 62565, + [SMALL_STATE(1175)] = 62582, + [SMALL_STATE(1176)] = 62603, + [SMALL_STATE(1177)] = 62620, + [SMALL_STATE(1178)] = 62637, + [SMALL_STATE(1179)] = 62658, + [SMALL_STATE(1180)] = 62679, + [SMALL_STATE(1181)] = 62700, + [SMALL_STATE(1182)] = 62717, + [SMALL_STATE(1183)] = 62734, + [SMALL_STATE(1184)] = 62755, + [SMALL_STATE(1185)] = 62776, + [SMALL_STATE(1186)] = 62797, + [SMALL_STATE(1187)] = 62814, + [SMALL_STATE(1188)] = 62835, + [SMALL_STATE(1189)] = 62852, + [SMALL_STATE(1190)] = 62873, + [SMALL_STATE(1191)] = 62896, + [SMALL_STATE(1192)] = 62917, + [SMALL_STATE(1193)] = 62936, + [SMALL_STATE(1194)] = 62957, + [SMALL_STATE(1195)] = 62978, + [SMALL_STATE(1196)] = 62995, + [SMALL_STATE(1197)] = 63012, + [SMALL_STATE(1198)] = 63029, + [SMALL_STATE(1199)] = 63046, + [SMALL_STATE(1200)] = 63063, + [SMALL_STATE(1201)] = 63075, + [SMALL_STATE(1202)] = 63095, + [SMALL_STATE(1203)] = 63115, + [SMALL_STATE(1204)] = 63135, + [SMALL_STATE(1205)] = 63155, + [SMALL_STATE(1206)] = 63175, + [SMALL_STATE(1207)] = 63195, + [SMALL_STATE(1208)] = 63215, + [SMALL_STATE(1209)] = 63231, + [SMALL_STATE(1210)] = 63251, + [SMALL_STATE(1211)] = 63271, + [SMALL_STATE(1212)] = 63291, + [SMALL_STATE(1213)] = 63311, + [SMALL_STATE(1214)] = 63331, + [SMALL_STATE(1215)] = 63351, + [SMALL_STATE(1216)] = 63363, + [SMALL_STATE(1217)] = 63375, + [SMALL_STATE(1218)] = 63395, + [SMALL_STATE(1219)] = 63415, + [SMALL_STATE(1220)] = 63427, + [SMALL_STATE(1221)] = 63447, + [SMALL_STATE(1222)] = 63467, + [SMALL_STATE(1223)] = 63487, + [SMALL_STATE(1224)] = 63507, + [SMALL_STATE(1225)] = 63519, + [SMALL_STATE(1226)] = 63531, + [SMALL_STATE(1227)] = 63551, + [SMALL_STATE(1228)] = 63571, + [SMALL_STATE(1229)] = 63591, + [SMALL_STATE(1230)] = 63608, + [SMALL_STATE(1231)] = 63623, + [SMALL_STATE(1232)] = 63638, + [SMALL_STATE(1233)] = 63653, + [SMALL_STATE(1234)] = 63668, + [SMALL_STATE(1235)] = 63683, + [SMALL_STATE(1236)] = 63698, + [SMALL_STATE(1237)] = 63713, + [SMALL_STATE(1238)] = 63728, + [SMALL_STATE(1239)] = 63745, + [SMALL_STATE(1240)] = 63762, + [SMALL_STATE(1241)] = 63779, + [SMALL_STATE(1242)] = 63796, + [SMALL_STATE(1243)] = 63813, + [SMALL_STATE(1244)] = 63828, + [SMALL_STATE(1245)] = 63843, + [SMALL_STATE(1246)] = 63858, + [SMALL_STATE(1247)] = 63869, + [SMALL_STATE(1248)] = 63886, + [SMALL_STATE(1249)] = 63901, + [SMALL_STATE(1250)] = 63915, + [SMALL_STATE(1251)] = 63927, + [SMALL_STATE(1252)] = 63941, + [SMALL_STATE(1253)] = 63955, + [SMALL_STATE(1254)] = 63969, + [SMALL_STATE(1255)] = 63983, + [SMALL_STATE(1256)] = 63997, + [SMALL_STATE(1257)] = 64011, + [SMALL_STATE(1258)] = 64025, + [SMALL_STATE(1259)] = 64039, + [SMALL_STATE(1260)] = 64053, + [SMALL_STATE(1261)] = 64067, + [SMALL_STATE(1262)] = 64081, + [SMALL_STATE(1263)] = 64095, + [SMALL_STATE(1264)] = 64109, + [SMALL_STATE(1265)] = 64123, + [SMALL_STATE(1266)] = 64137, + [SMALL_STATE(1267)] = 64147, + [SMALL_STATE(1268)] = 64161, + [SMALL_STATE(1269)] = 64175, + [SMALL_STATE(1270)] = 64189, + [SMALL_STATE(1271)] = 64203, + [SMALL_STATE(1272)] = 64217, + [SMALL_STATE(1273)] = 64231, + [SMALL_STATE(1274)] = 64245, + [SMALL_STATE(1275)] = 64259, + [SMALL_STATE(1276)] = 64273, + [SMALL_STATE(1277)] = 64287, + [SMALL_STATE(1278)] = 64301, + [SMALL_STATE(1279)] = 64315, + [SMALL_STATE(1280)] = 64329, + [SMALL_STATE(1281)] = 64343, + [SMALL_STATE(1282)] = 64353, + [SMALL_STATE(1283)] = 64367, + [SMALL_STATE(1284)] = 64381, + [SMALL_STATE(1285)] = 64395, + [SMALL_STATE(1286)] = 64409, + [SMALL_STATE(1287)] = 64423, + [SMALL_STATE(1288)] = 64437, + [SMALL_STATE(1289)] = 64451, + [SMALL_STATE(1290)] = 64465, + [SMALL_STATE(1291)] = 64479, + [SMALL_STATE(1292)] = 64489, + [SMALL_STATE(1293)] = 64503, + [SMALL_STATE(1294)] = 64517, + [SMALL_STATE(1295)] = 64531, + [SMALL_STATE(1296)] = 64545, + [SMALL_STATE(1297)] = 64559, + [SMALL_STATE(1298)] = 64573, + [SMALL_STATE(1299)] = 64585, + [SMALL_STATE(1300)] = 64599, + [SMALL_STATE(1301)] = 64613, + [SMALL_STATE(1302)] = 64627, + [SMALL_STATE(1303)] = 64641, + [SMALL_STATE(1304)] = 64655, + [SMALL_STATE(1305)] = 64665, + [SMALL_STATE(1306)] = 64677, + [SMALL_STATE(1307)] = 64691, + [SMALL_STATE(1308)] = 64705, + [SMALL_STATE(1309)] = 64719, + [SMALL_STATE(1310)] = 64733, + [SMALL_STATE(1311)] = 64745, + [SMALL_STATE(1312)] = 64759, + [SMALL_STATE(1313)] = 64773, + [SMALL_STATE(1314)] = 64787, + [SMALL_STATE(1315)] = 64801, + [SMALL_STATE(1316)] = 64815, + [SMALL_STATE(1317)] = 64829, + [SMALL_STATE(1318)] = 64843, + [SMALL_STATE(1319)] = 64857, + [SMALL_STATE(1320)] = 64871, + [SMALL_STATE(1321)] = 64885, + [SMALL_STATE(1322)] = 64899, + [SMALL_STATE(1323)] = 64911, + [SMALL_STATE(1324)] = 64925, + [SMALL_STATE(1325)] = 64937, + [SMALL_STATE(1326)] = 64951, + [SMALL_STATE(1327)] = 64965, + [SMALL_STATE(1328)] = 64979, + [SMALL_STATE(1329)] = 64993, + [SMALL_STATE(1330)] = 65007, + [SMALL_STATE(1331)] = 65021, + [SMALL_STATE(1332)] = 65035, + [SMALL_STATE(1333)] = 65047, + [SMALL_STATE(1334)] = 65061, + [SMALL_STATE(1335)] = 65075, + [SMALL_STATE(1336)] = 65089, + [SMALL_STATE(1337)] = 65103, + [SMALL_STATE(1338)] = 65117, + [SMALL_STATE(1339)] = 65131, + [SMALL_STATE(1340)] = 65143, + [SMALL_STATE(1341)] = 65157, + [SMALL_STATE(1342)] = 65171, + [SMALL_STATE(1343)] = 65183, + [SMALL_STATE(1344)] = 65197, + [SMALL_STATE(1345)] = 65211, + [SMALL_STATE(1346)] = 65225, + [SMALL_STATE(1347)] = 65237, + [SMALL_STATE(1348)] = 65251, + [SMALL_STATE(1349)] = 65263, + [SMALL_STATE(1350)] = 65277, + [SMALL_STATE(1351)] = 65291, + [SMALL_STATE(1352)] = 65305, + [SMALL_STATE(1353)] = 65319, + [SMALL_STATE(1354)] = 65333, + [SMALL_STATE(1355)] = 65347, + [SMALL_STATE(1356)] = 65361, + [SMALL_STATE(1357)] = 65375, + [SMALL_STATE(1358)] = 65389, + [SMALL_STATE(1359)] = 65401, + [SMALL_STATE(1360)] = 65415, + [SMALL_STATE(1361)] = 65429, + [SMALL_STATE(1362)] = 65443, + [SMALL_STATE(1363)] = 65457, + [SMALL_STATE(1364)] = 65471, + [SMALL_STATE(1365)] = 65485, + [SMALL_STATE(1366)] = 65499, + [SMALL_STATE(1367)] = 65513, + [SMALL_STATE(1368)] = 65527, + [SMALL_STATE(1369)] = 65541, + [SMALL_STATE(1370)] = 65555, + [SMALL_STATE(1371)] = 65569, + [SMALL_STATE(1372)] = 65583, + [SMALL_STATE(1373)] = 65597, + [SMALL_STATE(1374)] = 65611, + [SMALL_STATE(1375)] = 65625, + [SMALL_STATE(1376)] = 65637, + [SMALL_STATE(1377)] = 65651, + [SMALL_STATE(1378)] = 65665, + [SMALL_STATE(1379)] = 65679, + [SMALL_STATE(1380)] = 65693, + [SMALL_STATE(1381)] = 65707, + [SMALL_STATE(1382)] = 65721, + [SMALL_STATE(1383)] = 65733, + [SMALL_STATE(1384)] = 65747, + [SMALL_STATE(1385)] = 65759, + [SMALL_STATE(1386)] = 65773, + [SMALL_STATE(1387)] = 65787, + [SMALL_STATE(1388)] = 65801, + [SMALL_STATE(1389)] = 65815, + [SMALL_STATE(1390)] = 65827, + [SMALL_STATE(1391)] = 65839, + [SMALL_STATE(1392)] = 65853, + [SMALL_STATE(1393)] = 65867, + [SMALL_STATE(1394)] = 65881, + [SMALL_STATE(1395)] = 65895, + [SMALL_STATE(1396)] = 65909, + [SMALL_STATE(1397)] = 65923, + [SMALL_STATE(1398)] = 65937, + [SMALL_STATE(1399)] = 65951, + [SMALL_STATE(1400)] = 65965, + [SMALL_STATE(1401)] = 65979, + [SMALL_STATE(1402)] = 65990, + [SMALL_STATE(1403)] = 65999, + [SMALL_STATE(1404)] = 66008, + [SMALL_STATE(1405)] = 66017, + [SMALL_STATE(1406)] = 66026, + [SMALL_STATE(1407)] = 66035, + [SMALL_STATE(1408)] = 66044, + [SMALL_STATE(1409)] = 66053, + [SMALL_STATE(1410)] = 66062, + [SMALL_STATE(1411)] = 66071, + [SMALL_STATE(1412)] = 66080, + [SMALL_STATE(1413)] = 66089, + [SMALL_STATE(1414)] = 66098, + [SMALL_STATE(1415)] = 66107, + [SMALL_STATE(1416)] = 66116, + [SMALL_STATE(1417)] = 66125, + [SMALL_STATE(1418)] = 66134, + [SMALL_STATE(1419)] = 66143, + [SMALL_STATE(1420)] = 66152, + [SMALL_STATE(1421)] = 66161, + [SMALL_STATE(1422)] = 66170, + [SMALL_STATE(1423)] = 66179, + [SMALL_STATE(1424)] = 66188, + [SMALL_STATE(1425)] = 66197, + [SMALL_STATE(1426)] = 66206, + [SMALL_STATE(1427)] = 66215, + [SMALL_STATE(1428)] = 66224, + [SMALL_STATE(1429)] = 66233, + [SMALL_STATE(1430)] = 66242, + [SMALL_STATE(1431)] = 66251, + [SMALL_STATE(1432)] = 66260, + [SMALL_STATE(1433)] = 66269, + [SMALL_STATE(1434)] = 66280, + [SMALL_STATE(1435)] = 66289, + [SMALL_STATE(1436)] = 66300, + [SMALL_STATE(1437)] = 66309, + [SMALL_STATE(1438)] = 66318, + [SMALL_STATE(1439)] = 66327, + [SMALL_STATE(1440)] = 66336, + [SMALL_STATE(1441)] = 66345, + [SMALL_STATE(1442)] = 66354, + [SMALL_STATE(1443)] = 66365, + [SMALL_STATE(1444)] = 66374, + [SMALL_STATE(1445)] = 66383, + [SMALL_STATE(1446)] = 66392, + [SMALL_STATE(1447)] = 66401, + [SMALL_STATE(1448)] = 66410, + [SMALL_STATE(1449)] = 66419, + [SMALL_STATE(1450)] = 66428, + [SMALL_STATE(1451)] = 66437, + [SMALL_STATE(1452)] = 66446, + [SMALL_STATE(1453)] = 66455, + [SMALL_STATE(1454)] = 66464, + [SMALL_STATE(1455)] = 66473, + [SMALL_STATE(1456)] = 66482, + [SMALL_STATE(1457)] = 66491, + [SMALL_STATE(1458)] = 66502, + [SMALL_STATE(1459)] = 66511, + [SMALL_STATE(1460)] = 66520, + [SMALL_STATE(1461)] = 66529, + [SMALL_STATE(1462)] = 66538, + [SMALL_STATE(1463)] = 66549, + [SMALL_STATE(1464)] = 66560, + [SMALL_STATE(1465)] = 66571, + [SMALL_STATE(1466)] = 66580, + [SMALL_STATE(1467)] = 66589, + [SMALL_STATE(1468)] = 66598, + [SMALL_STATE(1469)] = 66607, + [SMALL_STATE(1470)] = 66616, + [SMALL_STATE(1471)] = 66625, + [SMALL_STATE(1472)] = 66634, + [SMALL_STATE(1473)] = 66643, + [SMALL_STATE(1474)] = 66652, + [SMALL_STATE(1475)] = 66661, + [SMALL_STATE(1476)] = 66670, + [SMALL_STATE(1477)] = 66679, + [SMALL_STATE(1478)] = 66688, + [SMALL_STATE(1479)] = 66696, + [SMALL_STATE(1480)] = 66704, + [SMALL_STATE(1481)] = 66712, + [SMALL_STATE(1482)] = 66720, + [SMALL_STATE(1483)] = 66728, + [SMALL_STATE(1484)] = 66736, + [SMALL_STATE(1485)] = 66744, + [SMALL_STATE(1486)] = 66752, + [SMALL_STATE(1487)] = 66760, + [SMALL_STATE(1488)] = 66768, + [SMALL_STATE(1489)] = 66776, + [SMALL_STATE(1490)] = 66784, + [SMALL_STATE(1491)] = 66792, + [SMALL_STATE(1492)] = 66800, + [SMALL_STATE(1493)] = 66808, + [SMALL_STATE(1494)] = 66816, + [SMALL_STATE(1495)] = 66824, + [SMALL_STATE(1496)] = 66832, + [SMALL_STATE(1497)] = 66840, + [SMALL_STATE(1498)] = 66848, + [SMALL_STATE(1499)] = 66856, + [SMALL_STATE(1500)] = 66864, + [SMALL_STATE(1501)] = 66872, + [SMALL_STATE(1502)] = 66880, + [SMALL_STATE(1503)] = 66888, + [SMALL_STATE(1504)] = 66896, + [SMALL_STATE(1505)] = 66904, + [SMALL_STATE(1506)] = 66912, + [SMALL_STATE(1507)] = 66920, + [SMALL_STATE(1508)] = 66928, + [SMALL_STATE(1509)] = 66936, + [SMALL_STATE(1510)] = 66944, + [SMALL_STATE(1511)] = 66952, + [SMALL_STATE(1512)] = 66960, + [SMALL_STATE(1513)] = 66968, + [SMALL_STATE(1514)] = 66976, + [SMALL_STATE(1515)] = 66984, + [SMALL_STATE(1516)] = 66992, + [SMALL_STATE(1517)] = 67000, + [SMALL_STATE(1518)] = 67008, + [SMALL_STATE(1519)] = 67016, + [SMALL_STATE(1520)] = 67024, + [SMALL_STATE(1521)] = 67032, + [SMALL_STATE(1522)] = 67040, + [SMALL_STATE(1523)] = 67048, + [SMALL_STATE(1524)] = 67056, + [SMALL_STATE(1525)] = 67064, + [SMALL_STATE(1526)] = 67072, + [SMALL_STATE(1527)] = 67080, + [SMALL_STATE(1528)] = 67088, + [SMALL_STATE(1529)] = 67096, + [SMALL_STATE(1530)] = 67104, + [SMALL_STATE(1531)] = 67112, + [SMALL_STATE(1532)] = 67120, + [SMALL_STATE(1533)] = 67128, + [SMALL_STATE(1534)] = 67136, + [SMALL_STATE(1535)] = 67144, + [SMALL_STATE(1536)] = 67152, + [SMALL_STATE(1537)] = 67160, + [SMALL_STATE(1538)] = 67168, + [SMALL_STATE(1539)] = 67176, + [SMALL_STATE(1540)] = 67184, + [SMALL_STATE(1541)] = 67192, + [SMALL_STATE(1542)] = 67200, + [SMALL_STATE(1543)] = 67208, + [SMALL_STATE(1544)] = 67216, + [SMALL_STATE(1545)] = 67224, + [SMALL_STATE(1546)] = 67232, + [SMALL_STATE(1547)] = 67240, + [SMALL_STATE(1548)] = 67248, + [SMALL_STATE(1549)] = 67256, + [SMALL_STATE(1550)] = 67264, + [SMALL_STATE(1551)] = 67272, + [SMALL_STATE(1552)] = 67280, + [SMALL_STATE(1553)] = 67288, + [SMALL_STATE(1554)] = 67296, + [SMALL_STATE(1555)] = 67304, + [SMALL_STATE(1556)] = 67312, + [SMALL_STATE(1557)] = 67320, + [SMALL_STATE(1558)] = 67328, + [SMALL_STATE(1559)] = 67336, + [SMALL_STATE(1560)] = 67344, + [SMALL_STATE(1561)] = 67352, + [SMALL_STATE(1562)] = 67360, + [SMALL_STATE(1563)] = 67368, + [SMALL_STATE(1564)] = 67376, + [SMALL_STATE(1565)] = 67384, + [SMALL_STATE(1566)] = 67392, + [SMALL_STATE(1567)] = 67400, + [SMALL_STATE(1568)] = 67408, + [SMALL_STATE(1569)] = 67416, + [SMALL_STATE(1570)] = 67424, + [SMALL_STATE(1571)] = 67432, + [SMALL_STATE(1572)] = 67440, + [SMALL_STATE(1573)] = 67448, + [SMALL_STATE(1574)] = 67456, + [SMALL_STATE(1575)] = 67464, + [SMALL_STATE(1576)] = 67472, + [SMALL_STATE(1577)] = 67480, + [SMALL_STATE(1578)] = 67488, + [SMALL_STATE(1579)] = 67496, + [SMALL_STATE(1580)] = 67504, + [SMALL_STATE(1581)] = 67512, + [SMALL_STATE(1582)] = 67520, + [SMALL_STATE(1583)] = 67528, + [SMALL_STATE(1584)] = 67536, + [SMALL_STATE(1585)] = 67544, + [SMALL_STATE(1586)] = 67552, + [SMALL_STATE(1587)] = 67560, + [SMALL_STATE(1588)] = 67568, + [SMALL_STATE(1589)] = 67576, + [SMALL_STATE(1590)] = 67584, + [SMALL_STATE(1591)] = 67592, + [SMALL_STATE(1592)] = 67600, + [SMALL_STATE(1593)] = 67608, + [SMALL_STATE(1594)] = 67616, + [SMALL_STATE(1595)] = 67624, + [SMALL_STATE(1596)] = 67632, + [SMALL_STATE(1597)] = 67640, + [SMALL_STATE(1598)] = 67648, + [SMALL_STATE(1599)] = 67656, + [SMALL_STATE(1600)] = 67664, + [SMALL_STATE(1601)] = 67672, + [SMALL_STATE(1602)] = 67680, + [SMALL_STATE(1603)] = 67688, + [SMALL_STATE(1604)] = 67696, + [SMALL_STATE(1605)] = 67704, + [SMALL_STATE(1606)] = 67712, + [SMALL_STATE(1607)] = 67720, + [SMALL_STATE(1608)] = 67728, + [SMALL_STATE(1609)] = 67736, + [SMALL_STATE(1610)] = 67744, + [SMALL_STATE(1611)] = 67752, + [SMALL_STATE(1612)] = 67760, + [SMALL_STATE(1613)] = 67768, + [SMALL_STATE(1614)] = 67776, + [SMALL_STATE(1615)] = 67784, + [SMALL_STATE(1616)] = 67792, + [SMALL_STATE(1617)] = 67800, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), - [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1673), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [85] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1), - [87] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), - [89] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(326), - [92] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(130), - [95] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(651), - [98] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(57), - [101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(316), - [104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(340), - [107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(55), - [110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(241), - [113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(321), - [116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1548), - [119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1547), - [122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1530), - [125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(344), - [128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(265), - [131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(599), - [134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(351), - [137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(272), - [140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1673), - [143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(287), - [146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(679), - [149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(135), - [152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(360), - [155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(680), - [158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1085), - [161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(905), - [164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(139), - [167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(905), - [170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(58), - [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(367), - [176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1141), - [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(56), - [184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(353), - [187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(245), - [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(577), - [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(352), - [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(275), - [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1689), - [202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), - [206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(197), - [213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), REDUCE(sym_primary_expression, 1, .production_id = 1), - [216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), - [218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_expresssion_lhs, 1, .production_id = 1), - [220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), - [222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .production_id = 1), - [224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(204), - [227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(414), - [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(724), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), - [237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), - [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), - [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), - [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), - [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), - [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), - [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), - [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), - [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), - [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), - [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), - [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), - [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), - [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), - [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), - [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), - [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), - [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), - [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), - [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), - [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), - [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), - [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), - [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), - [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), - [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), - [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), - [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), - [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), - [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), - [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), - [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), - [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), - [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), - [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), - [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), - [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 2), - [608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), - [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), - [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), - [624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), - [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), - [632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), - [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), - [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), - [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), - [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), - [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), - [688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3), - [690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3), - [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), - [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2), - [702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2), - [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), - [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), - [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), - [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), - [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), - [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 75), - [848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 75), - [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), - [852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 74), - [854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 74), - [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, .production_id = 86), - [862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, .production_id = 86), - [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, .production_id = 62), - [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), - [874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 62), - [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2), - [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 3), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1), - [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2), - [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1), - [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3), - [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 10), - [998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 11), - [1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 3), - [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2), - [1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4), - [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), - [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3), - [1012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3), - [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 3), - [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), - [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), - [1024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1), REDUCE(sym_primary_expression, 1), - [1027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), - [1029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_expresssion_lhs, 1), - [1031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1), - [1033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1), - [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 35), - [1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 35), - [1043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2), - [1045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), REDUCE(sym_tuple, 2), - [1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2), - [1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), - [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 2), - [1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), - [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), - [1060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 51), - [1062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 51), - [1064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2), - [1066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern, 2), REDUCE(sym_list, 2), - [1069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2), - [1071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2), - [1073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 2), - [1075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), - [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), - [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), - [1081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 19), - [1083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, .production_id = 19), - [1085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 35), - [1087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 35), - [1089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 51), - [1091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 51), - [1093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 28), - [1095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 28), - [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), - [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), - [1101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 41), - [1103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 41), - [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), - [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), - [1109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 56), - [1111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 56), - [1113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 42), - [1115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 42), - [1117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 38), - [1119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 38), - [1121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 38), SHIFT_REPEAT(373), - [1124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 38), SHIFT_REPEAT(341), - [1127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 3, .production_id = 12), - [1129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 3, .production_id = 12), - [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), - [1133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 4), - [1135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 4), - [1137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 5, .production_id = 26), - [1139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 5, .production_id = 26), - [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), - [1143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 5, .production_id = 39), - [1145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 5, .production_id = 39), - [1147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1), - [1149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1), - [1151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 6, .production_id = 53), - [1153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 6, .production_id = 53), - [1155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, .production_id = 26), - [1157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, .production_id = 26), - [1159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 2), - [1161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 2), - [1163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), - [1165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), - [1167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 5, .production_id = 37), - [1169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 5, .production_id = 37), - [1171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_statement_repeat2, 2, .production_id = 38), - [1173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat2, 2, .production_id = 38), - [1175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_statement_repeat2, 2, .production_id = 38), SHIFT_REPEAT(290), - [1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, .production_id = 25), - [1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, .production_id = 25), - [1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 3), - [1184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 3), - [1186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, .production_id = 12), - [1188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, .production_id = 12), - [1190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_statement_repeat2, 2, .production_id = 38), SHIFT_REPEAT(282), - [1193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 24), - [1195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 24), - [1197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 69), - [1199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 69), - [1201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 82), - [1203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 82), - [1205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, .production_id = 28), - [1207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, .production_id = 28), - [1209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 59), - [1211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 59), - [1213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, .production_id = 29), - [1215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, .production_id = 29), - [1217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 45), - [1219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 45), - [1221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 72), - [1223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 72), - [1225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, .production_id = 42), - [1227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, .production_id = 42), - [1229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 5, .production_id = 79), - [1231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, .production_id = 79), - [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, .production_id = 87), - [1235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 6, .production_id = 87), - [1237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 8, .production_id = 99), - [1239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 8, .production_id = 99), - [1241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, .production_id = 76), - [1243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 5, .production_id = 76), - [1245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 7, .production_id = 98), - [1247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, .production_id = 98), - [1249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 7, .production_id = 97), - [1251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, .production_id = 97), - [1253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, .production_id = 77), - [1255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 5, .production_id = 77), - [1257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, .production_id = 78), - [1259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 5, .production_id = 78), - [1261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 4, .production_id = 65), - [1263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 4, .production_id = 65), - [1265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 7, .production_id = 96), - [1267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, .production_id = 96), - [1269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 7, .production_id = 95), - [1271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, .production_id = 95), - [1273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 6, .production_id = 92), - [1275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, .production_id = 92), - [1277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 6, .production_id = 91), - [1279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, .production_id = 91), - [1281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 6, .production_id = 90), - [1283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, .production_id = 90), - [1285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, .production_id = 88), - [1287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 6, .production_id = 88), - [1289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, .production_id = 89), - [1291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 6, .production_id = 89), - [1293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), - [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [1303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), - [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [1309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_statement_repeat2, 1, .production_id = 24), - [1311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat2, 1, .production_id = 24), - [1313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 83), - [1315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 83), - [1317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 58), - [1319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 58), - [1321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 81), - [1323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 81), - [1325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 84), - [1327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 84), - [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 94), - [1331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 94), - [1333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 93), - [1335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 93), - [1337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 85), - [1339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 85), - [1341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 40), - [1343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 40), - [1345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 73), - [1347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 73), - [1349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 71), - [1351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 71), - [1353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 70), - [1355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 70), - [1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 43), - [1359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 43), - [1361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, .production_id = 80), - [1363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 4, .production_id = 80), - [1365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 68), - [1367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 68), - [1369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3, .production_id = 67), - [1371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 3, .production_id = 67), - [1373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 44), - [1375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 44), - [1377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 46), - [1379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 46), - [1381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 61), - [1383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 61), - [1385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, .production_id = 60), - [1387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, .production_id = 60), - [1389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 3), - [1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 54), - [1393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 54), - [1395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), - [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), - [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), - [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [1407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2), - [1409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, .production_id = 57), - [1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, .production_id = 57), - [1413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 47), - [1415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 47), - [1417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 55), - [1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 55), - [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, .production_id = 30), - [1423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, .production_id = 30), - [1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorated_definition, 2, .production_id = 9), - [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorated_definition, 2, .production_id = 9), - [1429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), - [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_separator, 1), - [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), - [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), - [1437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), - [1439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), - [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [1445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), - [1447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), - [1449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), - [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [1467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [1471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), - [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [1477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), - [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [1487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), - [1501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), - [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), - [1505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), - [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [1509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [1511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), - [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [1527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [1531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), - [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 36), - [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 36), - [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, .production_id = 17), - [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, .production_id = 17), - [1543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), - [1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), - [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), - [1549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), - [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), - [1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), - [1555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [1557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [1571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [1573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [1575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [1577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [1579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), - [1583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, .production_id = 6), - [1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, .production_id = 6), - [1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), - [1589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [1591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), - [1595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [1611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), - [1617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), - [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), - [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), - [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [1625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, .production_id = 22), - [1627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, .production_id = 22), - [1629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2), - [1631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), - [1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), - [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 2), - [1637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2), - [1639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2), - [1641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), - [1643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), - [1645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), - [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), - [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, .production_id = 7), - [1675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, .production_id = 7), - [1677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [1679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [1681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3), - [1683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3), - [1685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), - [1687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), - [1689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3), - [1691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3), - [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3), - [1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3), - [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [1699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_comprehension, 4, .production_id = 31), - [1703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_comprehension, 4, .production_id = 31), - [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4), - [1707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4), - [1709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 4, .production_id = 31), - [1711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 4, .production_id = 31), - [1713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_comprehension, 4, .production_id = 31), - [1715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_comprehension, 4, .production_id = 31), - [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), - [1719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), - [1721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5), - [1723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5), - [1725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), - [1727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), - [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 22), - [1731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 22), - [1733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5), - [1735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5), - [1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, .production_id = 22), - [1739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, .production_id = 22), - [1741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [1745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), - [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [1749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [1753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [1757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), - [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), - [1771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_list_splat_pattern, 2), - [1774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 2, .production_id = 8), - [1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 2, .production_id = 8), - [1778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, .production_id = 2), - [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), - [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), - [1784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(693), - [1787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1606), - [1790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(693), - [1793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2), - [1795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(705), - [1798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1560), - [1801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(705), - [1804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [1806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(716), - [1809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1694), - [1812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(716), - [1815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2), SHIFT_REPEAT(637), - [1818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2), - [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [1822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(736), - [1825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1642), - [1828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(736), - [1831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(656), - [1834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1675), - [1837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(656), - [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [1844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), - [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3), - [1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [1860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [1862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(731), - [1865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1557), - [1868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(731), - [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [1879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(708), - [1882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1589), - [1885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 21), SHIFT_REPEAT(708), - [1888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3), - [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), - [1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [1910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 3), - [1912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 2), - [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [1916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), - [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), - [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 1), - [1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), - [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [1938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), - [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), - [1950] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [1956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), - [1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), - [1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [1966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [1968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), - [1970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [1972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [1978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [1980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [1982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__f_expression, 1), - [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [1994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), - [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [2002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(281), - [2005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1139), - [2008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1139), - [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), - [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [2015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), - [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [2021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), - [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [2027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), - [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [2033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_operator, 3, .production_id = 17), - [2035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, .production_id = 17), - [2037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, .production_id = 3), - [2039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, .production_id = 3), - [2041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await, 2), - [2043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await, 2), - [2045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5), - [2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, .production_id = 13), - [2049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), - [2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 14), - [2053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 14), SHIFT(377), - [2056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_pattern, 3, .production_id = 18), - [2058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, .production_id = 33), - [2060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 14), SHIFT(441), - [2063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_pattern, 3, .production_id = 18), - [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_within_for_in_clause, 1), - [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [2115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 14), SHIFT(420), - [2118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 14), SHIFT(338), - [2121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, .production_id = 5), - [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), - [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 34), - [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_hand_side, 1), - [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2), - [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [2153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2), - [2157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, .production_id = 3), - [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [2161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 4), - [2163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 14), SHIFT(397), - [2166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [2168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [2170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [2172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [2184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 3), - [2186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [2192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 2), - [2194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 50), - [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [2198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 1), - [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [2202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1), - [2204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5), - [2206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5), - [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [2216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 14), SHIFT(369), - [2219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4), - [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4), - [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [2233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2), - [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [2239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3), - [2241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3), - [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [2247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(416), - [2250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(1624), - [2253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(614), - [2256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), - [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2), - [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [2276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(436), - [2279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(1696), - [2282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(632), - [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [2287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6), - [2289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6), - [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [2307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 14), SHIFT(390), - [2310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = 1, .production_id = 4), SHIFT(220), - [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [2329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, .production_id = 63), - [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [2333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 75), - [2335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), - [2337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2), - [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 74), - [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [2349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, .production_id = 12), - [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [2355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, .production_id = 62), - [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2), - [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 86), - [2369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, .production_id = 64), - [2373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(411), - [2376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 14), - [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [2380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 49), - [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [2384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = 1, .production_id = 4), - [2386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5), - [2388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(293), - [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), - [2393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(305), - [2396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, .production_id = 14), - [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [2404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [2406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1), - [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [2412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 3, .production_id = 13), - [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [2432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, .production_id = 33), - [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [2436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2), - [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [2454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2), - [2456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2), SHIFT_REPEAT(679), - [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [2473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(359), - [2476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2), - [2478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(1359), - [2481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 10), - [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [2487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, .production_id = 5), - [2489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(426), - [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3), - [2498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, .production_id = 66), SHIFT_REPEAT(304), - [2501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, .production_id = 66), - [2503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2), - [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [2509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 11), - [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 23), - [2517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 23), SHIFT_REPEAT(364), - [2520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 5), - [2522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [2536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 1), - [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [2548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2), SHIFT_REPEAT(248), - [2551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2), - [2553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, .production_id = 27), SHIFT_REPEAT(372), - [2556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, .production_id = 27), - [2558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 52), SHIFT_REPEAT(295), - [2561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 52), - [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [2589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(184), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [2608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [2610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), SHIFT_REPEAT(243), - [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), - [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [2627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, .production_id = 32), - [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [2635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 1), - [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [2657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_expression, 3), - [2659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_expression, 3), - [2661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2), SHIFT_REPEAT(639), - [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [2684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), SHIFT_REPEAT(255), - [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 15), - [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [2691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2), SHIFT_REPEAT(638), - [2694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(356), - [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), - [2705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(1112), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [2742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, .production_id = 5), - [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [2748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), SHIFT_REPEAT(320), - [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), - [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1), - [2767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 3), - [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [2771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(1113), - [2774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), SHIFT_REPEAT(263), - [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [2789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), SHIFT_REPEAT(331), - [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [2798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), SHIFT_REPEAT(114), - [2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), - [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3), - [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, .production_id = 22), - [2829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3), - [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [2833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1), - [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [2843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2), - [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, .production_id = 48), - [2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1), - [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 22), - [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, .production_id = 17), - [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1), - [2859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1), - [2861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 16), - [2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4), - [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5), - [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [2995] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1), - [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 0), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [87] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(230), + [90] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(96), + [93] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(605), + [96] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(40), + [99] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(294), + [102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(366), + [105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(198), + [108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(280), + [111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1421), + [114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1476), + [117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1474), + [120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(330), + [123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(81), + [126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(163), + [129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(487), + [132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(331), + [135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(236), + [138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1608), + [141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(161), + [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(401), + [147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(95), + [150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(400), + [153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(527), + [156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(968), + [159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(775), + [162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(101), + [165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(775), + [168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(228), + [171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), + [173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1003), + [176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1), + [180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(388), + [187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(80), + [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(162), + [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(489), + [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(405), + [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(250), + [202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1607), + [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), + [207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), + [209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), + [211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(146), + [214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), REDUCE(sym_primary_expression, 1, .production_id = 1), + [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), + [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), + [221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_expression_lhs, 1, .production_id = 1), + [223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .production_id = 1), + [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(147), + [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(400), + [233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(527), + [236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), + [238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), + [380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(153), + [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), + [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(144), + [390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(315), + [393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(560), + [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), + [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), + [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), + [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), + [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), + [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), + [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), + [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), + [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), + [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(605), + [472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), + [474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3), + [476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3), + [478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), + [482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2), + [488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2), + [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), + [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), + [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), + [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), + [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), + [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), + [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), + [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), + [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), + [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), + [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), + [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(757), + [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), + [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 79), + [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), + [690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 79), + [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 80), + [696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 80), + [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), + [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, .production_id = 69), + [706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 69), + [708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, .production_id = 90), + [710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, .production_id = 90), + [712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), + [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), + [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), + [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), + [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 3), + [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), + [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3), + [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2), + [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), + [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), + [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), + [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), + [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), + [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), + [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2), + [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1), + [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), + [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1), + [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2), + [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3), + [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), + [904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), + [906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1), REDUCE(sym_primary_expression, 1), + [909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), + [911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_expression_lhs, 1), + [913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1), + [915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1), + [917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .dynamic_precedence = -1, .production_id = 3), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3), + [923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 3), + [925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), + [927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4), + [929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2), + [931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3), + [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .dynamic_precedence = -1, .production_id = 11), + [937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 10), + [939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2), + [941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), REDUCE(sym_tuple, 2), + [944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2), + [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), + [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 2), + [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 53), + [952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 53), + [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2), + [956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern, 2), REDUCE(sym_list, 2), + [959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2), + [961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2), + [963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 2), + [965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 34), + [967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 34), + [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 53), + [977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 53), + [979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 18), + [981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, .production_id = 18), + [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), + [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 34), + [989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 34), + [991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 24), + [993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 24), + [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), + [999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [1003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 41), + [1005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 41), + [1007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 42), + [1009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 42), + [1011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 61), + [1013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 61), + [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), + [1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [1019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), + [1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), + [1023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 59), + [1025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 59), + [1027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 59), SHIFT_REPEAT(386), + [1030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 59), SHIFT_REPEAT(361), + [1033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 74), + [1035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 74), + [1037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 39), + [1039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 39), + [1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 86), + [1043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 86), + [1045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), + [1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), + [1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 66), + [1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 66), + [1053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 4), + [1055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 4), + [1057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, .production_id = 28), + [1059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, .production_id = 28), + [1061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, .production_id = 42), + [1063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, .production_id = 42), + [1065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 47), + [1067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 47), + [1069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1), + [1071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1), + [1073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 2), + [1075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 2), + [1077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 77), + [1079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 77), + [1081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 3), + [1083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 3), + [1085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, .production_id = 24), + [1087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, .production_id = 24), + [1089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), + [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), + [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [1103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 88), + [1105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 88), + [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), + [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), + [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [1117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 3), + [1119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_block, 1), + [1121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_block, 1), + [1123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, .production_id = 26), + [1125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, .production_id = 26), + [1127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 48), + [1129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 48), + [1131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, .production_id = 67), + [1133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, .production_id = 67), + [1135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, .production_id = 29), + [1137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, .production_id = 29), + [1139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 68), + [1141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 68), + [1143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2), + [1145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 58), + [1147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 58), + [1149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 40), + [1151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 40), + [1153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorated_definition, 2, .production_id = 9), + [1155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorated_definition, 2, .production_id = 9), + [1157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 5, .production_id = 43), + [1159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 5, .production_id = 43), + [1161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_block, 2), + [1163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_block, 2), + [1165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 5, .production_id = 44), + [1167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 5, .production_id = 44), + [1169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 45), + [1171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 45), + [1173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 60), + [1175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 60), + [1177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 46), + [1179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 46), + [1181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 49), + [1183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 49), + [1185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_block, 3, .production_id = 62), + [1187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_block, 3, .production_id = 62), + [1189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 3, .production_id = 72), + [1191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3, .production_id = 72), + [1193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 73), + [1195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 73), + [1197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 6, .production_id = 63), + [1199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 6, .production_id = 63), + [1201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, .production_id = 64), + [1203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, .production_id = 64), + [1205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 75), + [1207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 75), + [1209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 76), + [1211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 76), + [1213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 78), + [1215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 78), + [1217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, .production_id = 81), + [1219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 4, .production_id = 81), + [1221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 65), + [1223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 65), + [1225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 95), + [1227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 95), + [1229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 96), + [1231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 96), + [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 85), + [1235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 85), + [1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 87), + [1239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 87), + [1241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 89), + [1243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 89), + [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), + [1247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_separator, 1), + [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), + [1251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), + [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [1259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), + [1261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [1273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), + [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), + [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [1291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), + [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [1317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, .production_id = 6), + [1319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, .production_id = 6), + [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), + [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), + [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), + [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, .production_id = 16), + [1359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, .production_id = 16), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [1365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [1387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [1389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), + [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), + [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [1397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), + [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [1419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), + [1421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), + [1425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 35), + [1427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 35), + [1429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654), + [1431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 19), + [1435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 19), + [1437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), + [1439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), + [1441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 4, .production_id = 30), + [1443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 4, .production_id = 30), + [1445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4), + [1447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4), + [1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_comprehension, 4, .production_id = 30), + [1451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_comprehension, 4, .production_id = 30), + [1453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), + [1455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), + [1457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3), + [1459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3), + [1461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, .production_id = 22), + [1463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, .production_id = 22), + [1465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3), + [1467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3), + [1469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), + [1471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), + [1473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5), + [1475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5), + [1477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3), + [1479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3), + [1481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 22), + [1483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 22), + [1485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), + [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), + [1489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [1491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [1493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5), + [1495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5), + [1497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), + [1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), + [1501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, .production_id = 7), + [1503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, .production_id = 7), + [1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2), + [1507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2), + [1509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), + [1511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), + [1513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), + [1515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), + [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, .production_id = 22), + [1519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, .production_id = 22), + [1521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_comprehension, 4, .production_id = 30), + [1523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_comprehension, 4, .production_id = 30), + [1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [1527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [1529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), + [1531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [1533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [1535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [1539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [1541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [1545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [1547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [1555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), + [1559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [1571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [1573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [1575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [1577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), + [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), + [1585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 2), + [1587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2), + [1589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_list_splat_pattern, 2), + [1592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 2), + [1595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2), + [1597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), + [1599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), + [1601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(588), + [1604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(1503), + [1607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(588), + [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 2, .production_id = 8), + [1612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 2, .production_id = 8), + [1614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, .production_id = 2), + [1616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(542), + [1619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(1485), + [1622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(542), + [1625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(566), + [1628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(1491), + [1631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(566), + [1634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2), SHIFT_REPEAT(521), + [1637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2), + [1639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [1641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(538), + [1644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(1560), + [1647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(538), + [1650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(570), + [1653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(1530), + [1656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(570), + [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), + [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [1675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(598), + [1678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(1610), + [1681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(598), + [1684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [1686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [1688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [1692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [1694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [1696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [1698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [1700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(569), + [1703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(1519), + [1706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 20), SHIFT_REPEAT(569), + [1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [1713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3), + [1715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3), + [1717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [1719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), + [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 2), + [1731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 3), + [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [1735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), + [1737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [1741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [1749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 1), + [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), + [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [1757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), + [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), + [1771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [1773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [1777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [1781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [1783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [1785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [1789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__f_expression, 1), + [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [1795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(232), + [1798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1098), + [1801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1098), + [1804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), + [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [1822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_operator, 3, .production_id = 16), + [1824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, .production_id = 16), + [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_pattern, 3, .production_id = 17), + [1828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_pattern, 3, .production_id = 17), + [1830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, .production_id = 3), + [1832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, .production_id = 3), + [1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, .production_id = 12), + [1836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 13), + [1838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 13), SHIFT(300), + [1841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 13), SHIFT(384), + [1844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5), + [1846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), + [1848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, .production_id = 32), + [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [1852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [1860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [1862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [1864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [1866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [1868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [1870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [1872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 13), SHIFT(375), + [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [1887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 33), + [1889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), + [1891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [1893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, .production_id = 5), + [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_within_for_in_clause, 1), + [1909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, .dynamic_precedence = -1, .production_id = 3), + [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [1913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 4), + [1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2), + [1917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [1921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 13), SHIFT(351), + [1924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2), + [1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [1930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_hand_side, 1), + [1936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 13), SHIFT(339), + [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [1951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [1957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [1973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2), + [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 52), + [1977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(313), + [1980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(1495), + [1983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(490), + [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), + [1988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_content, 1), + [1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [1994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_content, 1), + [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [2002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(377), + [2005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(1615), + [2008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(512), + [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 2), + [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [2047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2), + [2049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(1116), + [2052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(1116), + [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), + [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2), + [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 3), + [2063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1), + [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [2075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 13), SHIFT(352), + [2078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [2080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [2082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 1), + [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [2086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = 1, .production_id = 4), SHIFT(184), + [2089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 13), SHIFT(316), + [2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [2112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, .production_id = 70), + [2114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 51), + [2116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 13), + [2118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, .production_id = 38), + [2120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, .production_id = 38), + [2122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2), + [2124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = 1, .production_id = 4), + [2126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(256), + [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), + [2131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, .production_id = 21), + [2133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, .production_id = 21), + [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [2141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 90), + [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2), + [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 80), + [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [2153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 79), + [2155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, .production_id = 37), + [2157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, .production_id = 37), + [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [2161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, .production_id = 69), + [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, .production_id = 13), + [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, .production_id = 21), + [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, .production_id = 21), + [2169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(364), + [2172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), + [2174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), + [2176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(259), + [2179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, .production_id = 55), + [2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, .production_id = 55), + [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [2189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, .production_id = 56), + [2191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, .production_id = 56), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, .production_id = 25), + [2197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, .production_id = 82), + [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5), + [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [2203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, .production_id = 57), + [2205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, .production_id = 57), + [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [2211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6, .production_id = 71), + [2213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6, .production_id = 71), + [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 3, .production_id = 12), + [2217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), + [2219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2), + [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [2243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2), + [2245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2), SHIFT_REPEAT(401), + [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [2262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(262), + [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2), + [2267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(1217), + [2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [2280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, .production_id = 32), + [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [2286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1), + [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [2294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3), + [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [2300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .dynamic_precedence = -1, .production_id = 11), + [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [2304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, .production_id = 5), + [2306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 23), + [2308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 23), SHIFT_REPEAT(359), + [2311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, .production_id = 84), SHIFT_REPEAT(319), + [2314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, .production_id = 84), + [2316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 10), + [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [2324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_block_repeat1, 2, .production_id = 59), SHIFT_REPEAT(298), + [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_block_repeat1, 2, .production_id = 59), + [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [2337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 5), + [2339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(390), + [2342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2), + [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [2346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [2348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1), + [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [2356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, .production_id = 31), + [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [2364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2), SHIFT_REPEAT(522), + [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [2369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(142), + [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [2406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), SHIFT_REPEAT(213), + [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [2425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 1), + [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [2445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 3), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [2451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(371), + [2454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2), SHIFT_REPEAT(520), + [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [2465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 36), + [2467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 36), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [2481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2), SHIFT_REPEAT(217), + [2484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2), + [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [2488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(987), + [2491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [2505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 54), SHIFT_REPEAT(239), + [2508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 54), + [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), + [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [2528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1), + [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [2532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, .production_id = 5), + [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [2538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(988), + [2541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 1), + [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [2549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), SHIFT_REPEAT(287), + [2552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), + [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [2588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, .production_id = 27), SHIFT_REPEAT(376), + [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, .production_id = 27), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [2601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), SHIFT_REPEAT(216), + [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [2608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), SHIFT_REPEAT(207), + [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [2617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), SHIFT_REPEAT(279), + [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [2624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), SHIFT_REPEAT(79), + [2627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), + [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [2647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 14), + [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [2677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, .production_id = 100), + [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, .production_id = 99), + [2681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, .production_id = 98), + [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, .production_id = 102), + [2685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, .production_id = 103), + [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, .production_id = 104), + [2689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, .production_id = 105), + [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, .production_id = 16), + [2693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 15), + [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, .production_id = 106), + [2697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 8, .production_id = 107), + [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, .production_id = 97), + [2701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, .production_id = 94), + [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1), + [2705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, .production_id = 93), + [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3), + [2709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, .production_id = 91), + [2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 4, .production_id = 83), + [2713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, .production_id = 22), + [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2), + [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [2721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1), + [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, .production_id = 101), + [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_block_repeat1, 1, .production_id = 39), + [2737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3), + [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, .production_id = 50), + [2741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, .production_id = 92), + [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 22), + [2745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1), + [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1), + [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [2859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1), + [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5), + [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4), + [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [2955] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), }; #ifdef __cplusplus diff --git a/src/scanner.c b/src/scanner.c index 00bb970..52b5ea4 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -7,37 +7,36 @@ #define MAX(a, b) ((a) > (b) ? (a) : (b)) #define VEC_RESIZE(vec, _cap) \ - void *tmp = realloc((vec)->data, (_cap) * sizeof((vec)->data[0])); \ + void *tmp = realloc((vec).data, (_cap) * sizeof((vec).data[0])); \ assert(tmp != NULL); \ - (vec)->data = tmp; \ - (vec)->cap = (_cap); + (vec).data = tmp; \ + (vec).cap = (_cap); #define VEC_GROW(vec, _cap) \ - if ((vec)->cap < (_cap)) { \ + if ((vec).cap < (_cap)) { \ VEC_RESIZE((vec), (_cap)); \ } #define VEC_PUSH(vec, el) \ - if ((vec)->cap == (vec)->len) { \ - VEC_RESIZE((vec), MAX(16, (vec)->len * 2)); \ + if ((vec).cap == (vec).len) { \ + VEC_RESIZE((vec), MAX(16, (vec).len * 2)); \ } \ - (vec)->data[(vec)->len++] = (el); + (vec).data[(vec).len++] = (el); -#define VEC_POP(vec) (vec)->len--; +#define VEC_POP(vec) (vec).len--; #define VEC_NEW \ { .len = 0, .cap = 0, .data = NULL } -#define VEC_BACK(vec) ((vec)->data[(vec)->len - 1]) +#define VEC_BACK(vec) ((vec).data[(vec).len - 1]) #define VEC_FREE(vec) \ { \ - if ((vec)->data != NULL) \ - free((vec)->data); \ + if ((vec).data != NULL) \ + free((vec).data); \ } -#define VEC_CLEAR(vec) \ - { (vec)->len = 0; } +#define VEC_CLEAR(vec) (vec).len = 0; enum TokenType { NEWLINE, @@ -45,6 +44,7 @@ enum TokenType { DEDENT, STRING_START, STRING_CONTENT, + ESCAPE_INTERPOLATION, STRING_END, COMMENT, CLOSE_PAREN, @@ -127,34 +127,36 @@ static inline void set_end_character(Delimiter *delimiter, int32_t character) { } } -static inline const char *delimiter_string(Delimiter *delimiter) { - if (delimiter->flags & SingleQuote) { - return "\'"; - } - if (delimiter->flags & DoubleQuote) { - return "\""; - } - if (delimiter->flags & BackQuote) { - return "`"; - } - return ""; -} - typedef struct { uint32_t len; uint32_t cap; uint16_t *data; } indent_vec; +static indent_vec indent_vec_new() { + indent_vec vec = VEC_NEW; + vec.data = calloc(1, sizeof(uint16_t)); + vec.cap = 1; + return vec; +} + typedef struct { uint32_t len; uint32_t cap; Delimiter *data; } delimiter_vec; +static delimiter_vec delimiter_vec_new() { + delimiter_vec vec = VEC_NEW; + vec.data = calloc(1, sizeof(Delimiter)); + vec.cap = 1; + return vec; +} + typedef struct { - indent_vec *indents; - delimiter_vec *delimiters; + indent_vec indents; + delimiter_vec delimiters; + bool inside_f_string; } Scanner; static inline void advance(TSLexer *lexer) { lexer->advance(lexer, false); } @@ -162,7 +164,7 @@ static inline void advance(TSLexer *lexer) { lexer->advance(lexer, false); } static inline void skip(TSLexer *lexer) { lexer->advance(lexer, true); } bool tree_sitter_starlark_external_scanner_scan(void *payload, TSLexer *lexer, - const bool *valid_symbols) { + const bool *valid_symbols) { Scanner *scanner = (Scanner *)payload; bool error_recovery_mode = @@ -171,13 +173,35 @@ bool tree_sitter_starlark_external_scanner_scan(void *payload, TSLexer *lexer, valid_symbols[CLOSE_PAREN] || valid_symbols[CLOSE_BRACKET]; - if (valid_symbols[STRING_CONTENT] && scanner->delimiters->len > 0 && + bool advanced_once = false; + if (valid_symbols[ESCAPE_INTERPOLATION] && scanner->delimiters.len > 0 && + (lexer->lookahead == '{' || lexer->lookahead == '}') && + !error_recovery_mode) { + Delimiter delimiter = VEC_BACK(scanner->delimiters); + if (is_format(&delimiter)) { + lexer->mark_end(lexer); + bool is_left_brace = lexer->lookahead == '{'; + advance(lexer); + advanced_once = true; + if ((lexer->lookahead == '{' && is_left_brace) || + (lexer->lookahead == '}' && !is_left_brace)) { + advance(lexer); + lexer->mark_end(lexer); + lexer->result_symbol = ESCAPE_INTERPOLATION; + return true; + } + return false; + } + } + + if (valid_symbols[STRING_CONTENT] && scanner->delimiters.len > 0 && !error_recovery_mode) { Delimiter delimiter = VEC_BACK(scanner->delimiters); int32_t end_char = end_character(&delimiter); - bool has_content = false; + bool has_content = advanced_once; while (lexer->lookahead) { - if ((lexer->lookahead == '{' || lexer->lookahead == '}') && + if ((advanced_once || lexer->lookahead == '{' || + lexer->lookahead == '}') && is_format(&delimiter)) { lexer->mark_end(lexer); lexer->result_symbol = STRING_CONTENT; @@ -186,23 +210,32 @@ bool tree_sitter_starlark_external_scanner_scan(void *payload, TSLexer *lexer, if (lexer->lookahead == '\\') { if (is_raw(&delimiter)) { // Step over the backslash. - lexer->advance(lexer, false); + advance(lexer); // Step over any escaped quotes. if (lexer->lookahead == end_character(&delimiter) || lexer->lookahead == '\\') { - lexer->advance(lexer, false); + advance(lexer); + } + // Step over newlines + if (lexer->lookahead == '\r') { + advance(lexer); + if (lexer->lookahead == '\n') { + advance(lexer); + } + } else if (lexer->lookahead == '\n') { + advance(lexer); } continue; } if (is_bytes(&delimiter)) { lexer->mark_end(lexer); - lexer->advance(lexer, false); + advance(lexer); if (lexer->lookahead == 'N' || lexer->lookahead == 'u' || lexer->lookahead == 'U') { // In bytes string, \N{...}, \uXXXX and \UXXXXXXXX are // not escape sequences // https://docs.starlark.org/3/reference/lexical_analysis.html#string-and-bytes-literals - lexer->advance(lexer, false); + advance(lexer); } else { lexer->result_symbol = STRING_CONTENT; return has_content; @@ -215,17 +248,18 @@ bool tree_sitter_starlark_external_scanner_scan(void *payload, TSLexer *lexer, } else if (lexer->lookahead == end_char) { if (is_triple(&delimiter)) { lexer->mark_end(lexer); - lexer->advance(lexer, false); + advance(lexer); if (lexer->lookahead == end_char) { - lexer->advance(lexer, false); + advance(lexer); if (lexer->lookahead == end_char) { if (has_content) { lexer->result_symbol = STRING_CONTENT; } else { - lexer->advance(lexer, false); + advance(lexer); lexer->mark_end(lexer); VEC_POP(scanner->delimiters); lexer->result_symbol = STRING_END; + scanner->inside_f_string = false; } return true; } @@ -240,9 +274,10 @@ bool tree_sitter_starlark_external_scanner_scan(void *payload, TSLexer *lexer, if (has_content) { lexer->result_symbol = STRING_CONTENT; } else { - lexer->advance(lexer, false); + advance(lexer); VEC_POP(scanner->delimiters); lexer->result_symbol = STRING_END; + scanner->inside_f_string = false; } lexer->mark_end(lexer); return true; @@ -276,6 +311,14 @@ bool tree_sitter_starlark_external_scanner_scan(void *payload, TSLexer *lexer, indent_length += 8; skip(lexer); } else if (lexer->lookahead == '#') { + // If we haven't found an EOL yet, + // then this is a comment after an expression: + // foo = bar # comment + // Just return, since we don't want to generate an indent/dedent + // token. + if (!found_end_of_line) { + return false; + } if (first_comment_indent_length == -1) { first_comment_indent_length = (int32_t)indent_length; } @@ -304,7 +347,7 @@ bool tree_sitter_starlark_external_scanner_scan(void *payload, TSLexer *lexer, } if (found_end_of_line) { - if (scanner->indents->len > 0) { + if (scanner->indents.len > 0) { uint16_t current_indent_length = VEC_BACK(scanner->indents); if (valid_symbols[INDENT] && @@ -314,10 +357,16 @@ bool tree_sitter_starlark_external_scanner_scan(void *payload, TSLexer *lexer, return true; } + bool next_tok_is_string_start = lexer->lookahead == '\"' || + lexer->lookahead == '\'' || + lexer->lookahead == '`'; + if ((valid_symbols[DEDENT] || - (!valid_symbols[NEWLINE] && !valid_symbols[STRING_START] && + (!valid_symbols[NEWLINE] && + !(valid_symbols[STRING_START] && next_tok_is_string_start) && !within_brackets)) && indent_length < current_indent_length && + !scanner->inside_f_string && // Wait to create a dedent token until we've consumed any // comments @@ -386,7 +435,7 @@ bool tree_sitter_starlark_external_scanner_scan(void *payload, TSLexer *lexer, if (end_character(&delimiter)) { VEC_PUSH(scanner->delimiters, delimiter); lexer->result_symbol = STRING_START; - + scanner->inside_f_string = is_format(&delimiter); return true; } if (has_flags) { @@ -398,36 +447,37 @@ bool tree_sitter_starlark_external_scanner_scan(void *payload, TSLexer *lexer, } unsigned tree_sitter_starlark_external_scanner_serialize(void *payload, - char *buffer) { + char *buffer) { Scanner *scanner = (Scanner *)payload; size_t size = 0; - size_t delimiter_count = scanner->delimiters->len; + buffer[size++] = (char)scanner->inside_f_string; + + size_t delimiter_count = scanner->delimiters.len; if (delimiter_count > UINT8_MAX) { delimiter_count = UINT8_MAX; } buffer[size++] = (char)delimiter_count; if (delimiter_count > 0) { - memcpy(&buffer[size], scanner->delimiters->data, delimiter_count); + memcpy(&buffer[size], scanner->delimiters.data, delimiter_count); } size += delimiter_count; int iter = 1; - for (; iter < scanner->indents->len && + for (; iter < scanner->indents.len && size < TREE_SITTER_SERIALIZATION_BUFFER_SIZE; ++iter) { - // yeah, it narrows the value but it's fine? - buffer[size++] = (char)scanner->indents->data[iter]; + buffer[size++] = (char)scanner->indents.data[iter]; } return size; } void tree_sitter_starlark_external_scanner_deserialize(void *payload, - const char *buffer, - unsigned length) { + const char *buffer, + unsigned length) { Scanner *scanner = (Scanner *)payload; VEC_CLEAR(scanner->delimiters); @@ -437,31 +487,31 @@ void tree_sitter_starlark_external_scanner_deserialize(void *payload, if (length > 0) { size_t size = 0; + scanner->inside_f_string = (bool)buffer[size++]; + size_t delimiter_count = (uint8_t)buffer[size++]; if (delimiter_count > 0) { VEC_GROW(scanner->delimiters, delimiter_count); - scanner->delimiters->len = delimiter_count; - memcpy(scanner->delimiters->data, &buffer[size], delimiter_count); + scanner->delimiters.len = delimiter_count; + memcpy(scanner->delimiters.data, &buffer[size], delimiter_count); size += delimiter_count; } for (; size < length; size++) { VEC_PUSH(scanner->indents, (unsigned char)buffer[size]); } - - assert(size == length); } } void *tree_sitter_starlark_external_scanner_create() { #if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201112L) - static_assert(sizeof(Delimiter) == sizeof(char), ""); + _Static_assert(sizeof(Delimiter) == sizeof(char), ""); #else assert(sizeof(Delimiter) == sizeof(char)); #endif Scanner *scanner = calloc(1, sizeof(Scanner)); - scanner->indents = calloc(1, sizeof(indent_vec)); - scanner->delimiters = calloc(1, sizeof(delimiter_vec)); + scanner->indents = indent_vec_new(); + scanner->delimiters = delimiter_vec_new(); tree_sitter_starlark_external_scanner_deserialize(scanner, NULL, 0); return scanner; } @@ -470,7 +520,5 @@ void tree_sitter_starlark_external_scanner_destroy(void *payload) { Scanner *scanner = (Scanner *)payload; VEC_FREE(scanner->indents); VEC_FREE(scanner->delimiters); - free(scanner->indents); - free(scanner->delimiters); free(scanner); }