#include #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 13 #define STATE_COUNT 1510 #define LARGE_STATE_COUNT 152 #define SYMBOL_COUNT 288 #define ALIAS_COUNT 3 #define TOKEN_COUNT 108 #define EXTERNAL_TOKEN_COUNT 7 #define FIELD_COUNT 54 #define MAX_ALIAS_SEQUENCE_LENGTH 10 #define PRODUCTION_ID_COUNT 166 enum { sym_identifier = 1, anon_sym_import = 2, anon_sym_DOT = 3, anon_sym_from = 4, anon_sym___future__ = 5, anon_sym_LPAREN = 6, anon_sym_RPAREN = 7, anon_sym_COMMA = 8, anon_sym_as = 9, anon_sym_STAR = 10, anon_sym_print = 11, anon_sym_GT_GT = 12, anon_sym_assert = 13, anon_sym_COLON_EQ = 14, anon_sym_return = 15, anon_sym_del = 16, anon_sym_raise = 17, anon_sym_pass = 18, anon_sym_break = 19, anon_sym_continue = 20, anon_sym_if = 21, anon_sym_COLON = 22, anon_sym_elif = 23, anon_sym_else = 24, anon_sym_async = 25, anon_sym_for = 26, anon_sym_in = 27, anon_sym_while = 28, anon_sym_try = 29, anon_sym_except = 30, anon_sym_finally = 31, anon_sym_with = 32, anon_sym_match = 33, anon_sym_case = 34, anon_sym_PIPE = 35, anon_sym_DASH = 36, anon_sym_PLUS = 37, sym_match_wildcard_pattern = 38, anon_sym_LBRACK = 39, anon_sym_RBRACK = 40, anon_sym_LBRACE = 41, anon_sym_RBRACE = 42, anon_sym_STAR_STAR = 43, anon_sym_EQ = 44, anon_sym_def = 45, anon_sym_DASH_GT = 46, anon_sym_global = 47, anon_sym_nonlocal = 48, anon_sym_exec = 49, anon_sym_type = 50, anon_sym_class = 51, anon_sym_AT = 52, anon_sym_not = 53, anon_sym_and = 54, anon_sym_or = 55, anon_sym_SLASH = 56, anon_sym_PERCENT = 57, anon_sym_SLASH_SLASH = 58, anon_sym_AMP = 59, anon_sym_CARET = 60, anon_sym_LT_LT = 61, anon_sym_TILDE = 62, anon_sym_LT = 63, anon_sym_LT_EQ = 64, anon_sym_EQ_EQ = 65, anon_sym_BANG_EQ = 66, anon_sym_GT_EQ = 67, anon_sym_GT = 68, anon_sym_LT_GT = 69, anon_sym_is = 70, anon_sym_lambda = 71, anon_sym_PLUS_EQ = 72, anon_sym_DASH_EQ = 73, anon_sym_STAR_EQ = 74, anon_sym_SLASH_EQ = 75, anon_sym_AT_EQ = 76, anon_sym_SLASH_SLASH_EQ = 77, anon_sym_PERCENT_EQ = 78, anon_sym_STAR_STAR_EQ = 79, anon_sym_GT_GT_EQ = 80, anon_sym_LT_LT_EQ = 81, anon_sym_AMP_EQ = 82, anon_sym_CARET_EQ = 83, anon_sym_PIPE_EQ = 84, anon_sym_yield = 85, sym_ellipsis = 86, anon_sym_LBRACE2 = 87, sym__escape_interpolation = 88, sym_escape_sequence = 89, sym__not_escape_sequence = 90, aux_sym_format_specifier_token1 = 91, sym_type_conversion = 92, sym_integer = 93, sym_float = 94, anon_sym_await = 95, sym_true = 96, sym_false = 97, sym_none = 98, sym_comment = 99, sym__semicolon = 100, sym__newline = 101, sym__indent = 102, sym__dedent = 103, sym__string_start = 104, sym__string_content = 105, sym__string_end = 106, sym__template_string_start = 107, sym_module = 108, sym__statement = 109, sym__simple_statements = 110, sym_import_statement = 111, sym_import_prefix = 112, sym_relative_import = 113, sym_future_import_statement = 114, sym_import_from_statement = 115, sym__import_list = 116, sym_aliased_import = 117, sym_wildcard_import = 118, sym_print_statement = 119, sym_chevron = 120, sym_assert_statement = 121, sym_expression_statement = 122, sym_named_expression = 123, sym_return_statement = 124, sym_delete_statement = 125, sym_raise_statement = 126, sym_pass_statement = 127, sym_break_statement = 128, sym_continue_statement = 129, sym_if_statement = 130, sym_elif_clause = 131, sym_else_clause = 132, sym_for_statement = 133, sym_while_statement = 134, sym_try_statement = 135, sym_exception_list = 136, sym_except_clause = 137, sym_except_group_clause = 138, sym_finally_clause = 139, sym_with_statement = 140, sym_with_clause = 141, sym_with_item = 142, sym_match_statement = 143, sym_cases = 144, sym_case_block = 145, sym__match_patterns = 146, sym_open_sequence_match_pattern = 147, sym__match_pattern = 148, sym_match_as_pattern = 149, sym__match_or_pattern = 150, sym_match_or_pattern = 151, sym__closed_pattern = 152, sym_match_literal_pattern = 153, sym_match_capture_pattern = 154, sym_match_value_pattern = 155, sym_match_group_pattern = 156, sym_match_sequence_pattern = 157, sym__match_maybe_star_pattern = 158, sym_match_star_pattern = 159, sym_match_mapping_pattern = 160, sym_match_double_star_pattern = 161, sym_match_key_value_pattern = 162, sym_match_class_pattern = 163, sym_pattern_class_name = 164, sym_match_positional_pattern = 165, sym_match_keyword_pattern = 166, sym_guard = 167, sym_function_definition = 168, sym_parameters = 169, sym_lambda_parameters = 170, sym_list_splat = 171, sym_dictionary_splat = 172, sym_global_statement = 173, sym_nonlocal_statement = 174, sym_exec_statement = 175, sym_type_alias_statement = 176, sym_class_definition = 177, sym_type_parameters = 178, sym__type_bound = 179, sym_typevar_parameter = 180, sym_typevartuple_parameter = 181, sym_paramspec_parameter = 182, sym__type_parameter = 183, sym__type_param_default = 184, sym_parenthesized_list_splat = 185, sym_argument_list = 186, sym_decorated_definition = 187, sym_decorator = 188, sym_block = 189, sym_expression_list = 190, sym_dotted_name = 191, sym__parameters = 192, sym__patterns = 193, sym_parameter = 194, sym_pattern = 195, sym_tuple_pattern = 196, sym_list_pattern = 197, sym_default_parameter = 198, sym_typed_default_parameter = 199, sym_list_splat_pattern = 200, sym_dictionary_splat_pattern = 201, sym__expression_within_for_in_clause = 202, sym_expression = 203, sym_primary_expression = 204, sym_not_operator = 205, sym_boolean_operator = 206, sym_binary_operator = 207, sym_unary_operator = 208, sym_comparison_operator = 209, sym_lambda = 210, sym_lambda_within_for_in_clause = 211, sym_assignment = 212, sym_augmented_assignment = 213, sym_pattern_list = 214, sym__right_hand_side = 215, sym_yield = 216, sym_attribute = 217, sym__index_expression = 218, sym_index_expression_list = 219, sym_subscript = 220, sym_slice = 221, sym_call = 222, sym_typed_parameter = 223, sym_type = 224, sym_keyword_argument = 225, sym_list = 226, sym_set = 227, sym_tuple = 228, sym_dictionary = 229, sym_pair = 230, sym_list_comprehension = 231, sym_dictionary_comprehension = 232, sym_set_comprehension = 233, sym_generator_expression = 234, sym__comprehension_clauses = 235, sym_parenthesized_expression = 236, sym__collection_elements = 237, sym_for_in_clause = 238, sym_if_clause = 239, sym_conditional_expression = 240, sym_concatenated_string = 241, sym_string = 242, sym_concatenated_template_string = 243, sym_template_string = 244, sym_string_content = 245, sym_interpolation = 246, sym__f_expression = 247, sym_format_specifier = 248, sym_await = 249, sym_positional_separator = 250, sym_keyword_separator = 251, aux_sym_module_repeat1 = 252, aux_sym__simple_statements_repeat1 = 253, aux_sym_import_prefix_repeat1 = 254, aux_sym__import_list_repeat1 = 255, aux_sym_print_statement_repeat1 = 256, aux_sym_assert_statement_repeat1 = 257, aux_sym_if_statement_repeat1 = 258, aux_sym_try_statement_repeat1 = 259, aux_sym_try_statement_repeat2 = 260, aux_sym_exception_list_repeat1 = 261, aux_sym_with_clause_repeat1 = 262, aux_sym_cases_repeat1 = 263, aux_sym_open_sequence_match_pattern_repeat1 = 264, aux_sym_match_or_pattern_repeat1 = 265, aux_sym_match_value_pattern_repeat1 = 266, aux_sym_match_mapping_pattern_repeat1 = 267, aux_sym_match_class_pattern_repeat1 = 268, aux_sym_match_class_pattern_repeat2 = 269, aux_sym_global_statement_repeat1 = 270, aux_sym_type_parameters_repeat1 = 271, aux_sym_argument_list_repeat1 = 272, aux_sym_decorated_definition_repeat1 = 273, aux_sym_expression_list_repeat1 = 274, aux_sym__parameters_repeat1 = 275, aux_sym__patterns_repeat1 = 276, aux_sym_comparison_operator_repeat1 = 277, aux_sym_index_expression_list_repeat1 = 278, aux_sym_dictionary_repeat1 = 279, aux_sym__comprehension_clauses_repeat1 = 280, aux_sym__collection_elements_repeat1 = 281, aux_sym_for_in_clause_repeat1 = 282, aux_sym_concatenated_string_repeat1 = 283, aux_sym_string_repeat1 = 284, aux_sym_concatenated_template_string_repeat1 = 285, aux_sym_string_content_repeat1 = 286, aux_sym_format_specifier_repeat1 = 287, alias_sym_format_expression = 288, anon_alias_sym_isnot = 289, anon_alias_sym_notin = 290, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_identifier] = "identifier", [anon_sym_import] = "import", [anon_sym_DOT] = ".", [anon_sym_from] = "from", [anon_sym___future__] = "__future__", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", [anon_sym_COMMA] = ",", [anon_sym_as] = "as", [anon_sym_STAR] = "*", [anon_sym_print] = "print", [anon_sym_GT_GT] = ">>", [anon_sym_assert] = "assert", [anon_sym_COLON_EQ] = ":=", [anon_sym_return] = "return", [anon_sym_del] = "del", [anon_sym_raise] = "raise", [anon_sym_pass] = "pass", [anon_sym_break] = "break", [anon_sym_continue] = "continue", [anon_sym_if] = "if", [anon_sym_COLON] = ":", [anon_sym_elif] = "elif", [anon_sym_else] = "else", [anon_sym_async] = "async", [anon_sym_for] = "for", [anon_sym_in] = "in", [anon_sym_while] = "while", [anon_sym_try] = "try", [anon_sym_except] = "except", [anon_sym_finally] = "finally", [anon_sym_with] = "with", [anon_sym_match] = "match", [anon_sym_case] = "case", [anon_sym_PIPE] = "|", [anon_sym_DASH] = "-", [anon_sym_PLUS] = "+", [sym_match_wildcard_pattern] = "match_wildcard_pattern", [anon_sym_LBRACK] = "[", [anon_sym_RBRACK] = "]", [anon_sym_LBRACE] = "{", [anon_sym_RBRACE] = "}", [anon_sym_STAR_STAR] = "**", [anon_sym_EQ] = "=", [anon_sym_def] = "def", [anon_sym_DASH_GT] = "->", [anon_sym_global] = "global", [anon_sym_nonlocal] = "nonlocal", [anon_sym_exec] = "exec", [anon_sym_type] = "type", [anon_sym_class] = "class", [anon_sym_AT] = "@", [anon_sym_not] = "not", [anon_sym_and] = "and", [anon_sym_or] = "or", [anon_sym_SLASH] = "/", [anon_sym_PERCENT] = "%", [anon_sym_SLASH_SLASH] = "//", [anon_sym_AMP] = "&", [anon_sym_CARET] = "^", [anon_sym_LT_LT] = "<<", [anon_sym_TILDE] = "~", [anon_sym_LT] = "<", [anon_sym_LT_EQ] = "<=", [anon_sym_EQ_EQ] = "==", [anon_sym_BANG_EQ] = "!=", [anon_sym_GT_EQ] = ">=", [anon_sym_GT] = ">", [anon_sym_LT_GT] = "<>", [anon_sym_is] = "is", [anon_sym_lambda] = "lambda", [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] = "|=", [anon_sym_yield] = "yield", [sym_ellipsis] = "ellipsis", [anon_sym_LBRACE2] = "{", [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", [sym_type_conversion] = "type_conversion", [sym_integer] = "integer", [sym_float] = "float", [anon_sym_await] = "await", [sym_true] = "true", [sym_false] = "false", [sym_none] = "none", [sym_comment] = "comment", [sym__semicolon] = "_semicolon", [sym__newline] = "_newline", [sym__indent] = "_indent", [sym__dedent] = "_dedent", [sym__string_start] = "\"", [sym__string_content] = "_string_content", [sym__string_end] = "\"", [sym__template_string_start] = "\"", [sym_module] = "module", [sym__statement] = "_statement", [sym__simple_statements] = "_simple_statements", [sym_import_statement] = "import_statement", [sym_import_prefix] = "import_prefix", [sym_relative_import] = "relative_import", [sym_future_import_statement] = "future_import_statement", [sym_import_from_statement] = "import_from_statement", [sym__import_list] = "_import_list", [sym_aliased_import] = "aliased_import", [sym_wildcard_import] = "wildcard_import", [sym_print_statement] = "print_statement", [sym_chevron] = "chevron", [sym_assert_statement] = "assert_statement", [sym_expression_statement] = "expression_statement", [sym_named_expression] = "named_expression", [sym_return_statement] = "return_statement", [sym_delete_statement] = "delete_statement", [sym_raise_statement] = "raise_statement", [sym_pass_statement] = "pass_statement", [sym_break_statement] = "break_statement", [sym_continue_statement] = "continue_statement", [sym_if_statement] = "if_statement", [sym_elif_clause] = "elif_clause", [sym_else_clause] = "else_clause", [sym_for_statement] = "for_statement", [sym_while_statement] = "while_statement", [sym_try_statement] = "try_statement", [sym_exception_list] = "exception_list", [sym_except_clause] = "except_clause", [sym_except_group_clause] = "except_group_clause", [sym_finally_clause] = "finally_clause", [sym_with_statement] = "with_statement", [sym_with_clause] = "with_clause", [sym_with_item] = "with_item", [sym_match_statement] = "match_statement", [sym_cases] = "cases", [sym_case_block] = "case_block", [sym__match_patterns] = "_match_patterns", [sym_open_sequence_match_pattern] = "match_sequence_pattern", [sym__match_pattern] = "_match_pattern", [sym_match_as_pattern] = "match_as_pattern", [sym__match_or_pattern] = "_match_or_pattern", [sym_match_or_pattern] = "match_or_pattern", [sym__closed_pattern] = "_closed_pattern", [sym_match_literal_pattern] = "match_literal_pattern", [sym_match_capture_pattern] = "match_capture_pattern", [sym_match_value_pattern] = "match_value_pattern", [sym_match_group_pattern] = "match_group_pattern", [sym_match_sequence_pattern] = "match_sequence_pattern", [sym__match_maybe_star_pattern] = "_match_maybe_star_pattern", [sym_match_star_pattern] = "match_star_pattern", [sym_match_mapping_pattern] = "match_mapping_pattern", [sym_match_double_star_pattern] = "match_double_star_pattern", [sym_match_key_value_pattern] = "match_key_value_pattern", [sym_match_class_pattern] = "match_class_pattern", [sym_pattern_class_name] = "pattern_class_name", [sym_match_positional_pattern] = "match_positional_pattern", [sym_match_keyword_pattern] = "match_keyword_pattern", [sym_guard] = "guard", [sym_function_definition] = "function_definition", [sym_parameters] = "parameters", [sym_lambda_parameters] = "lambda_parameters", [sym_list_splat] = "list_splat", [sym_dictionary_splat] = "dictionary_splat", [sym_global_statement] = "global_statement", [sym_nonlocal_statement] = "nonlocal_statement", [sym_exec_statement] = "exec_statement", [sym_type_alias_statement] = "type_alias_statement", [sym_class_definition] = "class_definition", [sym_type_parameters] = "type_parameters", [sym__type_bound] = "_type_bound", [sym_typevar_parameter] = "typevar_parameter", [sym_typevartuple_parameter] = "typevartuple_parameter", [sym_paramspec_parameter] = "paramspec_parameter", [sym__type_parameter] = "_type_parameter", [sym__type_param_default] = "_type_param_default", [sym_parenthesized_list_splat] = "parenthesized_list_splat", [sym_argument_list] = "argument_list", [sym_decorated_definition] = "decorated_definition", [sym_decorator] = "decorator", [sym_block] = "block", [sym_expression_list] = "expression_list", [sym_dotted_name] = "dotted_name", [sym__parameters] = "_parameters", [sym__patterns] = "_patterns", [sym_parameter] = "parameter", [sym_pattern] = "pattern", [sym_tuple_pattern] = "tuple_pattern", [sym_list_pattern] = "list_pattern", [sym_default_parameter] = "default_parameter", [sym_typed_default_parameter] = "typed_default_parameter", [sym_list_splat_pattern] = "list_splat_pattern", [sym_dictionary_splat_pattern] = "dictionary_splat_pattern", [sym__expression_within_for_in_clause] = "_expression_within_for_in_clause", [sym_expression] = "expression", [sym_primary_expression] = "primary_expression", [sym_not_operator] = "not_operator", [sym_boolean_operator] = "boolean_operator", [sym_binary_operator] = "binary_operator", [sym_unary_operator] = "unary_operator", [sym_comparison_operator] = "comparison_operator", [sym_lambda] = "lambda", [sym_lambda_within_for_in_clause] = "lambda", [sym_assignment] = "assignment", [sym_augmented_assignment] = "augmented_assignment", [sym_pattern_list] = "pattern_list", [sym__right_hand_side] = "_right_hand_side", [sym_yield] = "yield", [sym_attribute] = "attribute", [sym__index_expression] = "_index_expression", [sym_index_expression_list] = "index_expression_list", [sym_subscript] = "subscript", [sym_slice] = "slice", [sym_call] = "call", [sym_typed_parameter] = "typed_parameter", [sym_type] = "type", [sym_keyword_argument] = "keyword_argument", [sym_list] = "list", [sym_set] = "set", [sym_tuple] = "tuple", [sym_dictionary] = "dictionary", [sym_pair] = "pair", [sym_list_comprehension] = "list_comprehension", [sym_dictionary_comprehension] = "dictionary_comprehension", [sym_set_comprehension] = "set_comprehension", [sym_generator_expression] = "generator_expression", [sym__comprehension_clauses] = "_comprehension_clauses", [sym_parenthesized_expression] = "parenthesized_expression", [sym__collection_elements] = "_collection_elements", [sym_for_in_clause] = "for_in_clause", [sym_if_clause] = "if_clause", [sym_conditional_expression] = "conditional_expression", [sym_concatenated_string] = "concatenated_string", [sym_string] = "string", [sym_concatenated_template_string] = "concatenated_template_string", [sym_template_string] = "template_string", [sym_string_content] = "string_content", [sym_interpolation] = "interpolation", [sym__f_expression] = "_f_expression", [sym_format_specifier] = "format_specifier", [sym_await] = "await", [sym_positional_separator] = "positional_separator", [sym_keyword_separator] = "keyword_separator", [aux_sym_module_repeat1] = "module_repeat1", [aux_sym__simple_statements_repeat1] = "_simple_statements_repeat1", [aux_sym_import_prefix_repeat1] = "import_prefix_repeat1", [aux_sym__import_list_repeat1] = "_import_list_repeat1", [aux_sym_print_statement_repeat1] = "print_statement_repeat1", [aux_sym_assert_statement_repeat1] = "assert_statement_repeat1", [aux_sym_if_statement_repeat1] = "if_statement_repeat1", [aux_sym_try_statement_repeat1] = "try_statement_repeat1", [aux_sym_try_statement_repeat2] = "try_statement_repeat2", [aux_sym_exception_list_repeat1] = "exception_list_repeat1", [aux_sym_with_clause_repeat1] = "with_clause_repeat1", [aux_sym_cases_repeat1] = "cases_repeat1", [aux_sym_open_sequence_match_pattern_repeat1] = "open_sequence_match_pattern_repeat1", [aux_sym_match_or_pattern_repeat1] = "match_or_pattern_repeat1", [aux_sym_match_value_pattern_repeat1] = "match_value_pattern_repeat1", [aux_sym_match_mapping_pattern_repeat1] = "match_mapping_pattern_repeat1", [aux_sym_match_class_pattern_repeat1] = "match_class_pattern_repeat1", [aux_sym_match_class_pattern_repeat2] = "match_class_pattern_repeat2", [aux_sym_global_statement_repeat1] = "global_statement_repeat1", [aux_sym_type_parameters_repeat1] = "type_parameters_repeat1", [aux_sym_argument_list_repeat1] = "argument_list_repeat1", [aux_sym_decorated_definition_repeat1] = "decorated_definition_repeat1", [aux_sym_expression_list_repeat1] = "expression_list_repeat1", [aux_sym__parameters_repeat1] = "_parameters_repeat1", [aux_sym__patterns_repeat1] = "_patterns_repeat1", [aux_sym_comparison_operator_repeat1] = "comparison_operator_repeat1", [aux_sym_index_expression_list_repeat1] = "index_expression_list_repeat1", [aux_sym_dictionary_repeat1] = "dictionary_repeat1", [aux_sym__comprehension_clauses_repeat1] = "_comprehension_clauses_repeat1", [aux_sym__collection_elements_repeat1] = "_collection_elements_repeat1", [aux_sym_for_in_clause_repeat1] = "for_in_clause_repeat1", [aux_sym_concatenated_string_repeat1] = "concatenated_string_repeat1", [aux_sym_string_repeat1] = "string_repeat1", [aux_sym_concatenated_template_string_repeat1] = "concatenated_template_string_repeat1", [aux_sym_string_content_repeat1] = "string_content_repeat1", [aux_sym_format_specifier_repeat1] = "format_specifier_repeat1", [alias_sym_format_expression] = "format_expression", [anon_alias_sym_isnot] = "is not", [anon_alias_sym_notin] = "not in", }; static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [sym_identifier] = sym_identifier, [anon_sym_import] = anon_sym_import, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_from] = anon_sym_from, [anon_sym___future__] = anon_sym___future__, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, [anon_sym_COMMA] = anon_sym_COMMA, [anon_sym_as] = anon_sym_as, [anon_sym_STAR] = anon_sym_STAR, [anon_sym_print] = anon_sym_print, [anon_sym_GT_GT] = anon_sym_GT_GT, [anon_sym_assert] = anon_sym_assert, [anon_sym_COLON_EQ] = anon_sym_COLON_EQ, [anon_sym_return] = anon_sym_return, [anon_sym_del] = anon_sym_del, [anon_sym_raise] = anon_sym_raise, [anon_sym_pass] = anon_sym_pass, [anon_sym_break] = anon_sym_break, [anon_sym_continue] = anon_sym_continue, [anon_sym_if] = anon_sym_if, [anon_sym_COLON] = anon_sym_COLON, [anon_sym_elif] = anon_sym_elif, [anon_sym_else] = anon_sym_else, [anon_sym_async] = anon_sym_async, [anon_sym_for] = anon_sym_for, [anon_sym_in] = anon_sym_in, [anon_sym_while] = anon_sym_while, [anon_sym_try] = anon_sym_try, [anon_sym_except] = anon_sym_except, [anon_sym_finally] = anon_sym_finally, [anon_sym_with] = anon_sym_with, [anon_sym_match] = anon_sym_match, [anon_sym_case] = anon_sym_case, [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_PLUS] = anon_sym_PLUS, [sym_match_wildcard_pattern] = sym_match_wildcard_pattern, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_STAR_STAR] = anon_sym_STAR_STAR, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_def] = anon_sym_def, [anon_sym_DASH_GT] = anon_sym_DASH_GT, [anon_sym_global] = anon_sym_global, [anon_sym_nonlocal] = anon_sym_nonlocal, [anon_sym_exec] = anon_sym_exec, [anon_sym_type] = anon_sym_type, [anon_sym_class] = anon_sym_class, [anon_sym_AT] = anon_sym_AT, [anon_sym_not] = anon_sym_not, [anon_sym_and] = anon_sym_and, [anon_sym_or] = anon_sym_or, [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_PERCENT] = anon_sym_PERCENT, [anon_sym_SLASH_SLASH] = anon_sym_SLASH_SLASH, [anon_sym_AMP] = anon_sym_AMP, [anon_sym_CARET] = anon_sym_CARET, [anon_sym_LT_LT] = anon_sym_LT_LT, [anon_sym_TILDE] = anon_sym_TILDE, [anon_sym_LT] = anon_sym_LT, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_EQ_EQ] = anon_sym_EQ_EQ, [anon_sym_BANG_EQ] = anon_sym_BANG_EQ, [anon_sym_GT_EQ] = anon_sym_GT_EQ, [anon_sym_GT] = anon_sym_GT, [anon_sym_LT_GT] = anon_sym_LT_GT, [anon_sym_is] = anon_sym_is, [anon_sym_lambda] = anon_sym_lambda, [anon_sym_PLUS_EQ] = anon_sym_PLUS_EQ, [anon_sym_DASH_EQ] = anon_sym_DASH_EQ, [anon_sym_STAR_EQ] = anon_sym_STAR_EQ, [anon_sym_SLASH_EQ] = anon_sym_SLASH_EQ, [anon_sym_AT_EQ] = anon_sym_AT_EQ, [anon_sym_SLASH_SLASH_EQ] = anon_sym_SLASH_SLASH_EQ, [anon_sym_PERCENT_EQ] = anon_sym_PERCENT_EQ, [anon_sym_STAR_STAR_EQ] = anon_sym_STAR_STAR_EQ, [anon_sym_GT_GT_EQ] = anon_sym_GT_GT_EQ, [anon_sym_LT_LT_EQ] = anon_sym_LT_LT_EQ, [anon_sym_AMP_EQ] = anon_sym_AMP_EQ, [anon_sym_CARET_EQ] = anon_sym_CARET_EQ, [anon_sym_PIPE_EQ] = anon_sym_PIPE_EQ, [anon_sym_yield] = anon_sym_yield, [sym_ellipsis] = sym_ellipsis, [anon_sym_LBRACE2] = anon_sym_LBRACE, [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, [sym_type_conversion] = sym_type_conversion, [sym_integer] = sym_integer, [sym_float] = sym_float, [anon_sym_await] = anon_sym_await, [sym_true] = sym_true, [sym_false] = sym_false, [sym_none] = sym_none, [sym_comment] = sym_comment, [sym__semicolon] = sym__semicolon, [sym__newline] = sym__newline, [sym__indent] = sym__indent, [sym__dedent] = sym__dedent, [sym__string_start] = sym__string_start, [sym__string_content] = sym__string_content, [sym__string_end] = sym__string_start, [sym__template_string_start] = sym__string_start, [sym_module] = sym_module, [sym__statement] = sym__statement, [sym__simple_statements] = sym__simple_statements, [sym_import_statement] = sym_import_statement, [sym_import_prefix] = sym_import_prefix, [sym_relative_import] = sym_relative_import, [sym_future_import_statement] = sym_future_import_statement, [sym_import_from_statement] = sym_import_from_statement, [sym__import_list] = sym__import_list, [sym_aliased_import] = sym_aliased_import, [sym_wildcard_import] = sym_wildcard_import, [sym_print_statement] = sym_print_statement, [sym_chevron] = sym_chevron, [sym_assert_statement] = sym_assert_statement, [sym_expression_statement] = sym_expression_statement, [sym_named_expression] = sym_named_expression, [sym_return_statement] = sym_return_statement, [sym_delete_statement] = sym_delete_statement, [sym_raise_statement] = sym_raise_statement, [sym_pass_statement] = sym_pass_statement, [sym_break_statement] = sym_break_statement, [sym_continue_statement] = sym_continue_statement, [sym_if_statement] = sym_if_statement, [sym_elif_clause] = sym_elif_clause, [sym_else_clause] = sym_else_clause, [sym_for_statement] = sym_for_statement, [sym_while_statement] = sym_while_statement, [sym_try_statement] = sym_try_statement, [sym_exception_list] = sym_exception_list, [sym_except_clause] = sym_except_clause, [sym_except_group_clause] = sym_except_group_clause, [sym_finally_clause] = sym_finally_clause, [sym_with_statement] = sym_with_statement, [sym_with_clause] = sym_with_clause, [sym_with_item] = sym_with_item, [sym_match_statement] = sym_match_statement, [sym_cases] = sym_cases, [sym_case_block] = sym_case_block, [sym__match_patterns] = sym__match_patterns, [sym_open_sequence_match_pattern] = sym_match_sequence_pattern, [sym__match_pattern] = sym__match_pattern, [sym_match_as_pattern] = sym_match_as_pattern, [sym__match_or_pattern] = sym__match_or_pattern, [sym_match_or_pattern] = sym_match_or_pattern, [sym__closed_pattern] = sym__closed_pattern, [sym_match_literal_pattern] = sym_match_literal_pattern, [sym_match_capture_pattern] = sym_match_capture_pattern, [sym_match_value_pattern] = sym_match_value_pattern, [sym_match_group_pattern] = sym_match_group_pattern, [sym_match_sequence_pattern] = sym_match_sequence_pattern, [sym__match_maybe_star_pattern] = sym__match_maybe_star_pattern, [sym_match_star_pattern] = sym_match_star_pattern, [sym_match_mapping_pattern] = sym_match_mapping_pattern, [sym_match_double_star_pattern] = sym_match_double_star_pattern, [sym_match_key_value_pattern] = sym_match_key_value_pattern, [sym_match_class_pattern] = sym_match_class_pattern, [sym_pattern_class_name] = sym_pattern_class_name, [sym_match_positional_pattern] = sym_match_positional_pattern, [sym_match_keyword_pattern] = sym_match_keyword_pattern, [sym_guard] = sym_guard, [sym_function_definition] = sym_function_definition, [sym_parameters] = sym_parameters, [sym_lambda_parameters] = sym_lambda_parameters, [sym_list_splat] = sym_list_splat, [sym_dictionary_splat] = sym_dictionary_splat, [sym_global_statement] = sym_global_statement, [sym_nonlocal_statement] = sym_nonlocal_statement, [sym_exec_statement] = sym_exec_statement, [sym_type_alias_statement] = sym_type_alias_statement, [sym_class_definition] = sym_class_definition, [sym_type_parameters] = sym_type_parameters, [sym__type_bound] = sym__type_bound, [sym_typevar_parameter] = sym_typevar_parameter, [sym_typevartuple_parameter] = sym_typevartuple_parameter, [sym_paramspec_parameter] = sym_paramspec_parameter, [sym__type_parameter] = sym__type_parameter, [sym__type_param_default] = sym__type_param_default, [sym_parenthesized_list_splat] = sym_parenthesized_list_splat, [sym_argument_list] = sym_argument_list, [sym_decorated_definition] = sym_decorated_definition, [sym_decorator] = sym_decorator, [sym_block] = sym_block, [sym_expression_list] = sym_expression_list, [sym_dotted_name] = sym_dotted_name, [sym__parameters] = sym__parameters, [sym__patterns] = sym__patterns, [sym_parameter] = sym_parameter, [sym_pattern] = sym_pattern, [sym_tuple_pattern] = sym_tuple_pattern, [sym_list_pattern] = sym_list_pattern, [sym_default_parameter] = sym_default_parameter, [sym_typed_default_parameter] = sym_typed_default_parameter, [sym_list_splat_pattern] = sym_list_splat_pattern, [sym_dictionary_splat_pattern] = sym_dictionary_splat_pattern, [sym__expression_within_for_in_clause] = sym__expression_within_for_in_clause, [sym_expression] = sym_expression, [sym_primary_expression] = sym_primary_expression, [sym_not_operator] = sym_not_operator, [sym_boolean_operator] = sym_boolean_operator, [sym_binary_operator] = sym_binary_operator, [sym_unary_operator] = sym_unary_operator, [sym_comparison_operator] = sym_comparison_operator, [sym_lambda] = sym_lambda, [sym_lambda_within_for_in_clause] = sym_lambda, [sym_assignment] = sym_assignment, [sym_augmented_assignment] = sym_augmented_assignment, [sym_pattern_list] = sym_pattern_list, [sym__right_hand_side] = sym__right_hand_side, [sym_yield] = sym_yield, [sym_attribute] = sym_attribute, [sym__index_expression] = sym__index_expression, [sym_index_expression_list] = sym_index_expression_list, [sym_subscript] = sym_subscript, [sym_slice] = sym_slice, [sym_call] = sym_call, [sym_typed_parameter] = sym_typed_parameter, [sym_type] = sym_type, [sym_keyword_argument] = sym_keyword_argument, [sym_list] = sym_list, [sym_set] = sym_set, [sym_tuple] = sym_tuple, [sym_dictionary] = sym_dictionary, [sym_pair] = sym_pair, [sym_list_comprehension] = sym_list_comprehension, [sym_dictionary_comprehension] = sym_dictionary_comprehension, [sym_set_comprehension] = sym_set_comprehension, [sym_generator_expression] = sym_generator_expression, [sym__comprehension_clauses] = sym__comprehension_clauses, [sym_parenthesized_expression] = sym_parenthesized_expression, [sym__collection_elements] = sym__collection_elements, [sym_for_in_clause] = sym_for_in_clause, [sym_if_clause] = sym_if_clause, [sym_conditional_expression] = sym_conditional_expression, [sym_concatenated_string] = sym_concatenated_string, [sym_string] = sym_string, [sym_concatenated_template_string] = sym_concatenated_template_string, [sym_template_string] = sym_template_string, [sym_string_content] = sym_string_content, [sym_interpolation] = sym_interpolation, [sym__f_expression] = sym__f_expression, [sym_format_specifier] = sym_format_specifier, [sym_await] = sym_await, [sym_positional_separator] = sym_positional_separator, [sym_keyword_separator] = sym_keyword_separator, [aux_sym_module_repeat1] = aux_sym_module_repeat1, [aux_sym__simple_statements_repeat1] = aux_sym__simple_statements_repeat1, [aux_sym_import_prefix_repeat1] = aux_sym_import_prefix_repeat1, [aux_sym__import_list_repeat1] = aux_sym__import_list_repeat1, [aux_sym_print_statement_repeat1] = aux_sym_print_statement_repeat1, [aux_sym_assert_statement_repeat1] = aux_sym_assert_statement_repeat1, [aux_sym_if_statement_repeat1] = aux_sym_if_statement_repeat1, [aux_sym_try_statement_repeat1] = aux_sym_try_statement_repeat1, [aux_sym_try_statement_repeat2] = aux_sym_try_statement_repeat2, [aux_sym_exception_list_repeat1] = aux_sym_exception_list_repeat1, [aux_sym_with_clause_repeat1] = aux_sym_with_clause_repeat1, [aux_sym_cases_repeat1] = aux_sym_cases_repeat1, [aux_sym_open_sequence_match_pattern_repeat1] = aux_sym_open_sequence_match_pattern_repeat1, [aux_sym_match_or_pattern_repeat1] = aux_sym_match_or_pattern_repeat1, [aux_sym_match_value_pattern_repeat1] = aux_sym_match_value_pattern_repeat1, [aux_sym_match_mapping_pattern_repeat1] = aux_sym_match_mapping_pattern_repeat1, [aux_sym_match_class_pattern_repeat1] = aux_sym_match_class_pattern_repeat1, [aux_sym_match_class_pattern_repeat2] = aux_sym_match_class_pattern_repeat2, [aux_sym_global_statement_repeat1] = aux_sym_global_statement_repeat1, [aux_sym_type_parameters_repeat1] = aux_sym_type_parameters_repeat1, [aux_sym_argument_list_repeat1] = aux_sym_argument_list_repeat1, [aux_sym_decorated_definition_repeat1] = aux_sym_decorated_definition_repeat1, [aux_sym_expression_list_repeat1] = aux_sym_expression_list_repeat1, [aux_sym__parameters_repeat1] = aux_sym__parameters_repeat1, [aux_sym__patterns_repeat1] = aux_sym__patterns_repeat1, [aux_sym_comparison_operator_repeat1] = aux_sym_comparison_operator_repeat1, [aux_sym_index_expression_list_repeat1] = aux_sym_index_expression_list_repeat1, [aux_sym_dictionary_repeat1] = aux_sym_dictionary_repeat1, [aux_sym__comprehension_clauses_repeat1] = aux_sym__comprehension_clauses_repeat1, [aux_sym__collection_elements_repeat1] = aux_sym__collection_elements_repeat1, [aux_sym_for_in_clause_repeat1] = aux_sym_for_in_clause_repeat1, [aux_sym_concatenated_string_repeat1] = aux_sym_concatenated_string_repeat1, [aux_sym_string_repeat1] = aux_sym_string_repeat1, [aux_sym_concatenated_template_string_repeat1] = aux_sym_concatenated_template_string_repeat1, [aux_sym_string_content_repeat1] = aux_sym_string_content_repeat1, [aux_sym_format_specifier_repeat1] = aux_sym_format_specifier_repeat1, [alias_sym_format_expression] = alias_sym_format_expression, [anon_alias_sym_isnot] = anon_alias_sym_isnot, [anon_alias_sym_notin] = anon_alias_sym_notin, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [sym_identifier] = { .visible = true, .named = true, }, [anon_sym_import] = { .visible = true, .named = false, }, [anon_sym_DOT] = { .visible = true, .named = false, }, [anon_sym_from] = { .visible = true, .named = false, }, [anon_sym___future__] = { .visible = true, .named = false, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [anon_sym_COMMA] = { .visible = true, .named = false, }, [anon_sym_as] = { .visible = true, .named = false, }, [anon_sym_STAR] = { .visible = true, .named = false, }, [anon_sym_print] = { .visible = true, .named = false, }, [anon_sym_GT_GT] = { .visible = true, .named = false, }, [anon_sym_assert] = { .visible = true, .named = false, }, [anon_sym_COLON_EQ] = { .visible = true, .named = false, }, [anon_sym_return] = { .visible = true, .named = false, }, [anon_sym_del] = { .visible = true, .named = false, }, [anon_sym_raise] = { .visible = true, .named = false, }, [anon_sym_pass] = { .visible = true, .named = false, }, [anon_sym_break] = { .visible = true, .named = false, }, [anon_sym_continue] = { .visible = true, .named = false, }, [anon_sym_if] = { .visible = true, .named = false, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [anon_sym_elif] = { .visible = true, .named = false, }, [anon_sym_else] = { .visible = true, .named = false, }, [anon_sym_async] = { .visible = true, .named = false, }, [anon_sym_for] = { .visible = true, .named = false, }, [anon_sym_in] = { .visible = true, .named = false, }, [anon_sym_while] = { .visible = true, .named = false, }, [anon_sym_try] = { .visible = true, .named = false, }, [anon_sym_except] = { .visible = true, .named = false, }, [anon_sym_finally] = { .visible = true, .named = false, }, [anon_sym_with] = { .visible = true, .named = false, }, [anon_sym_match] = { .visible = true, .named = false, }, [anon_sym_case] = { .visible = true, .named = false, }, [anon_sym_PIPE] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_PLUS] = { .visible = true, .named = false, }, [sym_match_wildcard_pattern] = { .visible = true, .named = true, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [anon_sym_STAR_STAR] = { .visible = true, .named = false, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [anon_sym_def] = { .visible = true, .named = false, }, [anon_sym_DASH_GT] = { .visible = true, .named = false, }, [anon_sym_global] = { .visible = true, .named = false, }, [anon_sym_nonlocal] = { .visible = true, .named = false, }, [anon_sym_exec] = { .visible = true, .named = false, }, [anon_sym_type] = { .visible = true, .named = false, }, [anon_sym_class] = { .visible = true, .named = false, }, [anon_sym_AT] = { .visible = true, .named = false, }, [anon_sym_not] = { .visible = true, .named = false, }, [anon_sym_and] = { .visible = true, .named = false, }, [anon_sym_or] = { .visible = true, .named = false, }, [anon_sym_SLASH] = { .visible = true, .named = false, }, [anon_sym_PERCENT] = { .visible = true, .named = false, }, [anon_sym_SLASH_SLASH] = { .visible = true, .named = false, }, [anon_sym_AMP] = { .visible = true, .named = false, }, [anon_sym_CARET] = { .visible = true, .named = false, }, [anon_sym_LT_LT] = { .visible = true, .named = false, }, [anon_sym_TILDE] = { .visible = true, .named = false, }, [anon_sym_LT] = { .visible = true, .named = false, }, [anon_sym_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_EQ_EQ] = { .visible = true, .named = false, }, [anon_sym_BANG_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_GT] = { .visible = true, .named = false, }, [anon_sym_LT_GT] = { .visible = true, .named = false, }, [anon_sym_is] = { .visible = true, .named = false, }, [anon_sym_lambda] = { .visible = true, .named = false, }, [anon_sym_PLUS_EQ] = { .visible = true, .named = false, }, [anon_sym_DASH_EQ] = { .visible = true, .named = false, }, [anon_sym_STAR_EQ] = { .visible = true, .named = false, }, [anon_sym_SLASH_EQ] = { .visible = true, .named = false, }, [anon_sym_AT_EQ] = { .visible = true, .named = false, }, [anon_sym_SLASH_SLASH_EQ] = { .visible = true, .named = false, }, [anon_sym_PERCENT_EQ] = { .visible = true, .named = false, }, [anon_sym_STAR_STAR_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_AMP_EQ] = { .visible = true, .named = false, }, [anon_sym_CARET_EQ] = { .visible = true, .named = false, }, [anon_sym_PIPE_EQ] = { .visible = true, .named = false, }, [anon_sym_yield] = { .visible = true, .named = false, }, [sym_ellipsis] = { .visible = true, .named = true, }, [anon_sym_LBRACE2] = { .visible = true, .named = false, }, [sym__escape_interpolation] = { .visible = false, .named = true, }, [sym_escape_sequence] = { .visible = true, .named = true, }, [sym__not_escape_sequence] = { .visible = false, .named = true, }, [aux_sym_format_specifier_token1] = { .visible = false, .named = false, }, [sym_type_conversion] = { .visible = true, .named = true, }, [sym_integer] = { .visible = true, .named = true, }, [sym_float] = { .visible = true, .named = true, }, [anon_sym_await] = { .visible = true, .named = false, }, [sym_true] = { .visible = true, .named = true, }, [sym_false] = { .visible = true, .named = true, }, [sym_none] = { .visible = true, .named = true, }, [sym_comment] = { .visible = true, .named = true, }, [sym__semicolon] = { .visible = false, .named = true, }, [sym__newline] = { .visible = false, .named = true, }, [sym__indent] = { .visible = false, .named = true, }, [sym__dedent] = { .visible = false, .named = true, }, [sym__string_start] = { .visible = true, .named = false, }, [sym__string_content] = { .visible = false, .named = true, }, [sym__string_end] = { .visible = true, .named = false, }, [sym__template_string_start] = { .visible = true, .named = false, }, [sym_module] = { .visible = true, .named = true, }, [sym__statement] = { .visible = false, .named = true, }, [sym__simple_statements] = { .visible = false, .named = true, }, [sym_import_statement] = { .visible = true, .named = true, }, [sym_import_prefix] = { .visible = true, .named = true, }, [sym_relative_import] = { .visible = true, .named = true, }, [sym_future_import_statement] = { .visible = true, .named = true, }, [sym_import_from_statement] = { .visible = true, .named = true, }, [sym__import_list] = { .visible = false, .named = true, }, [sym_aliased_import] = { .visible = true, .named = true, }, [sym_wildcard_import] = { .visible = true, .named = true, }, [sym_print_statement] = { .visible = true, .named = true, }, [sym_chevron] = { .visible = true, .named = true, }, [sym_assert_statement] = { .visible = true, .named = true, }, [sym_expression_statement] = { .visible = true, .named = true, }, [sym_named_expression] = { .visible = true, .named = true, }, [sym_return_statement] = { .visible = true, .named = true, }, [sym_delete_statement] = { .visible = true, .named = true, }, [sym_raise_statement] = { .visible = true, .named = true, }, [sym_pass_statement] = { .visible = true, .named = true, }, [sym_break_statement] = { .visible = true, .named = true, }, [sym_continue_statement] = { .visible = true, .named = true, }, [sym_if_statement] = { .visible = true, .named = true, }, [sym_elif_clause] = { .visible = true, .named = true, }, [sym_else_clause] = { .visible = true, .named = true, }, [sym_for_statement] = { .visible = true, .named = true, }, [sym_while_statement] = { .visible = true, .named = true, }, [sym_try_statement] = { .visible = true, .named = true, }, [sym_exception_list] = { .visible = true, .named = true, }, [sym_except_clause] = { .visible = true, .named = true, }, [sym_except_group_clause] = { .visible = true, .named = true, }, [sym_finally_clause] = { .visible = true, .named = true, }, [sym_with_statement] = { .visible = true, .named = true, }, [sym_with_clause] = { .visible = true, .named = true, }, [sym_with_item] = { .visible = true, .named = true, }, [sym_match_statement] = { .visible = true, .named = true, }, [sym_cases] = { .visible = true, .named = true, }, [sym_case_block] = { .visible = true, .named = true, }, [sym__match_patterns] = { .visible = false, .named = true, }, [sym_open_sequence_match_pattern] = { .visible = true, .named = true, }, [sym__match_pattern] = { .visible = false, .named = true, }, [sym_match_as_pattern] = { .visible = true, .named = true, }, [sym__match_or_pattern] = { .visible = false, .named = true, }, [sym_match_or_pattern] = { .visible = true, .named = true, }, [sym__closed_pattern] = { .visible = false, .named = true, }, [sym_match_literal_pattern] = { .visible = true, .named = true, }, [sym_match_capture_pattern] = { .visible = true, .named = true, }, [sym_match_value_pattern] = { .visible = true, .named = true, }, [sym_match_group_pattern] = { .visible = true, .named = true, }, [sym_match_sequence_pattern] = { .visible = true, .named = true, }, [sym__match_maybe_star_pattern] = { .visible = false, .named = true, }, [sym_match_star_pattern] = { .visible = true, .named = true, }, [sym_match_mapping_pattern] = { .visible = true, .named = true, }, [sym_match_double_star_pattern] = { .visible = true, .named = true, }, [sym_match_key_value_pattern] = { .visible = true, .named = true, }, [sym_match_class_pattern] = { .visible = true, .named = true, }, [sym_pattern_class_name] = { .visible = true, .named = true, }, [sym_match_positional_pattern] = { .visible = true, .named = true, }, [sym_match_keyword_pattern] = { .visible = true, .named = true, }, [sym_guard] = { .visible = true, .named = true, }, [sym_function_definition] = { .visible = true, .named = true, }, [sym_parameters] = { .visible = true, .named = true, }, [sym_lambda_parameters] = { .visible = true, .named = true, }, [sym_list_splat] = { .visible = true, .named = true, }, [sym_dictionary_splat] = { .visible = true, .named = true, }, [sym_global_statement] = { .visible = true, .named = true, }, [sym_nonlocal_statement] = { .visible = true, .named = true, }, [sym_exec_statement] = { .visible = true, .named = true, }, [sym_type_alias_statement] = { .visible = true, .named = true, }, [sym_class_definition] = { .visible = true, .named = true, }, [sym_type_parameters] = { .visible = true, .named = true, }, [sym__type_bound] = { .visible = false, .named = true, }, [sym_typevar_parameter] = { .visible = true, .named = true, }, [sym_typevartuple_parameter] = { .visible = true, .named = true, }, [sym_paramspec_parameter] = { .visible = true, .named = true, }, [sym__type_parameter] = { .visible = false, .named = true, }, [sym__type_param_default] = { .visible = false, .named = true, }, [sym_parenthesized_list_splat] = { .visible = true, .named = true, }, [sym_argument_list] = { .visible = true, .named = true, }, [sym_decorated_definition] = { .visible = true, .named = true, }, [sym_decorator] = { .visible = true, .named = true, }, [sym_block] = { .visible = true, .named = true, }, [sym_expression_list] = { .visible = true, .named = true, }, [sym_dotted_name] = { .visible = true, .named = true, }, [sym__parameters] = { .visible = false, .named = true, }, [sym__patterns] = { .visible = false, .named = true, }, [sym_parameter] = { .visible = false, .named = true, .supertype = true, }, [sym_pattern] = { .visible = false, .named = true, .supertype = true, }, [sym_tuple_pattern] = { .visible = true, .named = true, }, [sym_list_pattern] = { .visible = true, .named = true, }, [sym_default_parameter] = { .visible = true, .named = true, }, [sym_typed_default_parameter] = { .visible = true, .named = true, }, [sym_list_splat_pattern] = { .visible = true, .named = true, }, [sym_dictionary_splat_pattern] = { .visible = true, .named = true, }, [sym__expression_within_for_in_clause] = { .visible = false, .named = true, }, [sym_expression] = { .visible = false, .named = true, .supertype = true, }, [sym_primary_expression] = { .visible = false, .named = true, .supertype = true, }, [sym_not_operator] = { .visible = true, .named = true, }, [sym_boolean_operator] = { .visible = true, .named = true, }, [sym_binary_operator] = { .visible = true, .named = true, }, [sym_unary_operator] = { .visible = true, .named = true, }, [sym_comparison_operator] = { .visible = true, .named = true, }, [sym_lambda] = { .visible = true, .named = true, }, [sym_lambda_within_for_in_clause] = { .visible = true, .named = true, }, [sym_assignment] = { .visible = true, .named = true, }, [sym_augmented_assignment] = { .visible = true, .named = true, }, [sym_pattern_list] = { .visible = true, .named = true, }, [sym__right_hand_side] = { .visible = false, .named = true, }, [sym_yield] = { .visible = true, .named = true, }, [sym_attribute] = { .visible = true, .named = true, }, [sym__index_expression] = { .visible = false, .named = true, }, [sym_index_expression_list] = { .visible = true, .named = true, }, [sym_subscript] = { .visible = true, .named = true, }, [sym_slice] = { .visible = true, .named = true, }, [sym_call] = { .visible = true, .named = true, }, [sym_typed_parameter] = { .visible = true, .named = true, }, [sym_type] = { .visible = true, .named = true, }, [sym_keyword_argument] = { .visible = true, .named = true, }, [sym_list] = { .visible = true, .named = true, }, [sym_set] = { .visible = true, .named = true, }, [sym_tuple] = { .visible = true, .named = true, }, [sym_dictionary] = { .visible = true, .named = true, }, [sym_pair] = { .visible = true, .named = true, }, [sym_list_comprehension] = { .visible = true, .named = true, }, [sym_dictionary_comprehension] = { .visible = true, .named = true, }, [sym_set_comprehension] = { .visible = true, .named = true, }, [sym_generator_expression] = { .visible = true, .named = true, }, [sym__comprehension_clauses] = { .visible = false, .named = true, }, [sym_parenthesized_expression] = { .visible = true, .named = true, }, [sym__collection_elements] = { .visible = false, .named = true, }, [sym_for_in_clause] = { .visible = true, .named = true, }, [sym_if_clause] = { .visible = true, .named = true, }, [sym_conditional_expression] = { .visible = true, .named = true, }, [sym_concatenated_string] = { .visible = true, .named = true, }, [sym_string] = { .visible = true, .named = true, }, [sym_concatenated_template_string] = { .visible = true, .named = true, }, [sym_template_string] = { .visible = true, .named = true, }, [sym_string_content] = { .visible = true, .named = true, }, [sym_interpolation] = { .visible = true, .named = true, }, [sym__f_expression] = { .visible = false, .named = true, }, [sym_format_specifier] = { .visible = true, .named = true, }, [sym_await] = { .visible = true, .named = true, }, [sym_positional_separator] = { .visible = true, .named = true, }, [sym_keyword_separator] = { .visible = true, .named = true, }, [aux_sym_module_repeat1] = { .visible = false, .named = false, }, [aux_sym__simple_statements_repeat1] = { .visible = false, .named = false, }, [aux_sym_import_prefix_repeat1] = { .visible = false, .named = false, }, [aux_sym__import_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_print_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_assert_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_if_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_try_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_try_statement_repeat2] = { .visible = false, .named = false, }, [aux_sym_exception_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_with_clause_repeat1] = { .visible = false, .named = false, }, [aux_sym_cases_repeat1] = { .visible = false, .named = false, }, [aux_sym_open_sequence_match_pattern_repeat1] = { .visible = false, .named = false, }, [aux_sym_match_or_pattern_repeat1] = { .visible = false, .named = false, }, [aux_sym_match_value_pattern_repeat1] = { .visible = false, .named = false, }, [aux_sym_match_mapping_pattern_repeat1] = { .visible = false, .named = false, }, [aux_sym_match_class_pattern_repeat1] = { .visible = false, .named = false, }, [aux_sym_match_class_pattern_repeat2] = { .visible = false, .named = false, }, [aux_sym_global_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_type_parameters_repeat1] = { .visible = false, .named = false, }, [aux_sym_argument_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_decorated_definition_repeat1] = { .visible = false, .named = false, }, [aux_sym_expression_list_repeat1] = { .visible = false, .named = false, }, [aux_sym__parameters_repeat1] = { .visible = false, .named = false, }, [aux_sym__patterns_repeat1] = { .visible = false, .named = false, }, [aux_sym_comparison_operator_repeat1] = { .visible = false, .named = false, }, [aux_sym_index_expression_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_dictionary_repeat1] = { .visible = false, .named = false, }, [aux_sym__comprehension_clauses_repeat1] = { .visible = false, .named = false, }, [aux_sym__collection_elements_repeat1] = { .visible = false, .named = false, }, [aux_sym_for_in_clause_repeat1] = { .visible = false, .named = false, }, [aux_sym_concatenated_string_repeat1] = { .visible = false, .named = false, }, [aux_sym_string_repeat1] = { .visible = false, .named = false, }, [aux_sym_concatenated_template_string_repeat1] = { .visible = false, .named = false, }, [aux_sym_string_content_repeat1] = { .visible = false, .named = false, }, [aux_sym_format_specifier_repeat1] = { .visible = false, .named = false, }, [alias_sym_format_expression] = { .visible = true, .named = true, }, [anon_alias_sym_isnot] = { .visible = true, .named = false, }, [anon_alias_sym_notin] = { .visible = true, .named = false, }, }; enum { field_alias = 1, field_alternative = 2, field_argument = 3, field_arguments = 4, field_attribute = 5, field_body = 6, field_bound = 7, field_cases = 8, field_cause = 9, field_class = 10, field_code = 11, field_condition = 12, field_consequence = 13, field_content = 14, field_default = 15, field_definition = 16, field_element = 17, field_expression = 18, field_function = 19, field_guard = 20, field_imaginary = 21, field_inner = 22, field_interpolation = 23, field_key = 24, field_kwarg = 25, field_left = 26, field_module_name = 27, field_name = 28, field_object = 29, field_operator = 30, field_operators = 31, field_parameters = 32, field_pattern = 33, field_prefix = 34, field_prefix_operator = 35, field_real = 36, field_return_type = 37, field_right = 38, field_start = 39, field_step = 40, field_stop = 41, field_string_content = 42, field_subject = 43, field_subscript = 44, field_suffix = 45, field_superclasses = 46, field_target = 47, field_test = 48, field_trailing_comma = 49, field_type = 50, field_type_parameter = 51, field_type_parameters = 52, field_value = 53, field_vararg = 54, }; static const char * const ts_field_names[] = { [0] = NULL, [field_alias] = "alias", [field_alternative] = "alternative", [field_argument] = "argument", [field_arguments] = "arguments", [field_attribute] = "attribute", [field_body] = "body", [field_bound] = "bound", [field_cases] = "cases", [field_cause] = "cause", [field_class] = "class", [field_code] = "code", [field_condition] = "condition", [field_consequence] = "consequence", [field_content] = "content", [field_default] = "default", [field_definition] = "definition", [field_element] = "element", [field_expression] = "expression", [field_function] = "function", [field_guard] = "guard", [field_imaginary] = "imaginary", [field_inner] = "inner", [field_interpolation] = "interpolation", [field_key] = "key", [field_kwarg] = "kwarg", [field_left] = "left", [field_module_name] = "module_name", [field_name] = "name", [field_object] = "object", [field_operator] = "operator", [field_operators] = "operators", [field_parameters] = "parameters", [field_pattern] = "pattern", [field_prefix] = "prefix", [field_prefix_operator] = "prefix_operator", [field_real] = "real", [field_return_type] = "return_type", [field_right] = "right", [field_start] = "start", [field_step] = "step", [field_stop] = "stop", [field_string_content] = "string_content", [field_subject] = "subject", [field_subscript] = "subscript", [field_suffix] = "suffix", [field_superclasses] = "superclasses", [field_target] = "target", [field_test] = "test", [field_trailing_comma] = "trailing_comma", [field_type] = "type", [field_type_parameter] = "type_parameter", [field_type_parameters] = "type_parameters", [field_value] = "value", [field_vararg] = "vararg", }; static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [2] = {.index = 0, .length = 2}, [3] = {.index = 2, .length = 1}, [4] = {.index = 3, .length = 1}, [5] = {.index = 4, .length = 1}, [6] = {.index = 5, .length = 1}, [7] = {.index = 6, .length = 1}, [8] = {.index = 7, .length = 1}, [9] = {.index = 7, .length = 1}, [10] = {.index = 8, .length = 1}, [11] = {.index = 9, .length = 1}, [12] = {.index = 10, .length = 1}, [13] = {.index = 11, .length = 2}, [14] = {.index = 13, .length = 1}, [15] = {.index = 14, .length = 1}, [16] = {.index = 15, .length = 2}, [17] = {.index = 17, .length = 2}, [18] = {.index = 19, .length = 1}, [19] = {.index = 20, .length = 1}, [20] = {.index = 21, .length = 4}, [21] = {.index = 25, .length = 4}, [22] = {.index = 29, .length = 2}, [23] = {.index = 31, .length = 1}, [24] = {.index = 32, .length = 2}, [25] = {.index = 34, .length = 2}, [26] = {.index = 36, .length = 1}, [27] = {.index = 37, .length = 2}, [28] = {.index = 39, .length = 1}, [29] = {.index = 40, .length = 2}, [30] = {.index = 42, .length = 1}, [31] = {.index = 43, .length = 1}, [32] = {.index = 44, .length = 1}, [33] = {.index = 45, .length = 1}, [34] = {.index = 45, .length = 1}, [35] = {.index = 37, .length = 2}, [36] = {.index = 46, .length = 2}, [37] = {.index = 48, .length = 2}, [38] = {.index = 50, .length = 2}, [39] = {.index = 52, .length = 3}, [40] = {.index = 55, .length = 2}, [41] = {.index = 57, .length = 1}, [42] = {.index = 58, .length = 2}, [43] = {.index = 60, .length = 1}, [44] = {.index = 61, .length = 2}, [45] = {.index = 63, .length = 2}, [46] = {.index = 65, .length = 1}, [47] = {.index = 66, .length = 2}, [48] = {.index = 68, .length = 1}, [50] = {.index = 69, .length = 3}, [51] = {.index = 72, .length = 1}, [52] = {.index = 73, .length = 2}, [53] = {.index = 75, .length = 1}, [54] = {.index = 76, .length = 2}, [55] = {.index = 78, .length = 2}, [56] = {.index = 44, .length = 1}, [57] = {.index = 80, .length = 1}, [58] = {.index = 81, .length = 2}, [59] = {.index = 83, .length = 2}, [60] = {.index = 83, .length = 2}, [61] = {.index = 85, .length = 2}, [62] = {.index = 87, .length = 2}, [63] = {.index = 89, .length = 2}, [64] = {.index = 91, .length = 2}, [65] = {.index = 93, .length = 1}, [66] = {.index = 94, .length = 2}, [67] = {.index = 43, .length = 1}, [68] = {.index = 96, .length = 1}, [69] = {.index = 97, .length = 1}, [70] = {.index = 98, .length = 2}, [71] = {.index = 100, .length = 2}, [72] = {.index = 100, .length = 2}, [74] = {.index = 102, .length = 1}, [75] = {.index = 103, .length = 3}, [76] = {.index = 106, .length = 3}, [77] = {.index = 109, .length = 3}, [78] = {.index = 112, .length = 1}, [79] = {.index = 113, .length = 3}, [80] = {.index = 116, .length = 3}, [81] = {.index = 119, .length = 2}, [82] = {.index = 121, .length = 2}, [83] = {.index = 123, .length = 1}, [84] = {.index = 124, .length = 2}, [85] = {.index = 126, .length = 2}, [86] = {.index = 128, .length = 1}, [87] = {.index = 129, .length = 3}, [88] = {.index = 132, .length = 3}, [89] = {.index = 135, .length = 3}, [90] = {.index = 138, .length = 3}, [91] = {.index = 141, .length = 3}, [92] = {.index = 144, .length = 3}, [93] = {.index = 85, .length = 2}, [94] = {.index = 147, .length = 1}, [95] = {.index = 148, .length = 2}, [96] = {.index = 150, .length = 1}, [97] = {.index = 151, .length = 2}, [98] = {.index = 153, .length = 2}, [99] = {.index = 155, .length = 4}, [100] = {.index = 159, .length = 2}, [101] = {.index = 161, .length = 4}, [102] = {.index = 165, .length = 4}, [103] = {.index = 169, .length = 2}, [104] = {.index = 171, .length = 3}, [105] = {.index = 174, .length = 3}, [106] = {.index = 177, .length = 4}, [107] = {.index = 181, .length = 2}, [108] = {.index = 183, .length = 2}, [109] = {.index = 185, .length = 1}, [110] = {.index = 186, .length = 1}, [111] = {.index = 187, .length = 3}, [112] = {.index = 190, .length = 2}, [113] = {.index = 192, .length = 2}, [114] = {.index = 194, .length = 4}, [115] = {.index = 198, .length = 4}, [116] = {.index = 202, .length = 4}, [117] = {.index = 206, .length = 4}, [118] = {.index = 210, .length = 4}, [119] = {.index = 214, .length = 3}, [120] = {.index = 217, .length = 2}, [121] = {.index = 219, .length = 2}, [122] = {.index = 221, .length = 2}, [123] = {.index = 223, .length = 3}, [124] = {.index = 226, .length = 5}, [125] = {.index = 231, .length = 3}, [126] = {.index = 234, .length = 4}, [127] = {.index = 238, .length = 4}, [128] = {.index = 242, .length = 4}, [129] = {.index = 246, .length = 4}, [130] = {.index = 250, .length = 2}, [131] = {.index = 252, .length = 1}, [132] = {.index = 253, .length = 3}, [133] = {.index = 256, .length = 1}, [134] = {.index = 257, .length = 2}, [135] = {.index = 259, .length = 2}, [136] = {.index = 261, .length = 1}, [137] = {.index = 262, .length = 4}, [138] = {.index = 266, .length = 5}, [139] = {.index = 271, .length = 5}, [140] = {.index = 276, .length = 3}, [141] = {.index = 279, .length = 3}, [142] = {.index = 282, .length = 4}, [143] = {.index = 286, .length = 4}, [144] = {.index = 290, .length = 4}, [145] = {.index = 294, .length = 5}, [146] = {.index = 299, .length = 5}, [147] = {.index = 304, .length = 2}, [148] = {.index = 306, .length = 3}, [149] = {.index = 309, .length = 4}, [150] = {.index = 313, .length = 3}, [151] = {.index = 316, .length = 3}, [152] = {.index = 319, .length = 5}, [153] = {.index = 324, .length = 5}, [154] = {.index = 329, .length = 5}, [155] = {.index = 334, .length = 5}, [156] = {.index = 339, .length = 5}, [157] = {.index = 344, .length = 3}, [158] = {.index = 347, .length = 3}, [159] = {.index = 350, .length = 4}, [160] = {.index = 354, .length = 2}, [161] = {.index = 356, .length = 6}, [162] = {.index = 362, .length = 6}, [163] = {.index = 368, .length = 3}, [164] = {.index = 371, .length = 4}, [165] = {.index = 375, .length = 4}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_prefix, 0}, {field_suffix, 1}, [2] = {field_string_content, 0}, [3] = {field_interpolation, 0}, [4] = {field_name, 1, .inherited = true}, [5] = {field_name, 0}, [6] = {field_element, 0}, [7] = {field_vararg, 1}, [8] = {field_argument, 1}, [9] = {field_target, 1}, [10] = {field_value, 0}, [11] = {field_argument, 1}, {field_operator, 0}, [13] = {field_value, 1}, [14] = {field_code, 1}, [15] = {field_element, 0}, {field_element, 1, .inherited = true}, [17] = {field_arguments, 1}, {field_function, 0}, [19] = {field_operators, 1, .inherited = true}, [20] = {field_definition, 1}, [21] = {field_interpolation, 1, .inherited = true}, {field_prefix, 0}, {field_string_content, 1, .inherited = true}, {field_suffix, 2}, [25] = {field_interpolation, 0, .inherited = true}, {field_interpolation, 1, .inherited = true}, {field_string_content, 0, .inherited = true}, {field_string_content, 1, .inherited = true}, [29] = {field_name, 0}, {field_name, 1, .inherited = true}, [31] = {field_name, 1}, [32] = {field_element, 0}, {field_trailing_comma, 1}, [34] = {field_element, 1, .inherited = true}, {field_trailing_comma, 1, .inherited = true}, [36] = {field_inner, 1}, [37] = {field_name, 0}, {field_value, 2}, [39] = {field_argument, 2, .inherited = true}, [40] = {field_argument, 1}, {field_argument, 2, .inherited = true}, [42] = {field_cause, 2}, [43] = {field_element, 1}, [44] = {field_body, 2}, [45] = {field_kwarg, 1}, [46] = {field_element, 0, .inherited = true}, {field_element, 1, .inherited = true}, [48] = {field_left, 0}, {field_type, 2}, [50] = {field_left, 0}, {field_right, 2}, [52] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, [55] = {field_attribute, 2}, {field_object, 0}, [57] = {field_operators, 0}, [58] = {field_operators, 0, .inherited = true}, {field_operators, 1, .inherited = true}, [60] = {field_expression, 1}, [61] = {field_name, 0, .inherited = true}, {field_name, 1, .inherited = true}, [63] = {field_alias, 2}, {field_name, 0}, [65] = {field_name, 3, .inherited = true}, [66] = {field_module_name, 1}, {field_name, 3, .inherited = true}, [68] = {field_module_name, 1}, [69] = {field_element, 0}, {field_element, 1, .inherited = true}, {field_trailing_comma, 2}, [72] = {field_body, 1}, [73] = {field_argument, 0, .inherited = true}, {field_argument, 1, .inherited = true}, [75] = {field_cause, 3}, [76] = {field_condition, 1}, {field_consequence, 3}, [78] = {field_body, 3}, {field_condition, 1}, [80] = {field_body, 3}, [81] = {field_alias, 2}, {field_value, 0}, [83] = {field_cases, 3}, {field_subject, 1}, [85] = {field_element, 1}, {field_element, 2, .inherited = true}, [87] = {field_key, 0}, {field_value, 2}, [89] = {field_name, 1}, {field_value, 3}, [91] = {field_body, 3}, {field_name, 1}, [93] = {field_type, 2}, [94] = {field_body, 3}, {field_parameters, 1}, [96] = {field_stop, 1}, [97] = {field_start, 0}, [98] = {field_subscript, 2}, {field_value, 0}, [100] = {field_operators, 0}, {field_operators, 1}, [102] = {field_alternative, 0}, [103] = {field_alternative, 4}, {field_condition, 1}, {field_consequence, 3}, [106] = {field_alternative, 4, .inherited = true}, {field_condition, 1}, {field_consequence, 3}, [109] = {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, [112] = {field_body, 4}, [113] = {field_alternative, 4}, {field_body, 3}, {field_condition, 1}, [116] = {field_body, 3}, {field_body, 4}, {field_condition, 1}, [119] = {field_body, 2}, {field_body, 3}, [121] = {field_body, 3}, {field_body, 4}, [123] = {field_real, 0}, [124] = {field_bound, 1, .inherited = true}, {field_name, 0}, [126] = {field_default, 1, .inherited = true}, {field_name, 0}, [128] = {field_type_parameter, 1}, [129] = {field_body, 4}, {field_name, 1}, {field_parameters, 2}, [132] = {field_name, 1}, {field_type_parameters, 2}, {field_value, 4}, [135] = {field_body, 3}, {field_body, 4}, {field_name, 1}, [138] = {field_body, 4}, {field_name, 1}, {field_type_parameters, 2}, [141] = {field_body, 4}, {field_name, 1}, {field_superclasses, 2}, [144] = {field_left, 0}, {field_right, 4}, {field_type, 2}, [147] = {field_step, 2}, [148] = {field_start, 0}, {field_stop, 2}, [150] = {field_name, 4, .inherited = true}, [151] = {field_module_name, 1}, {field_name, 4, .inherited = true}, [153] = {field_left, 1}, {field_right, 3}, [155] = {field_alternative, 4, .inherited = true}, {field_alternative, 5}, {field_condition, 1}, {field_consequence, 3}, [159] = {field_alternative, 0, .inherited = true}, {field_alternative, 1, .inherited = true}, [161] = {field_alternative, 5}, {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, [165] = {field_alternative, 5, .inherited = true}, {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, [169] = {field_body, 4}, {field_body, 5}, [171] = {field_body, 5}, {field_name, 2}, {field_parameters, 3}, [174] = {field_body, 5}, {field_left, 1}, {field_right, 3}, [177] = {field_alternative, 5}, {field_body, 3}, {field_body, 4}, {field_condition, 1}, [181] = {field_prefix_operator, 0}, {field_real, 1}, [183] = {field_default, 2, .inherited = true}, {field_name, 1}, [185] = {field_bound, 1}, [186] = {field_default, 1}, [187] = {field_bound, 1, .inherited = true}, {field_default, 2, .inherited = true}, {field_name, 0}, [190] = {field_type_parameter, 1}, {field_type_parameter, 2, .inherited = true}, [192] = {field_type_parameter, 0, .inherited = true}, {field_type_parameter, 1, .inherited = true}, [194] = {field_body, 4}, {field_body, 5}, {field_name, 1}, {field_parameters, 2}, [198] = {field_body, 5}, {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, [202] = {field_body, 4}, {field_body, 5}, {field_name, 1}, {field_type_parameters, 2}, [206] = {field_body, 5}, {field_name, 1}, {field_superclasses, 3}, {field_type_parameters, 2}, [210] = {field_body, 4}, {field_body, 5}, {field_name, 1}, {field_superclasses, 2}, [214] = {field_name, 0}, {field_type, 2}, {field_value, 4}, [217] = {field_step, 3}, {field_stop, 1}, [219] = {field_start, 0}, {field_step, 3}, [221] = {field_left, 2}, {field_right, 4}, [223] = {field_left, 1}, {field_right, 3}, {field_right, 4}, [226] = {field_alternative, 5, .inherited = true}, {field_alternative, 6}, {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, [231] = {field_body, 6}, {field_left, 2}, {field_right, 4}, [234] = {field_body, 5}, {field_body, 6}, {field_name, 2}, {field_parameters, 3}, [238] = {field_body, 6}, {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, [242] = {field_alternative, 6}, {field_body, 5}, {field_left, 1}, {field_right, 3}, [246] = {field_body, 5}, {field_body, 6}, {field_left, 1}, {field_right, 3}, [250] = {field_body, 3}, {field_type, 1}, [252] = {field_content, 1}, [253] = {field_imaginary, 2}, {field_operator, 1}, {field_real, 0}, [256] = {field_test, 1}, [257] = {field_body, 3}, {field_pattern, 1}, [259] = {field_alias, 2}, {field_pattern, 0}, [261] = {field_class, 0}, [262] = {field_body, 6}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, [266] = {field_body, 5}, {field_body, 6}, {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, [271] = {field_body, 5}, {field_body, 6}, {field_name, 1}, {field_superclasses, 3}, {field_type_parameters, 2}, [276] = {field_start, 0}, {field_step, 4}, {field_stop, 2}, [279] = {field_left, 2}, {field_right, 4}, {field_right, 5}, [282] = {field_alternative, 7}, {field_body, 6}, {field_left, 2}, {field_right, 4}, [286] = {field_body, 6}, {field_body, 7}, {field_left, 2}, {field_right, 4}, [290] = {field_body, 7}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, [294] = {field_body, 6}, {field_body, 7}, {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, [299] = {field_alternative, 7}, {field_body, 5}, {field_body, 6}, {field_left, 1}, {field_right, 3}, [304] = {field_body, 4}, {field_type, 2}, [306] = {field_body, 3}, {field_body, 4}, {field_type, 1}, [309] = {field_imaginary, 3}, {field_operator, 2}, {field_prefix_operator, 0}, {field_real, 1}, [313] = {field_body, 3}, {field_body, 4}, {field_pattern, 1}, [316] = {field_body, 4}, {field_guard, 2}, {field_pattern, 1}, [319] = {field_body, 6}, {field_body, 7}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, [324] = {field_body, 7}, {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, [329] = {field_alternative, 8}, {field_body, 6}, {field_body, 7}, {field_left, 2}, {field_right, 4}, [334] = {field_body, 7}, {field_body, 8}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, [339] = {field_body, 8}, {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, [344] = {field_body, 4}, {field_body, 5}, {field_type, 2}, [347] = {field_alias, 3}, {field_body, 5}, {field_type, 1}, [350] = {field_body, 4}, {field_body, 5}, {field_guard, 2}, {field_pattern, 1}, [354] = {field_attribute, 0}, {field_value, 2}, [356] = {field_body, 7}, {field_body, 8}, {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, [362] = {field_body, 8}, {field_body, 9}, {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, [368] = {field_alias, 4}, {field_body, 6}, {field_type, 2}, [371] = {field_alias, 3}, {field_body, 5}, {field_body, 6}, {field_type, 1}, [375] = {field_alias, 4}, {field_body, 6}, {field_body, 7}, {field_type, 2}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, [1] = { [0] = sym_identifier, }, [8] = { [1] = sym_identifier, }, [27] = { [0] = sym_identifier, }, [33] = { [1] = sym_identifier, }, [49] = { [1] = sym_parenthesized_expression, }, [54] = { [3] = sym_block, }, [55] = { [3] = sym_block, }, [56] = { [2] = sym_block, }, [57] = { [3] = sym_block, }, [59] = { [1] = sym_tuple, }, [64] = { [3] = sym_block, }, [67] = { [1] = sym_parenthesized_expression, }, [71] = { [0] = anon_alias_sym_notin, [1] = anon_alias_sym_notin, }, [72] = { [0] = anon_alias_sym_isnot, [1] = anon_alias_sym_isnot, }, [73] = { [0] = alias_sym_format_expression, }, [75] = { [3] = sym_block, }, [76] = { [3] = sym_block, }, [78] = { [4] = sym_block, }, [79] = { [3] = sym_block, }, [87] = { [4] = sym_block, }, [90] = { [4] = sym_block, }, [91] = { [4] = sym_block, }, [93] = { [1] = sym_parenthesized_expression, }, [99] = { [3] = sym_block, }, [104] = { [5] = sym_block, }, [105] = { [5] = sym_block, }, [115] = { [5] = sym_block, }, [117] = { [5] = sym_block, }, [125] = { [6] = sym_block, }, [127] = { [6] = sym_block, }, [128] = { [5] = sym_block, }, [130] = { [3] = sym_block, }, [134] = { [3] = sym_block, }, [137] = { [6] = sym_block, }, [142] = { [6] = sym_block, }, [144] = { [7] = sym_block, }, [147] = { [4] = sym_block, }, [151] = { [4] = sym_block, }, [153] = { [7] = sym_block, }, [156] = { [8] = sym_block, }, [158] = { [5] = sym_block, }, [163] = { [6] = sym_block, }, }; static const uint16_t ts_non_terminal_alias_map[] = { sym__simple_statements, 2, sym__simple_statements, sym_block, sym_parenthesized_list_splat, 2, sym_parenthesized_list_splat, sym_parenthesized_expression, sym_expression_list, 2, sym_expression_list, sym_tuple, sym_interpolation, 2, sym_interpolation, alias_sym_format_expression, 0, }; static inline bool sym_identifier_character_set_1(int32_t c) { return (c < 43020 ? (c < 4096 ? (c < 2693 ? (c < 1969 ? (c < 910 ? (c < 736 ? (c < 186 ? (c < 170 ? (c < 'a' ? (c >= 'A' && c <= '_') : c <= 'z') : (c <= 170 || c == 181)) : (c <= 186 || (c < 248 ? (c < 216 ? (c >= 192 && c <= 214) : c <= 246) : (c <= 705 || (c >= 710 && c <= 721))))) : (c <= 740 || (c < 891 ? (c < 880 ? (c < 750 ? c == 748 : c <= 750) : (c <= 884 || (c >= 886 && c <= 887))) : (c <= 893 || (c < 904 ? (c < 902 ? c == 895 : c <= 902) : (c <= 906 || c == 908)))))) : (c <= 929 || (c < 1646 ? (c < 1369 ? (c < 1162 ? (c < 1015 ? (c >= 931 && c <= 1013) : c <= 1153) : (c <= 1327 || (c >= 1329 && c <= 1366))) : (c <= 1369 || (c < 1519 ? (c < 1488 ? (c >= 1376 && c <= 1416) : c <= 1514) : (c <= 1522 || (c >= 1568 && c <= 1610))))) : (c <= 1647 || (c < 1786 ? (c < 1765 ? (c < 1749 ? (c >= 1649 && c <= 1747) : c <= 1749) : (c <= 1766 || (c >= 1774 && c <= 1775))) : (c <= 1788 || (c < 1810 ? (c < 1808 ? c == 1791 : c <= 1808) : (c <= 1839 || (c >= 1869 && c <= 1957))))))))) : (c <= 1969 || (c < 2474 ? (c < 2208 ? (c < 2074 ? (c < 2042 ? (c < 2036 ? (c >= 1994 && c <= 2026) : c <= 2037) : (c <= 2042 || (c >= 2048 && c <= 2069))) : (c <= 2074 || (c < 2112 ? (c < 2088 ? c == 2084 : c <= 2088) : (c <= 2136 || (c >= 2144 && c <= 2154))))) : (c <= 2228 || (c < 2392 ? (c < 2365 ? (c < 2308 ? (c >= 2230 && c <= 2247) : c <= 2361) : (c <= 2365 || c == 2384)) : (c <= 2401 || (c < 2447 ? (c < 2437 ? (c >= 2417 && c <= 2432) : c <= 2444) : (c <= 2448 || (c >= 2451 && c <= 2472))))))) : (c <= 2480 || (c < 2575 ? (c < 2524 ? (c < 2493 ? (c < 2486 ? c == 2482 : c <= 2489) : (c <= 2493 || c == 2510)) : (c <= 2525 || (c < 2556 ? (c < 2544 ? (c >= 2527 && c <= 2529) : c <= 2545) : (c <= 2556 || (c >= 2565 && c <= 2570))))) : (c <= 2576 || (c < 2616 ? (c < 2610 ? (c < 2602 ? (c >= 2579 && c <= 2600) : c <= 2608) : (c <= 2611 || (c >= 2613 && c <= 2614))) : (c <= 2617 || (c < 2654 ? (c >= 2649 && c <= 2652) : (c <= 2654 || (c >= 2674 && c <= 2676))))))))))) : (c <= 2701 || (c < 3214 ? (c < 2947 ? (c < 2821 ? (c < 2741 ? (c < 2730 ? (c < 2707 ? (c >= 2703 && c <= 2705) : c <= 2728) : (c <= 2736 || (c >= 2738 && c <= 2739))) : (c <= 2745 || (c < 2784 ? (c < 2768 ? c == 2749 : c <= 2768) : (c <= 2785 || c == 2809)))) : (c <= 2828 || (c < 2869 ? (c < 2858 ? (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856) : (c <= 2864 || (c >= 2866 && c <= 2867))) : (c <= 2873 || (c < 2911 ? (c < 2908 ? c == 2877 : c <= 2909) : (c <= 2913 || c == 2929)))))) : (c <= 2947 || (c < 3024 ? (c < 2972 ? (c < 2962 ? (c < 2958 ? (c >= 2949 && c <= 2954) : c <= 2960) : (c <= 2965 || (c >= 2969 && c <= 2970))) : (c <= 2972 || (c < 2984 ? (c < 2979 ? (c >= 2974 && c <= 2975) : c <= 2980) : (c <= 2986 || (c >= 2990 && c <= 3001))))) : (c <= 3024 || (c < 3133 ? (c < 3090 ? (c < 3086 ? (c >= 3077 && c <= 3084) : c <= 3088) : (c <= 3112 || (c >= 3114 && c <= 3129))) : (c <= 3133 || (c < 3200 ? (c < 3168 ? (c >= 3160 && c <= 3162) : c <= 3169) : (c <= 3200 || (c >= 3205 && c <= 3212))))))))) : (c <= 3216 || (c < 3520 ? (c < 3346 ? (c < 3294 ? (c < 3253 ? (c < 3242 ? (c >= 3218 && c <= 3240) : c <= 3251) : (c <= 3257 || c == 3261)) : (c <= 3294 || (c < 3332 ? (c < 3313 ? (c >= 3296 && c <= 3297) : c <= 3314) : (c <= 3340 || (c >= 3342 && c <= 3344))))) : (c <= 3386 || (c < 3450 ? (c < 3412 ? (c < 3406 ? c == 3389 : c <= 3406) : (c <= 3414 || (c >= 3423 && c <= 3425))) : (c <= 3455 || (c < 3507 ? (c < 3482 ? (c >= 3461 && c <= 3478) : c <= 3505) : (c <= 3515 || c == 3517)))))) : (c <= 3526 || (c < 3762 ? (c < 3716 ? (c < 3648 ? (c < 3634 ? (c >= 3585 && c <= 3632) : c <= 3634) : (c <= 3654 || (c >= 3713 && c <= 3714))) : (c <= 3716 || (c < 3749 ? (c < 3724 ? (c >= 3718 && c <= 3722) : c <= 3747) : (c <= 3749 || (c >= 3751 && c <= 3760))))) : (c <= 3762 || (c < 3840 ? (c < 3782 ? (c < 3776 ? c == 3773 : c <= 3780) : (c <= 3782 || (c >= 3804 && c <= 3807))) : (c <= 3840 || (c < 3913 ? (c >= 3904 && c <= 3911) : (c <= 3948 || (c >= 3976 && c <= 3980))))))))))))) : (c <= 4138 || (c < 8025 ? (c < 5952 ? (c < 4752 ? (c < 4295 ? (c < 4197 ? (c < 4186 ? (c < 4176 ? c == 4159 : c <= 4181) : (c <= 4189 || c == 4193)) : (c <= 4198 || (c < 4238 ? (c < 4213 ? (c >= 4206 && c <= 4208) : c <= 4225) : (c <= 4238 || (c >= 4256 && c <= 4293))))) : (c <= 4295 || (c < 4688 ? (c < 4348 ? (c < 4304 ? c == 4301 : c <= 4346) : (c <= 4680 || (c >= 4682 && c <= 4685))) : (c <= 4694 || (c < 4704 ? (c < 4698 ? c == 4696 : c <= 4701) : (c <= 4744 || (c >= 4746 && c <= 4749))))))) : (c <= 4784 || (c < 5024 ? (c < 4808 ? (c < 4800 ? (c < 4792 ? (c >= 4786 && c <= 4789) : c <= 4798) : (c <= 4800 || (c >= 4802 && c <= 4805))) : (c <= 4822 || (c < 4888 ? (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885) : (c <= 4954 || (c >= 4992 && c <= 5007))))) : (c <= 5109 || (c < 5792 ? (c < 5743 ? (c < 5121 ? (c >= 5112 && c <= 5117) : c <= 5740) : (c <= 5759 || (c >= 5761 && c <= 5786))) : (c <= 5866 || (c < 5902 ? (c < 5888 ? (c >= 5870 && c <= 5880) : c <= 5900) : (c <= 5905 || (c >= 5920 && c <= 5937))))))))) : (c <= 5969 || (c < 7043 ? (c < 6400 ? (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 < 6656 ? (c < 6528 ? (c < 6512 ? (c >= 6480 && c <= 6509) : c <= 6516) : (c <= 6571 || (c >= 6576 && c <= 6601))) : (c <= 6678 || (c < 6917 ? (c < 6823 ? (c >= 6688 && c <= 6740) : c <= 6823) : (c <= 6963 || (c >= 6981 && c <= 6987))))))) : (c <= 7072 || (c < 7406 ? (c < 7258 ? (c < 7168 ? (c < 7098 ? (c >= 7086 && c <= 7087) : c <= 7141) : (c <= 7203 || (c >= 7245 && c <= 7247))) : (c <= 7293 || (c < 7357 ? (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354) : (c <= 7359 || (c >= 7401 && c <= 7404))))) : (c <= 7411 || (c < 7960 ? (c < 7424 ? (c < 7418 ? (c >= 7413 && c <= 7414) : c <= 7418) : (c <= 7615 || (c >= 7680 && c <= 7957))) : (c <= 7965 || (c < 8008 ? (c >= 7968 && c <= 8005) : (c <= 8013 || (c >= 8016 && c <= 8023))))))))))) : (c <= 8025 || (c < 11631 ? (c < 8469 ? (c < 8150 ? (c < 8118 ? (c < 8031 ? (c < 8029 ? c == 8027 : c <= 8029) : (c <= 8061 || (c >= 8064 && c <= 8116))) : (c <= 8124 || (c < 8134 ? (c < 8130 ? c == 8126 : c <= 8132) : (c <= 8140 || (c >= 8144 && c <= 8147))))) : (c <= 8155 || (c < 8319 ? (c < 8182 ? (c < 8178 ? (c >= 8160 && c <= 8172) : c <= 8180) : (c <= 8188 || c == 8305)) : (c <= 8319 || (c < 8455 ? (c < 8450 ? (c >= 8336 && c <= 8348) : c <= 8450) : (c <= 8455 || (c >= 8458 && c <= 8467))))))) : (c <= 8469 || (c < 11264 ? (c < 8490 ? (c < 8486 ? (c < 8484 ? (c >= 8472 && c <= 8477) : c <= 8484) : (c <= 8486 || c == 8488)) : (c <= 8505 || (c < 8526 ? (c < 8517 ? (c >= 8508 && c <= 8511) : c <= 8521) : (c <= 8526 || (c >= 8544 && c <= 8584))))) : (c <= 11310 || (c < 11520 ? (c < 11499 ? (c < 11360 ? (c >= 11312 && c <= 11358) : c <= 11492) : (c <= 11502 || (c >= 11506 && c <= 11507))) : (c <= 11557 || (c < 11565 ? c == 11559 : (c <= 11565 || (c >= 11568 && c <= 11623))))))))) : (c <= 11631 || (c < 12704 ? (c < 12293 ? (c < 11704 ? (c < 11688 ? (c < 11680 ? (c >= 11648 && c <= 11670) : c <= 11686) : (c <= 11694 || (c >= 11696 && c <= 11702))) : (c <= 11710 || (c < 11728 ? (c < 11720 ? (c >= 11712 && c <= 11718) : c <= 11726) : (c <= 11734 || (c >= 11736 && c <= 11742))))) : (c <= 12295 || (c < 12445 ? (c < 12344 ? (c < 12337 ? (c >= 12321 && c <= 12329) : c <= 12341) : (c <= 12348 || (c >= 12353 && c <= 12438))) : (c <= 12447 || (c < 12549 ? (c < 12540 ? (c >= 12449 && c <= 12538) : c <= 12543) : (c <= 12591 || (c >= 12593 && c <= 12686))))))) : (c <= 12735 || (c < 42623 ? (c < 42192 ? (c < 19968 ? (c < 13312 ? (c >= 12784 && c <= 12799) : c <= 19903) : (c <= 40956 || (c >= 40960 && c <= 42124))) : (c <= 42237 || (c < 42538 ? (c < 42512 ? (c >= 42240 && c <= 42508) : c <= 42527) : (c <= 42539 || (c >= 42560 && c <= 42606))))) : (c <= 42653 || (c < 42946 ? (c < 42786 ? (c < 42775 ? (c >= 42656 && c <= 42735) : c <= 42783) : (c <= 42888 || (c >= 42891 && c <= 42943))) : (c <= 42954 || (c < 43011 ? (c >= 42997 && c <= 43009) : (c <= 43013 || (c >= 43015 && c <= 43018))))))))))))))) : (c <= 43042 || (c < 70453 ? (c < 66176 ? (c < 64112 ? (c < 43697 ? (c < 43471 ? (c < 43261 ? (c < 43250 ? (c < 43138 ? (c >= 43072 && c <= 43123) : c <= 43187) : (c <= 43255 || c == 43259)) : (c <= 43262 || (c < 43360 ? (c < 43312 ? (c >= 43274 && c <= 43301) : c <= 43334) : (c <= 43388 || (c >= 43396 && c <= 43442))))) : (c <= 43471 || (c < 43584 ? (c < 43514 ? (c < 43494 ? (c >= 43488 && c <= 43492) : c <= 43503) : (c <= 43518 || (c >= 43520 && c <= 43560))) : (c <= 43586 || (c < 43642 ? (c < 43616 ? (c >= 43588 && c <= 43595) : c <= 43638) : (c <= 43642 || (c >= 43646 && c <= 43695))))))) : (c <= 43697 || (c < 43793 ? (c < 43739 ? (c < 43712 ? (c < 43705 ? (c >= 43701 && c <= 43702) : c <= 43709) : (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 < 65147 ? (c < 64326 ? (c < 64298 ? (c < 64285 ? (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279) : (c <= 64285 || (c >= 64287 && c <= 64296))) : (c <= 64310 || (c < 64320 ? (c < 64318 ? (c >= 64312 && c <= 64316) : c <= 64318) : (c <= 64321 || (c >= 64323 && c <= 64324))))) : (c <= 64433 || (c < 65008 ? (c < 64848 ? (c < 64612 ? (c >= 64467 && c <= 64605) : c <= 64829) : (c <= 64911 || (c >= 64914 && c <= 64967))) : (c <= 65017 || (c < 65143 ? (c < 65139 ? c == 65137 : c <= 65139) : (c <= 65143 || c == 65145)))))) : (c <= 65147 || (c < 65498 ? (c < 65382 ? (c < 65313 ? (c < 65151 ? c == 65149 : c <= 65276) : (c <= 65338 || (c >= 65345 && c <= 65370))) : (c <= 65437 || (c < 65482 ? (c < 65474 ? (c >= 65440 && c <= 65470) : c <= 65479) : (c <= 65487 || (c >= 65490 && c <= 65495))))) : (c <= 65500 || (c < 65599 ? (c < 65576 ? (c < 65549 ? (c >= 65536 && c <= 65547) : c <= 65574) : (c <= 65594 || (c >= 65596 && c <= 65597))) : (c <= 65613 || (c < 65664 ? (c >= 65616 && c <= 65629) : (c <= 65786 || (c >= 65856 && c <= 65908))))))))))) : (c <= 66204 || (c < 68416 ? (c < 67639 ? (c < 66736 ? (c < 66432 ? (c < 66349 ? (c < 66304 ? (c >= 66208 && c <= 66256) : c <= 66335) : (c <= 66378 || (c >= 66384 && c <= 66421))) : (c <= 66461 || (c < 66513 ? (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511) : (c <= 66517 || (c >= 66560 && c <= 66717))))) : (c <= 66771 || (c < 67392 ? (c < 66864 ? (c < 66816 ? (c >= 66776 && c <= 66811) : c <= 66855) : (c <= 66915 || (c >= 67072 && c <= 67382))) : (c <= 67413 || (c < 67592 ? (c < 67584 ? (c >= 67424 && c <= 67431) : c <= 67589) : (c <= 67592 || (c >= 67594 && c <= 67637))))))) : (c <= 67640 || (c < 68030 ? (c < 67808 ? (c < 67680 ? (c < 67647 ? c == 67644 : c <= 67669) : (c <= 67702 || (c >= 67712 && c <= 67742))) : (c <= 67826 || (c < 67872 ? (c < 67840 ? (c >= 67828 && c <= 67829) : c <= 67861) : (c <= 67897 || (c >= 67968 && c <= 68023))))) : (c <= 68031 || (c < 68192 ? (c < 68117 ? (c < 68112 ? c == 68096 : c <= 68115) : (c <= 68119 || (c >= 68121 && c <= 68149))) : (c <= 68220 || (c < 68297 ? (c < 68288 ? (c >= 68224 && c <= 68252) : c <= 68295) : (c <= 68324 || (c >= 68352 && c <= 68405))))))))) : (c <= 68437 || (c < 69968 ? (c < 69415 ? (c < 68800 ? (c < 68608 ? (c < 68480 ? (c >= 68448 && c <= 68466) : c <= 68497) : (c <= 68680 || (c >= 68736 && c <= 68786))) : (c <= 68850 || (c < 69296 ? (c < 69248 ? (c >= 68864 && c <= 68899) : c <= 69289) : (c <= 69297 || (c >= 69376 && c <= 69404))))) : (c <= 69415 || (c < 69763 ? (c < 69600 ? (c < 69552 ? (c >= 69424 && c <= 69445) : c <= 69572) : (c <= 69622 || (c >= 69635 && c <= 69687))) : (c <= 69807 || (c < 69956 ? (c < 69891 ? (c >= 69840 && c <= 69864) : c <= 69926) : (c <= 69956 || c == 69959)))))) : (c <= 70002 || (c < 70282 ? (c < 70108 ? (c < 70081 ? (c < 70019 ? c == 70006 : c <= 70066) : (c <= 70084 || c == 70106)) : (c <= 70108 || (c < 70272 ? (c < 70163 ? (c >= 70144 && c <= 70161) : c <= 70187) : (c <= 70278 || c == 70280)))) : (c <= 70285 || (c < 70415 ? (c < 70320 ? (c < 70303 ? (c >= 70287 && c <= 70301) : c <= 70312) : (c <= 70366 || (c >= 70405 && c <= 70412))) : (c <= 70416 || (c < 70442 ? (c >= 70419 && c <= 70440) : (c <= 70448 || (c >= 70450 && c <= 70451))))))))))))) : (c <= 70457 || (c < 113808 ? (c < 72818 ? (c < 71945 ? (c < 71040 ? (c < 70727 ? (c < 70493 ? (c < 70480 ? c == 70461 : c <= 70480) : (c <= 70497 || (c >= 70656 && c <= 70708))) : (c <= 70730 || (c < 70852 ? (c < 70784 ? (c >= 70751 && c <= 70753) : c <= 70831) : (c <= 70853 || c == 70855)))) : (c <= 71086 || (c < 71352 ? (c < 71236 ? (c < 71168 ? (c >= 71128 && c <= 71131) : c <= 71215) : (c <= 71236 || (c >= 71296 && c <= 71338))) : (c <= 71352 || (c < 71840 ? (c < 71680 ? (c >= 71424 && c <= 71450) : c <= 71723) : (c <= 71903 || (c >= 71935 && c <= 71942))))))) : (c <= 71945 || (c < 72192 ? (c < 72001 ? (c < 71960 ? (c < 71957 ? (c >= 71948 && c <= 71955) : c <= 71958) : (c <= 71983 || c == 71999)) : (c <= 72001 || (c < 72161 ? (c < 72106 ? (c >= 72096 && c <= 72103) : c <= 72144) : (c <= 72161 || c == 72163)))) : (c <= 72192 || (c < 72349 ? (c < 72272 ? (c < 72250 ? (c >= 72203 && c <= 72242) : c <= 72250) : (c <= 72272 || (c >= 72284 && c <= 72329))) : (c <= 72349 || (c < 72714 ? (c < 72704 ? (c >= 72384 && c <= 72440) : c <= 72712) : (c <= 72750 || c == 72768)))))))) : (c <= 72847 || (c < 92992 ? (c < 73648 ? (c < 73056 ? (c < 72971 ? (c < 72968 ? (c >= 72960 && c <= 72966) : c <= 72969) : (c <= 73008 || c == 73030)) : (c <= 73061 || (c < 73112 ? (c < 73066 ? (c >= 73063 && c <= 73064) : c <= 73097) : (c <= 73112 || (c >= 73440 && c <= 73458))))) : (c <= 73648 || (c < 82944 ? (c < 74880 ? (c < 74752 ? (c >= 73728 && c <= 74649) : c <= 74862) : (c <= 75075 || (c >= 77824 && c <= 78894))) : (c <= 83526 || (c < 92880 ? (c < 92736 ? (c >= 92160 && c <= 92728) : c <= 92766) : (c <= 92909 || (c >= 92928 && c <= 92975))))))) : (c <= 92995 || (c < 100352 ? (c < 94032 ? (c < 93760 ? (c < 93053 ? (c >= 93027 && c <= 93047) : c <= 93071) : (c <= 93823 || (c >= 93952 && c <= 94026))) : (c <= 94032 || (c < 94179 ? (c < 94176 ? (c >= 94099 && c <= 94111) : c <= 94177) : (c <= 94179 || (c >= 94208 && c <= 100343))))) : (c <= 101589 || (c < 110960 ? (c < 110928 ? (c < 110592 ? (c >= 101632 && c <= 101640) : c <= 110878) : (c <= 110930 || (c >= 110948 && c <= 110951))) : (c <= 111355 || (c < 113776 ? (c >= 113664 && c <= 113770) : (c <= 113788 || (c >= 113792 && c <= 113800))))))))))) : (c <= 113817 || (c < 126469 ? (c < 120488 ? (c < 120005 ? (c < 119973 ? (c < 119966 ? (c < 119894 ? (c >= 119808 && c <= 119892) : c <= 119964) : (c <= 119967 || c == 119970)) : (c <= 119974 || (c < 119995 ? (c < 119982 ? (c >= 119977 && c <= 119980) : c <= 119993) : (c <= 119995 || (c >= 119997 && c <= 120003))))) : (c <= 120069 || (c < 120123 ? (c < 120086 ? (c < 120077 ? (c >= 120071 && c <= 120074) : c <= 120084) : (c <= 120092 || (c >= 120094 && c <= 120121))) : (c <= 120126 || (c < 120138 ? (c < 120134 ? (c >= 120128 && c <= 120132) : c <= 120134) : (c <= 120144 || (c >= 120146 && c <= 120485))))))) : (c <= 120512 || (c < 120772 ? (c < 120630 ? (c < 120572 ? (c < 120540 ? (c >= 120514 && c <= 120538) : c <= 120570) : (c <= 120596 || (c >= 120598 && c <= 120628))) : (c <= 120654 || (c < 120714 ? (c < 120688 ? (c >= 120656 && c <= 120686) : c <= 120712) : (c <= 120744 || (c >= 120746 && c <= 120770))))) : (c <= 120779 || (c < 124928 ? (c < 123214 ? (c < 123191 ? (c >= 123136 && c <= 123180) : c <= 123197) : (c <= 123214 || (c >= 123584 && c <= 123627))) : (c <= 125124 || (c < 125259 ? (c >= 125184 && c <= 125251) : (c <= 125259 || (c >= 126464 && c <= 126467))))))))) : (c <= 126495 || (c < 126561 ? (c < 126537 ? (c < 126516 ? (c < 126503 ? (c < 126500 ? (c >= 126497 && c <= 126498) : c <= 126500) : (c <= 126503 || (c >= 126505 && 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 <= 173789) : (c <= 177972 || (c >= 177984 && c <= 178205))) : (c <= 183969 || (c < 194560 ? (c >= 183984 && c <= 191456) : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); } static inline bool sym_identifier_character_set_2(int32_t c) { return (c < 43052 ? (c < 3718 ? (c < 2730 ? (c < 2042 ? (c < 1015 ? (c < 710 ? (c < 181 ? (c < '_' ? (c < 'A' ? (c >= '0' && c <= '9') : 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 >= 1984 && c <= 2037))))))))) : (c <= 2042 || (c < 2534 ? (c < 2447 ? (c < 2230 ? (c < 2112 ? (c < 2048 ? c == 2045 : c <= 2093) : (c <= 2139 || (c < 2208 ? (c >= 2144 && c <= 2154) : c <= 2228))) : (c <= 2247 || (c < 2406 ? (c < 2275 ? (c >= 2259 && c <= 2273) : c <= 2403) : (c <= 2415 || (c < 2437 ? (c >= 2417 && c <= 2435) : c <= 2444))))) : (c <= 2448 || (c < 2503 ? (c < 2482 ? (c < 2474 ? (c >= 2451 && c <= 2472) : c <= 2480) : (c <= 2482 || (c < 2492 ? (c >= 2486 && c <= 2489) : c <= 2500))) : (c <= 2504 || (c < 2524 ? (c < 2519 ? (c >= 2507 && c <= 2510) : c <= 2519) : (c <= 2525 || (c >= 2527 && c <= 2531))))))) : (c <= 2545 || (c < 2622 ? (c < 2579 ? (c < 2561 ? (c < 2558 ? c == 2556 : c <= 2558) : (c <= 2563 || (c < 2575 ? (c >= 2565 && c <= 2570) : c <= 2576))) : (c <= 2600 || (c < 2613 ? (c < 2610 ? (c >= 2602 && c <= 2608) : c <= 2611) : (c <= 2614 || (c < 2620 ? (c >= 2616 && c <= 2617) : c <= 2620))))) : (c <= 2626 || (c < 2662 ? (c < 2641 ? (c < 2635 ? (c >= 2631 && c <= 2632) : c <= 2637) : (c <= 2641 || (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654))) : (c <= 2677 || (c < 2703 ? (c < 2693 ? (c >= 2689 && c <= 2691) : c <= 2701) : (c <= 2705 || (c >= 2707 && c <= 2728))))))))))) : (c <= 2736 || (c < 3142 ? (c < 2918 ? (c < 2831 ? (c < 2768 ? (c < 2748 ? (c < 2741 ? (c >= 2738 && c <= 2739) : c <= 2745) : (c <= 2757 || (c < 2763 ? (c >= 2759 && c <= 2761) : c <= 2765))) : (c <= 2768 || (c < 2809 ? (c < 2790 ? (c >= 2784 && c <= 2787) : c <= 2799) : (c <= 2815 || (c < 2821 ? (c >= 2817 && c <= 2819) : c <= 2828))))) : (c <= 2832 || (c < 2887 ? (c < 2866 ? (c < 2858 ? (c >= 2835 && c <= 2856) : c <= 2864) : (c <= 2867 || (c < 2876 ? (c >= 2869 && c <= 2873) : c <= 2884))) : (c <= 2888 || (c < 2908 ? (c < 2901 ? (c >= 2891 && c <= 2893) : c <= 2903) : (c <= 2909 || (c >= 2911 && c <= 2915))))))) : (c <= 2927 || (c < 3006 ? (c < 2969 ? (c < 2949 ? (c < 2946 ? c == 2929 : c <= 2947) : (c <= 2954 || (c < 2962 ? (c >= 2958 && c <= 2960) : c <= 2965))) : (c <= 2970 || (c < 2979 ? (c < 2974 ? c == 2972 : c <= 2975) : (c <= 2980 || (c < 2990 ? (c >= 2984 && c <= 2986) : c <= 3001))))) : (c <= 3010 || (c < 3072 ? (c < 3024 ? (c < 3018 ? (c >= 3014 && c <= 3016) : c <= 3021) : (c <= 3024 || (c < 3046 ? c == 3031 : c <= 3055))) : (c <= 3084 || (c < 3114 ? (c < 3090 ? (c >= 3086 && c <= 3088) : c <= 3112) : (c <= 3129 || (c >= 3133 && c <= 3140))))))))) : (c <= 3144 || (c < 3398 ? (c < 3260 ? (c < 3200 ? (c < 3160 ? (c < 3157 ? (c >= 3146 && c <= 3149) : c <= 3158) : (c <= 3162 || (c < 3174 ? (c >= 3168 && c <= 3171) : c <= 3183))) : (c <= 3203 || (c < 3218 ? (c < 3214 ? (c >= 3205 && c <= 3212) : c <= 3216) : (c <= 3240 || (c < 3253 ? (c >= 3242 && c <= 3251) : c <= 3257))))) : (c <= 3268 || (c < 3302 ? (c < 3285 ? (c < 3274 ? (c >= 3270 && c <= 3272) : c <= 3277) : (c <= 3286 || (c < 3296 ? c == 3294 : c <= 3299))) : (c <= 3311 || (c < 3342 ? (c < 3328 ? (c >= 3313 && c <= 3314) : c <= 3340) : (c <= 3344 || (c >= 3346 && c <= 3396))))))) : (c <= 3400 || (c < 3530 ? (c < 3457 ? (c < 3423 ? (c < 3412 ? (c >= 3402 && c <= 3406) : c <= 3415) : (c <= 3427 || (c < 3450 ? (c >= 3430 && c <= 3439) : c <= 3455))) : (c <= 3459 || (c < 3507 ? (c < 3482 ? (c >= 3461 && c <= 3478) : c <= 3505) : (c <= 3515 || (c < 3520 ? c == 3517 : c <= 3526))))) : (c <= 3530 || (c < 3585 ? (c < 3544 ? (c < 3542 ? (c >= 3535 && c <= 3540) : c <= 3542) : (c <= 3551 || (c < 3570 ? (c >= 3558 && c <= 3567) : c <= 3571))) : (c <= 3642 || (c < 3713 ? (c < 3664 ? (c >= 3648 && c <= 3662) : c <= 3673) : (c <= 3714 || c == 3716)))))))))))) : (c <= 3722 || (c < 7296 ? (c < 5024 ? (c < 4256 ? (c < 3893 ? (c < 3784 ? (c < 3751 ? (c < 3749 ? (c >= 3724 && c <= 3747) : c <= 3749) : (c <= 3773 || (c < 3782 ? (c >= 3776 && c <= 3780) : c <= 3782))) : (c <= 3789 || (c < 3840 ? (c < 3804 ? (c >= 3792 && c <= 3801) : c <= 3807) : (c <= 3840 || (c < 3872 ? (c >= 3864 && c <= 3865) : c <= 3881))))) : (c <= 3893 || (c < 3974 ? (c < 3902 ? (c < 3897 ? c == 3895 : c <= 3897) : (c <= 3911 || (c < 3953 ? (c >= 3913 && c <= 3948) : c <= 3972))) : (c <= 3991 || (c < 4096 ? (c < 4038 ? (c >= 3993 && c <= 4028) : c <= 4038) : (c <= 4169 || (c >= 4176 && c <= 4253))))))) : (c <= 4293 || (c < 4786 ? (c < 4688 ? (c < 4304 ? (c < 4301 ? c == 4295 : c <= 4301) : (c <= 4346 || (c < 4682 ? (c >= 4348 && c <= 4680) : c <= 4685))) : (c <= 4694 || (c < 4704 ? (c < 4698 ? c == 4696 : c <= 4701) : (c <= 4744 || (c < 4752 ? (c >= 4746 && c <= 4749) : c <= 4784))))) : (c <= 4789 || (c < 4882 ? (c < 4802 ? (c < 4800 ? (c >= 4792 && c <= 4798) : c <= 4800) : (c <= 4805 || (c < 4824 ? (c >= 4808 && c <= 4822) : c <= 4880))) : (c <= 4885 || (c < 4969 ? (c < 4957 ? (c >= 4888 && c <= 4954) : c <= 4959) : (c <= 4977 || (c >= 4992 && c <= 5007))))))))) : (c <= 5109 || (c < 6400 ? (c < 5998 ? (c < 5870 ? (c < 5743 ? (c < 5121 ? (c >= 5112 && c <= 5117) : c <= 5740) : (c <= 5759 || (c < 5792 ? (c >= 5761 && c <= 5786) : c <= 5866))) : (c <= 5880 || (c < 5920 ? (c < 5902 ? (c >= 5888 && c <= 5900) : c <= 5908) : (c <= 5940 || (c < 5984 ? (c >= 5952 && c <= 5971) : c <= 5996))))) : (c <= 6000 || (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 >= 6160 && c <= 6169) : c <= 6264) : (c <= 6314 || (c >= 6320 && c <= 6389))))))) : (c <= 6430 || (c < 6800 ? (c < 6576 ? (c < 6470 ? (c < 6448 ? (c >= 6432 && c <= 6443) : c <= 6459) : (c <= 6509 || (c < 6528 ? (c >= 6512 && c <= 6516) : c <= 6571))) : (c <= 6601 || (c < 6688 ? (c < 6656 ? (c >= 6608 && c <= 6618) : c <= 6683) : (c <= 6750 || (c < 6783 ? (c >= 6752 && c <= 6780) : c <= 6793))))) : (c <= 6809 || (c < 7019 ? (c < 6847 ? (c < 6832 ? c == 6823 : c <= 6845) : (c <= 6848 || (c < 6992 ? (c >= 6912 && c <= 6987) : c <= 7001))) : (c <= 7027 || (c < 7232 ? (c < 7168 ? (c >= 7040 && c <= 7155) : c <= 7223) : (c <= 7241 || (c >= 7245 && c <= 7293))))))))))) : (c <= 7304 || (c < 11264 ? (c < 8178 ? (c < 8027 ? (c < 7675 ? (c < 7376 ? (c < 7357 ? (c >= 7312 && c <= 7354) : c <= 7359) : (c <= 7378 || (c < 7424 ? (c >= 7380 && c <= 7418) : c <= 7673))) : (c <= 7957 || (c < 8008 ? (c < 7968 ? (c >= 7960 && c <= 7965) : c <= 8005) : (c <= 8013 || (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025))))) : (c <= 8027 || (c < 8130 ? (c < 8064 ? (c < 8031 ? c == 8029 : c <= 8061) : (c <= 8116 || (c < 8126 ? (c >= 8118 && c <= 8124) : c <= 8126))) : (c <= 8132 || (c < 8150 ? (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147) : (c <= 8155 || (c >= 8160 && c <= 8172))))))) : (c <= 8180 || (c < 8458 ? (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 < 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 >= 8544 && c <= 8584))))))))) : (c <= 11310 || (c < 12353 ? (c < 11696 ? (c < 11565 ? (c < 11499 ? (c < 11360 ? (c >= 11312 && c <= 11358) : c <= 11492) : (c <= 11507 || (c < 11559 ? (c >= 11520 && c <= 11557) : c <= 11559))) : (c <= 11565 || (c < 11647 ? (c < 11631 ? (c >= 11568 && c <= 11623) : c <= 11631) : (c <= 11670 || (c < 11688 ? (c >= 11680 && c <= 11686) : c <= 11694))))) : (c <= 11702 || (c < 11744 ? (c < 11720 ? (c < 11712 ? (c >= 11704 && c <= 11710) : c <= 11718) : (c <= 11726 || (c < 11736 ? (c >= 11728 && c <= 11734) : c <= 11742))) : (c <= 11775 || (c < 12337 ? (c < 12321 ? (c >= 12293 && c <= 12295) : c <= 12335) : (c <= 12341 || (c >= 12344 && c <= 12348))))))) : (c <= 12438 || (c < 42192 ? (c < 12593 ? (c < 12449 ? (c < 12445 ? (c >= 12441 && c <= 12442) : c <= 12447) : (c <= 12538 || (c < 12549 ? (c >= 12540 && c <= 12543) : c <= 12591))) : (c <= 12686 || (c < 13312 ? (c < 12784 ? (c >= 12704 && c <= 12735) : c <= 12799) : (c <= 19903 || (c < 40960 ? (c >= 19968 && c <= 40956) : c <= 42124))))) : (c <= 42237 || (c < 42775 ? (c < 42560 ? (c < 42512 ? (c >= 42240 && c <= 42508) : c <= 42539) : (c <= 42607 || (c < 42623 ? (c >= 42612 && c <= 42621) : c <= 42737))) : (c <= 42783 || (c < 42946 ? (c < 42891 ? (c >= 42786 && c <= 42888) : c <= 42943) : (c <= 42954 || (c >= 42997 && c <= 43047))))))))))))))) : (c <= 43052 || (c < 71096 ? (c < 66864 ? (c < 64914 ? (c < 43816 ? (c < 43520 ? (c < 43261 ? (c < 43216 ? (c < 43136 ? (c >= 43072 && c <= 43123) : c <= 43205) : (c <= 43225 || (c < 43259 ? (c >= 43232 && c <= 43255) : c <= 43259))) : (c <= 43309 || (c < 43392 ? (c < 43360 ? (c >= 43312 && c <= 43347) : c <= 43388) : (c <= 43456 || (c < 43488 ? (c >= 43471 && c <= 43481) : c <= 43518))))) : (c <= 43574 || (c < 43744 ? (c < 43616 ? (c < 43600 ? (c >= 43584 && c <= 43597) : c <= 43609) : (c <= 43638 || (c < 43739 ? (c >= 43642 && c <= 43714) : c <= 43741))) : (c <= 43759 || (c < 43785 ? (c < 43777 ? (c >= 43762 && c <= 43766) : c <= 43782) : (c <= 43790 || (c < 43808 ? (c >= 43793 && c <= 43798) : c <= 43814))))))) : (c <= 43822 || (c < 64275 ? (c < 44032 ? (c < 43888 ? (c < 43868 ? (c >= 43824 && c <= 43866) : c <= 43881) : (c <= 44010 || (c < 44016 ? (c >= 44012 && c <= 44013) : c <= 44025))) : (c <= 55203 || (c < 63744 ? (c < 55243 ? (c >= 55216 && c <= 55238) : c <= 55291) : (c <= 64109 || (c < 64256 ? (c >= 64112 && c <= 64217) : c <= 64262))))) : (c <= 64279 || (c < 64323 ? (c < 64312 ? (c < 64298 ? (c >= 64285 && c <= 64296) : c <= 64310) : (c <= 64316 || (c < 64320 ? c == 64318 : c <= 64321))) : (c <= 64324 || (c < 64612 ? (c < 64467 ? (c >= 64326 && c <= 64433) : c <= 64605) : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) : (c <= 64967 || (c < 65549 ? (c < 65151 ? (c < 65137 ? (c < 65056 ? (c < 65024 ? (c >= 65008 && c <= 65017) : c <= 65039) : (c <= 65071 || (c < 65101 ? (c >= 65075 && c <= 65076) : c <= 65103))) : (c <= 65137 || (c < 65145 ? (c < 65143 ? c == 65139 : c <= 65143) : (c <= 65145 || (c < 65149 ? c == 65147 : c <= 65149))))) : (c <= 65276 || (c < 65474 ? (c < 65343 ? (c < 65313 ? (c >= 65296 && c <= 65305) : c <= 65338) : (c <= 65343 || (c < 65382 ? (c >= 65345 && c <= 65370) : c <= 65470))) : (c <= 65479 || (c < 65498 ? (c < 65490 ? (c >= 65482 && c <= 65487) : c <= 65495) : (c <= 65500 || (c >= 65536 && c <= 65547))))))) : (c <= 65574 || (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 >= 66816 && c <= 66855))))))))))) : (c <= 66915 || (c < 69632 ? (c < 68152 ? (c < 67808 ? (c < 67594 ? (c < 67424 ? (c < 67392 ? (c >= 67072 && c <= 67382) : c <= 67413) : (c <= 67431 || (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592))) : (c <= 67637 || (c < 67647 ? (c < 67644 ? (c >= 67639 && c <= 67640) : c <= 67644) : (c <= 67669 || (c < 67712 ? (c >= 67680 && c <= 67702) : c <= 67742))))) : (c <= 67826 || (c < 68096 ? (c < 67872 ? (c < 67840 ? (c >= 67828 && c <= 67829) : c <= 67861) : (c <= 67897 || (c < 68030 ? (c >= 67968 && c <= 68023) : c <= 68031))) : (c <= 68099 || (c < 68117 ? (c < 68108 ? (c >= 68101 && c <= 68102) : c <= 68115) : (c <= 68119 || (c >= 68121 && c <= 68149))))))) : (c <= 68154 || (c < 68800 ? (c < 68352 ? (c < 68224 ? (c < 68192 ? c == 68159 : c <= 68220) : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68326))) : (c <= 68405 || (c < 68480 ? (c < 68448 ? (c >= 68416 && c <= 68437) : c <= 68466) : (c <= 68497 || (c < 68736 ? (c >= 68608 && c <= 68680) : c <= 68786))))) : (c <= 68850 || (c < 69376 ? (c < 69248 ? (c < 68912 ? (c >= 68864 && c <= 68903) : c <= 68921) : (c <= 69289 || (c < 69296 ? (c >= 69291 && c <= 69292) : c <= 69297))) : (c <= 69404 || (c < 69552 ? (c < 69424 ? c == 69415 : c <= 69456) : (c <= 69572 || (c >= 69600 && c <= 69622))))))))) : (c <= 69702 || (c < 70384 ? (c < 70094 ? (c < 69942 ? (c < 69840 ? (c < 69759 ? (c >= 69734 && c <= 69743) : c <= 69818) : (c <= 69864 || (c < 69888 ? (c >= 69872 && c <= 69881) : c <= 69940))) : (c <= 69951 || (c < 70006 ? (c < 69968 ? (c >= 69956 && c <= 69959) : c <= 70003) : (c <= 70006 || (c < 70089 ? (c >= 70016 && c <= 70084) : c <= 70092))))) : (c <= 70106 || (c < 70280 ? (c < 70163 ? (c < 70144 ? c == 70108 : c <= 70161) : (c <= 70199 || (c < 70272 ? c == 70206 : c <= 70278))) : (c <= 70280 || (c < 70303 ? (c < 70287 ? (c >= 70282 && c <= 70285) : c <= 70301) : (c <= 70312 || (c >= 70320 && c <= 70378))))))) : (c <= 70393 || (c < 70487 ? (c < 70450 ? (c < 70415 ? (c < 70405 ? (c >= 70400 && c <= 70403) : c <= 70412) : (c <= 70416 || (c < 70442 ? (c >= 70419 && c <= 70440) : c <= 70448))) : (c <= 70451 || (c < 70471 ? (c < 70459 ? (c >= 70453 && c <= 70457) : c <= 70468) : (c <= 70472 || (c < 70480 ? (c >= 70475 && c <= 70477) : c <= 70480))))) : (c <= 70487 || (c < 70750 ? (c < 70512 ? (c < 70502 ? (c >= 70493 && c <= 70499) : c <= 70508) : (c <= 70516 || (c < 70736 ? (c >= 70656 && c <= 70730) : c <= 70745))) : (c <= 70753 || (c < 70864 ? (c < 70855 ? (c >= 70784 && c <= 70853) : c <= 70855) : (c <= 70873 || (c >= 71040 && c <= 71093))))))))))))) : (c <= 71104 || (c < 119894 ? (c < 73104 ? (c < 72163 ? (c < 71935 ? (c < 71360 ? (c < 71236 ? (c < 71168 ? (c >= 71128 && c <= 71133) : c <= 71232) : (c <= 71236 || (c < 71296 ? (c >= 71248 && c <= 71257) : c <= 71352))) : (c <= 71369 || (c < 71472 ? (c < 71453 ? (c >= 71424 && c <= 71450) : c <= 71467) : (c <= 71481 || (c < 71840 ? (c >= 71680 && c <= 71738) : c <= 71913))))) : (c <= 71942 || (c < 71995 ? (c < 71957 ? (c < 71948 ? c == 71945 : c <= 71955) : (c <= 71958 || (c < 71991 ? (c >= 71960 && c <= 71989) : c <= 71992))) : (c <= 72003 || (c < 72106 ? (c < 72096 ? (c >= 72016 && c <= 72025) : c <= 72103) : (c <= 72151 || (c >= 72154 && c <= 72161))))))) : (c <= 72164 || (c < 72873 ? (c < 72704 ? (c < 72272 ? (c < 72263 ? (c >= 72192 && c <= 72254) : c <= 72263) : (c <= 72345 || (c < 72384 ? c == 72349 : c <= 72440))) : (c <= 72712 || (c < 72784 ? (c < 72760 ? (c >= 72714 && c <= 72758) : c <= 72768) : (c <= 72793 || (c < 72850 ? (c >= 72818 && c <= 72847) : c <= 72871))))) : (c <= 72886 || (c < 73023 ? (c < 72971 ? (c < 72968 ? (c >= 72960 && c <= 72966) : c <= 72969) : (c <= 73014 || (c < 73020 ? c == 73018 : c <= 73021))) : (c <= 73031 || (c < 73063 ? (c < 73056 ? (c >= 73040 && c <= 73049) : c <= 73061) : (c <= 73064 || (c >= 73066 && c <= 73102))))))))) : (c <= 73105 || (c < 94095 ? (c < 92768 ? (c < 74752 ? (c < 73440 ? (c < 73120 ? (c >= 73107 && c <= 73112) : c <= 73129) : (c <= 73462 || (c < 73728 ? c == 73648 : c <= 74649))) : (c <= 74862 || (c < 82944 ? (c < 77824 ? (c >= 74880 && c <= 75075) : c <= 78894) : (c <= 83526 || (c < 92736 ? (c >= 92160 && c <= 92728) : c <= 92766))))) : (c <= 92777 || (c < 93027 ? (c < 92928 ? (c < 92912 ? (c >= 92880 && c <= 92909) : c <= 92916) : (c <= 92982 || (c < 93008 ? (c >= 92992 && c <= 92995) : c <= 93017))) : (c <= 93047 || (c < 93952 ? (c < 93760 ? (c >= 93053 && c <= 93071) : c <= 93823) : (c <= 94026 || (c >= 94031 && c <= 94087))))))) : (c <= 94111 || (c < 113776 ? (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 < 110948 ? (c < 110928 ? (c >= 110592 && c <= 110878) : c <= 110930) : (c <= 110951 || (c < 113664 ? (c >= 110960 && c <= 111355) : c <= 113770))))) : (c <= 113788 || (c < 119163 ? (c < 113821 ? (c < 113808 ? (c >= 113792 && c <= 113800) : c <= 113817) : (c <= 113822 || (c < 119149 ? (c >= 119141 && c <= 119145) : c <= 119154))) : (c <= 119170 || (c < 119362 ? (c < 119210 ? (c >= 119173 && c <= 119179) : c <= 119213) : (c <= 119364 || (c >= 119808 && c <= 119892))))))))))) : (c <= 119964 || (c < 124928 ? (c < 120630 ? (c < 120094 ? (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 < 120071 ? (c < 120005 ? (c >= 119997 && c <= 120003) : c <= 120069) : (c <= 120074 || (c < 120086 ? (c >= 120077 && c <= 120084) : c <= 120092))))) : (c <= 120121 || (c < 120488 ? (c < 120134 ? (c < 120128 ? (c >= 120123 && c <= 120126) : c <= 120132) : (c <= 120134 || (c < 120146 ? (c >= 120138 && c <= 120144) : c <= 120485))) : (c <= 120512 || (c < 120572 ? (c < 120540 ? (c >= 120514 && c <= 120538) : c <= 120570) : (c <= 120596 || (c >= 120598 && c <= 120628))))))) : (c <= 120654 || (c < 121505 ? (c < 120782 ? (c < 120714 ? (c < 120688 ? (c >= 120656 && c <= 120686) : c <= 120712) : (c <= 120744 || (c < 120772 ? (c >= 120746 && c <= 120770) : c <= 120779))) : (c <= 120831 || (c < 121461 ? (c < 121403 ? (c >= 121344 && c <= 121398) : c <= 121452) : (c <= 121461 || (c < 121499 ? c == 121476 : c <= 121503))))) : (c <= 121519 || (c < 123136 ? (c < 122907 ? (c < 122888 ? (c >= 122880 && c <= 122886) : c <= 122904) : (c <= 122913 || (c < 122918 ? (c >= 122915 && c <= 122916) : c <= 122922))) : (c <= 123180 || (c < 123214 ? (c < 123200 ? (c >= 123184 && c <= 123197) : c <= 123209) : (c <= 123214 || (c >= 123584 && c <= 123641))))))))) : (c <= 125124 || (c < 126557 ? (c < 126523 ? (c < 126497 ? (c < 125264 ? (c < 125184 ? (c >= 125136 && c <= 125142) : c <= 125259) : (c <= 125273 || (c < 126469 ? (c >= 126464 && c <= 126467) : c <= 126495))) : (c <= 126498 || (c < 126505 ? (c < 126503 ? c == 126500 : c <= 126503) : (c <= 126514 || (c < 126521 ? (c >= 126516 && c <= 126519) : c <= 126521))))) : (c <= 126523 || (c < 126545 ? (c < 126537 ? (c < 126535 ? c == 126530 : c <= 126535) : (c <= 126537 || (c < 126541 ? c == 126539 : c <= 126543))) : (c <= 126546 || (c < 126553 ? (c < 126551 ? c == 126548 : c <= 126551) : (c <= 126553 || c == 126555)))))) : (c <= 126557 || (c < 126629 ? (c < 126580 ? (c < 126564 ? (c < 126561 ? c == 126559 : c <= 126562) : (c <= 126564 || (c < 126572 ? (c >= 126567 && c <= 126570) : c <= 126578))) : (c <= 126583 || (c < 126592 ? (c < 126590 ? (c >= 126585 && c <= 126588) : c <= 126590) : (c <= 126601 || (c < 126625 ? (c >= 126603 && c <= 126619) : c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 131072 ? (c < 130032 ? (c >= 126635 && c <= 126651) : c <= 130041) : (c <= 173789 || (c < 177984 ? (c >= 173824 && c <= 177972) : c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (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(51); if (lookahead == '!') ADVANCE(21); if (lookahead == '#') ADVANCE(124); if (lookahead == '%') ADVANCE(75); if (lookahead == '&') ADVANCE(77); if (lookahead == '(') ADVANCE(54); if (lookahead == ')') ADVANCE(55); if (lookahead == '*') ADVANCE(57); if (lookahead == '+') ADVANCE(65); if (lookahead == ',') ADVANCE(56); if (lookahead == '-') ADVANCE(64); if (lookahead == '.') ADVANCE(53); if (lookahead == '/') ADVANCE(74); if (lookahead == '0') ADVANCE(113); if (lookahead == ':') ADVANCE(61); if (lookahead == ';') ADVANCE(125); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(71); if (lookahead == '>') ADVANCE(86); if (lookahead == '@') ADVANCE(73); if (lookahead == '[') ADVANCE(66); if (lookahead == '\\') SKIP(46) if (lookahead == ']') ADVANCE(67); if (lookahead == '^') ADVANCE(78); if (lookahead == '{') ADVANCE(102); if (lookahead == '|') ADVANCE(62); if (lookahead == '}') ADVANCE(69); if (lookahead == '~') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(49) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112); if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); END_STATE(); case 1: if (lookahead == '\n') SKIP(14) END_STATE(); case 2: if (lookahead == '\n') SKIP(14) if (lookahead == '\r') SKIP(1) END_STATE(); case 3: if (lookahead == '\n') SKIP(16) END_STATE(); case 4: if (lookahead == '\n') SKIP(16) if (lookahead == '\r') SKIP(3) END_STATE(); case 5: if (lookahead == '\n') SKIP(19) END_STATE(); case 6: if (lookahead == '\n') SKIP(19) if (lookahead == '\r') SKIP(5) END_STATE(); case 7: if (lookahead == '\n') ADVANCE(105); END_STATE(); case 8: if (lookahead == '\n') SKIP(9) if (lookahead == '#') ADVANCE(109); if (lookahead == '\\') ADVANCE(107); if (lookahead == '{') ADVANCE(102); if (lookahead == '}') ADVANCE(69); if (lookahead == '\t' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) ADVANCE(108); if (lookahead != 0) ADVANCE(109); END_STATE(); case 9: if (lookahead == '\n') SKIP(9) if (lookahead == '#') ADVANCE(109); if (lookahead == '\\') ADVANCE(107); if (lookahead == '}') ADVANCE(69); if (lookahead == '\t' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) ADVANCE(108); if (lookahead != 0 && lookahead != '{') ADVANCE(109); END_STATE(); case 10: if (lookahead == '\n') SKIP(17) END_STATE(); case 11: if (lookahead == '\n') SKIP(17) if (lookahead == '\r') SKIP(10) END_STATE(); case 12: if (lookahead == '\n') SKIP(15) END_STATE(); case 13: if (lookahead == '\n') SKIP(15) if (lookahead == '\r') SKIP(12) END_STATE(); case 14: if (lookahead == '!') ADVANCE(21); if (lookahead == '#') ADVANCE(124); if (lookahead == '%') ADVANCE(75); if (lookahead == '&') ADVANCE(77); if (lookahead == '(') ADVANCE(54); if (lookahead == ')') ADVANCE(55); if (lookahead == '*') ADVANCE(57); if (lookahead == '+') ADVANCE(65); if (lookahead == ',') ADVANCE(56); if (lookahead == '-') ADVANCE(63); if (lookahead == '.') ADVANCE(53); if (lookahead == '/') ADVANCE(74); if (lookahead == '0') ADVANCE(113); if (lookahead == ':') ADVANCE(60); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(71); if (lookahead == '>') ADVANCE(86); if (lookahead == '@') ADVANCE(73); if (lookahead == '[') ADVANCE(66); if (lookahead == '\\') SKIP(2) if (lookahead == ']') ADVANCE(67); if (lookahead == '^') ADVANCE(78); if (lookahead == '{') ADVANCE(68); if (lookahead == '|') ADVANCE(62); if (lookahead == '}') ADVANCE(69); if (lookahead == '~') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(14) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112); if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); END_STATE(); case 15: if (lookahead == '!') ADVANCE(21); if (lookahead == '#') ADVANCE(124); if (lookahead == '%') ADVANCE(75); if (lookahead == '&') ADVANCE(77); if (lookahead == '(') ADVANCE(54); if (lookahead == ')') ADVANCE(55); if (lookahead == '*') ADVANCE(57); if (lookahead == '+') ADVANCE(65); if (lookahead == ',') ADVANCE(56); if (lookahead == '-') ADVANCE(63); if (lookahead == '.') ADVANCE(52); if (lookahead == '/') ADVANCE(74); if (lookahead == ':') ADVANCE(61); if (lookahead == ';') ADVANCE(125); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(71); if (lookahead == '>') ADVANCE(86); if (lookahead == '@') ADVANCE(73); if (lookahead == '[') ADVANCE(66); if (lookahead == '\\') SKIP(13) if (lookahead == ']') ADVANCE(67); if (lookahead == '^') ADVANCE(78); if (lookahead == '|') ADVANCE(62); if (lookahead == '}') ADVANCE(69); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(15) if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); END_STATE(); case 16: if (lookahead == '!') ADVANCE(21); if (lookahead == '#') ADVANCE(124); if (lookahead == '%') ADVANCE(75); if (lookahead == '&') ADVANCE(77); if (lookahead == '(') ADVANCE(54); if (lookahead == ')') ADVANCE(55); if (lookahead == '*') ADVANCE(57); if (lookahead == '+') ADVANCE(65); if (lookahead == ',') ADVANCE(56); if (lookahead == '-') ADVANCE(63); if (lookahead == '.') ADVANCE(52); if (lookahead == '/') ADVANCE(74); if (lookahead == ':') ADVANCE(60); if (lookahead == ';') ADVANCE(125); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(71); if (lookahead == '>') ADVANCE(86); if (lookahead == '@') ADVANCE(73); if (lookahead == '[') ADVANCE(66); if (lookahead == '\\') SKIP(4) if (lookahead == ']') ADVANCE(67); if (lookahead == '^') ADVANCE(78); if (lookahead == '|') ADVANCE(62); if (lookahead == '}') ADVANCE(69); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(16) if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); END_STATE(); case 17: if (lookahead == '#') ADVANCE(124); if (lookahead == '-') ADVANCE(22); if (lookahead == ':') ADVANCE(60); if (lookahead == '\\') SKIP(11) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(17) END_STATE(); case 18: if (lookahead == '#') ADVANCE(124); if (lookahead == '\\') ADVANCE(106); if (lookahead == '{') ADVANCE(103); if (lookahead == '}') ADVANCE(28); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(19) END_STATE(); case 19: if (lookahead == '#') ADVANCE(124); if (lookahead == '\\') SKIP(6) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(19) END_STATE(); case 20: if (lookahead == '.') ADVANCE(101); END_STATE(); case 21: if (lookahead == '=') ADVANCE(84); if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); END_STATE(); case 22: if (lookahead == '>') ADVANCE(72); END_STATE(); case 23: if (lookahead == '_') ADVANCE(30); if (lookahead == '0' || lookahead == '1') ADVANCE(115); END_STATE(); case 24: if (lookahead == '_') ADVANCE(31); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(116); END_STATE(); case 25: if (lookahead == '_') ADVANCE(35); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); END_STATE(); case 26: if (lookahead == '{') ADVANCE(44); END_STATE(); case 27: if (lookahead == '}') ADVANCE(105); if (lookahead != 0) ADVANCE(27); END_STATE(); case 28: if (lookahead == '}') ADVANCE(104); END_STATE(); case 29: if (lookahead == '+' || lookahead == '-') ADVANCE(32); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); case 30: if (lookahead == '0' || lookahead == '1') ADVANCE(115); END_STATE(); case 31: if (('0' <= lookahead && lookahead <= '7')) ADVANCE(116); END_STATE(); case 32: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); case 33: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(105); END_STATE(); case 34: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(33); END_STATE(); case 35: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); END_STATE(); case 36: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(105); END_STATE(); case 37: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(36); END_STATE(); case 38: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(37); END_STATE(); case 39: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(38); END_STATE(); case 40: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(39); END_STATE(); case 41: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(40); END_STATE(); case 42: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(41); END_STATE(); case 43: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(42); END_STATE(); case 44: if (lookahead != 0 && lookahead != '}') ADVANCE(27); END_STATE(); case 45: if (eof) ADVANCE(51); if (lookahead == '\n') SKIP(49) END_STATE(); case 46: if (eof) ADVANCE(51); if (lookahead == '\n') SKIP(49) if (lookahead == '\r') SKIP(45) END_STATE(); case 47: if (eof) ADVANCE(51); if (lookahead == '\n') SKIP(50) END_STATE(); case 48: if (eof) ADVANCE(51); if (lookahead == '\n') SKIP(50) if (lookahead == '\r') SKIP(47) END_STATE(); case 49: if (eof) ADVANCE(51); if (lookahead == '!') ADVANCE(21); if (lookahead == '#') ADVANCE(124); if (lookahead == '%') ADVANCE(75); if (lookahead == '&') ADVANCE(77); if (lookahead == '(') ADVANCE(54); if (lookahead == ')') ADVANCE(55); if (lookahead == '*') ADVANCE(57); if (lookahead == '+') ADVANCE(65); if (lookahead == ',') ADVANCE(56); if (lookahead == '-') ADVANCE(64); if (lookahead == '.') ADVANCE(53); if (lookahead == '/') ADVANCE(74); if (lookahead == '0') ADVANCE(113); if (lookahead == ':') ADVANCE(61); if (lookahead == ';') ADVANCE(125); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(71); if (lookahead == '>') ADVANCE(86); if (lookahead == '@') ADVANCE(73); if (lookahead == '[') ADVANCE(66); if (lookahead == '\\') SKIP(46) if (lookahead == ']') ADVANCE(67); if (lookahead == '^') ADVANCE(78); if (lookahead == '{') ADVANCE(68); if (lookahead == '|') ADVANCE(62); if (lookahead == '}') ADVANCE(69); if (lookahead == '~') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(49) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112); if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); END_STATE(); case 50: if (eof) ADVANCE(51); if (lookahead == '!') ADVANCE(21); if (lookahead == '#') ADVANCE(124); if (lookahead == '%') ADVANCE(75); if (lookahead == '&') ADVANCE(77); if (lookahead == '(') ADVANCE(54); if (lookahead == ')') ADVANCE(55); if (lookahead == '*') ADVANCE(57); if (lookahead == '+') ADVANCE(65); if (lookahead == ',') ADVANCE(56); if (lookahead == '-') ADVANCE(63); if (lookahead == '.') ADVANCE(53); if (lookahead == '/') ADVANCE(74); if (lookahead == '0') ADVANCE(113); if (lookahead == ':') ADVANCE(61); if (lookahead == ';') ADVANCE(125); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(71); if (lookahead == '>') ADVANCE(86); if (lookahead == '@') ADVANCE(73); if (lookahead == '[') ADVANCE(66); if (lookahead == '\\') SKIP(48) if (lookahead == ']') ADVANCE(67); if (lookahead == '^') ADVANCE(78); if (lookahead == '{') ADVANCE(68); if (lookahead == '|') ADVANCE(62); if (lookahead == '}') ADVANCE(69); if (lookahead == '~') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(50) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112); if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); END_STATE(); case 51: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 52: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 53: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(20); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119); END_STATE(); case 54: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 55: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 56: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 57: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '*') ADVANCE(70); if (lookahead == '=') ADVANCE(90); END_STATE(); case 58: ACCEPT_TOKEN(anon_sym_GT_GT); if (lookahead == '=') ADVANCE(96); END_STATE(); case 59: ACCEPT_TOKEN(anon_sym_COLON_EQ); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 61: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == '=') ADVANCE(59); END_STATE(); case 62: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '=') ADVANCE(100); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '=') ADVANCE(89); END_STATE(); case 64: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '=') ADVANCE(89); if (lookahead == '>') ADVANCE(72); END_STATE(); case 65: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '=') ADVANCE(88); END_STATE(); case 66: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 67: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 68: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 69: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 70: ACCEPT_TOKEN(anon_sym_STAR_STAR); if (lookahead == '=') ADVANCE(95); END_STATE(); case 71: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(83); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); case 73: ACCEPT_TOKEN(anon_sym_AT); if (lookahead == '=') ADVANCE(92); END_STATE(); case 74: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '/') ADVANCE(76); if (lookahead == '=') ADVANCE(91); END_STATE(); case 75: ACCEPT_TOKEN(anon_sym_PERCENT); if (lookahead == '=') ADVANCE(94); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); if (lookahead == '=') ADVANCE(93); END_STATE(); case 77: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '=') ADVANCE(98); END_STATE(); case 78: ACCEPT_TOKEN(anon_sym_CARET); if (lookahead == '=') ADVANCE(99); END_STATE(); case 79: ACCEPT_TOKEN(anon_sym_LT_LT); if (lookahead == '=') ADVANCE(97); END_STATE(); case 80: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 81: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(79); if (lookahead == '=') ADVANCE(82); if (lookahead == '>') ADVANCE(87); END_STATE(); case 82: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 83: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 85: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(85); if (lookahead == '>') ADVANCE(58); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_LT_GT); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 89: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 92: ACCEPT_TOKEN(anon_sym_AT_EQ); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_SLASH_SLASH_EQ); END_STATE(); case 94: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 95: ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 97: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 98: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 99: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 100: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 101: ACCEPT_TOKEN(sym_ellipsis); END_STATE(); case 102: ACCEPT_TOKEN(anon_sym_LBRACE2); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_LBRACE2); if (lookahead == '{') ADVANCE(104); END_STATE(); case 104: ACCEPT_TOKEN(sym__escape_interpolation); END_STATE(); case 105: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); case 106: ACCEPT_TOKEN(sym__not_escape_sequence); if (lookahead == '\n') ADVANCE(105); if (lookahead == '\r') ADVANCE(7); if (lookahead == 'N') ADVANCE(26); if (lookahead == 'U') ADVANCE(43); if (lookahead == 'u') ADVANCE(39); if (lookahead == 'x') ADVANCE(37); if (lookahead == '"' || lookahead == '\'' || lookahead == '\\' || lookahead == 'a' || lookahead == 'b' || lookahead == 'f' || lookahead == 'n' || lookahead == 'r' || ('t' <= lookahead && lookahead <= 'v')) ADVANCE(105); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(34); END_STATE(); case 107: ACCEPT_TOKEN(aux_sym_format_specifier_token1); if (lookahead == '\r') ADVANCE(109); if (lookahead != 0 && lookahead != '\n' && lookahead != '{' && lookahead != '}') ADVANCE(109); END_STATE(); case 108: ACCEPT_TOKEN(aux_sym_format_specifier_token1); if (lookahead == '#') ADVANCE(109); if (lookahead == '\\') ADVANCE(107); if (lookahead == '\t' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) ADVANCE(108); if (lookahead != 0 && lookahead != '\n' && lookahead != '{' && lookahead != '}') ADVANCE(109); END_STATE(); case 109: ACCEPT_TOKEN(aux_sym_format_specifier_token1); if (lookahead != 0 && lookahead != '\n' && lookahead != '{' && lookahead != '}') ADVANCE(109); END_STATE(); case 110: ACCEPT_TOKEN(sym_type_conversion); END_STATE(); case 111: ACCEPT_TOKEN(sym_integer); END_STATE(); case 112: ACCEPT_TOKEN(sym_integer); if (lookahead == '.') ADVANCE(121); if (lookahead == '_') ADVANCE(114); if (lookahead == 'E' || lookahead == 'e') ADVANCE(29); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(111); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); END_STATE(); case 113: ACCEPT_TOKEN(sym_integer); if (lookahead == '.') ADVANCE(121); if (lookahead == 'B' || lookahead == 'b') ADVANCE(23); if (lookahead == 'O' || lookahead == 'o') ADVANCE(24); if (lookahead == 'X' || lookahead == 'x') ADVANCE(25); if (lookahead == '_') ADVANCE(114); if (lookahead == 'E' || lookahead == 'e') ADVANCE(29); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(111); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); END_STATE(); case 114: ACCEPT_TOKEN(sym_integer); if (lookahead == '.') ADVANCE(121); if (lookahead == 'E' || lookahead == 'e') ADVANCE(29); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(111); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); END_STATE(); case 115: ACCEPT_TOKEN(sym_integer); if (lookahead == '_') ADVANCE(30); if (lookahead == 'L' || lookahead == 'l') ADVANCE(111); if (lookahead == '0' || lookahead == '1') ADVANCE(115); END_STATE(); case 116: ACCEPT_TOKEN(sym_integer); if (lookahead == '_') ADVANCE(31); if (lookahead == 'L' || lookahead == 'l') ADVANCE(111); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(116); END_STATE(); case 117: ACCEPT_TOKEN(sym_integer); if (lookahead == '_') ADVANCE(35); if (lookahead == 'L' || lookahead == 'l') ADVANCE(111); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); END_STATE(); case 118: ACCEPT_TOKEN(sym_float); END_STATE(); case 119: ACCEPT_TOKEN(sym_float); if (lookahead == '_') ADVANCE(121); if (lookahead == 'E' || lookahead == 'e') ADVANCE(29); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(118); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119); END_STATE(); case 120: ACCEPT_TOKEN(sym_float); if (lookahead == '_') ADVANCE(122); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(118); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); case 121: ACCEPT_TOKEN(sym_float); if (lookahead == 'E' || lookahead == 'e') ADVANCE(29); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(118); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119); END_STATE(); case 122: ACCEPT_TOKEN(sym_float); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(118); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); case 123: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_2(lookahead)) ADVANCE(123); END_STATE(); case 124: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(124); END_STATE(); case 125: ACCEPT_TOKEN(sym__semicolon); END_STATE(); default: return false; } } 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 == 't') ADVANCE(20); if (lookahead == 'w') ADVANCE(21); if (lookahead == 'y') ADVANCE(22); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(0) END_STATE(); case 1: if (lookahead == 'a') ADVANCE(23); END_STATE(); case 2: if (lookahead == 'o') ADVANCE(24); END_STATE(); case 3: if (lookahead == 'r') ADVANCE(25); END_STATE(); case 4: if (lookahead == '\n') SKIP(0) if (lookahead == '\r') SKIP(26) END_STATE(); case 5: ACCEPT_TOKEN(sym_match_wildcard_pattern); if (lookahead == '_') ADVANCE(27); END_STATE(); case 6: if (lookahead == 'n') ADVANCE(28); if (lookahead == 's') ADVANCE(29); if (lookahead == 'w') ADVANCE(30); END_STATE(); case 7: if (lookahead == 'r') ADVANCE(31); END_STATE(); case 8: if (lookahead == 'a') ADVANCE(32); if (lookahead == 'l') ADVANCE(33); if (lookahead == 'o') ADVANCE(34); END_STATE(); case 9: if (lookahead == 'e') ADVANCE(35); END_STATE(); case 10: if (lookahead == 'l') ADVANCE(36); if (lookahead == 'x') ADVANCE(37); END_STATE(); case 11: if (lookahead == 'i') ADVANCE(38); if (lookahead == 'o') ADVANCE(39); if (lookahead == 'r') ADVANCE(40); END_STATE(); case 12: if (lookahead == 'l') ADVANCE(41); END_STATE(); case 13: if (lookahead == 'f') ADVANCE(42); if (lookahead == 'm') ADVANCE(43); if (lookahead == 'n') ADVANCE(44); if (lookahead == 's') ADVANCE(45); END_STATE(); case 14: if (lookahead == 'a') ADVANCE(46); END_STATE(); case 15: if (lookahead == 'a') ADVANCE(47); END_STATE(); case 16: if (lookahead == 'o') ADVANCE(48); END_STATE(); case 17: if (lookahead == 'r') ADVANCE(49); END_STATE(); case 18: if (lookahead == 'a') ADVANCE(50); if (lookahead == 'r') ADVANCE(51); END_STATE(); case 19: if (lookahead == 'a') ADVANCE(52); if (lookahead == 'e') ADVANCE(53); END_STATE(); case 20: if (lookahead == 'r') ADVANCE(54); if (lookahead == 'y') ADVANCE(55); END_STATE(); case 21: if (lookahead == 'h') ADVANCE(56); if (lookahead == 'i') ADVANCE(57); END_STATE(); case 22: if (lookahead == 'i') ADVANCE(58); END_STATE(); case 23: if (lookahead == 'l') ADVANCE(59); END_STATE(); case 24: if (lookahead == 'n') ADVANCE(60); END_STATE(); case 25: if (lookahead == 'u') ADVANCE(61); END_STATE(); case 26: if (lookahead == '\n') SKIP(0) END_STATE(); case 27: if (lookahead == 'f') ADVANCE(62); END_STATE(); case 28: if (lookahead == 'd') ADVANCE(63); END_STATE(); case 29: ACCEPT_TOKEN(anon_sym_as); if (lookahead == 's') ADVANCE(64); if (lookahead == 'y') ADVANCE(65); END_STATE(); case 30: if (lookahead == 'a') ADVANCE(66); END_STATE(); case 31: if (lookahead == 'e') ADVANCE(67); END_STATE(); case 32: if (lookahead == 's') ADVANCE(68); END_STATE(); case 33: if (lookahead == 'a') ADVANCE(69); END_STATE(); case 34: if (lookahead == 'n') ADVANCE(70); END_STATE(); case 35: if (lookahead == 'f') ADVANCE(71); if (lookahead == 'l') ADVANCE(72); END_STATE(); case 36: if (lookahead == 'i') ADVANCE(73); if (lookahead == 's') ADVANCE(74); END_STATE(); case 37: if (lookahead == 'c') ADVANCE(75); if (lookahead == 'e') ADVANCE(76); END_STATE(); case 38: if (lookahead == 'n') ADVANCE(77); END_STATE(); case 39: if (lookahead == 'r') ADVANCE(78); END_STATE(); case 40: if (lookahead == 'o') ADVANCE(79); END_STATE(); case 41: if (lookahead == 'o') ADVANCE(80); END_STATE(); case 42: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 43: if (lookahead == 'p') ADVANCE(81); END_STATE(); case 44: ACCEPT_TOKEN(anon_sym_in); END_STATE(); case 45: ACCEPT_TOKEN(anon_sym_is); END_STATE(); case 46: if (lookahead == 'm') ADVANCE(82); END_STATE(); case 47: if (lookahead == 't') ADVANCE(83); END_STATE(); case 48: if (lookahead == 'n') ADVANCE(84); if (lookahead == 't') ADVANCE(85); END_STATE(); case 49: ACCEPT_TOKEN(anon_sym_or); END_STATE(); case 50: if (lookahead == 's') ADVANCE(86); END_STATE(); case 51: if (lookahead == 'i') ADVANCE(87); END_STATE(); case 52: if (lookahead == 'i') ADVANCE(88); END_STATE(); case 53: if (lookahead == 't') ADVANCE(89); END_STATE(); case 54: if (lookahead == 'y') ADVANCE(90); END_STATE(); case 55: if (lookahead == 'p') ADVANCE(91); END_STATE(); case 56: if (lookahead == 'i') ADVANCE(92); END_STATE(); case 57: if (lookahead == 't') ADVANCE(93); END_STATE(); case 58: if (lookahead == 'e') ADVANCE(94); END_STATE(); case 59: if (lookahead == 's') ADVANCE(95); END_STATE(); case 60: if (lookahead == 'e') ADVANCE(96); END_STATE(); case 61: if (lookahead == 'e') ADVANCE(97); END_STATE(); case 62: if (lookahead == 'u') ADVANCE(98); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_and); END_STATE(); case 64: if (lookahead == 'e') ADVANCE(99); END_STATE(); case 65: if (lookahead == 'n') ADVANCE(100); END_STATE(); case 66: if (lookahead == 'i') ADVANCE(101); END_STATE(); case 67: if (lookahead == 'a') ADVANCE(102); END_STATE(); case 68: if (lookahead == 'e') ADVANCE(103); END_STATE(); case 69: if (lookahead == 's') ADVANCE(104); END_STATE(); case 70: if (lookahead == 't') ADVANCE(105); END_STATE(); case 71: ACCEPT_TOKEN(anon_sym_def); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_del); END_STATE(); case 73: if (lookahead == 'f') ADVANCE(106); END_STATE(); case 74: if (lookahead == 'e') ADVANCE(107); END_STATE(); case 75: if (lookahead == 'e') ADVANCE(108); END_STATE(); case 76: if (lookahead == 'c') ADVANCE(109); END_STATE(); case 77: if (lookahead == 'a') ADVANCE(110); END_STATE(); case 78: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 79: if (lookahead == 'm') ADVANCE(111); END_STATE(); case 80: if (lookahead == 'b') ADVANCE(112); END_STATE(); case 81: if (lookahead == 'o') ADVANCE(113); END_STATE(); case 82: if (lookahead == 'b') ADVANCE(114); END_STATE(); case 83: if (lookahead == 'c') ADVANCE(115); END_STATE(); case 84: if (lookahead == 'l') ADVANCE(116); END_STATE(); case 85: ACCEPT_TOKEN(anon_sym_not); END_STATE(); case 86: if (lookahead == 's') ADVANCE(117); END_STATE(); case 87: if (lookahead == 'n') ADVANCE(118); END_STATE(); case 88: if (lookahead == 's') ADVANCE(119); END_STATE(); case 89: if (lookahead == 'u') ADVANCE(120); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_try); END_STATE(); case 91: if (lookahead == 'e') ADVANCE(121); END_STATE(); case 92: if (lookahead == 'l') ADVANCE(122); END_STATE(); case 93: if (lookahead == 'h') ADVANCE(123); END_STATE(); case 94: if (lookahead == 'l') ADVANCE(124); END_STATE(); case 95: if (lookahead == 'e') ADVANCE(125); END_STATE(); case 96: ACCEPT_TOKEN(sym_none); END_STATE(); case 97: ACCEPT_TOKEN(sym_true); END_STATE(); case 98: if (lookahead == 't') ADVANCE(126); END_STATE(); case 99: if (lookahead == 'r') ADVANCE(127); END_STATE(); case 100: if (lookahead == 'c') ADVANCE(128); END_STATE(); case 101: if (lookahead == 't') ADVANCE(129); END_STATE(); case 102: if (lookahead == 'k') ADVANCE(130); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_case); END_STATE(); case 104: if (lookahead == 's') ADVANCE(131); END_STATE(); case 105: if (lookahead == 'i') ADVANCE(132); END_STATE(); case 106: ACCEPT_TOKEN(anon_sym_elif); END_STATE(); case 107: ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 108: if (lookahead == 'p') ADVANCE(133); END_STATE(); case 109: ACCEPT_TOKEN(anon_sym_exec); END_STATE(); case 110: if (lookahead == 'l') ADVANCE(134); END_STATE(); case 111: ACCEPT_TOKEN(anon_sym_from); END_STATE(); case 112: if (lookahead == 'a') ADVANCE(135); END_STATE(); case 113: if (lookahead == 'r') ADVANCE(136); END_STATE(); case 114: if (lookahead == 'd') ADVANCE(137); END_STATE(); case 115: if (lookahead == 'h') ADVANCE(138); END_STATE(); case 116: if (lookahead == 'o') ADVANCE(139); END_STATE(); case 117: ACCEPT_TOKEN(anon_sym_pass); END_STATE(); case 118: if (lookahead == 't') ADVANCE(140); END_STATE(); case 119: if (lookahead == 'e') ADVANCE(141); END_STATE(); case 120: if (lookahead == 'r') ADVANCE(142); END_STATE(); case 121: ACCEPT_TOKEN(anon_sym_type); END_STATE(); case 122: if (lookahead == 'e') ADVANCE(143); END_STATE(); case 123: ACCEPT_TOKEN(anon_sym_with); END_STATE(); case 124: if (lookahead == 'd') ADVANCE(144); END_STATE(); case 125: ACCEPT_TOKEN(sym_false); END_STATE(); case 126: if (lookahead == 'u') ADVANCE(145); END_STATE(); case 127: if (lookahead == 't') ADVANCE(146); END_STATE(); case 128: ACCEPT_TOKEN(anon_sym_async); END_STATE(); case 129: ACCEPT_TOKEN(anon_sym_await); END_STATE(); case 130: ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 131: ACCEPT_TOKEN(anon_sym_class); END_STATE(); case 132: if (lookahead == 'n') ADVANCE(147); END_STATE(); case 133: if (lookahead == 't') ADVANCE(148); END_STATE(); case 134: if (lookahead == 'l') ADVANCE(149); END_STATE(); case 135: if (lookahead == 'l') ADVANCE(150); END_STATE(); case 136: if (lookahead == 't') ADVANCE(151); END_STATE(); case 137: if (lookahead == 'a') ADVANCE(152); END_STATE(); case 138: ACCEPT_TOKEN(anon_sym_match); END_STATE(); case 139: if (lookahead == 'c') ADVANCE(153); END_STATE(); case 140: ACCEPT_TOKEN(anon_sym_print); END_STATE(); case 141: ACCEPT_TOKEN(anon_sym_raise); END_STATE(); case 142: if (lookahead == 'n') ADVANCE(154); END_STATE(); case 143: ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 144: ACCEPT_TOKEN(anon_sym_yield); END_STATE(); case 145: if (lookahead == 'r') ADVANCE(155); END_STATE(); case 146: ACCEPT_TOKEN(anon_sym_assert); END_STATE(); case 147: if (lookahead == 'u') ADVANCE(156); END_STATE(); case 148: ACCEPT_TOKEN(anon_sym_except); END_STATE(); case 149: if (lookahead == 'y') ADVANCE(157); END_STATE(); case 150: ACCEPT_TOKEN(anon_sym_global); END_STATE(); case 151: ACCEPT_TOKEN(anon_sym_import); END_STATE(); case 152: ACCEPT_TOKEN(anon_sym_lambda); END_STATE(); case 153: if (lookahead == 'a') ADVANCE(158); END_STATE(); case 154: ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 155: if (lookahead == 'e') ADVANCE(159); END_STATE(); case 156: if (lookahead == 'e') ADVANCE(160); END_STATE(); case 157: ACCEPT_TOKEN(anon_sym_finally); END_STATE(); case 158: if (lookahead == 'l') ADVANCE(161); END_STATE(); case 159: if (lookahead == '_') ADVANCE(162); END_STATE(); case 160: ACCEPT_TOKEN(anon_sym_continue); END_STATE(); case 161: ACCEPT_TOKEN(anon_sym_nonlocal); END_STATE(); case 162: if (lookahead == '_') ADVANCE(163); END_STATE(); case 163: ACCEPT_TOKEN(anon_sym___future__); END_STATE(); default: return false; } } static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, [1] = {.lex_state = 50, .external_lex_state = 2}, [2] = {.lex_state = 50, .external_lex_state = 3}, [3] = {.lex_state = 50, .external_lex_state = 3}, [4] = {.lex_state = 50, .external_lex_state = 3}, [5] = {.lex_state = 50, .external_lex_state = 3}, [6] = {.lex_state = 50, .external_lex_state = 3}, [7] = {.lex_state = 50, .external_lex_state = 3}, [8] = {.lex_state = 50, .external_lex_state = 3}, [9] = {.lex_state = 50, .external_lex_state = 3}, [10] = {.lex_state = 50, .external_lex_state = 3}, [11] = {.lex_state = 50, .external_lex_state = 3}, [12] = {.lex_state = 50, .external_lex_state = 3}, [13] = {.lex_state = 50, .external_lex_state = 3}, [14] = {.lex_state = 50, .external_lex_state = 3}, [15] = {.lex_state = 50, .external_lex_state = 3}, [16] = {.lex_state = 50, .external_lex_state = 3}, [17] = {.lex_state = 50, .external_lex_state = 3}, [18] = {.lex_state = 50, .external_lex_state = 3}, [19] = {.lex_state = 50, .external_lex_state = 3}, [20] = {.lex_state = 50, .external_lex_state = 3}, [21] = {.lex_state = 50, .external_lex_state = 3}, [22] = {.lex_state = 50, .external_lex_state = 3}, [23] = {.lex_state = 50, .external_lex_state = 3}, [24] = {.lex_state = 50, .external_lex_state = 3}, [25] = {.lex_state = 50, .external_lex_state = 3}, [26] = {.lex_state = 50, .external_lex_state = 3}, [27] = {.lex_state = 50, .external_lex_state = 3}, [28] = {.lex_state = 50, .external_lex_state = 3}, [29] = {.lex_state = 50, .external_lex_state = 3}, [30] = {.lex_state = 50, .external_lex_state = 3}, [31] = {.lex_state = 50, .external_lex_state = 3}, [32] = {.lex_state = 50, .external_lex_state = 3}, [33] = {.lex_state = 50, .external_lex_state = 3}, [34] = {.lex_state = 50, .external_lex_state = 3}, [35] = {.lex_state = 50, .external_lex_state = 3}, [36] = {.lex_state = 50, .external_lex_state = 3}, [37] = {.lex_state = 50, .external_lex_state = 3}, [38] = {.lex_state = 50, .external_lex_state = 3}, [39] = {.lex_state = 50, .external_lex_state = 3}, [40] = {.lex_state = 50, .external_lex_state = 3}, [41] = {.lex_state = 50, .external_lex_state = 3}, [42] = {.lex_state = 50, .external_lex_state = 3}, [43] = {.lex_state = 50, .external_lex_state = 3}, [44] = {.lex_state = 50, .external_lex_state = 3}, [45] = {.lex_state = 50, .external_lex_state = 3}, [46] = {.lex_state = 50, .external_lex_state = 3}, [47] = {.lex_state = 50, .external_lex_state = 3}, [48] = {.lex_state = 50, .external_lex_state = 3}, [49] = {.lex_state = 50, .external_lex_state = 3}, [50] = {.lex_state = 50, .external_lex_state = 3}, [51] = {.lex_state = 50, .external_lex_state = 3}, [52] = {.lex_state = 50, .external_lex_state = 3}, [53] = {.lex_state = 50, .external_lex_state = 3}, [54] = {.lex_state = 50, .external_lex_state = 3}, [55] = {.lex_state = 50, .external_lex_state = 3}, [56] = {.lex_state = 50, .external_lex_state = 3}, [57] = {.lex_state = 50, .external_lex_state = 3}, [58] = {.lex_state = 50, .external_lex_state = 3}, [59] = {.lex_state = 50, .external_lex_state = 3}, [60] = {.lex_state = 50, .external_lex_state = 3}, [61] = {.lex_state = 50, .external_lex_state = 3}, [62] = {.lex_state = 50, .external_lex_state = 3}, [63] = {.lex_state = 50, .external_lex_state = 3}, [64] = {.lex_state = 50, .external_lex_state = 2}, [65] = {.lex_state = 50, .external_lex_state = 2}, [66] = {.lex_state = 50, .external_lex_state = 4}, [67] = {.lex_state = 50, .external_lex_state = 4}, [68] = {.lex_state = 50, .external_lex_state = 5}, [69] = {.lex_state = 50, .external_lex_state = 5}, [70] = {.lex_state = 50, .external_lex_state = 5}, [71] = {.lex_state = 50, .external_lex_state = 5}, [72] = {.lex_state = 50, .external_lex_state = 5}, [73] = {.lex_state = 50, .external_lex_state = 5}, [74] = {.lex_state = 50, .external_lex_state = 5}, [75] = {.lex_state = 50, .external_lex_state = 5}, [76] = {.lex_state = 50, .external_lex_state = 5}, [77] = {.lex_state = 50, .external_lex_state = 5}, [78] = {.lex_state = 50, .external_lex_state = 5}, [79] = {.lex_state = 50, .external_lex_state = 5}, [80] = {.lex_state = 50, .external_lex_state = 5}, [81] = {.lex_state = 50, .external_lex_state = 5}, [82] = {.lex_state = 50, .external_lex_state = 5}, [83] = {.lex_state = 50, .external_lex_state = 5}, [84] = {.lex_state = 50, .external_lex_state = 5}, [85] = {.lex_state = 50, .external_lex_state = 5}, [86] = {.lex_state = 50, .external_lex_state = 5}, [87] = {.lex_state = 50, .external_lex_state = 5}, [88] = {.lex_state = 50, .external_lex_state = 5}, [89] = {.lex_state = 50, .external_lex_state = 5}, [90] = {.lex_state = 50, .external_lex_state = 5}, [91] = {.lex_state = 50, .external_lex_state = 5}, [92] = {.lex_state = 50, .external_lex_state = 5}, [93] = {.lex_state = 50, .external_lex_state = 5}, [94] = {.lex_state = 50, .external_lex_state = 5}, [95] = {.lex_state = 50, .external_lex_state = 5}, [96] = {.lex_state = 50, .external_lex_state = 5}, [97] = {.lex_state = 50, .external_lex_state = 5}, [98] = {.lex_state = 50, .external_lex_state = 5}, [99] = {.lex_state = 50, .external_lex_state = 5}, [100] = {.lex_state = 50, .external_lex_state = 5}, [101] = {.lex_state = 50, .external_lex_state = 5}, [102] = {.lex_state = 50, .external_lex_state = 5}, [103] = {.lex_state = 50, .external_lex_state = 5}, [104] = {.lex_state = 50, .external_lex_state = 5}, [105] = {.lex_state = 50, .external_lex_state = 5}, [106] = {.lex_state = 50, .external_lex_state = 5}, [107] = {.lex_state = 50, .external_lex_state = 5}, [108] = {.lex_state = 50, .external_lex_state = 5}, [109] = {.lex_state = 50, .external_lex_state = 5}, [110] = {.lex_state = 50, .external_lex_state = 5}, [111] = {.lex_state = 50, .external_lex_state = 4}, [112] = {.lex_state = 50, .external_lex_state = 5}, [113] = {.lex_state = 50, .external_lex_state = 5}, [114] = {.lex_state = 50, .external_lex_state = 5}, [115] = {.lex_state = 50, .external_lex_state = 5}, [116] = {.lex_state = 50, .external_lex_state = 5}, [117] = {.lex_state = 50, .external_lex_state = 5}, [118] = {.lex_state = 50, .external_lex_state = 5}, [119] = {.lex_state = 50, .external_lex_state = 5}, [120] = {.lex_state = 50, .external_lex_state = 5}, [121] = {.lex_state = 50, .external_lex_state = 5}, [122] = {.lex_state = 50, .external_lex_state = 5}, [123] = {.lex_state = 50, .external_lex_state = 5}, [124] = {.lex_state = 50, .external_lex_state = 5}, [125] = {.lex_state = 50, .external_lex_state = 5}, [126] = {.lex_state = 50, .external_lex_state = 5}, [127] = {.lex_state = 50, .external_lex_state = 4}, [128] = {.lex_state = 50, .external_lex_state = 4}, [129] = {.lex_state = 50, .external_lex_state = 4}, [130] = {.lex_state = 50, .external_lex_state = 4}, [131] = {.lex_state = 50, .external_lex_state = 4}, [132] = {.lex_state = 50, .external_lex_state = 4}, [133] = {.lex_state = 50, .external_lex_state = 2}, [134] = {.lex_state = 50, .external_lex_state = 4}, [135] = {.lex_state = 50, .external_lex_state = 2}, [136] = {.lex_state = 50, .external_lex_state = 2}, [137] = {.lex_state = 14, .external_lex_state = 2}, [138] = {.lex_state = 50, .external_lex_state = 2}, [139] = {.lex_state = 14, .external_lex_state = 2}, [140] = {.lex_state = 50, .external_lex_state = 4}, [141] = {.lex_state = 14, .external_lex_state = 2}, [142] = {.lex_state = 14, .external_lex_state = 2}, [143] = {.lex_state = 50, .external_lex_state = 2}, [144] = {.lex_state = 50, .external_lex_state = 2}, [145] = {.lex_state = 50, .external_lex_state = 4}, [146] = {.lex_state = 50, .external_lex_state = 2}, [147] = {.lex_state = 14, .external_lex_state = 2}, [148] = {.lex_state = 50, .external_lex_state = 2}, [149] = {.lex_state = 50, .external_lex_state = 2}, [150] = {.lex_state = 50, .external_lex_state = 2}, [151] = {.lex_state = 50, .external_lex_state = 2}, [152] = {.lex_state = 14, .external_lex_state = 2}, [153] = {.lex_state = 50, .external_lex_state = 2}, [154] = {.lex_state = 50, .external_lex_state = 2}, [155] = {.lex_state = 50, .external_lex_state = 2}, [156] = {.lex_state = 50, .external_lex_state = 2}, [157] = {.lex_state = 50, .external_lex_state = 2}, [158] = {.lex_state = 14, .external_lex_state = 2}, [159] = {.lex_state = 50, .external_lex_state = 2}, [160] = {.lex_state = 14, .external_lex_state = 2}, [161] = {.lex_state = 50, .external_lex_state = 2}, [162] = {.lex_state = 14, .external_lex_state = 2}, [163] = {.lex_state = 14, .external_lex_state = 2}, [164] = {.lex_state = 50, .external_lex_state = 2}, [165] = {.lex_state = 14, .external_lex_state = 2}, [166] = {.lex_state = 50, .external_lex_state = 2}, [167] = {.lex_state = 50, .external_lex_state = 2}, [168] = {.lex_state = 50, .external_lex_state = 2}, [169] = {.lex_state = 50, .external_lex_state = 2}, [170] = {.lex_state = 50, .external_lex_state = 2}, [171] = {.lex_state = 50, .external_lex_state = 2}, [172] = {.lex_state = 50, .external_lex_state = 2}, [173] = {.lex_state = 50, .external_lex_state = 2}, [174] = {.lex_state = 50, .external_lex_state = 2}, [175] = {.lex_state = 50, .external_lex_state = 2}, [176] = {.lex_state = 50, .external_lex_state = 2}, [177] = {.lex_state = 50, .external_lex_state = 4}, [178] = {.lex_state = 50, .external_lex_state = 4}, [179] = {.lex_state = 50, .external_lex_state = 2}, [180] = {.lex_state = 50, .external_lex_state = 2}, [181] = {.lex_state = 50, .external_lex_state = 2}, [182] = {.lex_state = 50, .external_lex_state = 2}, [183] = {.lex_state = 50, .external_lex_state = 2}, [184] = {.lex_state = 50, .external_lex_state = 2}, [185] = {.lex_state = 50, .external_lex_state = 2}, [186] = {.lex_state = 50, .external_lex_state = 4}, [187] = {.lex_state = 50, .external_lex_state = 2}, [188] = {.lex_state = 50, .external_lex_state = 4}, [189] = {.lex_state = 50, .external_lex_state = 2}, [190] = {.lex_state = 50, .external_lex_state = 4}, [191] = {.lex_state = 50, .external_lex_state = 2}, [192] = {.lex_state = 50, .external_lex_state = 2}, [193] = {.lex_state = 50, .external_lex_state = 2}, [194] = {.lex_state = 50, .external_lex_state = 2}, [195] = {.lex_state = 50, .external_lex_state = 2}, [196] = {.lex_state = 50, .external_lex_state = 2}, [197] = {.lex_state = 50, .external_lex_state = 2}, [198] = {.lex_state = 50, .external_lex_state = 2}, [199] = {.lex_state = 50, .external_lex_state = 2}, [200] = {.lex_state = 50, .external_lex_state = 2}, [201] = {.lex_state = 50, .external_lex_state = 2}, [202] = {.lex_state = 50, .external_lex_state = 2}, [203] = {.lex_state = 50, .external_lex_state = 2}, [204] = {.lex_state = 50, .external_lex_state = 2}, [205] = {.lex_state = 50, .external_lex_state = 2}, [206] = {.lex_state = 50, .external_lex_state = 2}, [207] = {.lex_state = 50, .external_lex_state = 2}, [208] = {.lex_state = 50, .external_lex_state = 2}, [209] = {.lex_state = 50, .external_lex_state = 2}, [210] = {.lex_state = 50, .external_lex_state = 4}, [211] = {.lex_state = 50, .external_lex_state = 2}, [212] = {.lex_state = 50, .external_lex_state = 2}, [213] = {.lex_state = 14, .external_lex_state = 2}, [214] = {.lex_state = 14, .external_lex_state = 2}, [215] = {.lex_state = 14, .external_lex_state = 2}, [216] = {.lex_state = 14, .external_lex_state = 2}, [217] = {.lex_state = 50, .external_lex_state = 2}, [218] = {.lex_state = 14, .external_lex_state = 2}, [219] = {.lex_state = 50, .external_lex_state = 2}, [220] = {.lex_state = 14, .external_lex_state = 2}, [221] = {.lex_state = 50, .external_lex_state = 2}, [222] = {.lex_state = 50, .external_lex_state = 2}, [223] = {.lex_state = 50, .external_lex_state = 2}, [224] = {.lex_state = 50, .external_lex_state = 2}, [225] = {.lex_state = 50, .external_lex_state = 2}, [226] = {.lex_state = 14, .external_lex_state = 2}, [227] = {.lex_state = 50, .external_lex_state = 2}, [228] = {.lex_state = 50, .external_lex_state = 2}, [229] = {.lex_state = 50, .external_lex_state = 2}, [230] = {.lex_state = 50, .external_lex_state = 2}, [231] = {.lex_state = 50, .external_lex_state = 2}, [232] = {.lex_state = 50, .external_lex_state = 2}, [233] = {.lex_state = 50, .external_lex_state = 2}, [234] = {.lex_state = 50, .external_lex_state = 2}, [235] = {.lex_state = 50, .external_lex_state = 2}, [236] = {.lex_state = 50, .external_lex_state = 2}, [237] = {.lex_state = 50, .external_lex_state = 2}, [238] = {.lex_state = 50, .external_lex_state = 2}, [239] = {.lex_state = 50, .external_lex_state = 2}, [240] = {.lex_state = 50, .external_lex_state = 2}, [241] = {.lex_state = 50, .external_lex_state = 2}, [242] = {.lex_state = 50, .external_lex_state = 2}, [243] = {.lex_state = 14, .external_lex_state = 2}, [244] = {.lex_state = 16}, [245] = {.lex_state = 16}, [246] = {.lex_state = 14, .external_lex_state = 2}, [247] = {.lex_state = 50, .external_lex_state = 2}, [248] = {.lex_state = 50, .external_lex_state = 2}, [249] = {.lex_state = 50, .external_lex_state = 2}, [250] = {.lex_state = 50, .external_lex_state = 3}, [251] = {.lex_state = 50, .external_lex_state = 2}, [252] = {.lex_state = 50, .external_lex_state = 3}, [253] = {.lex_state = 50, .external_lex_state = 2}, [254] = {.lex_state = 50, .external_lex_state = 2}, [255] = {.lex_state = 50, .external_lex_state = 3}, [256] = {.lex_state = 50, .external_lex_state = 2}, [257] = {.lex_state = 50, .external_lex_state = 3}, [258] = {.lex_state = 50, .external_lex_state = 2}, [259] = {.lex_state = 50, .external_lex_state = 2}, [260] = {.lex_state = 50, .external_lex_state = 2}, [261] = {.lex_state = 50, .external_lex_state = 2}, [262] = {.lex_state = 14, .external_lex_state = 2}, [263] = {.lex_state = 14, .external_lex_state = 2}, [264] = {.lex_state = 50, .external_lex_state = 2}, [265] = {.lex_state = 50, .external_lex_state = 4}, [266] = {.lex_state = 50, .external_lex_state = 2}, [267] = {.lex_state = 14, .external_lex_state = 2}, [268] = {.lex_state = 50, .external_lex_state = 2}, [269] = {.lex_state = 50, .external_lex_state = 2}, [270] = {.lex_state = 50, .external_lex_state = 2}, [271] = {.lex_state = 50, .external_lex_state = 4}, [272] = {.lex_state = 50, .external_lex_state = 4}, [273] = {.lex_state = 50, .external_lex_state = 2}, [274] = {.lex_state = 50, .external_lex_state = 2}, [275] = {.lex_state = 50, .external_lex_state = 2}, [276] = {.lex_state = 50, .external_lex_state = 2}, [277] = {.lex_state = 14, .external_lex_state = 2}, [278] = {.lex_state = 50, .external_lex_state = 2}, [279] = {.lex_state = 50, .external_lex_state = 2}, [280] = {.lex_state = 50, .external_lex_state = 2}, [281] = {.lex_state = 50, .external_lex_state = 2}, [282] = {.lex_state = 50, .external_lex_state = 2}, [283] = {.lex_state = 50, .external_lex_state = 2}, [284] = {.lex_state = 50, .external_lex_state = 2}, [285] = {.lex_state = 50, .external_lex_state = 2}, [286] = {.lex_state = 50, .external_lex_state = 4}, [287] = {.lex_state = 50, .external_lex_state = 2}, [288] = {.lex_state = 50, .external_lex_state = 2}, [289] = {.lex_state = 50, .external_lex_state = 2}, [290] = {.lex_state = 50, .external_lex_state = 2}, [291] = {.lex_state = 50, .external_lex_state = 2}, [292] = {.lex_state = 50, .external_lex_state = 3}, [293] = {.lex_state = 50, .external_lex_state = 3}, [294] = {.lex_state = 50, .external_lex_state = 2}, [295] = {.lex_state = 50, .external_lex_state = 2}, [296] = {.lex_state = 50, .external_lex_state = 3}, [297] = {.lex_state = 50, .external_lex_state = 2}, [298] = {.lex_state = 15, .external_lex_state = 6}, [299] = {.lex_state = 15, .external_lex_state = 6}, [300] = {.lex_state = 50, .external_lex_state = 3}, [301] = {.lex_state = 50, .external_lex_state = 3}, [302] = {.lex_state = 50, .external_lex_state = 2}, [303] = {.lex_state = 50, .external_lex_state = 2}, [304] = {.lex_state = 50, .external_lex_state = 3}, [305] = {.lex_state = 50, .external_lex_state = 2}, [306] = {.lex_state = 50, .external_lex_state = 3}, [307] = {.lex_state = 50, .external_lex_state = 3}, [308] = {.lex_state = 50, .external_lex_state = 2}, [309] = {.lex_state = 50, .external_lex_state = 2}, [310] = {.lex_state = 50, .external_lex_state = 3}, [311] = {.lex_state = 50, .external_lex_state = 2}, [312] = {.lex_state = 50, .external_lex_state = 3}, [313] = {.lex_state = 50, .external_lex_state = 3}, [314] = {.lex_state = 50, .external_lex_state = 2}, [315] = {.lex_state = 50, .external_lex_state = 2}, [316] = {.lex_state = 50, .external_lex_state = 2}, [317] = {.lex_state = 50, .external_lex_state = 2}, [318] = {.lex_state = 50, .external_lex_state = 2}, [319] = {.lex_state = 50, .external_lex_state = 2}, [320] = {.lex_state = 50, .external_lex_state = 2}, [321] = {.lex_state = 50, .external_lex_state = 2}, [322] = {.lex_state = 50, .external_lex_state = 2}, [323] = {.lex_state = 50, .external_lex_state = 2}, [324] = {.lex_state = 50, .external_lex_state = 2}, [325] = {.lex_state = 50, .external_lex_state = 2}, [326] = {.lex_state = 50, .external_lex_state = 2}, [327] = {.lex_state = 50, .external_lex_state = 2}, [328] = {.lex_state = 50, .external_lex_state = 2}, [329] = {.lex_state = 50, .external_lex_state = 2}, [330] = {.lex_state = 50, .external_lex_state = 2}, [331] = {.lex_state = 50, .external_lex_state = 2}, [332] = {.lex_state = 50, .external_lex_state = 2}, [333] = {.lex_state = 50, .external_lex_state = 2}, [334] = {.lex_state = 50, .external_lex_state = 2}, [335] = {.lex_state = 50, .external_lex_state = 2}, [336] = {.lex_state = 50, .external_lex_state = 2}, [337] = {.lex_state = 50, .external_lex_state = 2}, [338] = {.lex_state = 50, .external_lex_state = 2}, [339] = {.lex_state = 50, .external_lex_state = 2}, [340] = {.lex_state = 50, .external_lex_state = 2}, [341] = {.lex_state = 50, .external_lex_state = 2}, [342] = {.lex_state = 50, .external_lex_state = 2}, [343] = {.lex_state = 50, .external_lex_state = 2}, [344] = {.lex_state = 50, .external_lex_state = 2}, [345] = {.lex_state = 50, .external_lex_state = 2}, [346] = {.lex_state = 50, .external_lex_state = 2}, [347] = {.lex_state = 50, .external_lex_state = 2}, [348] = {.lex_state = 50, .external_lex_state = 2}, [349] = {.lex_state = 50, .external_lex_state = 2}, [350] = {.lex_state = 50, .external_lex_state = 2}, [351] = {.lex_state = 50, .external_lex_state = 2}, [352] = {.lex_state = 50, .external_lex_state = 2}, [353] = {.lex_state = 50, .external_lex_state = 2}, [354] = {.lex_state = 50, .external_lex_state = 2}, [355] = {.lex_state = 50, .external_lex_state = 2}, [356] = {.lex_state = 50, .external_lex_state = 2}, [357] = {.lex_state = 50, .external_lex_state = 2}, [358] = {.lex_state = 50, .external_lex_state = 2}, [359] = {.lex_state = 50, .external_lex_state = 2}, [360] = {.lex_state = 50, .external_lex_state = 2}, [361] = {.lex_state = 50, .external_lex_state = 2}, [362] = {.lex_state = 50, .external_lex_state = 2}, [363] = {.lex_state = 50, .external_lex_state = 2}, [364] = {.lex_state = 50, .external_lex_state = 2}, [365] = {.lex_state = 50, .external_lex_state = 2}, [366] = {.lex_state = 50, .external_lex_state = 2}, [367] = {.lex_state = 50, .external_lex_state = 2}, [368] = {.lex_state = 50, .external_lex_state = 2}, [369] = {.lex_state = 50, .external_lex_state = 3}, [370] = {.lex_state = 50, .external_lex_state = 2}, [371] = {.lex_state = 50, .external_lex_state = 2}, [372] = {.lex_state = 50, .external_lex_state = 2}, [373] = {.lex_state = 50, .external_lex_state = 2}, [374] = {.lex_state = 50, .external_lex_state = 2}, [375] = {.lex_state = 50, .external_lex_state = 2}, [376] = {.lex_state = 50, .external_lex_state = 2}, [377] = {.lex_state = 50, .external_lex_state = 2}, [378] = {.lex_state = 50, .external_lex_state = 2}, [379] = {.lex_state = 50, .external_lex_state = 2}, [380] = {.lex_state = 50, .external_lex_state = 2}, [381] = {.lex_state = 15, .external_lex_state = 7}, [382] = {.lex_state = 50, .external_lex_state = 2}, [383] = {.lex_state = 50, .external_lex_state = 2}, [384] = {.lex_state = 50, .external_lex_state = 2}, [385] = {.lex_state = 50, .external_lex_state = 2}, [386] = {.lex_state = 50, .external_lex_state = 2}, [387] = {.lex_state = 50, .external_lex_state = 2}, [388] = {.lex_state = 50, .external_lex_state = 2}, [389] = {.lex_state = 50, .external_lex_state = 2}, [390] = {.lex_state = 50, .external_lex_state = 3}, [391] = {.lex_state = 50, .external_lex_state = 2}, [392] = {.lex_state = 50, .external_lex_state = 3}, [393] = {.lex_state = 50, .external_lex_state = 3}, [394] = {.lex_state = 50, .external_lex_state = 2}, [395] = {.lex_state = 50, .external_lex_state = 2}, [396] = {.lex_state = 50, .external_lex_state = 2}, [397] = {.lex_state = 15, .external_lex_state = 6}, [398] = {.lex_state = 50, .external_lex_state = 2}, [399] = {.lex_state = 50, .external_lex_state = 2}, [400] = {.lex_state = 50, .external_lex_state = 2}, [401] = {.lex_state = 50, .external_lex_state = 3}, [402] = {.lex_state = 50, .external_lex_state = 3}, [403] = {.lex_state = 50, .external_lex_state = 3}, [404] = {.lex_state = 50, .external_lex_state = 3}, [405] = {.lex_state = 50, .external_lex_state = 2}, [406] = {.lex_state = 50, .external_lex_state = 3}, [407] = {.lex_state = 50, .external_lex_state = 2}, [408] = {.lex_state = 50, .external_lex_state = 3}, [409] = {.lex_state = 50, .external_lex_state = 2}, [410] = {.lex_state = 50, .external_lex_state = 3}, [411] = {.lex_state = 50, .external_lex_state = 2}, [412] = {.lex_state = 50, .external_lex_state = 3}, [413] = {.lex_state = 50, .external_lex_state = 3}, [414] = {.lex_state = 50, .external_lex_state = 2}, [415] = {.lex_state = 50, .external_lex_state = 2}, [416] = {.lex_state = 15}, [417] = {.lex_state = 50, .external_lex_state = 2}, [418] = {.lex_state = 50, .external_lex_state = 3}, [419] = {.lex_state = 50, .external_lex_state = 3}, [420] = {.lex_state = 50, .external_lex_state = 2}, [421] = {.lex_state = 50, .external_lex_state = 3}, [422] = {.lex_state = 16, .external_lex_state = 6}, [423] = {.lex_state = 50, .external_lex_state = 2}, [424] = {.lex_state = 50, .external_lex_state = 3}, [425] = {.lex_state = 50, .external_lex_state = 3}, [426] = {.lex_state = 50, .external_lex_state = 2}, [427] = {.lex_state = 50, .external_lex_state = 3}, [428] = {.lex_state = 50, .external_lex_state = 2}, [429] = {.lex_state = 15, .external_lex_state = 6}, [430] = {.lex_state = 50, .external_lex_state = 3}, [431] = {.lex_state = 50, .external_lex_state = 3}, [432] = {.lex_state = 50, .external_lex_state = 2}, [433] = {.lex_state = 50, .external_lex_state = 3}, [434] = {.lex_state = 50, .external_lex_state = 2}, [435] = {.lex_state = 50, .external_lex_state = 2}, [436] = {.lex_state = 50, .external_lex_state = 3}, [437] = {.lex_state = 50, .external_lex_state = 2}, [438] = {.lex_state = 50, .external_lex_state = 2}, [439] = {.lex_state = 50, .external_lex_state = 3}, [440] = {.lex_state = 15, .external_lex_state = 6}, [441] = {.lex_state = 50, .external_lex_state = 2}, [442] = {.lex_state = 15}, [443] = {.lex_state = 16, .external_lex_state = 6}, [444] = {.lex_state = 50, .external_lex_state = 2}, [445] = {.lex_state = 50, .external_lex_state = 2}, [446] = {.lex_state = 16, .external_lex_state = 6}, [447] = {.lex_state = 50, .external_lex_state = 2}, [448] = {.lex_state = 50, .external_lex_state = 2}, [449] = {.lex_state = 50, .external_lex_state = 2}, [450] = {.lex_state = 50, .external_lex_state = 2}, [451] = {.lex_state = 16, .external_lex_state = 6}, [452] = {.lex_state = 16}, [453] = {.lex_state = 50, .external_lex_state = 2}, [454] = {.lex_state = 50, .external_lex_state = 2}, [455] = {.lex_state = 50, .external_lex_state = 3}, [456] = {.lex_state = 50, .external_lex_state = 2}, [457] = {.lex_state = 50, .external_lex_state = 2}, [458] = {.lex_state = 50, .external_lex_state = 2}, [459] = {.lex_state = 16, .external_lex_state = 6}, [460] = {.lex_state = 50, .external_lex_state = 3}, [461] = {.lex_state = 50, .external_lex_state = 2}, [462] = {.lex_state = 50, .external_lex_state = 3}, [463] = {.lex_state = 50, .external_lex_state = 3}, [464] = {.lex_state = 50, .external_lex_state = 3}, [465] = {.lex_state = 50, .external_lex_state = 2}, [466] = {.lex_state = 50, .external_lex_state = 3}, [467] = {.lex_state = 50, .external_lex_state = 2}, [468] = {.lex_state = 50, .external_lex_state = 3}, [469] = {.lex_state = 50, .external_lex_state = 2}, [470] = {.lex_state = 50, .external_lex_state = 3}, [471] = {.lex_state = 50, .external_lex_state = 3}, [472] = {.lex_state = 50, .external_lex_state = 2}, [473] = {.lex_state = 50, .external_lex_state = 3}, [474] = {.lex_state = 50, .external_lex_state = 3}, [475] = {.lex_state = 50, .external_lex_state = 3}, [476] = {.lex_state = 50, .external_lex_state = 2}, [477] = {.lex_state = 50, .external_lex_state = 3}, [478] = {.lex_state = 50, .external_lex_state = 3}, [479] = {.lex_state = 50, .external_lex_state = 3}, [480] = {.lex_state = 50, .external_lex_state = 3}, [481] = {.lex_state = 50, .external_lex_state = 3}, [482] = {.lex_state = 50, .external_lex_state = 2}, [483] = {.lex_state = 50, .external_lex_state = 2}, [484] = {.lex_state = 50, .external_lex_state = 2}, [485] = {.lex_state = 50, .external_lex_state = 2}, [486] = {.lex_state = 50, .external_lex_state = 3}, [487] = {.lex_state = 50, .external_lex_state = 2}, [488] = {.lex_state = 50, .external_lex_state = 3}, [489] = {.lex_state = 50, .external_lex_state = 3}, [490] = {.lex_state = 50, .external_lex_state = 2}, [491] = {.lex_state = 50, .external_lex_state = 2}, [492] = {.lex_state = 50, .external_lex_state = 3}, [493] = {.lex_state = 50, .external_lex_state = 3}, [494] = {.lex_state = 50, .external_lex_state = 3}, [495] = {.lex_state = 50, .external_lex_state = 3}, [496] = {.lex_state = 50, .external_lex_state = 3}, [497] = {.lex_state = 50, .external_lex_state = 2}, [498] = {.lex_state = 50, .external_lex_state = 3}, [499] = {.lex_state = 50, .external_lex_state = 3}, [500] = {.lex_state = 50, .external_lex_state = 3}, [501] = {.lex_state = 50, .external_lex_state = 3}, [502] = {.lex_state = 50, .external_lex_state = 2}, [503] = {.lex_state = 50, .external_lex_state = 3}, [504] = {.lex_state = 50, .external_lex_state = 2}, [505] = {.lex_state = 50, .external_lex_state = 3}, [506] = {.lex_state = 50, .external_lex_state = 2}, [507] = {.lex_state = 50, .external_lex_state = 2}, [508] = {.lex_state = 50, .external_lex_state = 2}, [509] = {.lex_state = 50, .external_lex_state = 3}, [510] = {.lex_state = 50, .external_lex_state = 2}, [511] = {.lex_state = 50, .external_lex_state = 3}, [512] = {.lex_state = 50, .external_lex_state = 3}, [513] = {.lex_state = 50, .external_lex_state = 2}, [514] = {.lex_state = 50, .external_lex_state = 3}, [515] = {.lex_state = 50, .external_lex_state = 2}, [516] = {.lex_state = 50, .external_lex_state = 3}, [517] = {.lex_state = 50, .external_lex_state = 3}, [518] = {.lex_state = 50, .external_lex_state = 2}, [519] = {.lex_state = 50, .external_lex_state = 2}, [520] = {.lex_state = 50, .external_lex_state = 2}, [521] = {.lex_state = 50, .external_lex_state = 2}, [522] = {.lex_state = 50, .external_lex_state = 3}, [523] = {.lex_state = 50, .external_lex_state = 2}, [524] = {.lex_state = 50, .external_lex_state = 2}, [525] = {.lex_state = 50, .external_lex_state = 3}, [526] = {.lex_state = 50, .external_lex_state = 3}, [527] = {.lex_state = 50, .external_lex_state = 2}, [528] = {.lex_state = 50, .external_lex_state = 2}, [529] = {.lex_state = 50, .external_lex_state = 3}, [530] = {.lex_state = 50, .external_lex_state = 3}, [531] = {.lex_state = 50, .external_lex_state = 2}, [532] = {.lex_state = 50, .external_lex_state = 2}, [533] = {.lex_state = 50, .external_lex_state = 2}, [534] = {.lex_state = 50, .external_lex_state = 2}, [535] = {.lex_state = 50, .external_lex_state = 2}, [536] = {.lex_state = 50, .external_lex_state = 3}, [537] = {.lex_state = 50, .external_lex_state = 3}, [538] = {.lex_state = 50, .external_lex_state = 3}, [539] = {.lex_state = 50, .external_lex_state = 3}, [540] = {.lex_state = 50, .external_lex_state = 2}, [541] = {.lex_state = 50, .external_lex_state = 2}, [542] = {.lex_state = 50, .external_lex_state = 2}, [543] = {.lex_state = 50, .external_lex_state = 3}, [544] = {.lex_state = 50, .external_lex_state = 2}, [545] = {.lex_state = 50, .external_lex_state = 2}, [546] = {.lex_state = 50, .external_lex_state = 2}, [547] = {.lex_state = 50, .external_lex_state = 2}, [548] = {.lex_state = 50, .external_lex_state = 3}, [549] = {.lex_state = 50, .external_lex_state = 2}, [550] = {.lex_state = 50, .external_lex_state = 3}, [551] = {.lex_state = 50, .external_lex_state = 3}, [552] = {.lex_state = 50, .external_lex_state = 2}, [553] = {.lex_state = 50, .external_lex_state = 3}, [554] = {.lex_state = 50, .external_lex_state = 2}, [555] = {.lex_state = 50, .external_lex_state = 3}, [556] = {.lex_state = 50, .external_lex_state = 2}, [557] = {.lex_state = 50, .external_lex_state = 2}, [558] = {.lex_state = 50, .external_lex_state = 2}, [559] = {.lex_state = 50, .external_lex_state = 3}, [560] = {.lex_state = 50, .external_lex_state = 3}, [561] = {.lex_state = 50, .external_lex_state = 3}, [562] = {.lex_state = 50, .external_lex_state = 2}, [563] = {.lex_state = 50, .external_lex_state = 2}, [564] = {.lex_state = 50, .external_lex_state = 2}, [565] = {.lex_state = 50, .external_lex_state = 2}, [566] = {.lex_state = 50, .external_lex_state = 2}, [567] = {.lex_state = 50, .external_lex_state = 2}, [568] = {.lex_state = 14, .external_lex_state = 2}, [569] = {.lex_state = 16, .external_lex_state = 8}, [570] = {.lex_state = 16, .external_lex_state = 9}, [571] = {.lex_state = 16, .external_lex_state = 9}, [572] = {.lex_state = 16, .external_lex_state = 9}, [573] = {.lex_state = 16, .external_lex_state = 8}, [574] = {.lex_state = 16, .external_lex_state = 8}, [575] = {.lex_state = 50, .external_lex_state = 2}, [576] = {.lex_state = 50, .external_lex_state = 2}, [577] = {.lex_state = 50, .external_lex_state = 2}, [578] = {.lex_state = 50, .external_lex_state = 2}, [579] = {.lex_state = 50, .external_lex_state = 2}, [580] = {.lex_state = 16, .external_lex_state = 8}, [581] = {.lex_state = 16, .external_lex_state = 9}, [582] = {.lex_state = 50, .external_lex_state = 2}, [583] = {.lex_state = 50, .external_lex_state = 2}, [584] = {.lex_state = 16, .external_lex_state = 8}, [585] = {.lex_state = 50, .external_lex_state = 2}, [586] = {.lex_state = 50, .external_lex_state = 2}, [587] = {.lex_state = 50, .external_lex_state = 2}, [588] = {.lex_state = 50, .external_lex_state = 2}, [589] = {.lex_state = 50, .external_lex_state = 2}, [590] = {.lex_state = 50, .external_lex_state = 2}, [591] = {.lex_state = 50, .external_lex_state = 2}, [592] = {.lex_state = 50, .external_lex_state = 2}, [593] = {.lex_state = 50, .external_lex_state = 2}, [594] = {.lex_state = 50, .external_lex_state = 2}, [595] = {.lex_state = 50, .external_lex_state = 2}, [596] = {.lex_state = 50, .external_lex_state = 2}, [597] = {.lex_state = 50, .external_lex_state = 2}, [598] = {.lex_state = 50, .external_lex_state = 2}, [599] = {.lex_state = 50, .external_lex_state = 2}, [600] = {.lex_state = 50, .external_lex_state = 2}, [601] = {.lex_state = 50, .external_lex_state = 2}, [602] = {.lex_state = 50, .external_lex_state = 2}, [603] = {.lex_state = 50, .external_lex_state = 2}, [604] = {.lex_state = 50, .external_lex_state = 2}, [605] = {.lex_state = 50, .external_lex_state = 2}, [606] = {.lex_state = 50, .external_lex_state = 2}, [607] = {.lex_state = 50, .external_lex_state = 2}, [608] = {.lex_state = 50, .external_lex_state = 2}, [609] = {.lex_state = 50, .external_lex_state = 2}, [610] = {.lex_state = 50, .external_lex_state = 2}, [611] = {.lex_state = 50, .external_lex_state = 2}, [612] = {.lex_state = 50, .external_lex_state = 2}, [613] = {.lex_state = 50, .external_lex_state = 2}, [614] = {.lex_state = 50, .external_lex_state = 2}, [615] = {.lex_state = 50, .external_lex_state = 2}, [616] = {.lex_state = 50, .external_lex_state = 2}, [617] = {.lex_state = 50, .external_lex_state = 2}, [618] = {.lex_state = 50, .external_lex_state = 2}, [619] = {.lex_state = 50, .external_lex_state = 2}, [620] = {.lex_state = 50, .external_lex_state = 2}, [621] = {.lex_state = 50, .external_lex_state = 2}, [622] = {.lex_state = 50, .external_lex_state = 2}, [623] = {.lex_state = 50, .external_lex_state = 2}, [624] = {.lex_state = 16, .external_lex_state = 9}, [625] = {.lex_state = 50, .external_lex_state = 2}, [626] = {.lex_state = 50, .external_lex_state = 2}, [627] = {.lex_state = 50, .external_lex_state = 2}, [628] = {.lex_state = 50, .external_lex_state = 2}, [629] = {.lex_state = 16}, [630] = {.lex_state = 16}, [631] = {.lex_state = 16}, [632] = {.lex_state = 16}, [633] = {.lex_state = 16}, [634] = {.lex_state = 16}, [635] = {.lex_state = 16}, [636] = {.lex_state = 16}, [637] = {.lex_state = 16}, [638] = {.lex_state = 16}, [639] = {.lex_state = 16}, [640] = {.lex_state = 16}, [641] = {.lex_state = 16}, [642] = {.lex_state = 16}, [643] = {.lex_state = 16}, [644] = {.lex_state = 16}, [645] = {.lex_state = 16}, [646] = {.lex_state = 16}, [647] = {.lex_state = 16}, [648] = {.lex_state = 16}, [649] = {.lex_state = 16}, [650] = {.lex_state = 16}, [651] = {.lex_state = 16}, [652] = {.lex_state = 16}, [653] = {.lex_state = 16}, [654] = {.lex_state = 16}, [655] = {.lex_state = 16}, [656] = {.lex_state = 16}, [657] = {.lex_state = 16}, [658] = {.lex_state = 16}, [659] = {.lex_state = 16}, [660] = {.lex_state = 16}, [661] = {.lex_state = 16}, [662] = {.lex_state = 16}, [663] = {.lex_state = 16}, [664] = {.lex_state = 16}, [665] = {.lex_state = 16}, [666] = {.lex_state = 16}, [667] = {.lex_state = 16}, [668] = {.lex_state = 16}, [669] = {.lex_state = 16}, [670] = {.lex_state = 16}, [671] = {.lex_state = 16}, [672] = {.lex_state = 16}, [673] = {.lex_state = 16}, [674] = {.lex_state = 16}, [675] = {.lex_state = 16}, [676] = {.lex_state = 16}, [677] = {.lex_state = 16}, [678] = {.lex_state = 16}, [679] = {.lex_state = 16}, [680] = {.lex_state = 16}, [681] = {.lex_state = 16}, [682] = {.lex_state = 16}, [683] = {.lex_state = 16}, [684] = {.lex_state = 16}, [685] = {.lex_state = 16}, [686] = {.lex_state = 16, .external_lex_state = 9}, [687] = {.lex_state = 15}, [688] = {.lex_state = 16, .external_lex_state = 8}, [689] = {.lex_state = 16, .external_lex_state = 9}, [690] = {.lex_state = 16}, [691] = {.lex_state = 16, .external_lex_state = 8}, [692] = {.lex_state = 15}, [693] = {.lex_state = 15}, [694] = {.lex_state = 15}, [695] = {.lex_state = 16}, [696] = {.lex_state = 16, .external_lex_state = 10}, [697] = {.lex_state = 16}, [698] = {.lex_state = 16, .external_lex_state = 7}, [699] = {.lex_state = 16, .external_lex_state = 7}, [700] = {.lex_state = 16, .external_lex_state = 10}, [701] = {.lex_state = 16, .external_lex_state = 10}, [702] = {.lex_state = 16, .external_lex_state = 6}, [703] = {.lex_state = 16}, [704] = {.lex_state = 16, .external_lex_state = 7}, [705] = {.lex_state = 16, .external_lex_state = 6}, [706] = {.lex_state = 16, .external_lex_state = 6}, [707] = {.lex_state = 16, .external_lex_state = 6}, [708] = {.lex_state = 16, .external_lex_state = 6}, [709] = {.lex_state = 16, .external_lex_state = 8}, [710] = {.lex_state = 16, .external_lex_state = 6}, [711] = {.lex_state = 16, .external_lex_state = 6}, [712] = {.lex_state = 16, .external_lex_state = 6}, [713] = {.lex_state = 16, .external_lex_state = 6}, [714] = {.lex_state = 16, .external_lex_state = 6}, [715] = {.lex_state = 16, .external_lex_state = 9}, [716] = {.lex_state = 16, .external_lex_state = 8}, [717] = {.lex_state = 16, .external_lex_state = 6}, [718] = {.lex_state = 16}, [719] = {.lex_state = 16, .external_lex_state = 9}, [720] = {.lex_state = 16, .external_lex_state = 8}, [721] = {.lex_state = 16, .external_lex_state = 6}, [722] = {.lex_state = 16, .external_lex_state = 9}, [723] = {.lex_state = 16, .external_lex_state = 6}, [724] = {.lex_state = 16}, [725] = {.lex_state = 16, .external_lex_state = 10}, [726] = {.lex_state = 16, .external_lex_state = 10}, [727] = {.lex_state = 15, .external_lex_state = 6}, [728] = {.lex_state = 50, .external_lex_state = 2}, [729] = {.lex_state = 15}, [730] = {.lex_state = 15, .external_lex_state = 6}, [731] = {.lex_state = 16}, [732] = {.lex_state = 16}, [733] = {.lex_state = 50, .external_lex_state = 2}, [734] = {.lex_state = 16}, [735] = {.lex_state = 16}, [736] = {.lex_state = 16}, [737] = {.lex_state = 14, .external_lex_state = 2}, [738] = {.lex_state = 16}, [739] = {.lex_state = 16}, [740] = {.lex_state = 16}, [741] = {.lex_state = 16}, [742] = {.lex_state = 16}, [743] = {.lex_state = 16, .external_lex_state = 7}, [744] = {.lex_state = 16}, [745] = {.lex_state = 16}, [746] = {.lex_state = 16}, [747] = {.lex_state = 15}, [748] = {.lex_state = 16}, [749] = {.lex_state = 15}, [750] = {.lex_state = 14, .external_lex_state = 2}, [751] = {.lex_state = 16}, [752] = {.lex_state = 16}, [753] = {.lex_state = 16}, [754] = {.lex_state = 15}, [755] = {.lex_state = 16, .external_lex_state = 7}, [756] = {.lex_state = 16}, [757] = {.lex_state = 16, .external_lex_state = 6}, [758] = {.lex_state = 16, .external_lex_state = 6}, [759] = {.lex_state = 16, .external_lex_state = 6}, [760] = {.lex_state = 16, .external_lex_state = 6}, [761] = {.lex_state = 16, .external_lex_state = 6}, [762] = {.lex_state = 15}, [763] = {.lex_state = 16, .external_lex_state = 6}, [764] = {.lex_state = 16, .external_lex_state = 6}, [765] = {.lex_state = 50, .external_lex_state = 2}, [766] = {.lex_state = 50, .external_lex_state = 2}, [767] = {.lex_state = 16, .external_lex_state = 6}, [768] = {.lex_state = 50, .external_lex_state = 2}, [769] = {.lex_state = 16, .external_lex_state = 6}, [770] = {.lex_state = 16}, [771] = {.lex_state = 50, .external_lex_state = 2}, [772] = {.lex_state = 16, .external_lex_state = 6}, [773] = {.lex_state = 50, .external_lex_state = 2}, [774] = {.lex_state = 50, .external_lex_state = 2}, [775] = {.lex_state = 16, .external_lex_state = 6}, [776] = {.lex_state = 16, .external_lex_state = 6}, [777] = {.lex_state = 16, .external_lex_state = 6}, [778] = {.lex_state = 15}, [779] = {.lex_state = 16, .external_lex_state = 6}, [780] = {.lex_state = 16, .external_lex_state = 6}, [781] = {.lex_state = 16, .external_lex_state = 6}, [782] = {.lex_state = 16, .external_lex_state = 6}, [783] = {.lex_state = 16, .external_lex_state = 6}, [784] = {.lex_state = 16, .external_lex_state = 6}, [785] = {.lex_state = 16, .external_lex_state = 6}, [786] = {.lex_state = 16, .external_lex_state = 6}, [787] = {.lex_state = 16, .external_lex_state = 6}, [788] = {.lex_state = 16, .external_lex_state = 6}, [789] = {.lex_state = 16, .external_lex_state = 6}, [790] = {.lex_state = 16, .external_lex_state = 6}, [791] = {.lex_state = 16, .external_lex_state = 6}, [792] = {.lex_state = 16, .external_lex_state = 6}, [793] = {.lex_state = 16, .external_lex_state = 6}, [794] = {.lex_state = 16, .external_lex_state = 6}, [795] = {.lex_state = 16, .external_lex_state = 6}, [796] = {.lex_state = 16}, [797] = {.lex_state = 16, .external_lex_state = 6}, [798] = {.lex_state = 16, .external_lex_state = 6}, [799] = {.lex_state = 16, .external_lex_state = 6}, [800] = {.lex_state = 16}, [801] = {.lex_state = 16}, [802] = {.lex_state = 16}, [803] = {.lex_state = 15}, [804] = {.lex_state = 50, .external_lex_state = 2}, [805] = {.lex_state = 16}, [806] = {.lex_state = 16}, [807] = {.lex_state = 50, .external_lex_state = 2}, [808] = {.lex_state = 16}, [809] = {.lex_state = 16}, [810] = {.lex_state = 50, .external_lex_state = 2}, [811] = {.lex_state = 16}, [812] = {.lex_state = 16}, [813] = {.lex_state = 16}, [814] = {.lex_state = 16}, [815] = {.lex_state = 16}, [816] = {.lex_state = 16}, [817] = {.lex_state = 16}, [818] = {.lex_state = 16}, [819] = {.lex_state = 16}, [820] = {.lex_state = 16}, [821] = {.lex_state = 16}, [822] = {.lex_state = 16}, [823] = {.lex_state = 50, .external_lex_state = 2}, [824] = {.lex_state = 16}, [825] = {.lex_state = 15}, [826] = {.lex_state = 16}, [827] = {.lex_state = 16}, [828] = {.lex_state = 16}, [829] = {.lex_state = 16}, [830] = {.lex_state = 16}, [831] = {.lex_state = 16}, [832] = {.lex_state = 16}, [833] = {.lex_state = 16}, [834] = {.lex_state = 16}, [835] = {.lex_state = 16}, [836] = {.lex_state = 16}, [837] = {.lex_state = 16}, [838] = {.lex_state = 16}, [839] = {.lex_state = 50, .external_lex_state = 2}, [840] = {.lex_state = 50, .external_lex_state = 2}, [841] = {.lex_state = 50, .external_lex_state = 2}, [842] = {.lex_state = 50, .external_lex_state = 2}, [843] = {.lex_state = 50, .external_lex_state = 2}, [844] = {.lex_state = 14}, [845] = {.lex_state = 14}, [846] = {.lex_state = 14}, [847] = {.lex_state = 14}, [848] = {.lex_state = 14}, [849] = {.lex_state = 14}, [850] = {.lex_state = 0, .external_lex_state = 6}, [851] = {.lex_state = 50, .external_lex_state = 2}, [852] = {.lex_state = 16}, [853] = {.lex_state = 14}, [854] = {.lex_state = 14}, [855] = {.lex_state = 50, .external_lex_state = 2}, [856] = {.lex_state = 0, .external_lex_state = 6}, [857] = {.lex_state = 14}, [858] = {.lex_state = 50, .external_lex_state = 2}, [859] = {.lex_state = 16}, [860] = {.lex_state = 14}, [861] = {.lex_state = 14}, [862] = {.lex_state = 16}, [863] = {.lex_state = 14}, [864] = {.lex_state = 14}, [865] = {.lex_state = 14}, [866] = {.lex_state = 14}, [867] = {.lex_state = 14}, [868] = {.lex_state = 14}, [869] = {.lex_state = 14}, [870] = {.lex_state = 50, .external_lex_state = 2}, [871] = {.lex_state = 0}, [872] = {.lex_state = 0}, [873] = {.lex_state = 0}, [874] = {.lex_state = 14}, [875] = {.lex_state = 14}, [876] = {.lex_state = 14}, [877] = {.lex_state = 0}, [878] = {.lex_state = 0}, [879] = {.lex_state = 14}, [880] = {.lex_state = 14}, [881] = {.lex_state = 16}, [882] = {.lex_state = 16}, [883] = {.lex_state = 14}, [884] = {.lex_state = 14}, [885] = {.lex_state = 14}, [886] = {.lex_state = 14}, [887] = {.lex_state = 14}, [888] = {.lex_state = 14}, [889] = {.lex_state = 14}, [890] = {.lex_state = 14}, [891] = {.lex_state = 14, .external_lex_state = 9}, [892] = {.lex_state = 14, .external_lex_state = 8}, [893] = {.lex_state = 14}, [894] = {.lex_state = 16}, [895] = {.lex_state = 14}, [896] = {.lex_state = 14}, [897] = {.lex_state = 14}, [898] = {.lex_state = 14}, [899] = {.lex_state = 14}, [900] = {.lex_state = 14}, [901] = {.lex_state = 14}, [902] = {.lex_state = 16}, [903] = {.lex_state = 0}, [904] = {.lex_state = 14}, [905] = {.lex_state = 14}, [906] = {.lex_state = 18, .external_lex_state = 11}, [907] = {.lex_state = 18, .external_lex_state = 11}, [908] = {.lex_state = 0}, [909] = {.lex_state = 0}, [910] = {.lex_state = 14}, [911] = {.lex_state = 0}, [912] = {.lex_state = 0}, [913] = {.lex_state = 18, .external_lex_state = 11}, [914] = {.lex_state = 18, .external_lex_state = 11}, [915] = {.lex_state = 18, .external_lex_state = 11}, [916] = {.lex_state = 18, .external_lex_state = 11}, [917] = {.lex_state = 14}, [918] = {.lex_state = 18, .external_lex_state = 11}, [919] = {.lex_state = 18, .external_lex_state = 11}, [920] = {.lex_state = 18, .external_lex_state = 11}, [921] = {.lex_state = 0}, [922] = {.lex_state = 18, .external_lex_state = 11}, [923] = {.lex_state = 18, .external_lex_state = 11}, [924] = {.lex_state = 14}, [925] = {.lex_state = 18, .external_lex_state = 11}, [926] = {.lex_state = 18, .external_lex_state = 11}, [927] = {.lex_state = 14}, [928] = {.lex_state = 0}, [929] = {.lex_state = 18, .external_lex_state = 11}, [930] = {.lex_state = 0}, [931] = {.lex_state = 14}, [932] = {.lex_state = 18, .external_lex_state = 11}, [933] = {.lex_state = 0}, [934] = {.lex_state = 14}, [935] = {.lex_state = 0}, [936] = {.lex_state = 0}, [937] = {.lex_state = 0}, [938] = {.lex_state = 14}, [939] = {.lex_state = 14}, [940] = {.lex_state = 14}, [941] = {.lex_state = 0}, [942] = {.lex_state = 0}, [943] = {.lex_state = 0}, [944] = {.lex_state = 14}, [945] = {.lex_state = 0}, [946] = {.lex_state = 14}, [947] = {.lex_state = 14}, [948] = {.lex_state = 14}, [949] = {.lex_state = 14}, [950] = {.lex_state = 14}, [951] = {.lex_state = 0, .external_lex_state = 6}, [952] = {.lex_state = 14}, [953] = {.lex_state = 0, .external_lex_state = 6}, [954] = {.lex_state = 14}, [955] = {.lex_state = 0, .external_lex_state = 6}, [956] = {.lex_state = 14}, [957] = {.lex_state = 14}, [958] = {.lex_state = 14}, [959] = {.lex_state = 14}, [960] = {.lex_state = 0}, [961] = {.lex_state = 0}, [962] = {.lex_state = 14}, [963] = {.lex_state = 0, .external_lex_state = 6}, [964] = {.lex_state = 14}, [965] = {.lex_state = 14}, [966] = {.lex_state = 14}, [967] = {.lex_state = 0}, [968] = {.lex_state = 14}, [969] = {.lex_state = 0, .external_lex_state = 6}, [970] = {.lex_state = 0, .external_lex_state = 6}, [971] = {.lex_state = 14}, [972] = {.lex_state = 0, .external_lex_state = 6}, [973] = {.lex_state = 0}, [974] = {.lex_state = 14}, [975] = {.lex_state = 14}, [976] = {.lex_state = 0}, [977] = {.lex_state = 14}, [978] = {.lex_state = 0}, [979] = {.lex_state = 0, .external_lex_state = 6}, [980] = {.lex_state = 14}, [981] = {.lex_state = 16}, [982] = {.lex_state = 14}, [983] = {.lex_state = 14}, [984] = {.lex_state = 0, .external_lex_state = 6}, [985] = {.lex_state = 0, .external_lex_state = 6}, [986] = {.lex_state = 14}, [987] = {.lex_state = 0}, [988] = {.lex_state = 0}, [989] = {.lex_state = 0, .external_lex_state = 6}, [990] = {.lex_state = 14}, [991] = {.lex_state = 14}, [992] = {.lex_state = 0}, [993] = {.lex_state = 14}, [994] = {.lex_state = 14}, [995] = {.lex_state = 0}, [996] = {.lex_state = 14}, [997] = {.lex_state = 0}, [998] = {.lex_state = 0}, [999] = {.lex_state = 14}, [1000] = {.lex_state = 14}, [1001] = {.lex_state = 14}, [1002] = {.lex_state = 0, .external_lex_state = 6}, [1003] = {.lex_state = 0, .external_lex_state = 6}, [1004] = {.lex_state = 0}, [1005] = {.lex_state = 0, .external_lex_state = 6}, [1006] = {.lex_state = 0}, [1007] = {.lex_state = 0}, [1008] = {.lex_state = 0, .external_lex_state = 6}, [1009] = {.lex_state = 0, .external_lex_state = 6}, [1010] = {.lex_state = 14}, [1011] = {.lex_state = 0}, [1012] = {.lex_state = 0, .external_lex_state = 6}, [1013] = {.lex_state = 16}, [1014] = {.lex_state = 14}, [1015] = {.lex_state = 14}, [1016] = {.lex_state = 0}, [1017] = {.lex_state = 0}, [1018] = {.lex_state = 0}, [1019] = {.lex_state = 14}, [1020] = {.lex_state = 0}, [1021] = {.lex_state = 14}, [1022] = {.lex_state = 14}, [1023] = {.lex_state = 0}, [1024] = {.lex_state = 14}, [1025] = {.lex_state = 0}, [1026] = {.lex_state = 0, .external_lex_state = 6}, [1027] = {.lex_state = 14}, [1028] = {.lex_state = 0}, [1029] = {.lex_state = 14}, [1030] = {.lex_state = 0, .external_lex_state = 6}, [1031] = {.lex_state = 0, .external_lex_state = 6}, [1032] = {.lex_state = 0, .external_lex_state = 6}, [1033] = {.lex_state = 14}, [1034] = {.lex_state = 14}, [1035] = {.lex_state = 18, .external_lex_state = 11}, [1036] = {.lex_state = 14}, [1037] = {.lex_state = 18, .external_lex_state = 11}, [1038] = {.lex_state = 16, .external_lex_state = 6}, [1039] = {.lex_state = 16}, [1040] = {.lex_state = 14}, [1041] = {.lex_state = 16, .external_lex_state = 6}, [1042] = {.lex_state = 14}, [1043] = {.lex_state = 0}, [1044] = {.lex_state = 18, .external_lex_state = 11}, [1045] = {.lex_state = 0}, [1046] = {.lex_state = 18, .external_lex_state = 11}, [1047] = {.lex_state = 16, .external_lex_state = 6}, [1048] = {.lex_state = 18, .external_lex_state = 11}, [1049] = {.lex_state = 14}, [1050] = {.lex_state = 14}, [1051] = {.lex_state = 16}, [1052] = {.lex_state = 14}, [1053] = {.lex_state = 0, .external_lex_state = 6}, [1054] = {.lex_state = 18, .external_lex_state = 11}, [1055] = {.lex_state = 14}, [1056] = {.lex_state = 18, .external_lex_state = 11}, [1057] = {.lex_state = 14}, [1058] = {.lex_state = 14}, [1059] = {.lex_state = 14}, [1060] = {.lex_state = 0}, [1061] = {.lex_state = 14}, [1062] = {.lex_state = 14}, [1063] = {.lex_state = 0, .external_lex_state = 6}, [1064] = {.lex_state = 14}, [1065] = {.lex_state = 14}, [1066] = {.lex_state = 14}, [1067] = {.lex_state = 18, .external_lex_state = 11}, [1068] = {.lex_state = 0, .external_lex_state = 6}, [1069] = {.lex_state = 0, .external_lex_state = 6}, [1070] = {.lex_state = 14}, [1071] = {.lex_state = 14}, [1072] = {.lex_state = 8}, [1073] = {.lex_state = 0, .external_lex_state = 6}, [1074] = {.lex_state = 0}, [1075] = {.lex_state = 0}, [1076] = {.lex_state = 14}, [1077] = {.lex_state = 0}, [1078] = {.lex_state = 0, .external_lex_state = 6}, [1079] = {.lex_state = 0}, [1080] = {.lex_state = 0, .external_lex_state = 6}, [1081] = {.lex_state = 0, .external_lex_state = 6}, [1082] = {.lex_state = 0, .external_lex_state = 6}, [1083] = {.lex_state = 0}, [1084] = {.lex_state = 14}, [1085] = {.lex_state = 0}, [1086] = {.lex_state = 14}, [1087] = {.lex_state = 0}, [1088] = {.lex_state = 14}, [1089] = {.lex_state = 14}, [1090] = {.lex_state = 0}, [1091] = {.lex_state = 0, .external_lex_state = 6}, [1092] = {.lex_state = 0}, [1093] = {.lex_state = 0, .external_lex_state = 6}, [1094] = {.lex_state = 0, .external_lex_state = 6}, [1095] = {.lex_state = 0}, [1096] = {.lex_state = 0, .external_lex_state = 6}, [1097] = {.lex_state = 0, .external_lex_state = 6}, [1098] = {.lex_state = 8}, [1099] = {.lex_state = 0}, [1100] = {.lex_state = 0}, [1101] = {.lex_state = 0, .external_lex_state = 6}, [1102] = {.lex_state = 0}, [1103] = {.lex_state = 14}, [1104] = {.lex_state = 8}, [1105] = {.lex_state = 0, .external_lex_state = 6}, [1106] = {.lex_state = 0}, [1107] = {.lex_state = 16, .external_lex_state = 6}, [1108] = {.lex_state = 0}, [1109] = {.lex_state = 0, .external_lex_state = 6}, [1110] = {.lex_state = 0, .external_lex_state = 6}, [1111] = {.lex_state = 0, .external_lex_state = 6}, [1112] = {.lex_state = 14}, [1113] = {.lex_state = 0}, [1114] = {.lex_state = 16}, [1115] = {.lex_state = 14}, [1116] = {.lex_state = 0}, [1117] = {.lex_state = 14}, [1118] = {.lex_state = 0}, [1119] = {.lex_state = 14, .external_lex_state = 9}, [1120] = {.lex_state = 14, .external_lex_state = 8}, [1121] = {.lex_state = 14}, [1122] = {.lex_state = 0}, [1123] = {.lex_state = 0}, [1124] = {.lex_state = 0, .external_lex_state = 6}, [1125] = {.lex_state = 14}, [1126] = {.lex_state = 14}, [1127] = {.lex_state = 0}, [1128] = {.lex_state = 14}, [1129] = {.lex_state = 0}, [1130] = {.lex_state = 0, .external_lex_state = 6}, [1131] = {.lex_state = 0, .external_lex_state = 6}, [1132] = {.lex_state = 0, .external_lex_state = 6}, [1133] = {.lex_state = 0, .external_lex_state = 6}, [1134] = {.lex_state = 0, .external_lex_state = 6}, [1135] = {.lex_state = 0, .external_lex_state = 6}, [1136] = {.lex_state = 0}, [1137] = {.lex_state = 0}, [1138] = {.lex_state = 0}, [1139] = {.lex_state = 14}, [1140] = {.lex_state = 0, .external_lex_state = 6}, [1141] = {.lex_state = 14}, [1142] = {.lex_state = 0}, [1143] = {.lex_state = 0, .external_lex_state = 6}, [1144] = {.lex_state = 0, .external_lex_state = 6}, [1145] = {.lex_state = 0, .external_lex_state = 6}, [1146] = {.lex_state = 0}, [1147] = {.lex_state = 0}, [1148] = {.lex_state = 0}, [1149] = {.lex_state = 0}, [1150] = {.lex_state = 14}, [1151] = {.lex_state = 14}, [1152] = {.lex_state = 14}, [1153] = {.lex_state = 0}, [1154] = {.lex_state = 14}, [1155] = {.lex_state = 0, .external_lex_state = 6}, [1156] = {.lex_state = 0, .external_lex_state = 6}, [1157] = {.lex_state = 14}, [1158] = {.lex_state = 14}, [1159] = {.lex_state = 0, .external_lex_state = 6}, [1160] = {.lex_state = 0}, [1161] = {.lex_state = 14}, [1162] = {.lex_state = 14}, [1163] = {.lex_state = 0}, [1164] = {.lex_state = 0}, [1165] = {.lex_state = 0}, [1166] = {.lex_state = 14}, [1167] = {.lex_state = 0, .external_lex_state = 6}, [1168] = {.lex_state = 0, .external_lex_state = 6}, [1169] = {.lex_state = 14}, [1170] = {.lex_state = 0}, [1171] = {.lex_state = 16}, [1172] = {.lex_state = 0}, [1173] = {.lex_state = 0}, [1174] = {.lex_state = 0}, [1175] = {.lex_state = 0}, [1176] = {.lex_state = 0}, [1177] = {.lex_state = 0}, [1178] = {.lex_state = 14}, [1179] = {.lex_state = 14}, [1180] = {.lex_state = 0}, [1181] = {.lex_state = 0, .external_lex_state = 6}, [1182] = {.lex_state = 0}, [1183] = {.lex_state = 14}, [1184] = {.lex_state = 14}, [1185] = {.lex_state = 0, .external_lex_state = 6}, [1186] = {.lex_state = 14}, [1187] = {.lex_state = 0}, [1188] = {.lex_state = 0}, [1189] = {.lex_state = 0}, [1190] = {.lex_state = 0}, [1191] = {.lex_state = 8}, [1192] = {.lex_state = 0}, [1193] = {.lex_state = 0}, [1194] = {.lex_state = 0}, [1195] = {.lex_state = 0, .external_lex_state = 6}, [1196] = {.lex_state = 0, .external_lex_state = 6}, [1197] = {.lex_state = 0}, [1198] = {.lex_state = 14}, [1199] = {.lex_state = 0, .external_lex_state = 6}, [1200] = {.lex_state = 0}, [1201] = {.lex_state = 0}, [1202] = {.lex_state = 0}, [1203] = {.lex_state = 0}, [1204] = {.lex_state = 0}, [1205] = {.lex_state = 0}, [1206] = {.lex_state = 0}, [1207] = {.lex_state = 0}, [1208] = {.lex_state = 0}, [1209] = {.lex_state = 14}, [1210] = {.lex_state = 14}, [1211] = {.lex_state = 0, .external_lex_state = 6}, [1212] = {.lex_state = 0, .external_lex_state = 6}, [1213] = {.lex_state = 0}, [1214] = {.lex_state = 0}, [1215] = {.lex_state = 0}, [1216] = {.lex_state = 0}, [1217] = {.lex_state = 0, .external_lex_state = 6}, [1218] = {.lex_state = 0}, [1219] = {.lex_state = 0}, [1220] = {.lex_state = 0}, [1221] = {.lex_state = 0}, [1222] = {.lex_state = 14}, [1223] = {.lex_state = 0}, [1224] = {.lex_state = 16}, [1225] = {.lex_state = 0}, [1226] = {.lex_state = 0}, [1227] = {.lex_state = 0, .external_lex_state = 6}, [1228] = {.lex_state = 0, .external_lex_state = 6}, [1229] = {.lex_state = 0}, [1230] = {.lex_state = 0}, [1231] = {.lex_state = 0, .external_lex_state = 6}, [1232] = {.lex_state = 0}, [1233] = {.lex_state = 0}, [1234] = {.lex_state = 0}, [1235] = {.lex_state = 0}, [1236] = {.lex_state = 0}, [1237] = {.lex_state = 0}, [1238] = {.lex_state = 14}, [1239] = {.lex_state = 14}, [1240] = {.lex_state = 0}, [1241] = {.lex_state = 8}, [1242] = {.lex_state = 0}, [1243] = {.lex_state = 0}, [1244] = {.lex_state = 0}, [1245] = {.lex_state = 8}, [1246] = {.lex_state = 0}, [1247] = {.lex_state = 0}, [1248] = {.lex_state = 0}, [1249] = {.lex_state = 0}, [1250] = {.lex_state = 0}, [1251] = {.lex_state = 0}, [1252] = {.lex_state = 14}, [1253] = {.lex_state = 0}, [1254] = {.lex_state = 8}, [1255] = {.lex_state = 8}, [1256] = {.lex_state = 0, .external_lex_state = 6}, [1257] = {.lex_state = 0}, [1258] = {.lex_state = 0}, [1259] = {.lex_state = 0}, [1260] = {.lex_state = 0}, [1261] = {.lex_state = 0}, [1262] = {.lex_state = 0, .external_lex_state = 6}, [1263] = {.lex_state = 0}, [1264] = {.lex_state = 0}, [1265] = {.lex_state = 0}, [1266] = {.lex_state = 14}, [1267] = {.lex_state = 0}, [1268] = {.lex_state = 14}, [1269] = {.lex_state = 0}, [1270] = {.lex_state = 14}, [1271] = {.lex_state = 14}, [1272] = {.lex_state = 14}, [1273] = {.lex_state = 0}, [1274] = {.lex_state = 0}, [1275] = {.lex_state = 0}, [1276] = {.lex_state = 14}, [1277] = {.lex_state = 14}, [1278] = {.lex_state = 14}, [1279] = {.lex_state = 0}, [1280] = {.lex_state = 0}, [1281] = {.lex_state = 0}, [1282] = {.lex_state = 14}, [1283] = {.lex_state = 0}, [1284] = {.lex_state = 14}, [1285] = {.lex_state = 0}, [1286] = {.lex_state = 0}, [1287] = {.lex_state = 14}, [1288] = {.lex_state = 14}, [1289] = {.lex_state = 0, .external_lex_state = 6}, [1290] = {.lex_state = 0, .external_lex_state = 6}, [1291] = {.lex_state = 0}, [1292] = {.lex_state = 14}, [1293] = {.lex_state = 0}, [1294] = {.lex_state = 0}, [1295] = {.lex_state = 0}, [1296] = {.lex_state = 0}, [1297] = {.lex_state = 0}, [1298] = {.lex_state = 14}, [1299] = {.lex_state = 0, .external_lex_state = 6}, [1300] = {.lex_state = 0}, [1301] = {.lex_state = 0}, [1302] = {.lex_state = 0}, [1303] = {.lex_state = 0}, [1304] = {.lex_state = 0}, [1305] = {.lex_state = 0}, [1306] = {.lex_state = 0}, [1307] = {.lex_state = 14}, [1308] = {.lex_state = 0}, [1309] = {.lex_state = 0}, [1310] = {.lex_state = 0}, [1311] = {.lex_state = 0, .external_lex_state = 6}, [1312] = {.lex_state = 0}, [1313] = {.lex_state = 0}, [1314] = {.lex_state = 0, .external_lex_state = 6}, [1315] = {.lex_state = 0, .external_lex_state = 6}, [1316] = {.lex_state = 0, .external_lex_state = 6}, [1317] = {.lex_state = 0}, [1318] = {.lex_state = 0}, [1319] = {.lex_state = 0}, [1320] = {.lex_state = 17}, [1321] = {.lex_state = 0}, [1322] = {.lex_state = 0}, [1323] = {.lex_state = 0}, [1324] = {.lex_state = 0}, [1325] = {.lex_state = 0}, [1326] = {.lex_state = 0}, [1327] = {.lex_state = 0}, [1328] = {.lex_state = 0}, [1329] = {.lex_state = 0, .external_lex_state = 6}, [1330] = {.lex_state = 0, .external_lex_state = 6}, [1331] = {.lex_state = 14}, [1332] = {.lex_state = 0}, [1333] = {.lex_state = 0}, [1334] = {.lex_state = 17}, [1335] = {.lex_state = 0, .external_lex_state = 6}, [1336] = {.lex_state = 0}, [1337] = {.lex_state = 0}, [1338] = {.lex_state = 0, .external_lex_state = 6}, [1339] = {.lex_state = 0}, [1340] = {.lex_state = 0, .external_lex_state = 6}, [1341] = {.lex_state = 16}, [1342] = {.lex_state = 0}, [1343] = {.lex_state = 0, .external_lex_state = 6}, [1344] = {.lex_state = 0}, [1345] = {.lex_state = 14}, [1346] = {.lex_state = 14}, [1347] = {.lex_state = 17}, [1348] = {.lex_state = 17}, [1349] = {.lex_state = 17}, [1350] = {.lex_state = 17}, [1351] = {.lex_state = 0}, [1352] = {.lex_state = 0, .external_lex_state = 6}, [1353] = {.lex_state = 17}, [1354] = {.lex_state = 14}, [1355] = {.lex_state = 17}, [1356] = {.lex_state = 0, .external_lex_state = 6}, [1357] = {.lex_state = 0, .external_lex_state = 6}, [1358] = {.lex_state = 0}, [1359] = {.lex_state = 17}, [1360] = {.lex_state = 0}, [1361] = {.lex_state = 0}, [1362] = {.lex_state = 0}, [1363] = {.lex_state = 17}, [1364] = {.lex_state = 0}, [1365] = {.lex_state = 0, .external_lex_state = 6}, [1366] = {.lex_state = 0}, [1367] = {.lex_state = 0}, [1368] = {.lex_state = 0}, [1369] = {.lex_state = 0, .external_lex_state = 6}, [1370] = {.lex_state = 0}, [1371] = {.lex_state = 0}, [1372] = {.lex_state = 0}, [1373] = {.lex_state = 0}, [1374] = {.lex_state = 0}, [1375] = {.lex_state = 0}, [1376] = {.lex_state = 0}, [1377] = {.lex_state = 0, .external_lex_state = 6}, [1378] = {.lex_state = 0}, [1379] = {.lex_state = 14}, [1380] = {.lex_state = 0, .external_lex_state = 6}, [1381] = {.lex_state = 0, .external_lex_state = 6}, [1382] = {.lex_state = 0}, [1383] = {.lex_state = 0}, [1384] = {.lex_state = 0}, [1385] = {.lex_state = 14}, [1386] = {.lex_state = 0}, [1387] = {.lex_state = 0}, [1388] = {.lex_state = 0}, [1389] = {.lex_state = 0}, [1390] = {.lex_state = 0}, [1391] = {.lex_state = 0}, [1392] = {.lex_state = 0}, [1393] = {.lex_state = 0}, [1394] = {.lex_state = 0}, [1395] = {.lex_state = 14}, [1396] = {.lex_state = 0}, [1397] = {.lex_state = 14}, [1398] = {.lex_state = 0}, [1399] = {.lex_state = 0}, [1400] = {.lex_state = 0}, [1401] = {.lex_state = 0}, [1402] = {.lex_state = 14}, [1403] = {.lex_state = 0}, [1404] = {.lex_state = 0}, [1405] = {.lex_state = 0}, [1406] = {.lex_state = 14}, [1407] = {.lex_state = 0}, [1408] = {.lex_state = 0}, [1409] = {.lex_state = 0}, [1410] = {.lex_state = 0}, [1411] = {.lex_state = 0}, [1412] = {.lex_state = 0}, [1413] = {.lex_state = 14}, [1414] = {.lex_state = 0}, [1415] = {.lex_state = 14}, [1416] = {.lex_state = 0}, [1417] = {.lex_state = 0}, [1418] = {.lex_state = 0}, [1419] = {.lex_state = 0}, [1420] = {.lex_state = 0}, [1421] = {.lex_state = 0}, [1422] = {.lex_state = 0}, [1423] = {.lex_state = 14}, [1424] = {.lex_state = 0}, [1425] = {.lex_state = 14}, [1426] = {.lex_state = 0}, [1427] = {.lex_state = 0}, [1428] = {.lex_state = 0}, [1429] = {.lex_state = 0}, [1430] = {.lex_state = 14}, [1431] = {.lex_state = 14}, [1432] = {.lex_state = 14}, [1433] = {.lex_state = 14}, [1434] = {.lex_state = 0}, [1435] = {.lex_state = 14}, [1436] = {.lex_state = 0}, [1437] = {.lex_state = 14}, [1438] = {.lex_state = 0}, [1439] = {.lex_state = 14}, [1440] = {.lex_state = 14}, [1441] = {.lex_state = 0}, [1442] = {.lex_state = 0}, [1443] = {.lex_state = 0}, [1444] = {.lex_state = 14}, [1445] = {.lex_state = 0}, [1446] = {.lex_state = 14}, [1447] = {.lex_state = 0}, [1448] = {.lex_state = 14}, [1449] = {.lex_state = 14}, [1450] = {.lex_state = 14}, [1451] = {.lex_state = 14}, [1452] = {.lex_state = 14}, [1453] = {.lex_state = 14}, [1454] = {.lex_state = 0}, [1455] = {.lex_state = 0}, [1456] = {.lex_state = 0}, [1457] = {.lex_state = 0}, [1458] = {.lex_state = 0}, [1459] = {.lex_state = 14}, [1460] = {.lex_state = 0}, [1461] = {.lex_state = 14}, [1462] = {.lex_state = 0}, [1463] = {.lex_state = 0}, [1464] = {.lex_state = 14}, [1465] = {.lex_state = 14}, [1466] = {.lex_state = 14}, [1467] = {.lex_state = 0}, [1468] = {.lex_state = 0}, [1469] = {.lex_state = 0}, [1470] = {.lex_state = 0}, [1471] = {.lex_state = 14}, [1472] = {.lex_state = 14}, [1473] = {.lex_state = 0}, [1474] = {.lex_state = 14}, [1475] = {.lex_state = 0}, [1476] = {.lex_state = 0}, [1477] = {.lex_state = 0}, [1478] = {.lex_state = 14}, [1479] = {.lex_state = 14}, [1480] = {.lex_state = 0}, [1481] = {.lex_state = 0}, [1482] = {.lex_state = 0}, [1483] = {.lex_state = 0}, [1484] = {.lex_state = 0}, [1485] = {.lex_state = 0}, [1486] = {.lex_state = 0}, [1487] = {.lex_state = 0}, [1488] = {.lex_state = 0}, [1489] = {.lex_state = 0}, [1490] = {.lex_state = 14}, [1491] = {.lex_state = 0}, [1492] = {.lex_state = 0}, [1493] = {.lex_state = 0}, [1494] = {.lex_state = 0}, [1495] = {.lex_state = 0}, [1496] = {.lex_state = 14}, [1497] = {.lex_state = 0}, [1498] = {.lex_state = 0}, [1499] = {.lex_state = 0}, [1500] = {.lex_state = 0}, [1501] = {.lex_state = 0}, [1502] = {.lex_state = 0}, [1503] = {.lex_state = 14}, [1504] = {.lex_state = 0}, [1505] = {.lex_state = 0}, [1506] = {.lex_state = 14}, [1507] = {.lex_state = 0}, [1508] = {.lex_state = 14}, [1509] = {.lex_state = 0}, }; 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_content = 4, ts_external_token__string_end = 5, ts_external_token__template_string_start = 6, }; 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_content] = sym__string_content, [ts_external_token__string_end] = sym__string_end, [ts_external_token__template_string_start] = sym__template_string_start, }; static const bool ts_external_scanner_states[12][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_content] = true, [ts_external_token__string_end] = true, [ts_external_token__template_string_start] = true, }, [2] = { [ts_external_token__string_start] = true, [ts_external_token__template_string_start] = true, }, [3] = { [ts_external_token__dedent] = true, [ts_external_token__string_start] = true, [ts_external_token__template_string_start] = true, }, [4] = { [ts_external_token__newline] = true, [ts_external_token__string_start] = true, [ts_external_token__template_string_start] = true, }, [5] = { [ts_external_token__newline] = true, [ts_external_token__indent] = true, [ts_external_token__string_start] = true, [ts_external_token__template_string_start] = true, }, [6] = { [ts_external_token__newline] = true, }, [7] = { [ts_external_token__newline] = true, [ts_external_token__string_start] = true, }, [8] = { [ts_external_token__string_start] = true, }, [9] = { [ts_external_token__template_string_start] = true, }, [10] = { [ts_external_token__newline] = true, [ts_external_token__template_string_start] = true, }, [11] = { [ts_external_token__string_content] = true, [ts_external_token__string_end] = true, }, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [0] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [anon_sym_import] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_from] = ACTIONS(1), [anon_sym___future__] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_as] = ACTIONS(1), [anon_sym_STAR] = ACTIONS(1), [anon_sym_print] = ACTIONS(1), [anon_sym_GT_GT] = ACTIONS(1), [anon_sym_assert] = ACTIONS(1), [anon_sym_COLON_EQ] = ACTIONS(1), [anon_sym_return] = ACTIONS(1), [anon_sym_del] = ACTIONS(1), [anon_sym_raise] = ACTIONS(1), [anon_sym_pass] = ACTIONS(1), [anon_sym_break] = ACTIONS(1), [anon_sym_continue] = ACTIONS(1), [anon_sym_if] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [anon_sym_elif] = ACTIONS(1), [anon_sym_else] = ACTIONS(1), [anon_sym_async] = ACTIONS(1), [anon_sym_for] = ACTIONS(1), [anon_sym_in] = ACTIONS(1), [anon_sym_while] = ACTIONS(1), [anon_sym_try] = ACTIONS(1), [anon_sym_except] = ACTIONS(1), [anon_sym_finally] = ACTIONS(1), [anon_sym_with] = ACTIONS(1), [anon_sym_match] = ACTIONS(1), [anon_sym_case] = ACTIONS(1), [anon_sym_PIPE] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [sym_match_wildcard_pattern] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_STAR_STAR] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_def] = ACTIONS(1), [anon_sym_DASH_GT] = ACTIONS(1), [anon_sym_global] = ACTIONS(1), [anon_sym_nonlocal] = ACTIONS(1), [anon_sym_exec] = ACTIONS(1), [anon_sym_type] = ACTIONS(1), [anon_sym_class] = ACTIONS(1), [anon_sym_AT] = ACTIONS(1), [anon_sym_not] = ACTIONS(1), [anon_sym_and] = ACTIONS(1), [anon_sym_or] = ACTIONS(1), [anon_sym_SLASH] = ACTIONS(1), [anon_sym_PERCENT] = ACTIONS(1), [anon_sym_SLASH_SLASH] = ACTIONS(1), [anon_sym_AMP] = ACTIONS(1), [anon_sym_CARET] = ACTIONS(1), [anon_sym_LT_LT] = ACTIONS(1), [anon_sym_TILDE] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_EQ_EQ] = ACTIONS(1), [anon_sym_BANG_EQ] = ACTIONS(1), [anon_sym_GT_EQ] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_LT_GT] = ACTIONS(1), [anon_sym_is] = ACTIONS(1), [anon_sym_lambda] = ACTIONS(1), [anon_sym_PLUS_EQ] = ACTIONS(1), [anon_sym_DASH_EQ] = ACTIONS(1), [anon_sym_STAR_EQ] = ACTIONS(1), [anon_sym_SLASH_EQ] = ACTIONS(1), [anon_sym_AT_EQ] = ACTIONS(1), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(1), [anon_sym_PERCENT_EQ] = ACTIONS(1), [anon_sym_STAR_STAR_EQ] = ACTIONS(1), [anon_sym_GT_GT_EQ] = ACTIONS(1), [anon_sym_LT_LT_EQ] = ACTIONS(1), [anon_sym_AMP_EQ] = ACTIONS(1), [anon_sym_CARET_EQ] = ACTIONS(1), [anon_sym_PIPE_EQ] = ACTIONS(1), [anon_sym_yield] = ACTIONS(1), [sym_ellipsis] = ACTIONS(1), [anon_sym_LBRACE2] = ACTIONS(1), [sym_type_conversion] = ACTIONS(1), [sym_integer] = ACTIONS(1), [sym_float] = ACTIONS(1), [anon_sym_await] = ACTIONS(1), [sym_true] = ACTIONS(1), [sym_false] = ACTIONS(1), [sym_none] = ACTIONS(1), [sym_comment] = ACTIONS(3), [sym__semicolon] = ACTIONS(1), [sym__newline] = ACTIONS(1), [sym__indent] = ACTIONS(1), [sym__dedent] = ACTIONS(1), [sym__string_start] = ACTIONS(1), [sym__string_content] = ACTIONS(1), [sym__string_end] = ACTIONS(1), [sym__template_string_start] = ACTIONS(1), }, [1] = { [sym_module] = STATE(1488), [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_if_statement] = STATE(64), [sym_for_statement] = STATE(64), [sym_while_statement] = STATE(64), [sym_try_statement] = STATE(64), [sym_with_statement] = STATE(64), [sym_match_statement] = STATE(64), [sym_function_definition] = STATE(64), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(960), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(960), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(33), [anon_sym_async] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_while] = ACTIONS(39), [anon_sym_try] = ACTIONS(41), [anon_sym_with] = ACTIONS(43), [anon_sym_match] = ACTIONS(45), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(55), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [2] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(535), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [3] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(517), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [4] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(407), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [5] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(392), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [6] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(403), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [7] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(485), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [8] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(291), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [9] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(427), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [10] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(304), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [11] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(516), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [12] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(435), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [13] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(497), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [14] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(450), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [15] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(528), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [16] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(398), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [17] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(562), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [18] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(544), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [19] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(444), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [20] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(514), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [21] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(462), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [22] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(406), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [23] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(503), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [24] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(543), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [25] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(61), [sym_for_statement] = STATE(61), [sym_while_statement] = STATE(61), [sym_try_statement] = STATE(61), [sym_with_statement] = STATE(61), [sym_match_statement] = STATE(61), [sym_function_definition] = STATE(61), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(961), [sym_block] = STATE(998), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(107), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [26] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(419), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [27] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(519), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [28] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(512), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [29] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(460), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [30] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(454), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [31] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(565), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [32] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(496), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [33] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(395), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [34] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(402), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [35] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(546), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [36] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(470), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [37] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(556), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [38] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(538), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [39] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(494), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [40] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(436), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [41] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(432), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [42] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(466), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [43] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(457), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [44] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(474), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [45] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(492), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [46] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(475), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [47] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(490), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [48] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(488), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [49] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(400), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [50] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(554), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [51] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(540), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [52] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(506), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [53] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(480), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [54] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(426), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [55] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(421), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [56] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), [sym_try_statement] = STATE(63), [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(961), [sym_block] = STATE(408), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [57] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(405), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [58] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_try_statement] = STATE(62), [sym_with_statement] = STATE(62), [sym_match_statement] = STATE(62), [sym_function_definition] = STATE(62), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(961), [sym_block] = STATE(534), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [59] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(61), [sym_for_statement] = STATE(61), [sym_while_statement] = STATE(61), [sym_try_statement] = STATE(61), [sym_with_statement] = STATE(61), [sym_match_statement] = STATE(61), [sym_function_definition] = STATE(61), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(961), [sym_block] = STATE(1011), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(107), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [60] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_with_statement] = STATE(60), [sym_match_statement] = STATE(60), [sym_function_definition] = STATE(60), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(961), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(109), [anon_sym_import] = ACTIONS(112), [anon_sym_from] = ACTIONS(115), [anon_sym_LPAREN] = ACTIONS(118), [anon_sym_STAR] = ACTIONS(121), [anon_sym_print] = ACTIONS(124), [anon_sym_assert] = ACTIONS(127), [anon_sym_return] = ACTIONS(130), [anon_sym_del] = ACTIONS(133), [anon_sym_raise] = ACTIONS(136), [anon_sym_pass] = ACTIONS(139), [anon_sym_break] = ACTIONS(142), [anon_sym_continue] = ACTIONS(145), [anon_sym_if] = ACTIONS(148), [anon_sym_async] = ACTIONS(151), [anon_sym_for] = ACTIONS(154), [anon_sym_while] = ACTIONS(157), [anon_sym_try] = ACTIONS(160), [anon_sym_with] = ACTIONS(163), [anon_sym_match] = ACTIONS(166), [anon_sym_DASH] = ACTIONS(169), [anon_sym_PLUS] = ACTIONS(169), [anon_sym_LBRACK] = ACTIONS(172), [anon_sym_LBRACE] = ACTIONS(175), [anon_sym_STAR_STAR] = ACTIONS(178), [anon_sym_def] = ACTIONS(181), [anon_sym_global] = ACTIONS(184), [anon_sym_nonlocal] = ACTIONS(187), [anon_sym_exec] = ACTIONS(190), [anon_sym_type] = ACTIONS(193), [anon_sym_class] = ACTIONS(196), [anon_sym_AT] = ACTIONS(199), [anon_sym_not] = ACTIONS(202), [anon_sym_TILDE] = ACTIONS(169), [anon_sym_lambda] = ACTIONS(205), [anon_sym_yield] = ACTIONS(208), [sym_ellipsis] = ACTIONS(211), [sym_integer] = ACTIONS(214), [sym_float] = ACTIONS(211), [anon_sym_await] = ACTIONS(217), [sym_true] = ACTIONS(214), [sym_false] = ACTIONS(214), [sym_none] = ACTIONS(214), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(220), [sym__string_start] = ACTIONS(222), [sym__template_string_start] = ACTIONS(225), }, [61] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_with_statement] = STATE(60), [sym_match_statement] = STATE(60), [sym_function_definition] = STATE(60), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(961), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(228), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [62] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_with_statement] = STATE(60), [sym_match_statement] = STATE(60), [sym_function_definition] = STATE(60), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(961), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(230), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [63] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_if_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_while_statement] = STATE(60), [sym_try_statement] = STATE(60), [sym_with_statement] = STATE(60), [sym_match_statement] = STATE(60), [sym_function_definition] = STATE(60), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(961), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(961), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(85), [anon_sym_async] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [anon_sym_while] = ACTIONS(91), [anon_sym_try] = ACTIONS(93), [anon_sym_with] = ACTIONS(95), [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(232), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [64] = { [sym__statement] = STATE(65), [sym__simple_statements] = STATE(65), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_if_statement] = STATE(65), [sym_for_statement] = STATE(65), [sym_while_statement] = STATE(65), [sym_try_statement] = STATE(65), [sym_with_statement] = STATE(65), [sym_match_statement] = STATE(65), [sym_function_definition] = STATE(65), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_class_definition] = STATE(65), [sym_decorated_definition] = STATE(65), [sym_decorator] = STATE(960), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(65), [aux_sym_decorated_definition_repeat1] = STATE(960), [ts_builtin_sym_end] = ACTIONS(234), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(33), [anon_sym_async] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_while] = ACTIONS(39), [anon_sym_try] = ACTIONS(41), [anon_sym_with] = ACTIONS(43), [anon_sym_match] = ACTIONS(45), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(55), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [65] = { [sym__statement] = STATE(65), [sym__simple_statements] = STATE(65), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_if_statement] = STATE(65), [sym_for_statement] = STATE(65), [sym_while_statement] = STATE(65), [sym_try_statement] = STATE(65), [sym_with_statement] = STATE(65), [sym_match_statement] = STATE(65), [sym_function_definition] = STATE(65), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_class_definition] = STATE(65), [sym_decorated_definition] = STATE(65), [sym_decorator] = STATE(960), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [aux_sym_module_repeat1] = STATE(65), [aux_sym_decorated_definition_repeat1] = STATE(960), [ts_builtin_sym_end] = ACTIONS(220), [sym_identifier] = ACTIONS(109), [anon_sym_import] = ACTIONS(112), [anon_sym_from] = ACTIONS(115), [anon_sym_LPAREN] = ACTIONS(118), [anon_sym_STAR] = ACTIONS(121), [anon_sym_print] = ACTIONS(124), [anon_sym_assert] = ACTIONS(127), [anon_sym_return] = ACTIONS(130), [anon_sym_del] = ACTIONS(133), [anon_sym_raise] = ACTIONS(136), [anon_sym_pass] = ACTIONS(139), [anon_sym_break] = ACTIONS(142), [anon_sym_continue] = ACTIONS(145), [anon_sym_if] = ACTIONS(236), [anon_sym_async] = ACTIONS(239), [anon_sym_for] = ACTIONS(242), [anon_sym_while] = ACTIONS(245), [anon_sym_try] = ACTIONS(248), [anon_sym_with] = ACTIONS(251), [anon_sym_match] = ACTIONS(254), [anon_sym_DASH] = ACTIONS(169), [anon_sym_PLUS] = ACTIONS(169), [anon_sym_LBRACK] = ACTIONS(172), [anon_sym_LBRACE] = ACTIONS(175), [anon_sym_STAR_STAR] = ACTIONS(178), [anon_sym_def] = ACTIONS(257), [anon_sym_global] = ACTIONS(184), [anon_sym_nonlocal] = ACTIONS(187), [anon_sym_exec] = ACTIONS(190), [anon_sym_type] = ACTIONS(193), [anon_sym_class] = ACTIONS(260), [anon_sym_AT] = ACTIONS(199), [anon_sym_not] = ACTIONS(202), [anon_sym_TILDE] = ACTIONS(169), [anon_sym_lambda] = ACTIONS(205), [anon_sym_yield] = ACTIONS(208), [sym_ellipsis] = ACTIONS(211), [sym_integer] = ACTIONS(214), [sym_float] = ACTIONS(211), [anon_sym_await] = ACTIONS(217), [sym_true] = ACTIONS(214), [sym_false] = ACTIONS(214), [sym_none] = ACTIONS(214), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(222), [sym__template_string_start] = ACTIONS(225), }, [66] = { [sym_named_expression] = STATE(880), [sym_list_splat] = STATE(1375), [sym_dictionary_splat] = STATE(1375), [sym_expression_list] = STATE(1430), [sym_expression] = STATE(1066), [sym_primary_expression] = STATE(652), [sym_not_operator] = STATE(880), [sym_boolean_operator] = STATE(880), [sym_binary_operator] = STATE(649), [sym_unary_operator] = STATE(649), [sym_comparison_operator] = STATE(880), [sym_lambda] = STATE(880), [sym_attribute] = STATE(649), [sym_subscript] = STATE(649), [sym_call] = STATE(649), [sym_list] = STATE(649), [sym_set] = STATE(649), [sym_tuple] = STATE(649), [sym_dictionary] = STATE(649), [sym_list_comprehension] = STATE(649), [sym_dictionary_comprehension] = STATE(649), [sym_set_comprehension] = STATE(649), [sym_generator_expression] = STATE(649), [sym_parenthesized_expression] = STATE(649), [sym_conditional_expression] = STATE(880), [sym_concatenated_string] = STATE(649), [sym_string] = STATE(569), [sym_concatenated_template_string] = STATE(649), [sym_template_string] = STATE(570), [sym_await] = STATE(649), [sym_identifier] = ACTIONS(263), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(267), [anon_sym_COMMA] = ACTIONS(270), [anon_sym_STAR] = ACTIONS(273), [anon_sym_print] = ACTIONS(276), [anon_sym_GT_GT] = ACTIONS(265), [anon_sym_COLON_EQ] = ACTIONS(278), [anon_sym_if] = ACTIONS(265), [anon_sym_COLON] = ACTIONS(280), [anon_sym_async] = ACTIONS(276), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(276), [anon_sym_PIPE] = ACTIONS(265), [anon_sym_DASH] = ACTIONS(282), [anon_sym_PLUS] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(285), [anon_sym_LBRACE] = ACTIONS(288), [anon_sym_STAR_STAR] = ACTIONS(290), [anon_sym_EQ] = ACTIONS(280), [anon_sym_exec] = ACTIONS(276), [anon_sym_type] = ACTIONS(276), [anon_sym_AT] = ACTIONS(265), [anon_sym_not] = ACTIONS(293), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(265), [anon_sym_SLASH_SLASH] = ACTIONS(265), [anon_sym_AMP] = ACTIONS(265), [anon_sym_CARET] = ACTIONS(265), [anon_sym_LT_LT] = ACTIONS(265), [anon_sym_TILDE] = ACTIONS(296), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [anon_sym_lambda] = ACTIONS(300), [anon_sym_PLUS_EQ] = ACTIONS(302), [anon_sym_DASH_EQ] = ACTIONS(302), [anon_sym_STAR_EQ] = ACTIONS(302), [anon_sym_SLASH_EQ] = ACTIONS(302), [anon_sym_AT_EQ] = ACTIONS(302), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(302), [anon_sym_PERCENT_EQ] = ACTIONS(302), [anon_sym_STAR_STAR_EQ] = ACTIONS(302), [anon_sym_GT_GT_EQ] = ACTIONS(302), [anon_sym_LT_LT_EQ] = ACTIONS(302), [anon_sym_AMP_EQ] = ACTIONS(302), [anon_sym_CARET_EQ] = ACTIONS(302), [anon_sym_PIPE_EQ] = ACTIONS(302), [sym_ellipsis] = ACTIONS(304), [sym_integer] = ACTIONS(306), [sym_float] = ACTIONS(304), [anon_sym_await] = ACTIONS(308), [sym_true] = ACTIONS(306), [sym_false] = ACTIONS(306), [sym_none] = ACTIONS(306), [sym_comment] = ACTIONS(3), [sym__semicolon] = ACTIONS(298), [sym__newline] = ACTIONS(298), [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, [67] = { [sym_named_expression] = STATE(880), [sym_list_splat] = STATE(1375), [sym_dictionary_splat] = STATE(1375), [sym_expression_list] = STATE(1433), [sym_expression] = STATE(1052), [sym_primary_expression] = STATE(652), [sym_not_operator] = STATE(880), [sym_boolean_operator] = STATE(880), [sym_binary_operator] = STATE(649), [sym_unary_operator] = STATE(649), [sym_comparison_operator] = STATE(880), [sym_lambda] = STATE(880), [sym_attribute] = STATE(649), [sym_subscript] = STATE(649), [sym_call] = STATE(649), [sym_list] = STATE(649), [sym_set] = STATE(649), [sym_tuple] = STATE(649), [sym_dictionary] = STATE(649), [sym_list_comprehension] = STATE(649), [sym_dictionary_comprehension] = STATE(649), [sym_set_comprehension] = STATE(649), [sym_generator_expression] = STATE(649), [sym_parenthesized_expression] = STATE(649), [sym_conditional_expression] = STATE(880), [sym_concatenated_string] = STATE(649), [sym_string] = STATE(569), [sym_concatenated_template_string] = STATE(649), [sym_template_string] = STATE(570), [sym_await] = STATE(649), [sym_identifier] = ACTIONS(263), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(267), [anon_sym_COMMA] = ACTIONS(270), [anon_sym_STAR] = ACTIONS(273), [anon_sym_print] = ACTIONS(276), [anon_sym_GT_GT] = ACTIONS(265), [anon_sym_COLON_EQ] = ACTIONS(278), [anon_sym_if] = ACTIONS(265), [anon_sym_COLON] = ACTIONS(280), [anon_sym_async] = ACTIONS(276), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(276), [anon_sym_PIPE] = ACTIONS(265), [anon_sym_DASH] = ACTIONS(282), [anon_sym_PLUS] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(285), [anon_sym_LBRACE] = ACTIONS(288), [anon_sym_STAR_STAR] = ACTIONS(290), [anon_sym_EQ] = ACTIONS(280), [anon_sym_exec] = ACTIONS(276), [anon_sym_type] = ACTIONS(276), [anon_sym_AT] = ACTIONS(265), [anon_sym_not] = ACTIONS(293), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(265), [anon_sym_SLASH_SLASH] = ACTIONS(265), [anon_sym_AMP] = ACTIONS(265), [anon_sym_CARET] = ACTIONS(265), [anon_sym_LT_LT] = ACTIONS(265), [anon_sym_TILDE] = ACTIONS(296), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [anon_sym_lambda] = ACTIONS(300), [anon_sym_PLUS_EQ] = ACTIONS(302), [anon_sym_DASH_EQ] = ACTIONS(302), [anon_sym_STAR_EQ] = ACTIONS(302), [anon_sym_SLASH_EQ] = ACTIONS(302), [anon_sym_AT_EQ] = ACTIONS(302), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(302), [anon_sym_PERCENT_EQ] = ACTIONS(302), [anon_sym_STAR_STAR_EQ] = ACTIONS(302), [anon_sym_GT_GT_EQ] = ACTIONS(302), [anon_sym_LT_LT_EQ] = ACTIONS(302), [anon_sym_AMP_EQ] = ACTIONS(302), [anon_sym_CARET_EQ] = ACTIONS(302), [anon_sym_PIPE_EQ] = ACTIONS(302), [sym_ellipsis] = ACTIONS(304), [sym_integer] = ACTIONS(306), [sym_float] = ACTIONS(304), [anon_sym_await] = ACTIONS(308), [sym_true] = ACTIONS(306), [sym_false] = ACTIONS(306), [sym_none] = ACTIONS(306), [sym_comment] = ACTIONS(3), [sym__semicolon] = ACTIONS(298), [sym__newline] = ACTIONS(298), [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, [68] = { [sym__simple_statements] = STATE(536), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(316), [sym__indent] = ACTIONS(318), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [69] = { [sym__simple_statements] = STATE(439), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(320), [sym__indent] = ACTIONS(322), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [70] = { [sym__simple_statements] = STATE(533), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(324), [sym__indent] = ACTIONS(326), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [71] = { [sym__simple_statements] = STATE(424), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(328), [sym__indent] = ACTIONS(330), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [72] = { [sym__simple_statements] = STATE(418), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(332), [sym__indent] = ACTIONS(334), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [73] = { [sym__simple_statements] = STATE(413), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(336), [sym__indent] = ACTIONS(338), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [74] = { [sym__simple_statements] = STATE(463), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(340), [sym__indent] = ACTIONS(342), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [75] = { [sym__simple_statements] = STATE(437), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(344), [sym__indent] = ACTIONS(346), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [76] = { [sym__simple_statements] = STATE(461), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(348), [sym__indent] = ACTIONS(350), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [77] = { [sym__simple_statements] = STATE(428), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(352), [sym__indent] = ACTIONS(354), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [78] = { [sym__simple_statements] = STATE(455), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(356), [sym__indent] = ACTIONS(358), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [79] = { [sym__simple_statements] = STATE(539), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(360), [sym__indent] = ACTIONS(362), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [80] = { [sym__simple_statements] = STATE(493), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(364), [sym__indent] = ACTIONS(366), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [81] = { [sym__simple_statements] = STATE(487), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(368), [sym__indent] = ACTIONS(370), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [82] = { [sym__simple_statements] = STATE(393), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(372), [sym__indent] = ACTIONS(374), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [83] = { [sym__simple_statements] = STATE(471), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(376), [sym__indent] = ACTIONS(378), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [84] = { [sym__simple_statements] = STATE(550), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(380), [sym__indent] = ACTIONS(382), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [85] = { [sym__simple_statements] = STATE(476), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(384), [sym__indent] = ACTIONS(386), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [86] = { [sym__simple_statements] = STATE(495), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(388), [sym__indent] = ACTIONS(390), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [87] = { [sym__simple_statements] = STATE(430), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(392), [sym__indent] = ACTIONS(394), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [88] = { [sym__simple_statements] = STATE(300), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(396), [sym__indent] = ACTIONS(398), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [89] = { [sym__simple_statements] = STATE(420), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(400), [sym__indent] = ACTIONS(402), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [90] = { [sym__simple_statements] = STATE(558), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(404), [sym__indent] = ACTIONS(406), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [91] = { [sym__simple_statements] = STATE(391), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(408), [sym__indent] = ACTIONS(410), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [92] = { [sym__simple_statements] = STATE(500), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(412), [sym__indent] = ACTIONS(414), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [93] = { [sym__simple_statements] = STATE(401), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(416), [sym__indent] = ACTIONS(418), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [94] = { [sym__simple_statements] = STATE(396), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(420), [sym__indent] = ACTIONS(422), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [95] = { [sym__simple_statements] = STATE(394), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(424), [sym__indent] = ACTIONS(426), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [96] = { [sym__simple_statements] = STATE(465), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(428), [sym__indent] = ACTIONS(430), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [97] = { [sym__simple_statements] = STATE(525), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(432), [sym__indent] = ACTIONS(434), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [98] = { [sym__simple_statements] = STATE(453), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(436), [sym__indent] = ACTIONS(438), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [99] = { [sym__simple_statements] = STATE(547), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(440), [sym__indent] = ACTIONS(442), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [100] = { [sym__simple_statements] = STATE(567), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(444), [sym__indent] = ACTIONS(446), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [101] = { [sym__simple_statements] = STATE(997), [sym_import_statement] = STATE(1212), [sym_future_import_statement] = STATE(1212), [sym_import_from_statement] = STATE(1212), [sym_print_statement] = STATE(1212), [sym_assert_statement] = STATE(1212), [sym_expression_statement] = STATE(1212), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1212), [sym_delete_statement] = STATE(1212), [sym_raise_statement] = STATE(1212), [sym_pass_statement] = STATE(1212), [sym_break_statement] = STATE(1212), [sym_continue_statement] = STATE(1212), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1212), [sym_nonlocal_statement] = STATE(1212), [sym_exec_statement] = STATE(1212), [sym_type_alias_statement] = STATE(1212), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(448), [sym__indent] = ACTIONS(450), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [102] = { [sym__simple_statements] = STATE(477), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(452), [sym__indent] = ACTIONS(454), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [103] = { [sym__simple_statements] = STATE(472), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(456), [sym__indent] = ACTIONS(458), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [104] = { [sym__simple_statements] = STATE(411), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(460), [sym__indent] = ACTIONS(462), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [105] = { [sym__simple_statements] = STATE(438), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(464), [sym__indent] = ACTIONS(466), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [106] = { [sym__simple_statements] = STATE(518), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(468), [sym__indent] = ACTIONS(470), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [107] = { [sym__simple_statements] = STATE(464), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(472), [sym__indent] = ACTIONS(474), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [108] = { [sym__simple_statements] = STATE(302), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(476), [sym__indent] = ACTIONS(478), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [109] = { [sym__simple_statements] = STATE(509), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(480), [sym__indent] = ACTIONS(482), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [110] = { [sym__simple_statements] = STATE(552), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(484), [sym__indent] = ACTIONS(486), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [111] = { [sym_chevron] = STATE(1109), [sym_named_expression] = STATE(955), [sym_expression] = STATE(1012), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_attribute] = STATE(760), [sym_subscript] = STATE(760), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(488), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(298), [anon_sym_COMMA] = ACTIONS(270), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(490), [anon_sym_GT_GT] = ACTIONS(492), [anon_sym_COLON_EQ] = ACTIONS(278), [anon_sym_if] = ACTIONS(265), [anon_sym_COLON] = ACTIONS(280), [anon_sym_async] = ACTIONS(490), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(490), [anon_sym_PIPE] = ACTIONS(265), [anon_sym_DASH] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(265), [anon_sym_LBRACK] = ACTIONS(298), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(265), [anon_sym_EQ] = ACTIONS(280), [anon_sym_exec] = ACTIONS(490), [anon_sym_type] = ACTIONS(490), [anon_sym_AT] = ACTIONS(265), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(265), [anon_sym_SLASH_SLASH] = ACTIONS(265), [anon_sym_AMP] = ACTIONS(265), [anon_sym_CARET] = ACTIONS(265), [anon_sym_LT_LT] = ACTIONS(265), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [anon_sym_lambda] = ACTIONS(71), [anon_sym_PLUS_EQ] = ACTIONS(302), [anon_sym_DASH_EQ] = ACTIONS(302), [anon_sym_STAR_EQ] = ACTIONS(302), [anon_sym_SLASH_EQ] = ACTIONS(302), [anon_sym_AT_EQ] = ACTIONS(302), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(302), [anon_sym_PERCENT_EQ] = ACTIONS(302), [anon_sym_STAR_STAR_EQ] = ACTIONS(302), [anon_sym_GT_GT_EQ] = ACTIONS(302), [anon_sym_LT_LT_EQ] = ACTIONS(302), [anon_sym_AMP_EQ] = ACTIONS(302), [anon_sym_CARET_EQ] = ACTIONS(302), [anon_sym_PIPE_EQ] = ACTIONS(302), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(494), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__semicolon] = ACTIONS(298), [sym__newline] = ACTIONS(298), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [112] = { [sym__simple_statements] = STATE(501), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(496), [sym__indent] = ACTIONS(498), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [113] = { [sym__simple_statements] = STATE(486), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(500), [sym__indent] = ACTIONS(502), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [114] = { [sym__simple_statements] = STATE(995), [sym_import_statement] = STATE(1212), [sym_future_import_statement] = STATE(1212), [sym_import_from_statement] = STATE(1212), [sym_print_statement] = STATE(1212), [sym_assert_statement] = STATE(1212), [sym_expression_statement] = STATE(1212), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1212), [sym_delete_statement] = STATE(1212), [sym_raise_statement] = STATE(1212), [sym_pass_statement] = STATE(1212), [sym_break_statement] = STATE(1212), [sym_continue_statement] = STATE(1212), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1212), [sym_nonlocal_statement] = STATE(1212), [sym_exec_statement] = STATE(1212), [sym_type_alias_statement] = STATE(1212), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(504), [sym__indent] = ACTIONS(506), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [115] = { [sym__simple_statements] = STATE(404), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(508), [sym__indent] = ACTIONS(510), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [116] = { [sym__simple_statements] = STATE(561), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(512), [sym__indent] = ACTIONS(514), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [117] = { [sym__simple_statements] = STATE(511), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(516), [sym__indent] = ACTIONS(518), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [118] = { [sym__simple_statements] = STATE(468), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(520), [sym__indent] = ACTIONS(522), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [119] = { [sym__simple_statements] = STATE(564), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(524), [sym__indent] = ACTIONS(526), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [120] = { [sym__simple_statements] = STATE(563), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(528), [sym__indent] = ACTIONS(530), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [121] = { [sym__simple_statements] = STATE(515), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(532), [sym__indent] = ACTIONS(534), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [122] = { [sym__simple_statements] = STATE(557), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(536), [sym__indent] = ACTIONS(538), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [123] = { [sym__simple_statements] = STATE(399), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(540), [sym__indent] = ACTIONS(542), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [124] = { [sym__simple_statements] = STATE(410), [sym_import_statement] = STATE(1227), [sym_future_import_statement] = STATE(1227), [sym_import_from_statement] = STATE(1227), [sym_print_statement] = STATE(1227), [sym_assert_statement] = STATE(1227), [sym_expression_statement] = STATE(1227), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1227), [sym_delete_statement] = STATE(1227), [sym_raise_statement] = STATE(1227), [sym_pass_statement] = STATE(1227), [sym_break_statement] = STATE(1227), [sym_continue_statement] = STATE(1227), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1227), [sym_nonlocal_statement] = STATE(1227), [sym_exec_statement] = STATE(1227), [sym_type_alias_statement] = STATE(1227), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(544), [sym__indent] = ACTIONS(546), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [125] = { [sym__simple_statements] = STATE(508), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(548), [sym__indent] = ACTIONS(550), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [126] = { [sym__simple_statements] = STATE(507), [sym_import_statement] = STATE(1181), [sym_future_import_statement] = STATE(1181), [sym_import_from_statement] = STATE(1181), [sym_print_statement] = STATE(1181), [sym_assert_statement] = STATE(1181), [sym_expression_statement] = STATE(1181), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1181), [sym_delete_statement] = STATE(1181), [sym_raise_statement] = STATE(1181), [sym_pass_statement] = STATE(1181), [sym_break_statement] = STATE(1181), [sym_continue_statement] = STATE(1181), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1181), [sym_nonlocal_statement] = STATE(1181), [sym_exec_statement] = STATE(1181), [sym_type_alias_statement] = STATE(1181), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(552), [sym__indent] = ACTIONS(554), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [127] = { [sym_import_statement] = STATE(1369), [sym_future_import_statement] = STATE(1369), [sym_import_from_statement] = STATE(1369), [sym_print_statement] = STATE(1369), [sym_assert_statement] = STATE(1369), [sym_expression_statement] = STATE(1369), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1369), [sym_delete_statement] = STATE(1369), [sym_raise_statement] = STATE(1369), [sym_pass_statement] = STATE(1369), [sym_break_statement] = STATE(1369), [sym_continue_statement] = STATE(1369), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1369), [sym_nonlocal_statement] = STATE(1369), [sym_exec_statement] = STATE(1369), [sym_type_alias_statement] = STATE(1369), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(556), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [128] = { [sym_import_statement] = STATE(1369), [sym_future_import_statement] = STATE(1369), [sym_import_from_statement] = STATE(1369), [sym_print_statement] = STATE(1369), [sym_assert_statement] = STATE(1369), [sym_expression_statement] = STATE(1369), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1369), [sym_delete_statement] = STATE(1369), [sym_raise_statement] = STATE(1369), [sym_pass_statement] = STATE(1369), [sym_break_statement] = STATE(1369), [sym_continue_statement] = STATE(1369), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1369), [sym_nonlocal_statement] = STATE(1369), [sym_exec_statement] = STATE(1369), [sym_type_alias_statement] = STATE(1369), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(558), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [129] = { [sym_import_statement] = STATE(1369), [sym_future_import_statement] = STATE(1369), [sym_import_from_statement] = STATE(1369), [sym_print_statement] = STATE(1369), [sym_assert_statement] = STATE(1369), [sym_expression_statement] = STATE(1369), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1369), [sym_delete_statement] = STATE(1369), [sym_raise_statement] = STATE(1369), [sym_pass_statement] = STATE(1369), [sym_break_statement] = STATE(1369), [sym_continue_statement] = STATE(1369), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1369), [sym_nonlocal_statement] = STATE(1369), [sym_exec_statement] = STATE(1369), [sym_type_alias_statement] = STATE(1369), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(560), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [130] = { [sym_import_statement] = STATE(1369), [sym_future_import_statement] = STATE(1369), [sym_import_from_statement] = STATE(1369), [sym_print_statement] = STATE(1369), [sym_assert_statement] = STATE(1369), [sym_expression_statement] = STATE(1369), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1369), [sym_delete_statement] = STATE(1369), [sym_raise_statement] = STATE(1369), [sym_pass_statement] = STATE(1369), [sym_break_statement] = STATE(1369), [sym_continue_statement] = STATE(1369), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1369), [sym_nonlocal_statement] = STATE(1369), [sym_exec_statement] = STATE(1369), [sym_type_alias_statement] = STATE(1369), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(562), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [131] = { [sym_import_statement] = STATE(1369), [sym_future_import_statement] = STATE(1369), [sym_import_from_statement] = STATE(1369), [sym_print_statement] = STATE(1369), [sym_assert_statement] = STATE(1369), [sym_expression_statement] = STATE(1369), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1369), [sym_delete_statement] = STATE(1369), [sym_raise_statement] = STATE(1369), [sym_pass_statement] = STATE(1369), [sym_break_statement] = STATE(1369), [sym_continue_statement] = STATE(1369), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1369), [sym_nonlocal_statement] = STATE(1369), [sym_exec_statement] = STATE(1369), [sym_type_alias_statement] = STATE(1369), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(564), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [132] = { [sym_import_statement] = STATE(1369), [sym_future_import_statement] = STATE(1369), [sym_import_from_statement] = STATE(1369), [sym_print_statement] = STATE(1369), [sym_assert_statement] = STATE(1369), [sym_expression_statement] = STATE(1369), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1369), [sym_delete_statement] = STATE(1369), [sym_raise_statement] = STATE(1369), [sym_pass_statement] = STATE(1369), [sym_break_statement] = STATE(1369), [sym_continue_statement] = STATE(1369), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1369), [sym_nonlocal_statement] = STATE(1369), [sym_exec_statement] = STATE(1369), [sym_type_alias_statement] = STATE(1369), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(566), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [133] = { [sym_import_statement] = STATE(1369), [sym_future_import_statement] = STATE(1369), [sym_import_from_statement] = STATE(1369), [sym_print_statement] = STATE(1369), [sym_assert_statement] = STATE(1369), [sym_expression_statement] = STATE(1369), [sym_named_expression] = STATE(955), [sym_return_statement] = STATE(1369), [sym_delete_statement] = STATE(1369), [sym_raise_statement] = STATE(1369), [sym_pass_statement] = STATE(1369), [sym_break_statement] = STATE(1369), [sym_continue_statement] = STATE(1369), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_global_statement] = STATE(1369), [sym_nonlocal_statement] = STATE(1369), [sym_exec_statement] = STATE(1369), [sym_type_alias_statement] = STATE(1369), [sym_expression_list] = STATE(1329), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1032), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1329), [sym_augmented_assignment] = STATE(1329), [sym_pattern_list] = STATE(874), [sym_yield] = STATE(1329), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [134] = { [sym_primary_expression] = STATE(711), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_attribute] = STATE(760), [sym_subscript] = STATE(760), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(77), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(568), [anon_sym_COMMA] = ACTIONS(270), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(570), [anon_sym_GT_GT] = ACTIONS(265), [anon_sym_COLON_EQ] = ACTIONS(278), [anon_sym_if] = ACTIONS(265), [anon_sym_COLON] = ACTIONS(280), [anon_sym_async] = ACTIONS(570), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(570), [anon_sym_PIPE] = ACTIONS(265), [anon_sym_DASH] = ACTIONS(572), [anon_sym_PLUS] = ACTIONS(572), [anon_sym_LBRACK] = ACTIONS(574), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(265), [anon_sym_EQ] = ACTIONS(280), [anon_sym_exec] = ACTIONS(570), [anon_sym_type] = ACTIONS(570), [anon_sym_AT] = ACTIONS(265), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(265), [anon_sym_SLASH_SLASH] = ACTIONS(265), [anon_sym_AMP] = ACTIONS(265), [anon_sym_CARET] = ACTIONS(265), [anon_sym_LT_LT] = ACTIONS(265), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [anon_sym_PLUS_EQ] = ACTIONS(302), [anon_sym_DASH_EQ] = ACTIONS(302), [anon_sym_STAR_EQ] = ACTIONS(302), [anon_sym_SLASH_EQ] = ACTIONS(302), [anon_sym_AT_EQ] = ACTIONS(302), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(302), [anon_sym_PERCENT_EQ] = ACTIONS(302), [anon_sym_STAR_STAR_EQ] = ACTIONS(302), [anon_sym_GT_GT_EQ] = ACTIONS(302), [anon_sym_LT_LT_EQ] = ACTIONS(302), [anon_sym_AMP_EQ] = ACTIONS(302), [anon_sym_CARET_EQ] = ACTIONS(302), [anon_sym_PIPE_EQ] = ACTIONS(302), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(576), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__semicolon] = ACTIONS(298), [sym__newline] = ACTIONS(298), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [135] = { [sym_primary_expression] = STATE(669), [sym_binary_operator] = STATE(649), [sym_unary_operator] = STATE(649), [sym_attribute] = STATE(649), [sym_subscript] = STATE(649), [sym_call] = STATE(649), [sym_list] = STATE(649), [sym_set] = STATE(649), [sym_tuple] = STATE(649), [sym_dictionary] = STATE(649), [sym_list_comprehension] = STATE(649), [sym_dictionary_comprehension] = STATE(649), [sym_set_comprehension] = STATE(649), [sym_generator_expression] = STATE(649), [sym_parenthesized_expression] = STATE(649), [sym_concatenated_string] = STATE(649), [sym_string] = STATE(569), [sym_concatenated_template_string] = STATE(649), [sym_template_string] = STATE(570), [sym_await] = STATE(649), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(578), [anon_sym_RPAREN] = ACTIONS(580), [anon_sym_COMMA] = ACTIONS(580), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(265), [anon_sym_COLON_EQ] = ACTIONS(585), [anon_sym_if] = ACTIONS(265), [anon_sym_COLON] = ACTIONS(587), [anon_sym_async] = ACTIONS(583), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(265), [anon_sym_DASH] = ACTIONS(589), [anon_sym_PLUS] = ACTIONS(589), [anon_sym_LBRACK] = ACTIONS(591), [anon_sym_RBRACK] = ACTIONS(580), [anon_sym_LBRACE] = ACTIONS(288), [anon_sym_STAR_STAR] = ACTIONS(265), [anon_sym_EQ] = ACTIONS(587), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(265), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(265), [anon_sym_SLASH_SLASH] = ACTIONS(265), [anon_sym_AMP] = ACTIONS(265), [anon_sym_CARET] = ACTIONS(265), [anon_sym_LT_LT] = ACTIONS(265), [anon_sym_TILDE] = ACTIONS(296), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [anon_sym_PLUS_EQ] = ACTIONS(593), [anon_sym_DASH_EQ] = ACTIONS(593), [anon_sym_STAR_EQ] = ACTIONS(593), [anon_sym_SLASH_EQ] = ACTIONS(593), [anon_sym_AT_EQ] = ACTIONS(593), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(593), [anon_sym_PERCENT_EQ] = ACTIONS(593), [anon_sym_STAR_STAR_EQ] = ACTIONS(593), [anon_sym_GT_GT_EQ] = ACTIONS(593), [anon_sym_LT_LT_EQ] = ACTIONS(593), [anon_sym_AMP_EQ] = ACTIONS(593), [anon_sym_CARET_EQ] = ACTIONS(593), [anon_sym_PIPE_EQ] = ACTIONS(593), [sym_ellipsis] = ACTIONS(304), [sym_integer] = ACTIONS(306), [sym_float] = ACTIONS(304), [anon_sym_await] = ACTIONS(595), [sym_true] = ACTIONS(306), [sym_false] = ACTIONS(306), [sym_none] = ACTIONS(306), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, [136] = { [sym_primary_expression] = STATE(669), [sym_binary_operator] = STATE(649), [sym_unary_operator] = STATE(649), [sym_attribute] = STATE(649), [sym_subscript] = STATE(649), [sym_call] = STATE(649), [sym_list] = STATE(649), [sym_set] = STATE(649), [sym_tuple] = STATE(649), [sym_dictionary] = STATE(649), [sym_list_comprehension] = STATE(649), [sym_dictionary_comprehension] = STATE(649), [sym_set_comprehension] = STATE(649), [sym_generator_expression] = STATE(649), [sym_parenthesized_expression] = STATE(649), [sym_concatenated_string] = STATE(649), [sym_string] = STATE(569), [sym_concatenated_template_string] = STATE(649), [sym_template_string] = STATE(570), [sym_await] = STATE(649), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(578), [anon_sym_RPAREN] = ACTIONS(298), [anon_sym_COMMA] = ACTIONS(298), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(298), [anon_sym_COLON_EQ] = ACTIONS(585), [anon_sym_if] = ACTIONS(265), [anon_sym_COLON] = ACTIONS(265), [anon_sym_else] = ACTIONS(265), [anon_sym_async] = ACTIONS(583), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(298), [anon_sym_DASH] = ACTIONS(296), [anon_sym_PLUS] = ACTIONS(296), [anon_sym_LBRACK] = ACTIONS(591), [anon_sym_RBRACK] = ACTIONS(298), [anon_sym_LBRACE] = ACTIONS(288), [anon_sym_RBRACE] = ACTIONS(298), [anon_sym_STAR_STAR] = ACTIONS(298), [anon_sym_EQ] = ACTIONS(265), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(298), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(298), [anon_sym_SLASH_SLASH] = ACTIONS(298), [anon_sym_AMP] = ACTIONS(298), [anon_sym_CARET] = ACTIONS(298), [anon_sym_LT_LT] = ACTIONS(298), [anon_sym_TILDE] = ACTIONS(296), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [sym_ellipsis] = ACTIONS(304), [sym_type_conversion] = ACTIONS(298), [sym_integer] = ACTIONS(306), [sym_float] = ACTIONS(304), [anon_sym_await] = ACTIONS(595), [sym_true] = ACTIONS(306), [sym_false] = ACTIONS(306), [sym_none] = ACTIONS(306), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, [137] = { [sym_primary_expression] = STATE(669), [sym_binary_operator] = STATE(649), [sym_unary_operator] = STATE(649), [sym_attribute] = STATE(649), [sym_subscript] = STATE(649), [sym_call] = STATE(649), [sym_list] = STATE(649), [sym_set] = STATE(649), [sym_tuple] = STATE(649), [sym_dictionary] = STATE(649), [sym_list_comprehension] = STATE(649), [sym_dictionary_comprehension] = STATE(649), [sym_set_comprehension] = STATE(649), [sym_generator_expression] = STATE(649), [sym_parenthesized_expression] = STATE(649), [sym_concatenated_string] = STATE(649), [sym_string] = STATE(569), [sym_concatenated_template_string] = STATE(649), [sym_template_string] = STATE(570), [sym_await] = STATE(649), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(578), [anon_sym_RPAREN] = ACTIONS(298), [anon_sym_COMMA] = ACTIONS(298), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(298), [anon_sym_if] = ACTIONS(265), [anon_sym_COLON] = ACTIONS(298), [anon_sym_else] = ACTIONS(265), [anon_sym_async] = ACTIONS(583), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(298), [anon_sym_DASH] = ACTIONS(296), [anon_sym_PLUS] = ACTIONS(296), [anon_sym_LBRACK] = ACTIONS(591), [anon_sym_RBRACK] = ACTIONS(298), [anon_sym_LBRACE] = ACTIONS(288), [anon_sym_RBRACE] = ACTIONS(298), [anon_sym_STAR_STAR] = ACTIONS(298), [anon_sym_EQ] = ACTIONS(265), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(298), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(298), [anon_sym_SLASH_SLASH] = ACTIONS(298), [anon_sym_AMP] = ACTIONS(298), [anon_sym_CARET] = ACTIONS(298), [anon_sym_LT_LT] = ACTIONS(298), [anon_sym_TILDE] = ACTIONS(296), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [sym_ellipsis] = ACTIONS(304), [sym_type_conversion] = ACTIONS(298), [sym_integer] = ACTIONS(306), [sym_float] = ACTIONS(304), [anon_sym_await] = ACTIONS(595), [sym_true] = ACTIONS(306), [sym_false] = ACTIONS(306), [sym_none] = ACTIONS(306), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, [138] = { [sym_primary_expression] = STATE(675), [sym_binary_operator] = STATE(649), [sym_unary_operator] = STATE(649), [sym_attribute] = STATE(649), [sym_subscript] = STATE(649), [sym_call] = STATE(649), [sym_list] = STATE(649), [sym_set] = STATE(649), [sym_tuple] = STATE(649), [sym_dictionary] = STATE(649), [sym_list_comprehension] = STATE(649), [sym_dictionary_comprehension] = STATE(649), [sym_set_comprehension] = STATE(649), [sym_generator_expression] = STATE(649), [sym_parenthesized_expression] = STATE(649), [sym_concatenated_string] = STATE(649), [sym_string] = STATE(569), [sym_concatenated_template_string] = STATE(649), [sym_template_string] = STATE(570), [sym_await] = STATE(649), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(597), [anon_sym_RPAREN] = ACTIONS(298), [anon_sym_COMMA] = ACTIONS(298), [anon_sym_as] = ACTIONS(265), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(298), [anon_sym_COLON_EQ] = ACTIONS(599), [anon_sym_if] = ACTIONS(265), [anon_sym_COLON] = ACTIONS(265), [anon_sym_async] = ACTIONS(583), [anon_sym_for] = ACTIONS(265), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(298), [anon_sym_DASH] = ACTIONS(601), [anon_sym_PLUS] = ACTIONS(601), [anon_sym_LBRACK] = ACTIONS(603), [anon_sym_RBRACK] = ACTIONS(298), [anon_sym_LBRACE] = ACTIONS(288), [anon_sym_RBRACE] = ACTIONS(298), [anon_sym_STAR_STAR] = ACTIONS(298), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(298), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(298), [anon_sym_SLASH_SLASH] = ACTIONS(298), [anon_sym_AMP] = ACTIONS(298), [anon_sym_CARET] = ACTIONS(298), [anon_sym_LT_LT] = ACTIONS(298), [anon_sym_TILDE] = ACTIONS(601), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [sym_ellipsis] = ACTIONS(304), [sym_integer] = ACTIONS(306), [sym_float] = ACTIONS(304), [anon_sym_await] = ACTIONS(605), [sym_true] = ACTIONS(306), [sym_false] = ACTIONS(306), [sym_none] = ACTIONS(306), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, [139] = { [sym_primary_expression] = STATE(675), [sym_binary_operator] = STATE(649), [sym_unary_operator] = STATE(649), [sym_attribute] = STATE(649), [sym_subscript] = STATE(649), [sym_call] = STATE(649), [sym_list] = STATE(649), [sym_set] = STATE(649), [sym_tuple] = STATE(649), [sym_dictionary] = STATE(649), [sym_list_comprehension] = STATE(649), [sym_dictionary_comprehension] = STATE(649), [sym_set_comprehension] = STATE(649), [sym_generator_expression] = STATE(649), [sym_parenthesized_expression] = STATE(649), [sym_concatenated_string] = STATE(649), [sym_string] = STATE(569), [sym_concatenated_template_string] = STATE(649), [sym_template_string] = STATE(570), [sym_await] = STATE(649), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(597), [anon_sym_RPAREN] = ACTIONS(298), [anon_sym_COMMA] = ACTIONS(298), [anon_sym_as] = ACTIONS(265), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(298), [anon_sym_if] = ACTIONS(265), [anon_sym_COLON] = ACTIONS(298), [anon_sym_async] = ACTIONS(583), [anon_sym_for] = ACTIONS(265), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(298), [anon_sym_DASH] = ACTIONS(601), [anon_sym_PLUS] = ACTIONS(601), [anon_sym_LBRACK] = ACTIONS(603), [anon_sym_RBRACK] = ACTIONS(298), [anon_sym_LBRACE] = ACTIONS(288), [anon_sym_RBRACE] = ACTIONS(298), [anon_sym_STAR_STAR] = ACTIONS(298), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(298), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(298), [anon_sym_SLASH_SLASH] = ACTIONS(298), [anon_sym_AMP] = ACTIONS(298), [anon_sym_CARET] = ACTIONS(298), [anon_sym_LT_LT] = ACTIONS(298), [anon_sym_TILDE] = ACTIONS(601), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [sym_ellipsis] = ACTIONS(304), [sym_integer] = ACTIONS(306), [sym_float] = ACTIONS(304), [anon_sym_await] = ACTIONS(605), [sym_true] = ACTIONS(306), [sym_false] = ACTIONS(306), [sym_none] = ACTIONS(306), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, [140] = { [sym_primary_expression] = STATE(711), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_attribute] = STATE(760), [sym_subscript] = STATE(760), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(77), [anon_sym_DOT] = ACTIONS(265), [anon_sym_from] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(568), [anon_sym_COMMA] = ACTIONS(298), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(570), [anon_sym_GT_GT] = ACTIONS(298), [anon_sym_COLON_EQ] = ACTIONS(278), [anon_sym_if] = ACTIONS(265), [anon_sym_async] = ACTIONS(570), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(570), [anon_sym_PIPE] = ACTIONS(298), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(574), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(298), [anon_sym_EQ] = ACTIONS(265), [anon_sym_exec] = ACTIONS(570), [anon_sym_type] = ACTIONS(570), [anon_sym_AT] = ACTIONS(298), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(298), [anon_sym_SLASH_SLASH] = ACTIONS(298), [anon_sym_AMP] = ACTIONS(298), [anon_sym_CARET] = ACTIONS(298), [anon_sym_LT_LT] = ACTIONS(298), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(576), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__semicolon] = ACTIONS(298), [sym__newline] = ACTIONS(298), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [141] = { [sym_primary_expression] = STATE(669), [sym_binary_operator] = STATE(649), [sym_unary_operator] = STATE(649), [sym_attribute] = STATE(649), [sym_subscript] = STATE(649), [sym_call] = STATE(649), [sym_list] = STATE(649), [sym_set] = STATE(649), [sym_tuple] = STATE(649), [sym_dictionary] = STATE(649), [sym_list_comprehension] = STATE(649), [sym_dictionary_comprehension] = STATE(649), [sym_set_comprehension] = STATE(649), [sym_generator_expression] = STATE(649), [sym_parenthesized_expression] = STATE(649), [sym_concatenated_string] = STATE(649), [sym_string] = STATE(569), [sym_concatenated_template_string] = STATE(649), [sym_template_string] = STATE(570), [sym_await] = STATE(649), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(578), [anon_sym_RPAREN] = ACTIONS(302), [anon_sym_COMMA] = ACTIONS(302), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(265), [anon_sym_COLON] = ACTIONS(302), [anon_sym_async] = ACTIONS(583), [anon_sym_in] = ACTIONS(280), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(265), [anon_sym_DASH] = ACTIONS(589), [anon_sym_PLUS] = ACTIONS(589), [anon_sym_LBRACK] = ACTIONS(591), [anon_sym_RBRACK] = ACTIONS(302), [anon_sym_LBRACE] = ACTIONS(288), [anon_sym_STAR_STAR] = ACTIONS(265), [anon_sym_EQ] = ACTIONS(302), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(265), [anon_sym_SLASH_SLASH] = ACTIONS(265), [anon_sym_AMP] = ACTIONS(265), [anon_sym_CARET] = ACTIONS(265), [anon_sym_LT_LT] = ACTIONS(265), [anon_sym_TILDE] = ACTIONS(296), [anon_sym_PLUS_EQ] = ACTIONS(302), [anon_sym_DASH_EQ] = ACTIONS(302), [anon_sym_STAR_EQ] = ACTIONS(302), [anon_sym_SLASH_EQ] = ACTIONS(302), [anon_sym_AT_EQ] = ACTIONS(302), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(302), [anon_sym_PERCENT_EQ] = ACTIONS(302), [anon_sym_STAR_STAR_EQ] = ACTIONS(302), [anon_sym_GT_GT_EQ] = ACTIONS(302), [anon_sym_LT_LT_EQ] = ACTIONS(302), [anon_sym_AMP_EQ] = ACTIONS(302), [anon_sym_CARET_EQ] = ACTIONS(302), [anon_sym_PIPE_EQ] = ACTIONS(302), [sym_ellipsis] = ACTIONS(304), [sym_integer] = ACTIONS(306), [sym_float] = ACTIONS(304), [anon_sym_await] = ACTIONS(595), [sym_true] = ACTIONS(306), [sym_false] = ACTIONS(306), [sym_none] = ACTIONS(306), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, [142] = { [sym_primary_expression] = STATE(669), [sym_binary_operator] = STATE(649), [sym_unary_operator] = STATE(649), [sym_attribute] = STATE(649), [sym_subscript] = STATE(649), [sym_call] = STATE(649), [sym_list] = STATE(649), [sym_set] = STATE(649), [sym_tuple] = STATE(649), [sym_dictionary] = STATE(649), [sym_list_comprehension] = STATE(649), [sym_dictionary_comprehension] = STATE(649), [sym_set_comprehension] = STATE(649), [sym_generator_expression] = STATE(649), [sym_parenthesized_expression] = STATE(649), [sym_concatenated_string] = STATE(649), [sym_string] = STATE(569), [sym_concatenated_template_string] = STATE(649), [sym_template_string] = STATE(570), [sym_await] = STATE(649), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(578), [anon_sym_RPAREN] = ACTIONS(593), [anon_sym_COMMA] = ACTIONS(593), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(265), [anon_sym_COLON] = ACTIONS(593), [anon_sym_async] = ACTIONS(583), [anon_sym_in] = ACTIONS(587), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(265), [anon_sym_DASH] = ACTIONS(589), [anon_sym_PLUS] = ACTIONS(589), [anon_sym_LBRACK] = ACTIONS(591), [anon_sym_RBRACK] = ACTIONS(593), [anon_sym_LBRACE] = ACTIONS(288), [anon_sym_STAR_STAR] = ACTIONS(265), [anon_sym_EQ] = ACTIONS(593), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(265), [anon_sym_SLASH_SLASH] = ACTIONS(265), [anon_sym_AMP] = ACTIONS(265), [anon_sym_CARET] = ACTIONS(265), [anon_sym_LT_LT] = ACTIONS(265), [anon_sym_TILDE] = ACTIONS(296), [anon_sym_PLUS_EQ] = ACTIONS(593), [anon_sym_DASH_EQ] = ACTIONS(593), [anon_sym_STAR_EQ] = ACTIONS(593), [anon_sym_SLASH_EQ] = ACTIONS(593), [anon_sym_AT_EQ] = ACTIONS(593), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(593), [anon_sym_PERCENT_EQ] = ACTIONS(593), [anon_sym_STAR_STAR_EQ] = ACTIONS(593), [anon_sym_GT_GT_EQ] = ACTIONS(593), [anon_sym_LT_LT_EQ] = ACTIONS(593), [anon_sym_AMP_EQ] = ACTIONS(593), [anon_sym_CARET_EQ] = ACTIONS(593), [anon_sym_PIPE_EQ] = ACTIONS(593), [sym_ellipsis] = ACTIONS(304), [sym_integer] = ACTIONS(306), [sym_float] = ACTIONS(304), [anon_sym_await] = ACTIONS(595), [sym_true] = ACTIONS(306), [sym_false] = ACTIONS(306), [sym_none] = ACTIONS(306), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, [143] = { [sym_primary_expression] = STATE(748), [sym_binary_operator] = STATE(809), [sym_unary_operator] = STATE(809), [sym_attribute] = STATE(809), [sym_subscript] = STATE(809), [sym_call] = STATE(809), [sym_list] = STATE(809), [sym_set] = STATE(809), [sym_tuple] = STATE(809), [sym_dictionary] = STATE(809), [sym_list_comprehension] = STATE(809), [sym_dictionary_comprehension] = STATE(809), [sym_set_comprehension] = STATE(809), [sym_generator_expression] = STATE(809), [sym_parenthesized_expression] = STATE(809), [sym_concatenated_string] = STATE(809), [sym_string] = STATE(720), [sym_concatenated_template_string] = STATE(809), [sym_template_string] = STATE(722), [sym_await] = STATE(809), [sym_identifier] = ACTIONS(607), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(609), [anon_sym_RPAREN] = ACTIONS(298), [anon_sym_COMMA] = ACTIONS(298), [anon_sym_as] = ACTIONS(265), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(611), [anon_sym_GT_GT] = ACTIONS(298), [anon_sym_COLON_EQ] = ACTIONS(613), [anon_sym_if] = ACTIONS(265), [anon_sym_COLON] = ACTIONS(265), [anon_sym_async] = ACTIONS(611), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(611), [anon_sym_PIPE] = ACTIONS(298), [anon_sym_DASH] = ACTIONS(615), [anon_sym_PLUS] = ACTIONS(615), [anon_sym_LBRACK] = ACTIONS(617), [anon_sym_LBRACE] = ACTIONS(619), [anon_sym_STAR_STAR] = ACTIONS(298), [anon_sym_exec] = ACTIONS(611), [anon_sym_type] = ACTIONS(611), [anon_sym_AT] = ACTIONS(298), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(298), [anon_sym_SLASH_SLASH] = ACTIONS(298), [anon_sym_AMP] = ACTIONS(298), [anon_sym_CARET] = ACTIONS(298), [anon_sym_LT_LT] = ACTIONS(298), [anon_sym_TILDE] = ACTIONS(615), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [sym_ellipsis] = ACTIONS(621), [sym_integer] = ACTIONS(607), [sym_float] = ACTIONS(621), [anon_sym_await] = ACTIONS(623), [sym_true] = ACTIONS(607), [sym_false] = ACTIONS(607), [sym_none] = ACTIONS(607), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(625), [sym__template_string_start] = ACTIONS(627), }, [144] = { [sym_primary_expression] = STATE(675), [sym_binary_operator] = STATE(649), [sym_unary_operator] = STATE(649), [sym_attribute] = STATE(649), [sym_subscript] = STATE(649), [sym_call] = STATE(649), [sym_list] = STATE(649), [sym_set] = STATE(649), [sym_tuple] = STATE(649), [sym_dictionary] = STATE(649), [sym_list_comprehension] = STATE(649), [sym_dictionary_comprehension] = STATE(649), [sym_set_comprehension] = STATE(649), [sym_generator_expression] = STATE(649), [sym_parenthesized_expression] = STATE(649), [sym_concatenated_string] = STATE(649), [sym_string] = STATE(569), [sym_concatenated_template_string] = STATE(649), [sym_template_string] = STATE(570), [sym_await] = STATE(649), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(597), [anon_sym_RPAREN] = ACTIONS(298), [anon_sym_COMMA] = ACTIONS(298), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(298), [anon_sym_COLON_EQ] = ACTIONS(599), [anon_sym_if] = ACTIONS(265), [anon_sym_async] = ACTIONS(583), [anon_sym_for] = ACTIONS(265), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(298), [anon_sym_DASH] = ACTIONS(601), [anon_sym_PLUS] = ACTIONS(601), [anon_sym_LBRACK] = ACTIONS(603), [anon_sym_LBRACE] = ACTIONS(288), [anon_sym_STAR_STAR] = ACTIONS(298), [anon_sym_EQ] = ACTIONS(629), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(298), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(298), [anon_sym_SLASH_SLASH] = ACTIONS(298), [anon_sym_AMP] = ACTIONS(298), [anon_sym_CARET] = ACTIONS(298), [anon_sym_LT_LT] = ACTIONS(298), [anon_sym_TILDE] = ACTIONS(601), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [sym_ellipsis] = ACTIONS(304), [sym_integer] = ACTIONS(306), [sym_float] = ACTIONS(304), [anon_sym_await] = ACTIONS(605), [sym_true] = ACTIONS(306), [sym_false] = ACTIONS(306), [sym_none] = ACTIONS(306), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, [145] = { [sym_primary_expression] = STATE(711), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_attribute] = STATE(760), [sym_subscript] = STATE(760), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(77), [anon_sym_DOT] = ACTIONS(265), [anon_sym_from] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(568), [anon_sym_COMMA] = ACTIONS(298), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(570), [anon_sym_GT_GT] = ACTIONS(298), [anon_sym_if] = ACTIONS(265), [anon_sym_async] = ACTIONS(570), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(570), [anon_sym_PIPE] = ACTIONS(298), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(574), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(298), [anon_sym_EQ] = ACTIONS(265), [anon_sym_exec] = ACTIONS(570), [anon_sym_type] = ACTIONS(570), [anon_sym_AT] = ACTIONS(298), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(298), [anon_sym_SLASH_SLASH] = ACTIONS(298), [anon_sym_AMP] = ACTIONS(298), [anon_sym_CARET] = ACTIONS(298), [anon_sym_LT_LT] = ACTIONS(298), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(576), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__semicolon] = ACTIONS(298), [sym__newline] = ACTIONS(298), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [146] = { [sym_primary_expression] = STATE(675), [sym_binary_operator] = STATE(649), [sym_unary_operator] = STATE(649), [sym_attribute] = STATE(649), [sym_subscript] = STATE(649), [sym_call] = STATE(649), [sym_list] = STATE(649), [sym_set] = STATE(649), [sym_tuple] = STATE(649), [sym_dictionary] = STATE(649), [sym_list_comprehension] = STATE(649), [sym_dictionary_comprehension] = STATE(649), [sym_set_comprehension] = STATE(649), [sym_generator_expression] = STATE(649), [sym_parenthesized_expression] = STATE(649), [sym_concatenated_string] = STATE(649), [sym_string] = STATE(569), [sym_concatenated_template_string] = STATE(649), [sym_template_string] = STATE(570), [sym_await] = STATE(649), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(597), [anon_sym_RPAREN] = ACTIONS(270), [anon_sym_COMMA] = ACTIONS(270), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(298), [anon_sym_COLON_EQ] = ACTIONS(599), [anon_sym_if] = ACTIONS(265), [anon_sym_async] = ACTIONS(583), [anon_sym_for] = ACTIONS(265), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(298), [anon_sym_DASH] = ACTIONS(601), [anon_sym_PLUS] = ACTIONS(601), [anon_sym_LBRACK] = ACTIONS(603), [anon_sym_RBRACK] = ACTIONS(270), [anon_sym_LBRACE] = ACTIONS(288), [anon_sym_STAR_STAR] = ACTIONS(298), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(298), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(298), [anon_sym_SLASH_SLASH] = ACTIONS(298), [anon_sym_AMP] = ACTIONS(298), [anon_sym_CARET] = ACTIONS(298), [anon_sym_LT_LT] = ACTIONS(298), [anon_sym_TILDE] = ACTIONS(601), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [sym_ellipsis] = ACTIONS(304), [sym_integer] = ACTIONS(306), [sym_float] = ACTIONS(304), [anon_sym_await] = ACTIONS(605), [sym_true] = ACTIONS(306), [sym_false] = ACTIONS(306), [sym_none] = ACTIONS(306), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, [147] = { [sym_primary_expression] = STATE(748), [sym_binary_operator] = STATE(809), [sym_unary_operator] = STATE(809), [sym_attribute] = STATE(809), [sym_subscript] = STATE(809), [sym_call] = STATE(809), [sym_list] = STATE(809), [sym_set] = STATE(809), [sym_tuple] = STATE(809), [sym_dictionary] = STATE(809), [sym_list_comprehension] = STATE(809), [sym_dictionary_comprehension] = STATE(809), [sym_set_comprehension] = STATE(809), [sym_generator_expression] = STATE(809), [sym_parenthesized_expression] = STATE(809), [sym_concatenated_string] = STATE(809), [sym_string] = STATE(720), [sym_concatenated_template_string] = STATE(809), [sym_template_string] = STATE(722), [sym_await] = STATE(809), [sym_identifier] = ACTIONS(607), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(609), [anon_sym_RPAREN] = ACTIONS(298), [anon_sym_COMMA] = ACTIONS(298), [anon_sym_as] = ACTIONS(265), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(611), [anon_sym_GT_GT] = ACTIONS(298), [anon_sym_if] = ACTIONS(265), [anon_sym_COLON] = ACTIONS(298), [anon_sym_async] = ACTIONS(611), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(611), [anon_sym_PIPE] = ACTIONS(298), [anon_sym_DASH] = ACTIONS(615), [anon_sym_PLUS] = ACTIONS(615), [anon_sym_LBRACK] = ACTIONS(617), [anon_sym_LBRACE] = ACTIONS(619), [anon_sym_STAR_STAR] = ACTIONS(298), [anon_sym_exec] = ACTIONS(611), [anon_sym_type] = ACTIONS(611), [anon_sym_AT] = ACTIONS(298), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(298), [anon_sym_SLASH_SLASH] = ACTIONS(298), [anon_sym_AMP] = ACTIONS(298), [anon_sym_CARET] = ACTIONS(298), [anon_sym_LT_LT] = ACTIONS(298), [anon_sym_TILDE] = ACTIONS(615), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [sym_ellipsis] = ACTIONS(621), [sym_integer] = ACTIONS(607), [sym_float] = ACTIONS(621), [anon_sym_await] = ACTIONS(623), [sym_true] = ACTIONS(607), [sym_false] = ACTIONS(607), [sym_none] = ACTIONS(607), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(625), [sym__template_string_start] = ACTIONS(627), }, [148] = { [sym_primary_expression] = STATE(669), [sym_binary_operator] = STATE(649), [sym_unary_operator] = STATE(649), [sym_attribute] = STATE(649), [sym_subscript] = STATE(649), [sym_call] = STATE(649), [sym_list] = STATE(649), [sym_set] = STATE(649), [sym_tuple] = STATE(649), [sym_dictionary] = STATE(649), [sym_list_comprehension] = STATE(649), [sym_dictionary_comprehension] = STATE(649), [sym_set_comprehension] = STATE(649), [sym_generator_expression] = STATE(649), [sym_parenthesized_expression] = STATE(649), [sym_concatenated_string] = STATE(649), [sym_string] = STATE(569), [sym_concatenated_template_string] = STATE(649), [sym_template_string] = STATE(570), [sym_await] = STATE(649), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(578), [anon_sym_RPAREN] = ACTIONS(298), [anon_sym_COMMA] = ACTIONS(298), [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(298), [anon_sym_COLON_EQ] = ACTIONS(585), [anon_sym_if] = ACTIONS(265), [anon_sym_async] = ACTIONS(583), [anon_sym_in] = ACTIONS(265), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(298), [anon_sym_DASH] = ACTIONS(296), [anon_sym_PLUS] = ACTIONS(296), [anon_sym_LBRACK] = ACTIONS(591), [anon_sym_LBRACE] = ACTIONS(288), [anon_sym_STAR_STAR] = ACTIONS(298), [anon_sym_EQ] = ACTIONS(629), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(298), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), [anon_sym_or] = ACTIONS(265), [anon_sym_SLASH] = ACTIONS(265), [anon_sym_PERCENT] = ACTIONS(298), [anon_sym_SLASH_SLASH] = ACTIONS(298), [anon_sym_AMP] = ACTIONS(298), [anon_sym_CARET] = ACTIONS(298), [anon_sym_LT_LT] = ACTIONS(298), [anon_sym_TILDE] = ACTIONS(296), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), [anon_sym_BANG_EQ] = ACTIONS(298), [anon_sym_GT_EQ] = ACTIONS(298), [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [sym_ellipsis] = ACTIONS(304), [sym_integer] = ACTIONS(306), [sym_float] = ACTIONS(304), [anon_sym_await] = ACTIONS(595), [sym_true] = ACTIONS(306), [sym_false] = ACTIONS(306), [sym_none] = ACTIONS(306), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, [149] = { [sym_named_expression] = STATE(955), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_expression_list] = STATE(1357), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1026), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1357), [sym_augmented_assignment] = STATE(1357), [sym_pattern_list] = STATE(874), [sym__right_hand_side] = STATE(1357), [sym_yield] = STATE(1357), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(314), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_exec] = ACTIONS(314), [anon_sym_type] = ACTIONS(314), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [150] = { [sym_named_expression] = STATE(955), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_expression_list] = STATE(1356), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1026), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1356), [sym_augmented_assignment] = STATE(1356), [sym_pattern_list] = STATE(874), [sym__right_hand_side] = STATE(1356), [sym_yield] = STATE(1356), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(314), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_exec] = ACTIONS(314), [anon_sym_type] = ACTIONS(314), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, [151] = { [sym_named_expression] = STATE(955), [sym_list_splat] = STATE(1328), [sym_dictionary_splat] = STATE(1328), [sym_expression_list] = STATE(1365), [sym_pattern] = STATE(867), [sym_tuple_pattern] = STATE(853), [sym_list_pattern] = STATE(853), [sym_list_splat_pattern] = STATE(853), [sym_expression] = STATE(1026), [sym_primary_expression] = STATE(702), [sym_not_operator] = STATE(955), [sym_boolean_operator] = STATE(955), [sym_binary_operator] = STATE(760), [sym_unary_operator] = STATE(760), [sym_comparison_operator] = STATE(955), [sym_lambda] = STATE(955), [sym_assignment] = STATE(1365), [sym_augmented_assignment] = STATE(1365), [sym_pattern_list] = STATE(874), [sym__right_hand_side] = STATE(1365), [sym_yield] = STATE(1365), [sym_attribute] = STATE(459), [sym_subscript] = STATE(459), [sym_call] = STATE(760), [sym_list] = STATE(760), [sym_set] = STATE(760), [sym_tuple] = STATE(760), [sym_dictionary] = STATE(760), [sym_list_comprehension] = STATE(760), [sym_dictionary_comprehension] = STATE(760), [sym_set_comprehension] = STATE(760), [sym_generator_expression] = STATE(760), [sym_parenthesized_expression] = STATE(760), [sym_conditional_expression] = STATE(955), [sym_concatenated_string] = STATE(760), [sym_string] = STATE(698), [sym_concatenated_template_string] = STATE(760), [sym_template_string] = STATE(700), [sym_await] = STATE(760), [sym_identifier] = ACTIONS(7), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(314), [anon_sym_async] = ACTIONS(314), [anon_sym_match] = ACTIONS(314), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_exec] = ACTIONS(314), [anon_sym_type] = ACTIONS(314), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(631), 1, anon_sym_from, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(885), 1, sym_expression, STATE(1001), 1, sym_expression_list, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1375), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, ACTIONS(633), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [117] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(639), 1, sym_identifier, ACTIONS(641), 1, anon_sym_LPAREN, ACTIONS(643), 1, anon_sym_RPAREN, ACTIONS(645), 1, anon_sym_STAR, ACTIONS(649), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(657), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(935), 1, sym_expression, STATE(1177), 1, sym_pattern, STATE(1197), 1, sym_yield, STATE(1409), 1, sym__collection_elements, STATE(1416), 1, sym__patterns, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(770), 2, sym_attribute, sym_subscript, STATE(1095), 2, sym_list_splat, sym_parenthesized_list_splat, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(647), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [241] = 31, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(639), 1, sym_identifier, ACTIONS(641), 1, anon_sym_LPAREN, ACTIONS(645), 1, anon_sym_STAR, ACTIONS(649), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(657), 1, anon_sym_await, ACTIONS(659), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(930), 1, sym_expression, STATE(1177), 1, sym_pattern, STATE(1218), 1, sym_yield, STATE(1303), 1, sym_parenthesized_list_splat, STATE(1304), 1, sym_list_splat, STATE(1416), 1, sym__patterns, STATE(1480), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(770), 2, sym_attribute, sym_subscript, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(647), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [367] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(639), 1, sym_identifier, ACTIONS(641), 1, anon_sym_LPAREN, ACTIONS(645), 1, anon_sym_STAR, ACTIONS(649), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(657), 1, anon_sym_await, ACTIONS(661), 1, anon_sym_RBRACK, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(908), 1, sym_expression, STATE(1177), 1, sym_pattern, STATE(1434), 1, sym__patterns, STATE(1438), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(770), 2, sym_attribute, sym_subscript, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, STATE(1095), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(647), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [489] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(639), 1, sym_identifier, ACTIONS(641), 1, anon_sym_LPAREN, ACTIONS(645), 1, anon_sym_STAR, ACTIONS(649), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(657), 1, anon_sym_await, ACTIONS(663), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(930), 1, sym_expression, STATE(1177), 1, sym_pattern, STATE(1218), 1, sym_yield, STATE(1416), 1, sym__patterns, STATE(1480), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(770), 2, sym_attribute, sym_subscript, STATE(1095), 2, sym_list_splat, sym_parenthesized_list_splat, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(647), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [613] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(639), 1, sym_identifier, ACTIONS(641), 1, anon_sym_LPAREN, ACTIONS(645), 1, anon_sym_STAR, ACTIONS(649), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(657), 1, anon_sym_await, ACTIONS(665), 1, anon_sym_RBRACK, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(912), 1, sym_expression, STATE(1177), 1, sym_pattern, STATE(1390), 1, sym__collection_elements, STATE(1434), 1, sym__patterns, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(770), 2, sym_attribute, sym_subscript, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, STATE(1095), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(647), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [735] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(296), 1, anon_sym_TILDE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(667), 1, sym_identifier, ACTIONS(669), 1, anon_sym_LPAREN, ACTIONS(671), 1, anon_sym_STAR, ACTIONS(677), 1, anon_sym_in, ACTIONS(679), 1, anon_sym_LBRACK, ACTIONS(681), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(854), 1, sym_pattern, STATE(862), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(589), 2, anon_sym_DASH, anon_sym_PLUS, STATE(735), 2, sym_attribute, sym_subscript, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(673), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, ACTIONS(675), 15, anon_sym_COLON, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AT_EQ, anon_sym_SLASH_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [845] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(639), 1, sym_identifier, ACTIONS(641), 1, anon_sym_LPAREN, ACTIONS(645), 1, anon_sym_STAR, ACTIONS(649), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(657), 1, anon_sym_await, ACTIONS(683), 1, anon_sym_RBRACK, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(912), 1, sym_expression, STATE(1177), 1, sym_pattern, STATE(1390), 1, sym__collection_elements, STATE(1434), 1, sym__patterns, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(770), 2, sym_attribute, sym_subscript, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, STATE(1095), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(647), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [967] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(296), 1, anon_sym_TILDE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(667), 1, sym_identifier, ACTIONS(669), 1, anon_sym_LPAREN, ACTIONS(671), 1, anon_sym_STAR, ACTIONS(679), 1, anon_sym_LBRACK, ACTIONS(681), 1, anon_sym_await, ACTIONS(687), 1, anon_sym_in, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(854), 1, sym_pattern, STATE(862), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(589), 2, anon_sym_DASH, anon_sym_PLUS, STATE(735), 2, sym_attribute, sym_subscript, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(673), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, ACTIONS(685), 15, anon_sym_COLON, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AT_EQ, anon_sym_SLASH_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [1077] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(693), 1, anon_sym_COMMA, ACTIONS(697), 1, anon_sym_RBRACE, ACTIONS(699), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(905), 1, sym_expression, STATE(1017), 1, sym_pair, STATE(1259), 1, sym_dictionary_splat, STATE(1456), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1095), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [1198] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(931), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1010), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, ACTIONS(701), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [1309] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(931), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1010), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, ACTIONS(703), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [1420] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(699), 1, anon_sym_await, ACTIONS(705), 1, anon_sym_COMMA, ACTIONS(707), 1, anon_sym_RBRACE, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(887), 1, sym_expression, STATE(1006), 1, sym_pair, STATE(1215), 1, sym_dictionary_splat, STATE(1396), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1095), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [1541] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(931), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1010), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, ACTIONS(703), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [1652] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(699), 1, anon_sym_await, ACTIONS(709), 1, anon_sym_COMMA, ACTIONS(711), 1, anon_sym_RBRACE, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(886), 1, sym_expression, STATE(1025), 1, sym_pair, STATE(1225), 1, sym_dictionary_splat, STATE(1387), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1095), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [1773] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(655), 1, anon_sym_yield, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(992), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(715), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(1118), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [1881] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(719), 1, sym_identifier, ACTIONS(721), 1, anon_sym_RPAREN, ACTIONS(723), 1, anon_sym_COMMA, ACTIONS(727), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(911), 1, sym_expression, STATE(1261), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1260), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(725), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [1993] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(699), 1, anon_sym_await, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(729), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(903), 1, sym_expression, STATE(1220), 1, sym_yield, STATE(1274), 1, sym_with_item, STATE(1391), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1095), 2, sym_list_splat, sym_parenthesized_list_splat, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [2107] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(655), 1, anon_sym_yield, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(992), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(715), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(1118), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [2215] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(721), 1, anon_sym_RPAREN, ACTIONS(723), 1, anon_sym_COMMA, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1060), 1, sym_expression, STATE(1261), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1260), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [2327] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(655), 1, anon_sym_yield, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(940), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1375), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1076), 3, sym_expression_list, sym_yield, sym__f_expression, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [2437] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(655), 1, anon_sym_yield, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(940), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1375), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1088), 3, sym_expression_list, sym_yield, sym__f_expression, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [2547] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(719), 1, sym_identifier, ACTIONS(727), 1, anon_sym_await, ACTIONS(737), 1, anon_sym_RPAREN, ACTIONS(739), 1, anon_sym_COMMA, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(933), 1, sym_expression, STATE(1204), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1205), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(725), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [2659] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(719), 1, sym_identifier, ACTIONS(727), 1, anon_sym_await, ACTIONS(741), 1, anon_sym_RPAREN, ACTIONS(743), 1, anon_sym_COMMA, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(909), 1, sym_expression, STATE(1230), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1223), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(725), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [2771] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(655), 1, anon_sym_yield, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(992), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(745), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(1118), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [2879] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(747), 1, anon_sym_from, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(989), 1, sym_expression, STATE(1228), 1, sym_expression_list, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(749), 2, sym__newline, sym__semicolon, STATE(1328), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [2991] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(751), 1, anon_sym_from, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1030), 1, sym_expression, STATE(1330), 1, sym_expression_list, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(633), 2, sym__newline, sym__semicolon, STATE(1328), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [3103] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(753), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [3212] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(755), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [3321] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, ACTIONS(761), 1, anon_sym_lambda, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(945), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1020), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(757), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(759), 3, anon_sym_if, anon_sym_async, anon_sym_for, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 4, anon_sym_print, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [3426] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(763), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [3535] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(765), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [3644] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(767), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [3753] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(769), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [3862] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1031), 1, sym_expression, STATE(1377), 1, sym_expression_list, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(771), 2, sym__newline, sym__semicolon, STATE(1328), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [3971] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(773), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [4080] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(775), 1, anon_sym_from, ACTIONS(777), 1, anon_sym_STAR, ACTIONS(779), 1, anon_sym_STAR_STAR, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1002), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(703), 2, sym__newline, sym__semicolon, STATE(1168), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [4189] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(699), 1, anon_sym_await, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(781), 1, anon_sym_RBRACK, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(912), 1, sym_expression, STATE(1390), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1095), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [4298] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(775), 1, anon_sym_from, ACTIONS(777), 1, anon_sym_STAR, ACTIONS(779), 1, anon_sym_STAR_STAR, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1002), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(703), 2, sym__newline, sym__semicolon, STATE(1168), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [4407] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(699), 1, anon_sym_await, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(729), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(930), 1, sym_expression, STATE(1218), 1, sym_yield, STATE(1480), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1095), 2, sym_list_splat, sym_parenthesized_list_splat, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [4518] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, ACTIONS(761), 1, anon_sym_lambda, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(945), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1020), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(783), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(785), 3, anon_sym_if, anon_sym_async, anon_sym_for, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 4, anon_sym_print, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [4623] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, ACTIONS(761), 1, anon_sym_lambda, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(945), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1020), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(787), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(789), 3, anon_sym_if, anon_sym_async, anon_sym_for, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 4, anon_sym_print, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [4728] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(791), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [4837] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(793), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [4946] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, ACTIONS(761), 1, anon_sym_lambda, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(945), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1020), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(795), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(797), 3, anon_sym_if, anon_sym_async, anon_sym_for, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 4, anon_sym_print, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [5051] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(799), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [5160] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(801), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [5269] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(699), 1, anon_sym_await, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(803), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(930), 1, sym_expression, STATE(1218), 1, sym_yield, STATE(1303), 1, sym_parenthesized_list_splat, STATE(1304), 1, sym_list_splat, STATE(1480), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [5382] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(805), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [5491] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(699), 1, anon_sym_await, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(807), 1, anon_sym_RBRACK, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(908), 1, sym_expression, STATE(1438), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1095), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [5600] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(699), 1, anon_sym_await, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(729), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(921), 1, sym_expression, STATE(1220), 1, sym_yield, STATE(1391), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1095), 2, sym_list_splat, sym_parenthesized_list_splat, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [5711] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(699), 1, anon_sym_await, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(781), 1, anon_sym_RBRACK, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(928), 1, sym_expression, STATE(1393), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1095), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [5820] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(809), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [5929] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(699), 1, anon_sym_await, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(811), 1, anon_sym_RBRACK, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(912), 1, sym_expression, STATE(1390), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1095), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [6038] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(699), 1, anon_sym_await, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(813), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(935), 1, sym_expression, STATE(1197), 1, sym_yield, STATE(1409), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1095), 2, sym_list_splat, sym_parenthesized_list_splat, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [6149] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(699), 1, anon_sym_await, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(803), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(930), 1, sym_expression, STATE(1218), 1, sym_yield, STATE(1480), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1095), 2, sym_list_splat, sym_parenthesized_list_splat, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [6260] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(655), 1, anon_sym_yield, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LPAREN, ACTIONS(699), 1, anon_sym_await, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(729), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(930), 1, sym_expression, STATE(1218), 1, sym_yield, STATE(1303), 1, sym_parenthesized_list_splat, STATE(1304), 1, sym_list_splat, STATE(1480), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [6373] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(815), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [6482] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(777), 1, anon_sym_STAR, ACTIONS(779), 1, anon_sym_STAR_STAR, ACTIONS(817), 1, anon_sym_from, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1002), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(701), 2, sym__newline, sym__semicolon, STATE(1168), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [6591] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, ACTIONS(819), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [6700] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(731), 1, sym_identifier, ACTIONS(735), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1102), 1, sym_expression, STATE(1368), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1310), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(733), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [6806] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(821), 1, anon_sym_COLON, ACTIONS(823), 1, anon_sym_RBRACK, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1042), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1371), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [6912] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(821), 1, anon_sym_COLON, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1042), 1, sym_expression, STATE(1454), 1, sym_index_expression_list, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1243), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [7018] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(821), 1, anon_sym_COLON, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1042), 1, sym_expression, STATE(1407), 1, sym_index_expression_list, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1203), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [7124] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(595), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(669), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(265), 3, anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(825), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, ACTIONS(298), 9, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [7218] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(655), 1, anon_sym_yield, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(715), 1, anon_sym_RPAREN, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(992), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1118), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [7324] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(821), 1, anon_sym_COLON, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1042), 1, sym_expression, STATE(1469), 1, sym_index_expression_list, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1263), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [7430] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(655), 1, anon_sym_yield, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(715), 1, anon_sym_RPAREN, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(992), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1118), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [7536] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(821), 1, anon_sym_COLON, ACTIONS(827), 1, anon_sym_RBRACK, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1042), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1371), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [7642] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1055), 1, sym_expression, STATE(1453), 1, sym_expression_list, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1375), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [7747] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1065), 1, sym_expression, STATE(1490), 1, sym_expression_list, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1375), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [7852] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1040), 1, sym_expression, STATE(1446), 1, sym_expression_list, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1375), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [7957] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(655), 1, anon_sym_yield, ACTIONS(713), 1, anon_sym_LPAREN, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(992), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1118), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [8060] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1005), 1, sym_expression, STATE(1380), 1, sym_expression_list, ACTIONS(75), 2, sym_ellipsis, sym_float, STATE(1328), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [8165] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, ACTIONS(821), 1, anon_sym_COLON, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1042), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1371), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [8268] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1050), 1, sym_expression, STATE(1437), 1, sym_expression_list, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1375), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [8373] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(829), 1, anon_sym_RBRACE, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1112), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1378), 2, sym_dictionary_splat, sym_pair, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [8475] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(831), 1, anon_sym_RBRACE, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1112), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1378), 2, sym_dictionary_splat, sym_pair, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [8577] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(777), 1, anon_sym_STAR, ACTIONS(779), 1, anon_sym_STAR_STAR, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1002), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, STATE(1168), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [8679] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(833), 1, anon_sym_RBRACE, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1112), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1378), 2, sym_dictionary_splat, sym_pair, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [8781] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(835), 1, anon_sym_RBRACE, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1112), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1378), 2, sym_dictionary_splat, sym_pair, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [8883] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(837), 1, anon_sym_RBRACE, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1112), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1378), 2, sym_dictionary_splat, sym_pair, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [8985] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(839), 1, anon_sym_RBRACE, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1112), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1378), 2, sym_dictionary_splat, sym_pair, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [9087] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(635), 1, anon_sym_STAR, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(931), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1010), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [9189] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(841), 1, anon_sym_RBRACE, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1112), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1378), 2, sym_dictionary_splat, sym_pair, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [9291] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(843), 1, anon_sym_RBRACE, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1112), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1378), 2, sym_dictionary_splat, sym_pair, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [9393] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(845), 1, anon_sym_RBRACE, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1112), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1378), 2, sym_dictionary_splat, sym_pair, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [9495] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(851), 1, anon_sym_else, ACTIONS(853), 1, anon_sym_except, ACTIONS(855), 1, anon_sym_finally, STATE(445), 1, sym_else_clause, STATE(520), 1, sym_finally_clause, STATE(308), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, ACTIONS(847), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(849), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [9568] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1022), 1, sym_expression, STATE(1117), 1, sym_list_splat, STATE(1459), 1, sym_type, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [9669] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1022), 1, sym_expression, STATE(1117), 1, sym_list_splat, STATE(1466), 1, sym_type, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [9770] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1022), 1, sym_expression, STATE(1117), 1, sym_list_splat, STATE(1415), 1, sym_type, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [9871] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(859), 1, anon_sym_COLON, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1049), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(857), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [9970] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(863), 17, anon_sym_as, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_EQ, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, ACTIONS(861), 36, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, 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_is, 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, sym_type_conversion, [10031] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(867), 17, anon_sym_as, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_EQ, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, ACTIONS(865), 36, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, 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_is, 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, sym_type_conversion, [10092] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(871), 1, anon_sym_COLON, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1071), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(869), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [10191] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1022), 1, sym_expression, STATE(1117), 1, sym_list_splat, STATE(1465), 1, sym_type, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [10292] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1022), 1, sym_expression, STATE(1117), 1, sym_list_splat, STATE(1450), 1, sym_type, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [10393] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1022), 1, sym_expression, STATE(1117), 1, sym_list_splat, STATE(1282), 1, sym_type, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [10494] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(877), 1, anon_sym_else, ACTIONS(879), 1, anon_sym_except, ACTIONS(881), 1, anon_sym_finally, STATE(431), 1, sym_else_clause, STATE(498), 1, sym_finally_clause, STATE(293), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(875), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(873), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [10567] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1022), 1, sym_expression, STATE(1117), 1, sym_list_splat, STATE(1121), 1, sym_type, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [10668] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(877), 1, anon_sym_else, ACTIONS(881), 1, anon_sym_finally, ACTIONS(883), 1, anon_sym_except, STATE(431), 1, sym_else_clause, STATE(498), 1, sym_finally_clause, STATE(292), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, ACTIONS(875), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(873), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [10741] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1112), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1378), 2, sym_dictionary_splat, sym_pair, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [10840] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(885), 1, anon_sym_STAR, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1063), 1, sym_expression, STATE(1185), 1, sym_list_splat, STATE(1217), 1, sym_type, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [10941] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(877), 1, anon_sym_else, ACTIONS(879), 1, anon_sym_except, ACTIONS(881), 1, anon_sym_finally, STATE(425), 1, sym_else_clause, STATE(555), 1, sym_finally_clause, STATE(293), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(847), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(849), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11014] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1022), 1, sym_expression, STATE(1117), 1, sym_list_splat, STATE(1461), 1, sym_type, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [11115] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(877), 1, anon_sym_else, ACTIONS(881), 1, anon_sym_finally, ACTIONS(883), 1, anon_sym_except, STATE(425), 1, sym_else_clause, STATE(555), 1, sym_finally_clause, STATE(292), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, ACTIONS(847), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(849), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11188] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1022), 1, sym_expression, STATE(1117), 1, sym_list_splat, STATE(1406), 1, sym_type, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [11289] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(851), 1, anon_sym_else, ACTIONS(855), 1, anon_sym_finally, ACTIONS(887), 1, anon_sym_except, STATE(445), 1, sym_else_clause, STATE(520), 1, sym_finally_clause, STATE(289), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(847), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(849), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11362] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(851), 1, anon_sym_else, ACTIONS(853), 1, anon_sym_except, ACTIONS(855), 1, anon_sym_finally, STATE(415), 1, sym_else_clause, STATE(542), 1, sym_finally_clause, STATE(308), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, ACTIONS(875), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(873), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11435] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(851), 1, anon_sym_else, ACTIONS(855), 1, anon_sym_finally, ACTIONS(887), 1, anon_sym_except, STATE(415), 1, sym_else_clause, STATE(542), 1, sym_finally_clause, STATE(289), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(875), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(873), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11508] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(891), 1, anon_sym_STAR, ACTIONS(895), 1, anon_sym_COLON, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(1000), 1, sym_expression, STATE(1354), 1, sym_exception_list, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [11609] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, ACTIONS(903), 1, anon_sym_STAR, ACTIONS(905), 1, anon_sym_COLON, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(1034), 1, sym_expression, STATE(1346), 1, sym_exception_list, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [11710] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1022), 1, sym_expression, STATE(1117), 1, sym_list_splat, STATE(1431), 1, sym_type, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [11811] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1069), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(907), 2, sym__newline, sym__semicolon, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [11907] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, ACTIONS(761), 1, anon_sym_lambda, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(945), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(973), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [12003] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(895), 1, anon_sym_COLON, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(1000), 1, sym_expression, STATE(1354), 1, sym_exception_list, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [12101] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1085), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(909), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [12197] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, ACTIONS(911), 1, anon_sym_LPAREN, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(999), 1, sym_expression, STATE(1238), 1, sym_with_item, STATE(1432), 1, sym_with_clause, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [12295] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, ACTIONS(761), 1, anon_sym_lambda, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(945), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1020), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [12391] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1069), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(913), 2, sym__newline, sym__semicolon, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [12487] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1069), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(915), 2, sym__newline, sym__semicolon, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [12583] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1087), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(917), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [12679] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, ACTIONS(761), 1, anon_sym_lambda, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(945), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(987), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [12775] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, ACTIONS(911), 1, anon_sym_LPAREN, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(999), 1, sym_expression, STATE(1238), 1, sym_with_item, STATE(1478), 1, sym_with_clause, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [12873] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, ACTIONS(911), 1, anon_sym_LPAREN, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(999), 1, sym_expression, STATE(1238), 1, sym_with_item, STATE(1440), 1, sym_with_clause, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [12971] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, ACTIONS(905), 1, anon_sym_COLON, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(1034), 1, sym_expression, STATE(1346), 1, sym_exception_list, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [13069] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, ACTIONS(919), 1, anon_sym_RPAREN, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(999), 1, sym_expression, STATE(1298), 1, sym_with_item, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [13167] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, ACTIONS(761), 1, anon_sym_lambda, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(937), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1018), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [13263] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1090), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(921), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [13359] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, ACTIONS(911), 1, anon_sym_LPAREN, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(999), 1, sym_expression, STATE(1238), 1, sym_with_item, STATE(1385), 1, sym_with_clause, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [13457] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, ACTIONS(761), 1, anon_sym_lambda, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(941), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(1023), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [13553] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, ACTIONS(923), 1, anon_sym_RPAREN, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(999), 1, sym_expression, STATE(1298), 1, sym_with_item, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [13651] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1100), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(925), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [13747] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(717), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1075), 1, sym_expression, STATE(1324), 1, sym_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [13845] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1069), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(927), 2, sym__newline, sym__semicolon, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [13941] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(1036), 1, sym_expression, STATE(1379), 1, sym_exception_list, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [14036] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(999), 1, sym_expression, STATE(1298), 1, sym_with_item, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [14131] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(933), 1, anon_sym_except, STATE(289), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(929), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(931), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [14194] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(851), 1, anon_sym_else, ACTIONS(940), 1, anon_sym_elif, STATE(382), 1, aux_sym_if_statement_repeat1, STATE(417), 1, sym_elif_clause, STATE(524), 1, sym_else_clause, ACTIONS(936), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(938), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [14263] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(851), 1, anon_sym_else, ACTIONS(940), 1, anon_sym_elif, STATE(309), 1, aux_sym_if_statement_repeat1, STATE(417), 1, sym_elif_clause, STATE(521), 1, sym_else_clause, ACTIONS(942), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(944), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [14332] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(950), 1, anon_sym_except, STATE(292), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, ACTIONS(948), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(946), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [14395] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(953), 1, anon_sym_except, STATE(293), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(929), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(931), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [14458] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(956), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(958), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [14517] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(960), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(962), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [14576] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(956), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(958), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [14635] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(964), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(966), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [14694] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(270), 1, anon_sym_COMMA, ACTIONS(278), 1, anon_sym_COLON_EQ, ACTIONS(968), 1, anon_sym_for, ACTIONS(970), 1, anon_sym_with, ACTIONS(972), 1, anon_sym_def, ACTIONS(280), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(302), 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(265), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, ACTIONS(298), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, 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, anon_sym_is, sym__semicolon, [14767] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(270), 1, anon_sym_COMMA, ACTIONS(278), 1, anon_sym_COLON_EQ, ACTIONS(974), 1, anon_sym_for, ACTIONS(976), 1, anon_sym_with, ACTIONS(978), 1, anon_sym_def, ACTIONS(280), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(302), 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(265), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, ACTIONS(298), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, 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, anon_sym_is, sym__semicolon, [14840] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(877), 1, anon_sym_else, ACTIONS(984), 1, anon_sym_elif, STATE(312), 1, aux_sym_if_statement_repeat1, STATE(433), 1, sym_elif_clause, STATE(560), 1, sym_else_clause, ACTIONS(982), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(980), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [14909] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(960), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(962), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [14968] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(851), 1, anon_sym_else, ACTIONS(940), 1, anon_sym_elif, STATE(290), 1, aux_sym_if_statement_repeat1, STATE(417), 1, sym_elif_clause, STATE(502), 1, sym_else_clause, ACTIONS(982), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(980), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15037] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(1033), 1, sym_expression, STATE(1345), 1, sym_exception_list, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [15132] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(877), 1, anon_sym_else, ACTIONS(984), 1, anon_sym_elif, STATE(310), 1, aux_sym_if_statement_repeat1, STATE(433), 1, sym_elif_clause, STATE(522), 1, sym_else_clause, ACTIONS(942), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(944), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15201] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(986), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(988), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15260] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(986), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(988), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15319] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(992), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(990), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15378] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(994), 1, anon_sym_except, STATE(308), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, ACTIONS(948), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(946), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15441] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(851), 1, anon_sym_else, ACTIONS(940), 1, anon_sym_elif, STATE(382), 1, aux_sym_if_statement_repeat1, STATE(417), 1, sym_elif_clause, STATE(491), 1, sym_else_clause, ACTIONS(997), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(999), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15510] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(877), 1, anon_sym_else, ACTIONS(984), 1, anon_sym_elif, STATE(369), 1, aux_sym_if_statement_repeat1, STATE(433), 1, sym_elif_clause, STATE(489), 1, sym_else_clause, ACTIONS(997), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(999), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15579] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(992), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(990), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15638] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(877), 1, anon_sym_else, ACTIONS(984), 1, anon_sym_elif, STATE(369), 1, aux_sym_if_statement_repeat1, STATE(433), 1, sym_elif_clause, STATE(526), 1, sym_else_clause, ACTIONS(936), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(938), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15707] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(964), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(966), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15766] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(953), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [15858] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(899), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [15950] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(994), 1, sym_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [16042] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(972), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [16134] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1169), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [16226] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(890), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [16318] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1126), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [16410] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(963), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [16502] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(898), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [16594] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1053), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [16686] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1166), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [16778] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1161), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [16870] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(951), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [16962] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(904), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [17054] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1094), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [17146] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1154), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [17238] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1150), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [17330] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1106), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [17422] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1092), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [17514] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1151), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [17606] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1059), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [17698] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(985), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [17790] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(889), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [17882] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(934), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [17974] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(879), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [18066] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1069), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [18158] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(1064), 1, sym_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [18250] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(984), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [18342] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1081), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [18434] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(1015), 1, sym_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [18526] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1158), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [18618] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1142), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [18710] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(910), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [18802] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(1021), 1, sym_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [18894] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(1024), 1, sym_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [18986] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(1027), 1, sym_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [19078] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1043), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [19170] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1140), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [19262] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1058), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [19354] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(1029), 1, sym_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [19446] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(897), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [19538] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(993), 1, sym_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [19630] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1068), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [19722] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1170), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [19814] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(901), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [19906] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(900), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [19998] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1091), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [20090] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1160), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [20182] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(896), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [20274] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(895), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [20366] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1003), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [20458] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1128), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [20550] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(970), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [20642] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1164), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [20734] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(969), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [20826] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1005), 1, anon_sym_elif, STATE(369), 1, aux_sym_if_statement_repeat1, STATE(433), 1, sym_elif_clause, ACTIONS(1003), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1001), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [20890] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(889), 1, sym_identifier, ACTIONS(897), 1, anon_sym_not, ACTIONS(899), 1, anon_sym_lambda, ACTIONS(901), 1, anon_sym_await, STATE(718), 1, sym_primary_expression, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(1019), 1, sym_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(893), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(996), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [20982] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(879), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [21074] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(883), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [21166] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1162), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [21258] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(884), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [21350] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(967), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [21442] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1093), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [21534] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1008), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [21626] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1125), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [21718] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(979), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [21810] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1073), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [21902] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(270), 1, anon_sym_COMMA, ACTIONS(278), 1, anon_sym_COLON_EQ, ACTIONS(1008), 1, sym__string_start, STATE(1256), 1, sym_string, ACTIONS(280), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(302), 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(265), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, ACTIONS(298), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, 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, anon_sym_is, sym__semicolon, [21972] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1010), 1, anon_sym_elif, STATE(382), 1, aux_sym_if_statement_repeat1, STATE(417), 1, sym_elif_clause, ACTIONS(1003), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1001), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [22036] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(888), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [22128] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(1083), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [22220] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(1007), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [22312] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(308), 1, anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(927), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [22404] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(651), 1, anon_sym_not, ACTIONS(653), 1, anon_sym_lambda, ACTIONS(689), 1, sym_identifier, ACTIONS(699), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(653), 1, sym_primary_expression, STATE(893), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(695), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [22496] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(488), 1, sym_identifier, ACTIONS(494), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(702), 1, sym_primary_expression, STATE(1009), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(490), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(955), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [22588] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_not, ACTIONS(1013), 1, sym_identifier, ACTIONS(1017), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(652), 1, sym_primary_expression, STATE(934), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(452), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(1015), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(880), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [22682] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1023), 1, anon_sym_case, STATE(412), 2, sym_case_block, aux_sym_cases_repeat1, ACTIONS(1021), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1019), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [22743] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1025), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1027), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [22800] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1031), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1029), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [22857] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1025), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1027), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [22914] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1033), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1035), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [22971] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1037), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1039), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23028] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1041), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1043), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23085] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(270), 1, anon_sym_COMMA, ACTIONS(278), 1, anon_sym_COLON_EQ, ACTIONS(1045), 1, sym_identifier, ACTIONS(280), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(298), 10, sym__newline, 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, sym__semicolon, ACTIONS(302), 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(265), 21, anon_sym_STAR, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_is, [23152] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1047), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1049), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23209] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1051), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1053), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23266] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1055), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1057), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23323] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1041), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1043), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23380] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1037), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1039), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23437] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1055), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1057), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23494] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1051), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1053), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23551] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1059), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1061), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23608] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1047), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1049), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23665] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1031), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1029), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23722] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1059), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1061), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23779] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1067), 1, anon_sym_case, STATE(409), 2, sym_case_block, aux_sym_cases_repeat1, ACTIONS(1063), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1065), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23840] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1033), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1035), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23897] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1070), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1072), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [23954] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1074), 1, anon_sym_case, STATE(412), 2, sym_case_block, aux_sym_cases_repeat1, ACTIONS(1063), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1065), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24015] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1070), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1072), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24072] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1077), 1, anon_sym_case, STATE(409), 2, sym_case_block, aux_sym_cases_repeat1, ACTIONS(1021), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1019), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24133] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(855), 1, anon_sym_finally, STATE(523), 1, sym_finally_clause, ACTIONS(1079), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1081), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24193] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1090), 1, anon_sym_COLON_EQ, ACTIONS(1092), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(1085), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1094), 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(1083), 14, anon_sym_DOT, anon_sym_LPAREN, 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, anon_sym_is, ACTIONS(1088), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, [24257] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1096), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1098), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24313] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(877), 1, anon_sym_else, STATE(473), 1, sym_else_clause, ACTIONS(1102), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1100), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24373] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1106), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1104), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24429] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(851), 1, anon_sym_else, STATE(513), 1, sym_else_clause, ACTIONS(1108), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1110), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24489] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(877), 1, anon_sym_else, STATE(548), 1, sym_else_clause, ACTIONS(1114), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1112), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24549] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(863), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_EQ, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, ACTIONS(861), 32, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, 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_is, 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, sym__semicolon, [24605] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(667), 1, sym_identifier, ACTIONS(669), 1, anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, ACTIONS(681), 1, anon_sym_await, ACTIONS(1118), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(854), 1, sym_pattern, STATE(862), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(1116), 2, anon_sym_RPAREN, anon_sym_RBRACK, STATE(735), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(673), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [24697] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(877), 1, anon_sym_else, STATE(481), 1, sym_else_clause, ACTIONS(1122), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1120), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24757] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(881), 1, anon_sym_finally, STATE(499), 1, sym_finally_clause, ACTIONS(1126), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1124), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24817] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(851), 1, anon_sym_else, STATE(532), 1, sym_else_clause, ACTIONS(1114), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1112), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24877] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(877), 1, anon_sym_else, STATE(505), 1, sym_else_clause, ACTIONS(1130), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1128), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24937] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1132), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1134), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24993] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(270), 1, anon_sym_COMMA, ACTIONS(278), 1, anon_sym_COLON_EQ, ACTIONS(280), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(302), 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(265), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, ACTIONS(298), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, 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, anon_sym_is, sym__semicolon, [25057] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(877), 1, anon_sym_else, STATE(559), 1, sym_else_clause, ACTIONS(1108), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1110), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25117] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(881), 1, anon_sym_finally, STATE(479), 1, sym_finally_clause, ACTIONS(1079), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1081), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25177] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(851), 1, anon_sym_else, STATE(545), 1, sym_else_clause, ACTIONS(1136), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1138), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25237] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1096), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1098), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25293] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(667), 1, sym_identifier, ACTIONS(669), 1, anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, ACTIONS(681), 1, anon_sym_await, ACTIONS(1118), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(854), 1, sym_pattern, STATE(862), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(1140), 2, anon_sym_RPAREN, anon_sym_RBRACK, STATE(735), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(673), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [25385] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(851), 1, anon_sym_else, STATE(510), 1, sym_else_clause, ACTIONS(1130), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1128), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25445] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(877), 1, anon_sym_else, STATE(537), 1, sym_else_clause, ACTIONS(1136), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1138), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25505] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(851), 1, anon_sym_else, STATE(566), 1, sym_else_clause, ACTIONS(1102), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1100), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25565] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(851), 1, anon_sym_else, STATE(483), 1, sym_else_clause, ACTIONS(1122), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1120), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25625] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1132), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1134), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25681] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1142), 1, anon_sym_COMMA, ACTIONS(1145), 1, anon_sym_COLON_EQ, ACTIONS(1147), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(1149), 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(1088), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, 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, anon_sym_is, sym__semicolon, [25745] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(667), 1, sym_identifier, ACTIONS(669), 1, anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, ACTIONS(681), 1, anon_sym_await, ACTIONS(1118), 1, anon_sym_STAR, ACTIONS(1151), 1, anon_sym_RPAREN, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(862), 1, sym_primary_expression, STATE(1177), 1, sym_pattern, STATE(1416), 1, sym__patterns, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(735), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(673), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [25839] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(585), 1, anon_sym_COLON_EQ, ACTIONS(587), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(580), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(593), 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(298), 14, anon_sym_DOT, anon_sym_LPAREN, 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, anon_sym_is, ACTIONS(265), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, [25903] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(867), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_EQ, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, ACTIONS(865), 32, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, 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_is, 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, sym__semicolon, [25959] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1106), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1104), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26015] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(855), 1, anon_sym_finally, STATE(531), 1, sym_finally_clause, ACTIONS(1126), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1124), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26075] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1155), 1, anon_sym_COMMA, ACTIONS(1162), 1, anon_sym_EQ, ACTIONS(1160), 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(1158), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, ACTIONS(1153), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, 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, anon_sym_is, sym__semicolon, [26136] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(667), 1, sym_identifier, ACTIONS(669), 1, anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, ACTIONS(681), 1, anon_sym_await, ACTIONS(1118), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(862), 1, sym_primary_expression, STATE(1237), 1, sym_pattern, STATE(1443), 1, sym_pattern_list, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(735), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(673), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [26227] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(667), 1, sym_identifier, ACTIONS(669), 1, anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, ACTIONS(681), 1, anon_sym_await, ACTIONS(1118), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(862), 1, sym_primary_expression, STATE(1279), 1, sym_pattern, STATE(1504), 1, sym_pattern_list, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(735), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(673), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [26318] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(667), 1, sym_identifier, ACTIONS(669), 1, anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, ACTIONS(681), 1, anon_sym_await, ACTIONS(1118), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(862), 1, sym_primary_expression, STATE(1306), 1, sym_pattern, STATE(1476), 1, sym_pattern_list, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(735), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(673), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [26409] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1164), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1166), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26464] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1170), 1, anon_sym_COMMA, ACTIONS(1177), 1, anon_sym_EQ, ACTIONS(1175), 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(1173), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, ACTIONS(1168), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, 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, anon_sym_is, sym__semicolon, [26525] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1092), 1, anon_sym_EQ, ACTIONS(1085), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1083), 14, anon_sym_DOT, anon_sym_LPAREN, 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, anon_sym_is, ACTIONS(1094), 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(1088), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, [26586] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1179), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1181), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26641] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1183), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1185), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26696] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1179), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1181), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26751] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(667), 1, sym_identifier, ACTIONS(669), 1, anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, ACTIONS(681), 1, anon_sym_await, ACTIONS(1118), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(862), 1, sym_primary_expression, STATE(1233), 1, sym_pattern, STATE(1422), 1, sym_pattern_list, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(735), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(673), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [26842] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1187), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1189), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26897] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(667), 1, sym_identifier, ACTIONS(669), 1, anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, ACTIONS(681), 1, anon_sym_await, ACTIONS(1118), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(862), 1, sym_primary_expression, STATE(1291), 1, sym_pattern, STATE(1507), 1, sym_pattern_list, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(735), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(673), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [26988] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1142), 1, anon_sym_COMMA, ACTIONS(1147), 1, anon_sym_EQ, ACTIONS(1149), 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(1088), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, 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, anon_sym_is, sym__semicolon, [27049] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1183), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1185), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27104] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1191), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1193), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27159] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1164), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1166), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27214] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1191), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1193), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27269] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1197), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1195), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27324] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1197), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1195), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27379] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1187), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1189), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27434] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(667), 1, sym_identifier, ACTIONS(669), 1, anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, ACTIONS(681), 1, anon_sym_await, ACTIONS(1118), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(862), 1, sym_primary_expression, STATE(1280), 1, sym_pattern, STATE(1428), 1, sym_pattern_list, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(735), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(673), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [27525] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1201), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1199), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27579] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(875), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(873), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27633] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1205), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1203), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27687] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1207), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27741] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1211), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1213), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27795] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1217), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1215), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27849] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1221), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1219), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27903] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1225), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1223), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27957] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1229), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28011] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1233), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1231), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28065] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(847), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(849), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28119] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1237), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1235), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28173] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1241), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1239), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28227] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1245), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1243), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28281] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(667), 1, sym_identifier, ACTIONS(669), 1, anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, ACTIONS(681), 1, anon_sym_await, ACTIONS(1118), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(854), 1, sym_pattern, STATE(862), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(735), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(673), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [28369] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1245), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1243), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28423] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1247), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1249), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28477] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1251), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1253), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28531] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1257), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1255), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28585] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1257), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1255), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28639] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1261), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1259), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28693] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1263), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28747] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1261), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1259), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28801] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1263), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28855] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1269), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1267), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28909] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1273), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1271), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28963] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1275), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29017] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1279), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29071] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1283), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29125] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1287), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1289), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29179] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1079), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1081), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29233] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1291), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29287] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1211), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1213), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29341] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1295), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29395] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1299), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1301), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29449] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1303), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29503] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(667), 1, sym_identifier, ACTIONS(669), 1, anon_sym_LPAREN, ACTIONS(679), 1, anon_sym_LBRACK, ACTIONS(681), 1, anon_sym_await, ACTIONS(1118), 1, anon_sym_STAR, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(862), 1, sym_primary_expression, STATE(1307), 1, sym_pattern, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(735), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(853), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(673), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [29591] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1307), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29645] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1311), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1313), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29699] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1315), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1317), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29753] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1319), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1321), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29807] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1323), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29861] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1307), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29915] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1327), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29969] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1311), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1313), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30023] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1331), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1333), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30077] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1287), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1289), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30131] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1295), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30185] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1337), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1335), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30239] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1251), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1253), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30293] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1327), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30347] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1337), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1335), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30401] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1126), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1124), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30455] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1339), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1341), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30509] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1339), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1341), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30563] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1237), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1235), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30617] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1343), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1345), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30671] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1319), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1321), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30725] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1343), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1345), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30779] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1347), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1349), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30833] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1351), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1353), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30887] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1355), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30941] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1247), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1249), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30995] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1291), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31049] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1359), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1361), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31103] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1233), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1231), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31157] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1241), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1239), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31211] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1283), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31265] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1365), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1363), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31319] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1367), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31373] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1373), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1371), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31427] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1377), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1375), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31481] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1225), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1223), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31535] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1355), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31589] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1079), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1081), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31643] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1351), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1353), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31697] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1303), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31751] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1367), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31805] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1269), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1267), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31859] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1279), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31913] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1359), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1361), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [31967] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(847), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(849), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32021] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1229), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32075] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(875), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(873), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32129] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1323), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32183] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1347), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1349), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32237] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1221), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1219), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32291] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1126), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1124), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32345] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1205), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1203), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32399] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1377), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1375), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32453] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1273), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1271), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32507] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1331), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1333), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32561] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1299), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1301), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32615] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1315), 13, sym__dedent, sym__string_start, sym__template_string_start, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1317), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32669] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1373), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1371), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32723] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1201), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1199), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32777] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1365), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1363), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32831] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1275), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32885] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1217), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1215), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32939] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_TILDE, sym_ellipsis, sym_float, ACTIONS(1207), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [32993] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(1379), 1, sym_identifier, ACTIONS(1385), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(862), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(740), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(1381), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(1383), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [33075] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(310), 1, sym__string_start, STATE(573), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1088), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33130] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(312), 1, sym__template_string_start, STATE(572), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1088), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33185] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, sym__template_string_start, STATE(571), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1389), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1387), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33240] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(312), 1, sym__template_string_start, STATE(571), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1396), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1394), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33295] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(310), 1, sym__string_start, STATE(574), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1400), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1398), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33350] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1406), 1, sym__string_start, STATE(574), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1404), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1402), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33405] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(623), 1, anon_sym_await, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1409), 1, anon_sym_not, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(751), 1, sym_primary_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(611), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [33481] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(605), 1, anon_sym_await, ACTIONS(1411), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(663), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [33557] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(576), 1, anon_sym_await, ACTIONS(1413), 1, anon_sym_not, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(717), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [33633] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(595), 1, anon_sym_await, ACTIONS(1415), 1, anon_sym_not, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(667), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [33709] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(595), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(672), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [33782] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1419), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1417), 35, sym__string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33831] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1423), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1421), 35, sym__template_string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33880] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(576), 1, anon_sym_await, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(706), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [33953] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(605), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(663), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [34026] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1427), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1425), 35, sym__string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [34075] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(576), 1, anon_sym_await, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(713), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [34148] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(605), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(664), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [34221] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(623), 1, anon_sym_await, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(739), 1, sym_primary_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(611), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [34294] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(605), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(673), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [34367] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(576), 1, anon_sym_await, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(712), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [34440] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(623), 1, anon_sym_await, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(736), 1, sym_primary_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(611), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [34513] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(605), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(683), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [34586] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(623), 1, anon_sym_await, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(734), 1, sym_primary_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(611), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [34659] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(605), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(677), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [34732] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(623), 1, anon_sym_await, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(741), 1, sym_primary_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(611), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [34805] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(1429), 1, sym_identifier, ACTIONS(1433), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(862), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(859), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(1431), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [34882] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(595), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(667), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [34955] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(623), 1, anon_sym_await, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(745), 1, sym_primary_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(611), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [35028] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(623), 1, anon_sym_await, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(751), 1, sym_primary_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(611), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [35101] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(623), 1, anon_sym_await, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(752), 1, sym_primary_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(611), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [35174] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(605), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(670), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [35247] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(623), 1, anon_sym_await, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(753), 1, sym_primary_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(611), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [35320] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(576), 1, anon_sym_await, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(723), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [35393] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(605), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(682), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [35466] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(576), 1, anon_sym_await, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(721), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [35539] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(605), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(668), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [35612] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(595), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(678), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [35685] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(576), 1, anon_sym_await, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(717), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [35758] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(623), 1, anon_sym_await, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(742), 1, sym_primary_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(611), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [35831] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(576), 1, anon_sym_await, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(714), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [35904] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(595), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(674), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [35977] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(576), 1, anon_sym_await, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(707), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [36050] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(576), 1, anon_sym_await, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(708), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [36123] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(595), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(685), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [36196] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(595), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(662), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [36269] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(595), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(671), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [36342] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(576), 1, anon_sym_await, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(705), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [36415] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(623), 1, anon_sym_await, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(746), 1, sym_primary_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(611), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [36488] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(595), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(681), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [36561] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(83), 1, sym__template_string_start, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, ACTIONS(576), 1, anon_sym_await, STATE(698), 1, sym_string, STATE(700), 1, sym_template_string, STATE(710), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(570), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(760), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [36634] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_LPAREN, ACTIONS(617), 1, anon_sym_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(623), 1, anon_sym_await, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, STATE(720), 1, sym_string, STATE(722), 1, sym_template_string, STATE(744), 1, sym_primary_expression, ACTIONS(621), 2, sym_ellipsis, sym_float, ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(607), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(611), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(809), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [36707] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(605), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(679), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [36780] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(595), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(680), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [36853] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(1379), 1, sym_identifier, ACTIONS(1385), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(862), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, STATE(740), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(1383), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 15, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [36930] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1437), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1435), 35, sym__template_string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [36979] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(595), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(666), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [37052] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(605), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(676), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [37125] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(578), 1, anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, ACTIONS(595), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(665), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [37198] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(597), 1, anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, ACTIONS(605), 1, anon_sym_await, STATE(569), 1, sym_string, STATE(570), 1, sym_template_string, STATE(684), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(306), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(649), 17, 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_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_concatenated_template_string, sym_await, [37271] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1441), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1439), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37319] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1445), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1443), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37367] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1447), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37415] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1451), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37463] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1455), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37511] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1459), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37559] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1465), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1463), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37607] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1467), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37655] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1473), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1471), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37703] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1477), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1475), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37751] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1465), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1463), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37799] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1481), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1479), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37847] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1485), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1483), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37895] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1489), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1487), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37943] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1451), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [37991] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1493), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1491), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38039] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1497), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1495), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38087] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1497), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1495), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38135] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1501), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1499), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38183] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1447), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38231] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1088), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38279] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1505), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1503), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38327] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1509), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1507), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38375] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1523), 1, anon_sym_PIPE, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1529), 1, anon_sym_STAR_STAR, ACTIONS(1531), 1, anon_sym_EQ, ACTIONS(1535), 1, anon_sym_not, ACTIONS(1537), 1, anon_sym_AMP, ACTIONS(1539), 1, anon_sym_CARET, ACTIONS(1543), 1, anon_sym_is, STATE(846), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1517), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1519), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1525), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1541), 2, anon_sym_LT, anon_sym_GT, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1533), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1521), 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(1515), 10, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, sym_type_conversion, [38457] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1531), 1, anon_sym_as, ACTIONS(1551), 1, anon_sym_PIPE, ACTIONS(1555), 1, anon_sym_STAR_STAR, ACTIONS(1559), 1, anon_sym_not, ACTIONS(1561), 1, anon_sym_AMP, ACTIONS(1563), 1, anon_sym_CARET, ACTIONS(1567), 1, anon_sym_is, STATE(845), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1545), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1547), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1553), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1565), 2, anon_sym_LT, anon_sym_GT, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1549), 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(1515), 10, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, [38539] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1571), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1569), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38587] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1575), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38635] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(265), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(298), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38683] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1579), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1577), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38731] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1583), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1581), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38779] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1587), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1585), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38827] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1591), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1589), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38875] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1595), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1593), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38923] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1529), 1, anon_sym_STAR_STAR, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1599), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [38980] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1551), 1, anon_sym_PIPE, ACTIONS(1555), 1, anon_sym_STAR_STAR, ACTIONS(1561), 1, anon_sym_AMP, ACTIONS(1563), 1, anon_sym_CARET, ACTIONS(1545), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1547), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1553), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1603), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1601), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_RBRACK, anon_sym_RBRACE, 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_is, [39051] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1551), 1, anon_sym_PIPE, ACTIONS(1555), 1, anon_sym_STAR_STAR, ACTIONS(1561), 1, anon_sym_AMP, ACTIONS(1563), 1, anon_sym_CARET, ACTIONS(1545), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1547), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1553), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1607), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1605), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_RBRACK, anon_sym_RBRACE, 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_is, [39122] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1523), 1, anon_sym_PIPE, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1529), 1, anon_sym_STAR_STAR, ACTIONS(1537), 1, anon_sym_AMP, ACTIONS(1539), 1, anon_sym_CARET, ACTIONS(1517), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1519), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1525), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1533), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1607), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1605), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_RBRACK, anon_sym_RBRACE, 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_is, sym_type_conversion, [39193] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1523), 1, anon_sym_PIPE, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1529), 1, anon_sym_STAR_STAR, ACTIONS(1537), 1, anon_sym_AMP, ACTIONS(1539), 1, anon_sym_CARET, ACTIONS(1517), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1519), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1525), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1533), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1611), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1609), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_RBRACK, anon_sym_RBRACE, 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_is, sym_type_conversion, [39264] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1523), 1, anon_sym_PIPE, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1529), 1, anon_sym_STAR_STAR, ACTIONS(1537), 1, anon_sym_AMP, ACTIONS(1539), 1, anon_sym_CARET, ACTIONS(1517), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1519), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1525), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1533), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1603), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1601), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_RBRACK, anon_sym_RBRACE, 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_is, sym_type_conversion, [39335] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1555), 1, anon_sym_STAR_STAR, ACTIONS(1545), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1547), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1553), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1599), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 21, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, 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_is, [39400] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1529), 1, anon_sym_STAR_STAR, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1615), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1613), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [39457] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1555), 1, anon_sym_STAR_STAR, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1619), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1617), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [39514] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1529), 1, anon_sym_STAR_STAR, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1619), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1617), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [39571] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1529), 1, anon_sym_STAR_STAR, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1599), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [39628] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1551), 1, anon_sym_PIPE, ACTIONS(1555), 1, anon_sym_STAR_STAR, ACTIONS(1561), 1, anon_sym_AMP, ACTIONS(1563), 1, anon_sym_CARET, ACTIONS(1545), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1547), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1553), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1611), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1609), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_RBRACK, anon_sym_RBRACE, 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_is, [39699] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1529), 1, anon_sym_STAR_STAR, ACTIONS(1537), 1, anon_sym_AMP, ACTIONS(1539), 1, anon_sym_CARET, ACTIONS(1517), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1519), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1525), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1533), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1599), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, 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_is, sym_type_conversion, [39768] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1555), 1, anon_sym_STAR_STAR, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1615), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1613), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [39825] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1555), 1, anon_sym_STAR_STAR, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1599), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [39882] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1555), 1, anon_sym_STAR_STAR, ACTIONS(1545), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1553), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1599), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 23, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, 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_is, [39945] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1529), 1, anon_sym_STAR_STAR, ACTIONS(1517), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1525), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1533), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1599), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 23, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, 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_is, sym_type_conversion, [40008] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1555), 1, anon_sym_STAR_STAR, ACTIONS(1563), 1, anon_sym_CARET, ACTIONS(1545), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1547), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1553), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1599), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 20, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, 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_is, [40075] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1529), 1, anon_sym_STAR_STAR, ACTIONS(1517), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1519), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1525), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1533), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1599), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 21, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, 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_is, sym_type_conversion, [40140] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1529), 1, anon_sym_STAR_STAR, ACTIONS(1539), 1, anon_sym_CARET, ACTIONS(1517), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1519), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1525), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1533), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1599), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 20, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, 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_is, sym_type_conversion, [40207] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1555), 1, anon_sym_STAR_STAR, ACTIONS(1561), 1, anon_sym_AMP, ACTIONS(1563), 1, anon_sym_CARET, ACTIONS(1545), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1547), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1553), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1599), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, 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_is, [40276] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1555), 1, anon_sym_STAR_STAR, ACTIONS(1545), 2, anon_sym_STAR, anon_sym_SLASH, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1599), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 25, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, 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_is, [40337] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1555), 1, anon_sym_STAR_STAR, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1599), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [40394] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1529), 1, anon_sym_STAR_STAR, ACTIONS(1517), 2, anon_sym_STAR, anon_sym_SLASH, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1533), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1599), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 25, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, 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_is, sym_type_conversion, [40455] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1621), 1, sym__template_string_start, STATE(686), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1389), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1387), 31, 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_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [40505] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1090), 1, anon_sym_COLON_EQ, ACTIONS(1088), 6, anon_sym_STAR, anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 31, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [40553] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1624), 1, sym__string_start, STATE(688), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1404), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1402), 31, 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_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [40603] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(627), 1, sym__template_string_start, STATE(686), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1396), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1394), 31, 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_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [40653] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1158), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1153), 33, 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_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [40699] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, STATE(688), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1400), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1398), 31, 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_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [40749] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1627), 1, anon_sym_COLON_EQ, ACTIONS(1088), 6, anon_sym_as, anon_sym_STAR, anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 31, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [40797] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(599), 1, anon_sym_COLON_EQ, ACTIONS(265), 6, anon_sym_as, anon_sym_STAR, anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(298), 31, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [40845] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(585), 1, anon_sym_COLON_EQ, ACTIONS(265), 6, anon_sym_STAR, anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(298), 31, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [40893] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1173), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1168), 33, 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_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [40939] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1629), 1, sym__template_string_start, STATE(696), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1389), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1387), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [40988] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1158), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1153), 32, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [41033] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, sym__string_start, STATE(699), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1088), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41082] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, sym__string_start, STATE(704), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1400), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1398), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41131] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym__template_string_start, STATE(701), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1088), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41180] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym__template_string_start, STATE(696), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1396), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1394), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41229] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1531), 1, anon_sym_EQ, ACTIONS(1632), 1, anon_sym_DOT, ACTIONS(1634), 1, anon_sym_LPAREN, ACTIONS(1642), 1, anon_sym_PIPE, ACTIONS(1646), 1, anon_sym_LBRACK, ACTIONS(1648), 1, anon_sym_STAR_STAR, ACTIONS(1652), 1, anon_sym_not, ACTIONS(1654), 1, anon_sym_AMP, ACTIONS(1656), 1, anon_sym_CARET, ACTIONS(1660), 1, anon_sym_is, STATE(850), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1636), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1638), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1644), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1658), 2, anon_sym_LT, anon_sym_GT, STATE(788), 2, sym_argument_list, sym_generator_expression, ACTIONS(1650), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1640), 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(1515), 7, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_and, anon_sym_or, sym__semicolon, [41308] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1173), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1168), 32, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [41353] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1662), 1, sym__string_start, STATE(704), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1404), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1402), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41402] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1632), 1, anon_sym_DOT, ACTIONS(1634), 1, anon_sym_LPAREN, ACTIONS(1646), 1, anon_sym_LBRACK, ACTIONS(1648), 1, anon_sym_STAR_STAR, ACTIONS(1656), 1, anon_sym_CARET, ACTIONS(1636), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1638), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1644), 2, anon_sym_DASH, anon_sym_PLUS, STATE(788), 2, sym_argument_list, sym_generator_expression, ACTIONS(1599), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1650), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1597), 17, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, 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_is, sym__semicolon, [41466] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1632), 1, anon_sym_DOT, ACTIONS(1634), 1, anon_sym_LPAREN, ACTIONS(1642), 1, anon_sym_PIPE, ACTIONS(1646), 1, anon_sym_LBRACK, ACTIONS(1648), 1, anon_sym_STAR_STAR, ACTIONS(1654), 1, anon_sym_AMP, ACTIONS(1656), 1, anon_sym_CARET, ACTIONS(1636), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1638), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1644), 2, anon_sym_DASH, anon_sym_PLUS, STATE(788), 2, sym_argument_list, sym_generator_expression, ACTIONS(1607), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1650), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1605), 15, sym__newline, anon_sym_from, anon_sym_COMMA, 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, anon_sym_is, sym__semicolon, [41534] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1632), 1, anon_sym_DOT, ACTIONS(1634), 1, anon_sym_LPAREN, ACTIONS(1646), 1, anon_sym_LBRACK, ACTIONS(1648), 1, anon_sym_STAR_STAR, ACTIONS(1636), 2, anon_sym_STAR, anon_sym_SLASH, STATE(788), 2, sym_argument_list, sym_generator_expression, ACTIONS(1599), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1650), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1597), 22, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, 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_is, sym__semicolon, [41592] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1632), 1, anon_sym_DOT, ACTIONS(1634), 1, anon_sym_LPAREN, ACTIONS(1646), 1, anon_sym_LBRACK, ACTIONS(1648), 1, anon_sym_STAR_STAR, STATE(788), 2, sym_argument_list, sym_generator_expression, ACTIONS(1599), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 25, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41646] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1427), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1425), 32, sym__string_start, 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_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [41690] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1632), 1, anon_sym_DOT, ACTIONS(1634), 1, anon_sym_LPAREN, ACTIONS(1646), 1, anon_sym_LBRACK, ACTIONS(1648), 1, anon_sym_STAR_STAR, ACTIONS(1636), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1638), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1644), 2, anon_sym_DASH, anon_sym_PLUS, STATE(788), 2, sym_argument_list, sym_generator_expression, ACTIONS(1599), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1650), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1597), 18, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, 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_is, sym__semicolon, [41752] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1632), 1, anon_sym_DOT, ACTIONS(1634), 1, anon_sym_LPAREN, ACTIONS(1646), 1, anon_sym_LBRACK, ACTIONS(1648), 1, anon_sym_STAR_STAR, STATE(788), 2, sym_argument_list, sym_generator_expression, ACTIONS(1615), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1613), 25, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41806] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1632), 1, anon_sym_DOT, ACTIONS(1634), 1, anon_sym_LPAREN, ACTIONS(1646), 1, anon_sym_LBRACK, ACTIONS(1648), 1, anon_sym_STAR_STAR, STATE(788), 2, sym_argument_list, sym_generator_expression, ACTIONS(1619), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1617), 25, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41860] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1632), 1, anon_sym_DOT, ACTIONS(1634), 1, anon_sym_LPAREN, ACTIONS(1642), 1, anon_sym_PIPE, ACTIONS(1646), 1, anon_sym_LBRACK, ACTIONS(1648), 1, anon_sym_STAR_STAR, ACTIONS(1654), 1, anon_sym_AMP, ACTIONS(1656), 1, anon_sym_CARET, ACTIONS(1636), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1638), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1644), 2, anon_sym_DASH, anon_sym_PLUS, STATE(788), 2, sym_argument_list, sym_generator_expression, ACTIONS(1611), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1650), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1609), 15, sym__newline, anon_sym_from, anon_sym_COMMA, 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, anon_sym_is, sym__semicolon, [41928] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1632), 1, anon_sym_DOT, ACTIONS(1634), 1, anon_sym_LPAREN, ACTIONS(1646), 1, anon_sym_LBRACK, ACTIONS(1648), 1, anon_sym_STAR_STAR, ACTIONS(1654), 1, anon_sym_AMP, ACTIONS(1656), 1, anon_sym_CARET, ACTIONS(1636), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1638), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1644), 2, anon_sym_DASH, anon_sym_PLUS, STATE(788), 2, sym_argument_list, sym_generator_expression, ACTIONS(1599), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1650), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1597), 16, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_in, anon_sym_PIPE, 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_is, sym__semicolon, [41994] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1423), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1421), 32, sym__template_string_start, 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_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [42038] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1419), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1417), 32, sym__string_start, 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_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [42082] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1632), 1, anon_sym_DOT, ACTIONS(1634), 1, anon_sym_LPAREN, ACTIONS(1642), 1, anon_sym_PIPE, ACTIONS(1646), 1, anon_sym_LBRACK, ACTIONS(1648), 1, anon_sym_STAR_STAR, ACTIONS(1654), 1, anon_sym_AMP, ACTIONS(1656), 1, anon_sym_CARET, ACTIONS(1636), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1638), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1644), 2, anon_sym_DASH, anon_sym_PLUS, STATE(788), 2, sym_argument_list, sym_generator_expression, ACTIONS(1603), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1650), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1601), 15, sym__newline, anon_sym_from, anon_sym_COMMA, 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, anon_sym_is, sym__semicolon, [42150] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1665), 1, anon_sym_DOT, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1675), 1, anon_sym_PIPE, ACTIONS(1679), 1, anon_sym_LBRACK, ACTIONS(1681), 1, anon_sym_STAR_STAR, ACTIONS(1685), 1, anon_sym_not, ACTIONS(1687), 1, anon_sym_AMP, ACTIONS(1689), 1, anon_sym_CARET, ACTIONS(1693), 1, anon_sym_is, STATE(863), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1669), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1671), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1677), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1691), 2, anon_sym_LT, anon_sym_GT, STATE(813), 2, sym_argument_list, sym_generator_expression, ACTIONS(1683), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1673), 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(1515), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [42226] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1437), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1435), 32, sym__template_string_start, 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_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [42270] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, STATE(691), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1088), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [42318] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1632), 1, anon_sym_DOT, ACTIONS(1634), 1, anon_sym_LPAREN, ACTIONS(1646), 1, anon_sym_LBRACK, ACTIONS(1648), 1, anon_sym_STAR_STAR, ACTIONS(1636), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1644), 2, anon_sym_DASH, anon_sym_PLUS, STATE(788), 2, sym_argument_list, sym_generator_expression, ACTIONS(1599), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1650), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1597), 20, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42378] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(627), 1, sym__template_string_start, STATE(689), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1088), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [42426] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1632), 1, anon_sym_DOT, ACTIONS(1634), 1, anon_sym_LPAREN, ACTIONS(1646), 1, anon_sym_LBRACK, ACTIONS(1648), 1, anon_sym_STAR_STAR, STATE(788), 2, sym_argument_list, sym_generator_expression, ACTIONS(1599), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 25, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42480] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1153), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(1158), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, ACTIONS(1160), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, anon_sym_RBRACK, 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, [42525] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1437), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1435), 30, sym__newline, sym__template_string_start, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42568] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1423), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1421), 30, sym__newline, sym__template_string_start, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42611] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(278), 1, anon_sym_COLON_EQ, ACTIONS(265), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(298), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42656] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1699), 1, anon_sym_STAR, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1183), 2, sym__match_patterns, sym_open_sequence_match_pattern, STATE(1184), 2, sym__match_pattern, sym_match_as_pattern, STATE(1362), 2, sym__match_maybe_star_pattern, sym_match_star_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [42737] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(599), 1, anon_sym_COLON_EQ, ACTIONS(270), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(265), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(298), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [42784] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1145), 1, anon_sym_COLON_EQ, ACTIONS(1088), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42829] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(298), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(265), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, ACTIONS(302), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, anon_sym_RBRACK, 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, [42874] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(298), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(265), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, ACTIONS(593), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, anon_sym_RBRACK, 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, [42919] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1699), 1, anon_sym_STAR, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1184), 2, sym__match_pattern, sym_match_as_pattern, STATE(1277), 2, sym__match_patterns, sym_open_sequence_match_pattern, STATE(1362), 2, sym__match_maybe_star_pattern, sym_match_star_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [43000] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1665), 1, anon_sym_DOT, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1675), 1, anon_sym_PIPE, ACTIONS(1679), 1, anon_sym_LBRACK, ACTIONS(1681), 1, anon_sym_STAR_STAR, ACTIONS(1687), 1, anon_sym_AMP, ACTIONS(1689), 1, anon_sym_CARET, ACTIONS(1611), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1669), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1671), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1677), 2, anon_sym_DASH, anon_sym_PLUS, STATE(813), 2, sym_argument_list, sym_generator_expression, ACTIONS(1683), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1609), 15, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [43067] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1083), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(1088), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, ACTIONS(1149), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, anon_sym_RBRACK, 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, [43112] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1665), 1, anon_sym_DOT, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1675), 1, anon_sym_PIPE, ACTIONS(1679), 1, anon_sym_LBRACK, ACTIONS(1681), 1, anon_sym_STAR_STAR, ACTIONS(1687), 1, anon_sym_AMP, ACTIONS(1689), 1, anon_sym_CARET, ACTIONS(1607), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1669), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1671), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1677), 2, anon_sym_DASH, anon_sym_PLUS, STATE(813), 2, sym_argument_list, sym_generator_expression, ACTIONS(1683), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1605), 15, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [43179] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1699), 1, anon_sym_STAR, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1715), 1, anon_sym_if, ACTIONS(1717), 1, anon_sym_COLON, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(1089), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [43260] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1168), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(1173), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, ACTIONS(1175), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, anon_sym_RBRACK, 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, [43305] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1665), 1, anon_sym_DOT, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1679), 1, anon_sym_LBRACK, ACTIONS(1681), 1, anon_sym_STAR_STAR, ACTIONS(1599), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1669), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1671), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1677), 2, anon_sym_DASH, anon_sym_PLUS, STATE(813), 2, sym_argument_list, sym_generator_expression, ACTIONS(1683), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1597), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [43366] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1083), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(1088), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, ACTIONS(1094), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, anon_sym_RBRACK, 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, [43411] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1665), 1, anon_sym_DOT, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1679), 1, anon_sym_LBRACK, ACTIONS(1681), 1, anon_sym_STAR_STAR, ACTIONS(1689), 1, anon_sym_CARET, ACTIONS(1599), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1669), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1671), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1677), 2, anon_sym_DASH, anon_sym_PLUS, STATE(813), 2, sym_argument_list, sym_generator_expression, ACTIONS(1683), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1597), 17, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [43474] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1665), 1, anon_sym_DOT, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1679), 1, anon_sym_LBRACK, ACTIONS(1681), 1, anon_sym_STAR_STAR, STATE(813), 2, sym_argument_list, sym_generator_expression, ACTIONS(1599), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 25, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [43527] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1419), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1417), 30, sym__newline, sym__string_start, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [43570] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1665), 1, anon_sym_DOT, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1679), 1, anon_sym_LBRACK, ACTIONS(1681), 1, anon_sym_STAR_STAR, ACTIONS(1599), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1669), 2, anon_sym_STAR, anon_sym_SLASH, STATE(813), 2, sym_argument_list, sym_generator_expression, ACTIONS(1683), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1597), 22, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, 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_is, [43627] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1665), 1, anon_sym_DOT, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1679), 1, anon_sym_LBRACK, ACTIONS(1681), 1, anon_sym_STAR_STAR, ACTIONS(1687), 1, anon_sym_AMP, ACTIONS(1689), 1, anon_sym_CARET, ACTIONS(1599), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1669), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1671), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1677), 2, anon_sym_DASH, anon_sym_PLUS, STATE(813), 2, sym_argument_list, sym_generator_expression, ACTIONS(1683), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1597), 16, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [43692] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1665), 1, anon_sym_DOT, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1679), 1, anon_sym_LBRACK, ACTIONS(1681), 1, anon_sym_STAR_STAR, STATE(813), 2, sym_argument_list, sym_generator_expression, ACTIONS(1619), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1617), 25, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [43745] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(599), 1, anon_sym_COLON_EQ, ACTIONS(629), 1, anon_sym_EQ, ACTIONS(265), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(298), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [43792] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1665), 1, anon_sym_DOT, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1679), 1, anon_sym_LBRACK, ACTIONS(1681), 1, anon_sym_STAR_STAR, STATE(813), 2, sym_argument_list, sym_generator_expression, ACTIONS(1615), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1613), 25, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [43845] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1627), 1, anon_sym_COLON_EQ, ACTIONS(1719), 1, anon_sym_EQ, ACTIONS(1088), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [43892] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1699), 1, anon_sym_STAR, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1721), 1, anon_sym_if, ACTIONS(1723), 1, anon_sym_COLON, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(1089), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [43973] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1665), 1, anon_sym_DOT, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1675), 1, anon_sym_PIPE, ACTIONS(1679), 1, anon_sym_LBRACK, ACTIONS(1681), 1, anon_sym_STAR_STAR, ACTIONS(1687), 1, anon_sym_AMP, ACTIONS(1689), 1, anon_sym_CARET, ACTIONS(1603), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1669), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1671), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1677), 2, anon_sym_DASH, anon_sym_PLUS, STATE(813), 2, sym_argument_list, sym_generator_expression, ACTIONS(1683), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1601), 15, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [44040] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1665), 1, anon_sym_DOT, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1679), 1, anon_sym_LBRACK, ACTIONS(1681), 1, anon_sym_STAR_STAR, ACTIONS(1599), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1669), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1677), 2, anon_sym_DASH, anon_sym_PLUS, STATE(813), 2, sym_argument_list, sym_generator_expression, ACTIONS(1683), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1597), 20, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [44099] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1665), 1, anon_sym_DOT, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1679), 1, anon_sym_LBRACK, ACTIONS(1681), 1, anon_sym_STAR_STAR, STATE(813), 2, sym_argument_list, sym_generator_expression, ACTIONS(1599), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1597), 25, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [44152] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1627), 1, anon_sym_COLON_EQ, ACTIONS(1142), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1088), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [44199] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1427), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1425), 30, sym__newline, sym__string_start, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [44242] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1170), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1173), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1168), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [44286] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1505), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1503), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [44328] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1465), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1463), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [44370] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(265), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(298), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [44412] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1088), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [44454] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1579), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1577), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [44496] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(613), 1, anon_sym_COLON_EQ, ACTIONS(265), 5, anon_sym_STAR, anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(298), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [44540] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1575), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [44582] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1571), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1569), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [44624] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1699), 1, anon_sym_STAR, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1725), 1, anon_sym_RPAREN, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1376), 2, sym__match_pattern, sym_match_as_pattern, STATE(1382), 2, sym__match_maybe_star_pattern, sym_match_star_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [44704] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1699), 1, anon_sym_STAR, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1725), 1, anon_sym_RBRACK, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(1206), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [44782] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1447), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [44824] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1699), 1, anon_sym_STAR, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1727), 1, anon_sym_RBRACK, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(1089), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [44902] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1467), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [44944] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1142), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1088), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [44988] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1699), 1, anon_sym_STAR, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1727), 1, anon_sym_RPAREN, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(1089), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [45066] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1465), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1463), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45108] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1699), 1, anon_sym_STAR, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1729), 1, anon_sym_RPAREN, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(1089), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [45186] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1699), 1, anon_sym_STAR, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1729), 1, anon_sym_RBRACK, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(1089), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [45264] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1497), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1495), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45306] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1497), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1495), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45348] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1477), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1475), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45390] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1731), 1, anon_sym_COLON_EQ, ACTIONS(1088), 5, anon_sym_STAR, anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [45434] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1158), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1153), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45476] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1459), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45518] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1473), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1471), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45560] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1485), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1483), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45602] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1481), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1479), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45644] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1173), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1168), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45686] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1451), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45728] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1509), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1507), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45770] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1583), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1581), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45812] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1489), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1487), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45854] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1587), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1585), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45896] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1501), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1499), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45938] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1441), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1439), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [45980] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1595), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1593), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [46022] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1447), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [46064] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1493), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1491), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [46106] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1451), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [46148] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1155), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1158), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1153), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [46192] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1445), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1443), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [46234] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1591), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1589), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [46276] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1455), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [46318] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1595), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1593), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [46359] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1575), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [46400] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(265), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(298), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [46441] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(585), 1, anon_sym_COLON_EQ, ACTIONS(629), 1, anon_sym_EQ, ACTIONS(265), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(298), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [46486] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1733), 1, sym_identifier, ACTIONS(1735), 1, anon_sym_RPAREN, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1192), 1, sym_match_keyword_pattern, STATE(1200), 1, sym_match_positional_pattern, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1373), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [46565] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1447), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [46606] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1501), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1499), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [46647] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1699), 1, anon_sym_STAR, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(1089), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [46722] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1447), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [46763] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1088), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [46804] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1733), 1, sym_identifier, ACTIONS(1737), 1, anon_sym_RPAREN, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1213), 1, sym_match_keyword_pattern, STATE(1332), 1, sym_match_positional_pattern, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1373), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [46883] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1509), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1507), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [46924] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1451), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [46965] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1489), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1487), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47006] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1481), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1479), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47047] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1485), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1483), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47088] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1451), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47129] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1591), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1589), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47170] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1493), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1491), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47211] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1497), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1495), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47252] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1445), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1443), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47293] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1497), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1495), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47334] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(863), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(861), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47375] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1733), 1, sym_identifier, ACTIONS(1739), 1, anon_sym_RPAREN, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1242), 1, sym_match_keyword_pattern, STATE(1332), 1, sym_match_positional_pattern, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1373), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [47454] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1571), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1569), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47495] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1090), 1, anon_sym_COLON_EQ, ACTIONS(1719), 1, anon_sym_EQ, ACTIONS(1088), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1083), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47540] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1579), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1577), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47581] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1465), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1463), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47622] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1441), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1439), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47663] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1587), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1585), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47704] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1477), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1475), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47745] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1583), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1581), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47786] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1467), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47827] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1465), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1463), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47868] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1459), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47909] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1455), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47950] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(867), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(865), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47991] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1473), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1471), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [48032] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1505), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1503), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [48073] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1332), 1, sym_match_positional_pattern, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1373), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [48146] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1384), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [48216] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1703), 1, sym_match_wildcard_pattern, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1014), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1326), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(980), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [48286] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1741), 1, sym_match_wildcard_pattern, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(956), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [48348] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, ACTIONS(627), 1, sym__template_string_start, ACTIONS(1695), 1, sym_identifier, ACTIONS(1697), 1, anon_sym_LPAREN, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1705), 1, anon_sym_LBRACK, ACTIONS(1707), 1, anon_sym_LBRACE, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1743), 1, sym_match_wildcard_pattern, STATE(891), 1, sym_template_string, STATE(892), 1, sym_string, STATE(1419), 1, sym_pattern_class_name, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, ACTIONS(1713), 3, sym_true, sym_false, sym_none, STATE(939), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, sym_match_value_pattern, sym_match_group_pattern, sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, [48410] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1750), 1, anon_sym_EQ, ACTIONS(1752), 1, anon_sym_not, ACTIONS(1758), 1, anon_sym_is, STATE(844), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1755), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1747), 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(1745), 10, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, sym_type_conversion, [48450] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1559), 1, anon_sym_not, ACTIONS(1567), 1, anon_sym_is, ACTIONS(1763), 1, anon_sym_as, STATE(847), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1565), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1549), 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(1761), 10, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, [48490] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 1, anon_sym_not, ACTIONS(1543), 1, anon_sym_is, ACTIONS(1763), 1, anon_sym_EQ, STATE(844), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1541), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1521), 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(1761), 10, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, sym_type_conversion, [48530] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1750), 1, anon_sym_as, ACTIONS(1768), 1, anon_sym_not, ACTIONS(1774), 1, anon_sym_is, STATE(847), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1771), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1765), 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(1745), 10, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, [48570] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_COMMA, STATE(848), 1, aux_sym__patterns_repeat1, ACTIONS(1777), 18, anon_sym_RPAREN, anon_sym_COLON, anon_sym_in, anon_sym_RBRACK, 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, [48600] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1782), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, anon_sym_RBRACK, 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, [48625] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1652), 1, anon_sym_not, ACTIONS(1660), 1, anon_sym_is, ACTIONS(1763), 1, anon_sym_EQ, STATE(856), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1658), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1640), 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(1761), 7, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_and, anon_sym_or, sym__semicolon, [48662] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1784), 1, sym_identifier, ACTIONS(1786), 1, anon_sym_RBRACE, ACTIONS(1788), 1, anon_sym_STAR_STAR, STATE(1119), 1, sym_template_string, STATE(1120), 1, sym_string, STATE(1273), 1, sym_match_key_value_pattern, STATE(1337), 1, sym_match_double_star_pattern, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1471), 2, sym_match_literal_pattern, sym_match_value_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, [48715] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(265), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(825), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, ACTIONS(298), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, [48744] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1149), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, anon_sym_RBRACK, 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, [48769] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1790), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, anon_sym_RBRACK, 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, [48794] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1784), 1, sym_identifier, ACTIONS(1788), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_RBRACE, STATE(1119), 1, sym_template_string, STATE(1120), 1, sym_string, STATE(1339), 1, sym_match_double_star_pattern, STATE(1344), 1, sym_match_key_value_pattern, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1471), 2, sym_match_literal_pattern, sym_match_value_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, [48847] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1750), 1, anon_sym_EQ, ACTIONS(1797), 1, anon_sym_not, ACTIONS(1803), 1, anon_sym_is, STATE(856), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1800), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1794), 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(1745), 7, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_and, anon_sym_or, sym__semicolon, [48884] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1806), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, anon_sym_RBRACK, 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, [48909] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1784), 1, sym_identifier, ACTIONS(1788), 1, anon_sym_STAR_STAR, ACTIONS(1808), 1, anon_sym_RBRACE, STATE(1119), 1, sym_template_string, STATE(1120), 1, sym_string, STATE(1313), 1, sym_match_double_star_pattern, STATE(1344), 1, sym_match_key_value_pattern, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1471), 2, sym_match_literal_pattern, sym_match_value_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, [48962] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1088), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1810), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, ACTIONS(1083), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, [48991] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_not, ACTIONS(1821), 1, anon_sym_is, STATE(860), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1818), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1812), 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(1745), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [49025] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_COMMA, STATE(848), 1, aux_sym__patterns_repeat1, ACTIONS(1826), 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, [49053] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1511), 1, anon_sym_DOT, ACTIONS(1513), 1, anon_sym_LPAREN, ACTIONS(1523), 1, anon_sym_PIPE, ACTIONS(1527), 1, anon_sym_LBRACK, ACTIONS(1529), 1, anon_sym_STAR_STAR, ACTIONS(1537), 1, anon_sym_AMP, ACTIONS(1539), 1, anon_sym_CARET, ACTIONS(1517), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1519), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1525), 2, anon_sym_DASH, anon_sym_PLUS, STATE(642), 2, sym_argument_list, sym_generator_expression, ACTIONS(1533), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, [49099] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1685), 1, anon_sym_not, ACTIONS(1693), 1, anon_sym_is, STATE(860), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1691), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1673), 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(1761), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [49133] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1828), 1, sym_identifier, ACTIONS(1830), 1, anon_sym_LPAREN, ACTIONS(1832), 1, anon_sym_STAR, ACTIONS(1834), 1, anon_sym_COLON, ACTIONS(1836), 1, anon_sym_STAR_STAR, ACTIONS(1838), 1, anon_sym_SLASH, STATE(1276), 1, sym_parameter, STATE(1448), 1, sym_lambda_parameters, STATE(1474), 1, sym__parameters, STATE(1331), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1278), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [49176] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1828), 1, sym_identifier, ACTIONS(1830), 1, anon_sym_LPAREN, ACTIONS(1832), 1, anon_sym_STAR, ACTIONS(1836), 1, anon_sym_STAR_STAR, ACTIONS(1838), 1, anon_sym_SLASH, ACTIONS(1840), 1, anon_sym_COLON, STATE(1276), 1, sym_parameter, STATE(1435), 1, sym_lambda_parameters, STATE(1474), 1, sym__parameters, STATE(1331), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1278), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [49219] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1828), 1, sym_identifier, ACTIONS(1830), 1, anon_sym_LPAREN, ACTIONS(1832), 1, anon_sym_STAR, ACTIONS(1836), 1, anon_sym_STAR_STAR, ACTIONS(1838), 1, anon_sym_SLASH, ACTIONS(1842), 1, anon_sym_COLON, STATE(1276), 1, sym_parameter, STATE(1423), 1, sym_lambda_parameters, STATE(1474), 1, sym__parameters, STATE(1331), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1278), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [49262] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1844), 1, anon_sym_COMMA, ACTIONS(1846), 1, anon_sym_COLON, ACTIONS(1848), 1, anon_sym_EQ, STATE(861), 1, aux_sym__patterns_repeat1, ACTIONS(1850), 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, [49293] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1828), 1, sym_identifier, ACTIONS(1830), 1, anon_sym_LPAREN, ACTIONS(1832), 1, anon_sym_STAR, ACTIONS(1836), 1, anon_sym_STAR_STAR, ACTIONS(1838), 1, anon_sym_SLASH, ACTIONS(1852), 1, anon_sym_COLON, STATE(1276), 1, sym_parameter, STATE(1397), 1, sym_lambda_parameters, STATE(1474), 1, sym__parameters, STATE(1331), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1278), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [49336] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1828), 1, sym_identifier, ACTIONS(1830), 1, anon_sym_LPAREN, ACTIONS(1832), 1, anon_sym_STAR, ACTIONS(1836), 1, anon_sym_STAR_STAR, ACTIONS(1838), 1, anon_sym_SLASH, ACTIONS(1854), 1, anon_sym_COLON, STATE(1276), 1, sym_parameter, STATE(1472), 1, sym_lambda_parameters, STATE(1474), 1, sym__parameters, STATE(1331), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1278), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [49379] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(1701), 1, anon_sym_DASH, ACTIONS(1709), 1, sym_integer, ACTIONS(1711), 1, sym_float, ACTIONS(1784), 1, sym_identifier, STATE(1119), 1, sym_template_string, STATE(1120), 1, sym_string, STATE(1344), 1, sym_match_key_value_pattern, STATE(977), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1471), 2, sym_match_literal_pattern, sym_match_value_pattern, ACTIONS(1713), 3, sym_true, sym_false, sym_none, [49423] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1830), 1, anon_sym_LPAREN, ACTIONS(1832), 1, anon_sym_STAR, ACTIONS(1836), 1, anon_sym_STAR_STAR, ACTIONS(1838), 1, anon_sym_SLASH, ACTIONS(1856), 1, sym_identifier, ACTIONS(1858), 1, anon_sym_RPAREN, STATE(1229), 1, sym_parameter, STATE(1473), 1, sym__parameters, STATE(1222), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1278), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [49463] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1830), 1, anon_sym_LPAREN, ACTIONS(1832), 1, anon_sym_STAR, ACTIONS(1836), 1, anon_sym_STAR_STAR, ACTIONS(1838), 1, anon_sym_SLASH, ACTIONS(1856), 1, sym_identifier, ACTIONS(1860), 1, anon_sym_RPAREN, STATE(1288), 1, sym_parameter, STATE(1222), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1278), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [49500] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1830), 1, anon_sym_LPAREN, ACTIONS(1832), 1, anon_sym_STAR, ACTIONS(1836), 1, anon_sym_STAR_STAR, ACTIONS(1838), 1, anon_sym_SLASH, ACTIONS(1856), 1, sym_identifier, ACTIONS(1862), 1, anon_sym_RPAREN, STATE(1288), 1, sym_parameter, STATE(1222), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1278), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [49537] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1846), 1, anon_sym_COLON, ACTIONS(1848), 1, anon_sym_EQ, ACTIONS(1850), 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, [49562] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1828), 1, sym_identifier, ACTIONS(1830), 1, anon_sym_LPAREN, ACTIONS(1832), 1, anon_sym_STAR, ACTIONS(1836), 1, anon_sym_STAR_STAR, ACTIONS(1838), 1, anon_sym_SLASH, ACTIONS(1862), 1, anon_sym_COLON, STATE(1288), 1, sym_parameter, STATE(1331), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1278), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [49599] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1828), 1, sym_identifier, ACTIONS(1830), 1, anon_sym_LPAREN, ACTIONS(1832), 1, anon_sym_STAR, ACTIONS(1836), 1, anon_sym_STAR_STAR, ACTIONS(1838), 1, anon_sym_SLASH, ACTIONS(1860), 1, anon_sym_COLON, STATE(1288), 1, sym_parameter, STATE(1331), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1278), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [49636] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1828), 1, sym_identifier, ACTIONS(1830), 1, anon_sym_LPAREN, ACTIONS(1832), 1, anon_sym_STAR, ACTIONS(1836), 1, anon_sym_STAR_STAR, ACTIONS(1838), 1, anon_sym_SLASH, STATE(1288), 1, sym_parameter, STATE(1331), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1278), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [49670] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1830), 1, anon_sym_LPAREN, ACTIONS(1832), 1, anon_sym_STAR, ACTIONS(1836), 1, anon_sym_STAR_STAR, ACTIONS(1838), 1, anon_sym_SLASH, ACTIONS(1856), 1, sym_identifier, STATE(1288), 1, sym_parameter, STATE(1222), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1278), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [49704] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1866), 1, anon_sym_as, ACTIONS(1864), 13, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, anon_sym_and, anon_sym_or, sym_type_conversion, [49726] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1531), 1, anon_sym_as, ACTIONS(1515), 13, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, anon_sym_and, anon_sym_or, sym_type_conversion, [49748] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1870), 1, anon_sym_DOT, STATE(881), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(1868), 10, anon_sym_import, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [49770] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1873), 1, anon_sym_DOT, ACTIONS(1875), 1, anon_sym_LPAREN, STATE(902), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(1877), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [49793] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1879), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [49814] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1885), 1, anon_sym_as, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1879), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [49837] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1893), 1, anon_sym_COMMA, ACTIONS(1895), 1, anon_sym_if, STATE(982), 1, aux_sym_expression_list_repeat1, ACTIONS(1891), 6, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [49864] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1901), 1, anon_sym_COLON, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(1907), 1, anon_sym_RBRACE, STATE(936), 1, sym_for_in_clause, STATE(1079), 1, aux_sym__collection_elements_repeat1, STATE(1455), 1, sym__comprehension_clauses, [49901] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1901), 1, anon_sym_COLON, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(1907), 1, anon_sym_RBRACE, STATE(936), 1, sym_for_in_clause, STATE(1079), 1, aux_sym__collection_elements_repeat1, STATE(1403), 1, sym__comprehension_clauses, [49938] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1911), 1, anon_sym_as, ACTIONS(1909), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [49963] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(1913), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [49986] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(1915), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [50009] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(627), 1, sym__template_string_start, STATE(689), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1917), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [50030] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, STATE(691), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1917), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [50051] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1921), 1, anon_sym_as, ACTIONS(1919), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [50074] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1868), 11, anon_sym_import, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [50091] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(1909), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [50114] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1919), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [50135] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1925), 1, anon_sym_as, ACTIONS(1923), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_or, [50156] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1927), 1, anon_sym_as, ACTIONS(1915), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [50181] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1925), 1, anon_sym_as, ACTIONS(1923), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [50204] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1923), 10, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, anon_sym_or, sym_type_conversion, [50223] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1923), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [50244] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1873), 1, anon_sym_DOT, ACTIONS(1929), 1, anon_sym_LPAREN, STATE(881), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(1931), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [50267] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(1933), 1, anon_sym_RPAREN, ACTIONS(1935), 1, anon_sym_COMMA, ACTIONS(1938), 1, anon_sym_as, STATE(936), 1, sym_for_in_clause, STATE(1079), 1, aux_sym__collection_elements_repeat1, STATE(1400), 1, sym__comprehension_clauses, [50304] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1940), 1, anon_sym_as, ACTIONS(1913), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [50329] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1901), 1, anon_sym_COLON, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(1907), 1, anon_sym_RBRACE, STATE(936), 1, sym_for_in_clause, STATE(1079), 1, aux_sym__collection_elements_repeat1, STATE(1463), 1, sym__comprehension_clauses, [50366] = 9, ACTIONS(1942), 1, anon_sym_LBRACE2, ACTIONS(1946), 1, sym__not_escape_sequence, ACTIONS(1948), 1, sym_comment, ACTIONS(1950), 1, sym__string_end, STATE(919), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1944), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [50396] = 9, ACTIONS(1942), 1, anon_sym_LBRACE2, ACTIONS(1946), 1, sym__not_escape_sequence, ACTIONS(1948), 1, sym_comment, ACTIONS(1952), 1, sym__string_end, STATE(914), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1944), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [50426] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(1907), 1, anon_sym_RBRACK, STATE(936), 1, sym_for_in_clause, STATE(1079), 1, aux_sym__collection_elements_repeat1, STATE(1467), 1, sym__comprehension_clauses, [50460] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(1954), 1, anon_sym_RPAREN, ACTIONS(1956), 1, anon_sym_COMMA, STATE(936), 1, sym_for_in_clause, STATE(1264), 1, aux_sym_argument_list_repeat1, STATE(1499), 1, sym__comprehension_clauses, [50494] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(1958), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [50516] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(1960), 1, anon_sym_RPAREN, ACTIONS(1962), 1, anon_sym_COMMA, STATE(936), 1, sym_for_in_clause, STATE(1286), 1, aux_sym_argument_list_repeat1, STATE(1426), 1, sym__comprehension_clauses, [50550] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(1907), 1, anon_sym_RBRACK, STATE(936), 1, sym_for_in_clause, STATE(1079), 1, aux_sym__collection_elements_repeat1, STATE(1441), 1, sym__comprehension_clauses, [50584] = 9, ACTIONS(1942), 1, anon_sym_LBRACE2, ACTIONS(1946), 1, sym__not_escape_sequence, ACTIONS(1948), 1, sym_comment, ACTIONS(1964), 1, sym__string_end, STATE(922), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1944), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [50614] = 9, ACTIONS(1942), 1, anon_sym_LBRACE2, ACTIONS(1946), 1, sym__not_escape_sequence, ACTIONS(1948), 1, sym_comment, ACTIONS(1966), 1, sym__string_end, STATE(918), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1944), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [50644] = 9, ACTIONS(1942), 1, anon_sym_LBRACE2, ACTIONS(1946), 1, sym__not_escape_sequence, ACTIONS(1948), 1, sym_comment, ACTIONS(1968), 1, sym__string_end, STATE(920), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1944), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [50674] = 9, ACTIONS(1942), 1, anon_sym_LBRACE2, ACTIONS(1946), 1, sym__not_escape_sequence, ACTIONS(1948), 1, sym_comment, ACTIONS(1970), 1, sym__string_end, STATE(923), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1944), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [50704] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1974), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1972), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [50722] = 9, ACTIONS(1948), 1, sym_comment, ACTIONS(1976), 1, anon_sym_LBRACE2, ACTIONS(1982), 1, sym__not_escape_sequence, ACTIONS(1985), 1, sym__string_end, STATE(918), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1979), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [50752] = 9, ACTIONS(1942), 1, anon_sym_LBRACE2, ACTIONS(1946), 1, sym__not_escape_sequence, ACTIONS(1948), 1, sym_comment, ACTIONS(1987), 1, sym__string_end, STATE(918), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1944), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [50782] = 9, ACTIONS(1942), 1, anon_sym_LBRACE2, ACTIONS(1946), 1, sym__not_escape_sequence, ACTIONS(1948), 1, sym_comment, ACTIONS(1989), 1, sym__string_end, STATE(918), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1944), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [50812] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(1933), 1, anon_sym_RPAREN, STATE(936), 1, sym_for_in_clause, STATE(1079), 1, aux_sym__collection_elements_repeat1, STATE(1400), 1, sym__comprehension_clauses, [50846] = 9, ACTIONS(1942), 1, anon_sym_LBRACE2, ACTIONS(1946), 1, sym__not_escape_sequence, ACTIONS(1948), 1, sym_comment, ACTIONS(1991), 1, sym__string_end, STATE(918), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1944), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [50876] = 9, ACTIONS(1942), 1, anon_sym_LBRACE2, ACTIONS(1946), 1, sym__not_escape_sequence, ACTIONS(1948), 1, sym_comment, ACTIONS(1993), 1, sym__string_end, STATE(918), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1944), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [50906] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1997), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1995), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [50924] = 9, ACTIONS(1942), 1, anon_sym_LBRACE2, ACTIONS(1946), 1, sym__not_escape_sequence, ACTIONS(1948), 1, sym_comment, ACTIONS(1999), 1, sym__string_end, STATE(918), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1944), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [50954] = 9, ACTIONS(1942), 1, anon_sym_LBRACE2, ACTIONS(1946), 1, sym__not_escape_sequence, ACTIONS(1948), 1, sym_comment, ACTIONS(2001), 1, sym__string_end, STATE(929), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1944), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [50984] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2003), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [51006] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(1907), 1, anon_sym_RBRACK, STATE(936), 1, sym_for_in_clause, STATE(1079), 1, aux_sym__collection_elements_repeat1, STATE(1401), 1, sym__comprehension_clauses, [51040] = 9, ACTIONS(1942), 1, anon_sym_LBRACE2, ACTIONS(1946), 1, sym__not_escape_sequence, ACTIONS(1948), 1, sym_comment, ACTIONS(2005), 1, sym__string_end, STATE(918), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1944), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [51070] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(2007), 1, anon_sym_RPAREN, STATE(936), 1, sym_for_in_clause, STATE(1079), 1, aux_sym__collection_elements_repeat1, STATE(1426), 1, sym__comprehension_clauses, [51104] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2009), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [51126] = 9, ACTIONS(1942), 1, anon_sym_LBRACE2, ACTIONS(1946), 1, sym__not_escape_sequence, ACTIONS(1948), 1, sym_comment, ACTIONS(2011), 1, sym__string_end, STATE(925), 1, aux_sym_string_repeat1, STATE(1037), 1, aux_sym_string_content_repeat1, STATE(1046), 1, sym_string_content, STATE(1054), 1, sym_interpolation, ACTIONS(1944), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [51156] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(2013), 1, anon_sym_RPAREN, ACTIONS(2015), 1, anon_sym_COMMA, STATE(936), 1, sym_for_in_clause, STATE(1188), 1, aux_sym_argument_list_repeat1, STATE(1400), 1, sym__comprehension_clauses, [51190] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2017), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [51212] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(1899), 1, anon_sym_if, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(2019), 1, anon_sym_RPAREN, STATE(936), 1, sym_for_in_clause, STATE(1079), 1, aux_sym__collection_elements_repeat1, STATE(1499), 1, sym__comprehension_clauses, [51246] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(2023), 1, anon_sym_if, ACTIONS(2021), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(943), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, [51269] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(2025), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [51288] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2029), 1, anon_sym_PIPE, STATE(944), 1, aux_sym_match_or_pattern_repeat1, ACTIONS(2027), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [51307] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2029), 1, anon_sym_PIPE, STATE(938), 1, aux_sym_match_or_pattern_repeat1, ACTIONS(2031), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [51326] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1893), 1, anon_sym_COMMA, ACTIONS(1895), 1, anon_sym_if, STATE(982), 1, aux_sym_expression_list_repeat1, ACTIONS(2033), 4, anon_sym_COLON, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [51351] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(2025), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [51370] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2037), 1, anon_sym_if, ACTIONS(2040), 1, anon_sym_async, ACTIONS(2043), 1, anon_sym_for, ACTIONS(2035), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(942), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, [51393] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(2023), 1, anon_sym_if, ACTIONS(2046), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(942), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, [51416] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2050), 1, anon_sym_PIPE, STATE(944), 1, aux_sym_match_or_pattern_repeat1, ACTIONS(2048), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [51435] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(2025), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [51454] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2053), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51468] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2055), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51482] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2057), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51496] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2059), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51510] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2061), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51524] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(1879), 6, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, sym__semicolon, [51542] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2067), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51556] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(1913), 5, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_EQ, sym__semicolon, [51576] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2071), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51590] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1515), 8, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, anon_sym_and, anon_sym_or, sym__semicolon, [51604] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2048), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51618] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2073), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51632] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2077), 1, anon_sym_COMMA, STATE(958), 1, aux_sym_expression_list_repeat1, ACTIONS(2075), 6, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [51650] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2080), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51664] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(67), 1, anon_sym_AT, ACTIONS(2082), 1, anon_sym_async, ACTIONS(2084), 1, anon_sym_def, ACTIONS(2086), 1, anon_sym_class, STATE(527), 2, sym_function_definition, sym_class_definition, STATE(1045), 2, sym_decorator, aux_sym_decorated_definition_repeat1, [51688] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(67), 1, anon_sym_AT, ACTIONS(2088), 1, anon_sym_async, ACTIONS(2090), 1, anon_sym_def, ACTIONS(2092), 1, anon_sym_class, STATE(553), 2, sym_function_definition, sym_class_definition, STATE(1045), 2, sym_decorator, aux_sym_decorated_definition_repeat1, [51712] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2094), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51726] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(1909), 5, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_EQ, sym__semicolon, [51746] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51760] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2098), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51774] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2100), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51788] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(2102), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [51806] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2104), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51820] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(1923), 6, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, sym__semicolon, [51838] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(1923), 7, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, anon_sym_or, sym__semicolon, [51854] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2106), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51868] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1864), 8, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, anon_sym_and, anon_sym_or, sym__semicolon, [51882] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2110), 1, anon_sym_COMMA, STATE(988), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2108), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [51900] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51914] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2114), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51928] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2118), 1, anon_sym_COMMA, STATE(976), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2116), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [51946] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1917), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [51960] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2123), 1, anon_sym_COMMA, STATE(976), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2121), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [51978] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2017), 5, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_EQ, sym__semicolon, [51998] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2127), 1, anon_sym_PIPE, ACTIONS(2125), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [52014] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1873), 1, anon_sym_DOT, ACTIONS(1875), 1, anon_sym_LPAREN, ACTIONS(2129), 1, anon_sym_EQ, STATE(902), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(1877), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, [52036] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2133), 1, anon_sym_COMMA, STATE(958), 1, aux_sym_expression_list_repeat1, ACTIONS(2131), 6, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [52054] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2135), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [52068] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(1919), 6, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, sym__semicolon, [52086] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(1915), 5, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_EQ, sym__semicolon, [52106] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2137), 1, anon_sym_COMMA, STATE(958), 1, aux_sym_expression_list_repeat1, ACTIONS(2131), 6, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [52124] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2141), 1, anon_sym_COMMA, STATE(978), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2139), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [52142] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2145), 1, anon_sym_COMMA, STATE(976), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2143), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [52160] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2147), 1, anon_sym_from, ACTIONS(2149), 1, anon_sym_COMMA, STATE(1082), 1, aux_sym_expression_list_repeat1, ACTIONS(2151), 2, sym__newline, sym__semicolon, [52186] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2153), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [52200] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2155), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [52214] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2157), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, [52233] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2159), 1, anon_sym_if, ACTIONS(2161), 1, anon_sym_and, ACTIONS(2163), 1, anon_sym_or, ACTIONS(1915), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_COLON, [52252] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2161), 1, anon_sym_and, ACTIONS(2163), 1, anon_sym_or, ACTIONS(1879), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, [52269] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2165), 1, anon_sym_except, ACTIONS(2167), 1, anon_sym_finally, STATE(549), 1, sym_finally_clause, STATE(239), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, STATE(259), 2, sym_except_clause, aux_sym_try_statement_repeat1, [52290] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1515), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [52303] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2169), 1, anon_sym_except, ACTIONS(2171), 1, anon_sym_finally, STATE(478), 1, sym_finally_clause, STATE(255), 2, sym_except_clause, aux_sym_try_statement_repeat1, STATE(257), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, [52324] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2165), 1, anon_sym_except, ACTIONS(2167), 1, anon_sym_finally, STATE(469), 1, sym_finally_clause, STATE(260), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, STATE(261), 2, sym_except_clause, aux_sym_try_statement_repeat1, [52345] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2159), 1, anon_sym_if, ACTIONS(2161), 1, anon_sym_and, ACTIONS(2163), 1, anon_sym_or, ACTIONS(2175), 1, anon_sym_as, ACTIONS(2173), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [52366] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2159), 1, anon_sym_if, ACTIONS(2161), 1, anon_sym_and, ACTIONS(2163), 1, anon_sym_or, ACTIONS(2177), 1, anon_sym_COMMA, ACTIONS(2179), 1, anon_sym_as, ACTIONS(2181), 1, anon_sym_COLON, STATE(1178), 1, aux_sym_exception_list_repeat1, [52391] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1891), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [52404] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2009), 4, sym__newline, anon_sym_from, anon_sym_COMMA, sym__semicolon, [52423] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(1958), 4, sym__newline, anon_sym_from, anon_sym_COMMA, sym__semicolon, [52442] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2183), 1, sym_identifier, ACTIONS(2185), 1, anon_sym_STAR, ACTIONS(2187), 1, anon_sym_STAR_STAR, STATE(1327), 4, sym_typevar_parameter, sym_typevartuple_parameter, sym_paramspec_parameter, sym__type_parameter, [52461] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2149), 1, anon_sym_COMMA, STATE(1082), 1, aux_sym_expression_list_repeat1, ACTIONS(2189), 2, sym__newline, sym__semicolon, [52484] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(2191), 1, anon_sym_COMMA, ACTIONS(2193), 1, anon_sym_RBRACE, STATE(936), 1, sym_for_in_clause, STATE(1207), 1, aux_sym_dictionary_repeat1, STATE(1404), 1, sym__comprehension_clauses, [52509] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_or, ACTIONS(1899), 1, anon_sym_if, ACTIONS(2195), 4, anon_sym_COMMA, anon_sym_async, anon_sym_for, anon_sym_RBRACE, [52528] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2197), 1, anon_sym_COMMA, STATE(1167), 1, aux_sym_assert_statement_repeat1, ACTIONS(2199), 2, sym__newline, sym__semicolon, [52551] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2197), 1, anon_sym_COMMA, STATE(1134), 1, aux_sym_assert_statement_repeat1, ACTIONS(2201), 2, sym__newline, sym__semicolon, [52574] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2009), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [52587] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2169), 1, anon_sym_except, ACTIONS(2171), 1, anon_sym_finally, STATE(551), 1, sym_finally_clause, STATE(250), 2, sym_except_clause, aux_sym_try_statement_repeat1, STATE(252), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, [52608] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2203), 1, anon_sym_COMMA, STATE(1130), 1, aux_sym_print_statement_repeat1, ACTIONS(2205), 2, sym__newline, sym__semicolon, [52631] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2207), 1, sym_identifier, ACTIONS(2209), 1, anon_sym_DOT, ACTIONS(2211), 1, anon_sym___future__, STATE(1171), 1, aux_sym_import_prefix_repeat1, STATE(1219), 1, sym_import_prefix, STATE(1420), 2, sym_relative_import, sym_dotted_name, [52654] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2215), 1, anon_sym_as, ACTIONS(2213), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [52669] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2159), 1, anon_sym_if, ACTIONS(2161), 1, anon_sym_and, ACTIONS(2163), 1, anon_sym_or, ACTIONS(1909), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_COLON, [52688] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2183), 1, sym_identifier, ACTIONS(2185), 1, anon_sym_STAR, ACTIONS(2187), 1, anon_sym_STAR_STAR, STATE(1240), 4, sym_typevar_parameter, sym_typevartuple_parameter, sym_paramspec_parameter, sym__type_parameter, [52707] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(2217), 1, anon_sym_COMMA, ACTIONS(2219), 1, anon_sym_RBRACE, STATE(936), 1, sym_for_in_clause, STATE(1246), 1, aux_sym_dictionary_repeat1, STATE(1445), 1, sym__comprehension_clauses, [52732] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [52745] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1864), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [52758] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2116), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [52771] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2161), 1, anon_sym_and, ACTIONS(2163), 1, anon_sym_or, ACTIONS(1919), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, [52788] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2223), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, [52807] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2225), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [52820] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2161), 1, anon_sym_and, ACTIONS(1923), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_or, [52835] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1903), 1, anon_sym_async, ACTIONS(1905), 1, anon_sym_for, ACTIONS(2227), 1, anon_sym_COMMA, ACTIONS(2229), 1, anon_sym_RBRACE, STATE(936), 1, sym_for_in_clause, STATE(1251), 1, aux_sym_dictionary_repeat1, STATE(1462), 1, sym__comprehension_clauses, [52860] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2149), 1, anon_sym_COMMA, STATE(1082), 1, aux_sym_expression_list_repeat1, ACTIONS(2231), 2, sym__newline, sym__semicolon, [52883] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2161), 1, anon_sym_and, ACTIONS(2163), 1, anon_sym_or, ACTIONS(1923), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, [52900] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2233), 1, sym_identifier, ACTIONS(2235), 1, anon_sym_LPAREN, ACTIONS(2237), 1, anon_sym_STAR, STATE(1105), 1, sym_dotted_name, STATE(1159), 1, sym_aliased_import, STATE(1335), 1, sym_wildcard_import, STATE(1338), 1, sym__import_list, [52925] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2159), 1, anon_sym_if, ACTIONS(2161), 1, anon_sym_and, ACTIONS(2163), 1, anon_sym_or, ACTIONS(1913), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_COLON, [52944] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2149), 1, anon_sym_COMMA, STATE(1082), 1, aux_sym_expression_list_repeat1, ACTIONS(1891), 2, sym__newline, sym__semicolon, [52967] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2149), 1, anon_sym_COMMA, STATE(1082), 1, aux_sym_expression_list_repeat1, ACTIONS(2239), 2, sym__newline, sym__semicolon, [52990] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2149), 1, anon_sym_COMMA, STATE(1082), 1, aux_sym_expression_list_repeat1, ACTIONS(2241), 2, sym__newline, sym__semicolon, [53013] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2159), 1, anon_sym_if, ACTIONS(2161), 1, anon_sym_and, ACTIONS(2163), 1, anon_sym_or, ACTIONS(2177), 1, anon_sym_COMMA, ACTIONS(2243), 1, anon_sym_as, ACTIONS(2245), 1, anon_sym_COLON, STATE(1178), 1, aux_sym_exception_list_repeat1, [53038] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2159), 1, anon_sym_if, ACTIONS(2161), 1, anon_sym_and, ACTIONS(2163), 1, anon_sym_or, ACTIONS(2177), 1, anon_sym_COMMA, ACTIONS(2247), 1, anon_sym_as, ACTIONS(2249), 1, anon_sym_COLON, STATE(1178), 1, aux_sym_exception_list_repeat1, [53063] = 6, ACTIONS(1948), 1, sym_comment, ACTIONS(2251), 1, anon_sym_LBRACE2, ACTIONS(2256), 1, sym__not_escape_sequence, ACTIONS(2259), 1, sym__string_end, STATE(1035), 1, aux_sym_string_content_repeat1, ACTIONS(2253), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [53084] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2159), 1, anon_sym_if, ACTIONS(2161), 1, anon_sym_and, ACTIONS(2163), 1, anon_sym_or, ACTIONS(2177), 1, anon_sym_COMMA, ACTIONS(2261), 1, anon_sym_as, ACTIONS(2263), 1, anon_sym_COLON, STATE(1178), 1, aux_sym_exception_list_repeat1, [53109] = 6, ACTIONS(1948), 1, sym_comment, ACTIONS(2265), 1, anon_sym_LBRACE2, ACTIONS(2269), 1, sym__not_escape_sequence, ACTIONS(2271), 1, sym__string_end, STATE(1035), 1, aux_sym_string_content_repeat1, ACTIONS(2267), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [53130] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2273), 1, anon_sym_DOT, STATE(1038), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(1868), 4, sym__newline, anon_sym_COMMA, anon_sym_as, sym__semicolon, [53146] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1873), 1, anon_sym_DOT, STATE(1051), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2276), 4, anon_sym_import, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, [53162] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1893), 1, anon_sym_COMMA, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2278), 1, anon_sym_COLON, STATE(982), 1, aux_sym_expression_list_repeat1, [53184] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2280), 1, anon_sym_DOT, STATE(1047), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2276), 4, sym__newline, anon_sym_COMMA, anon_sym_as, sym__semicolon, [53200] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2284), 1, anon_sym_COLON, ACTIONS(2282), 2, anon_sym_COMMA, anon_sym_RBRACK, [53220] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2286), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_EQ, [53238] = 3, ACTIONS(1948), 1, sym_comment, ACTIONS(2288), 2, anon_sym_LBRACE2, sym__not_escape_sequence, ACTIONS(2290), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [53252] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2294), 1, anon_sym_AT, STATE(1045), 2, sym_decorator, aux_sym_decorated_definition_repeat1, ACTIONS(2292), 3, anon_sym_async, anon_sym_def, anon_sym_class, [53268] = 3, ACTIONS(1948), 1, sym_comment, ACTIONS(2297), 2, anon_sym_LBRACE2, sym__not_escape_sequence, ACTIONS(2299), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [53282] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2280), 1, anon_sym_DOT, STATE(1038), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2301), 4, sym__newline, anon_sym_COMMA, anon_sym_as, sym__semicolon, [53298] = 3, ACTIONS(1948), 1, sym_comment, ACTIONS(2303), 2, anon_sym_LBRACE2, sym__not_escape_sequence, ACTIONS(2305), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [53312] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2309), 1, anon_sym_COLON, ACTIONS(2307), 2, anon_sym_COMMA, anon_sym_RBRACK, [53332] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1893), 1, anon_sym_COMMA, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2311), 1, anon_sym_COLON, STATE(982), 1, aux_sym_expression_list_repeat1, [53354] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1873), 1, anon_sym_DOT, STATE(881), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2301), 4, anon_sym_import, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, [53370] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1893), 1, anon_sym_COMMA, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2313), 1, anon_sym_COLON, STATE(982), 1, aux_sym_expression_list_repeat1, [53392] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2315), 3, sym__newline, anon_sym_COMMA, sym__semicolon, [53410] = 3, ACTIONS(1948), 1, sym_comment, ACTIONS(2317), 2, anon_sym_LBRACE2, sym__not_escape_sequence, ACTIONS(2319), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [53424] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1893), 1, anon_sym_COMMA, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2321), 1, anon_sym_COLON, STATE(982), 1, aux_sym_expression_list_repeat1, [53446] = 3, ACTIONS(1948), 1, sym_comment, ACTIONS(2323), 2, anon_sym_LBRACE2, sym__not_escape_sequence, ACTIONS(2325), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [53460] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2329), 1, anon_sym_COMMA, STATE(1057), 1, aux_sym_open_sequence_match_pattern_repeat1, ACTIONS(2327), 4, anon_sym_RPAREN, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, [53476] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2332), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [53494] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2334), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [53512] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(1960), 1, anon_sym_RPAREN, ACTIONS(1962), 1, anon_sym_COMMA, STATE(1286), 1, aux_sym_argument_list_repeat1, [53534] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2336), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [53546] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2340), 1, anon_sym_COLON, ACTIONS(2342), 1, anon_sym_EQ, STATE(1176), 1, sym__type_bound, STATE(1364), 1, sym__type_param_default, ACTIONS(2338), 2, anon_sym_COMMA, anon_sym_RBRACK, [53566] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2223), 3, sym__newline, anon_sym_EQ, sym__semicolon, [53584] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2159), 1, anon_sym_if, ACTIONS(2161), 1, anon_sym_and, ACTIONS(2163), 1, anon_sym_or, ACTIONS(2344), 3, anon_sym_COMMA, anon_sym_as, anon_sym_COLON, [53602] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1893), 1, anon_sym_COMMA, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2346), 1, anon_sym_COLON, STATE(982), 1, aux_sym_expression_list_repeat1, [53624] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1893), 1, anon_sym_COMMA, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2348), 1, anon_sym_COLON, STATE(982), 1, aux_sym_expression_list_repeat1, [53646] = 3, ACTIONS(1948), 1, sym_comment, ACTIONS(2350), 2, anon_sym_LBRACE2, sym__not_escape_sequence, ACTIONS(2352), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [53660] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2354), 3, sym__newline, anon_sym_COMMA, sym__semicolon, [53678] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2356), 3, sym__newline, anon_sym_COMMA, sym__semicolon, [53696] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1877), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [53708] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2360), 1, anon_sym_COLON, ACTIONS(2358), 2, anon_sym_COMMA, anon_sym_RBRACK, [53728] = 6, ACTIONS(1948), 1, sym_comment, ACTIONS(2362), 1, anon_sym_RBRACE, ACTIONS(2364), 1, anon_sym_LBRACE2, ACTIONS(2367), 1, aux_sym_format_specifier_token1, STATE(1072), 1, aux_sym_format_specifier_repeat1, STATE(1255), 1, sym_interpolation, [53747] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2003), 2, sym__newline, sym__semicolon, [53764] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2233), 1, sym_identifier, ACTIONS(2370), 1, anon_sym_LPAREN, STATE(1105), 1, sym_dotted_name, STATE(1159), 1, sym_aliased_import, STATE(1343), 1, sym__import_list, [53783] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2372), 2, anon_sym_COMMA, anon_sym_RBRACK, [53800] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2374), 1, anon_sym_COLON, ACTIONS(2376), 1, anon_sym_RBRACE, ACTIONS(2378), 1, anon_sym_EQ, ACTIONS(2380), 1, sym_type_conversion, STATE(1460), 1, sym_format_specifier, [53819] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2384), 1, anon_sym_COMMA, STATE(1099), 1, aux_sym__collection_elements_repeat1, ACTIONS(2382), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, [53834] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2386), 1, anon_sym_COMMA, STATE(1096), 1, aux_sym_expression_list_repeat1, ACTIONS(2131), 3, sym__newline, anon_sym_from, sym__semicolon, [53849] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2388), 1, anon_sym_COMMA, STATE(1099), 1, aux_sym__collection_elements_repeat1, ACTIONS(2382), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, [53864] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2233), 1, sym_identifier, STATE(1132), 1, sym_dotted_name, STATE(1289), 1, sym_aliased_import, ACTIONS(2390), 2, sym__newline, sym__semicolon, [53881] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2392), 2, sym__newline, sym__semicolon, [53898] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2394), 1, anon_sym_COMMA, STATE(1096), 1, aux_sym_expression_list_repeat1, ACTIONS(2131), 3, sym__newline, anon_sym_from, sym__semicolon, [53913] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2195), 2, anon_sym_COMMA, anon_sym_RBRACE, [53930] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2396), 1, anon_sym_LPAREN, ACTIONS(2398), 1, anon_sym_COLON, ACTIONS(2400), 1, anon_sym_LBRACK, STATE(1210), 1, sym_type_parameters, STATE(1402), 1, sym_argument_list, [53949] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2402), 2, anon_sym_COMMA, anon_sym_RBRACK, [53966] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2404), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, [53977] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2406), 2, anon_sym_COMMA, anon_sym_RBRACK, [53994] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2374), 1, anon_sym_COLON, ACTIONS(2408), 1, anon_sym_RBRACE, ACTIONS(2410), 1, anon_sym_EQ, ACTIONS(2412), 1, sym_type_conversion, STATE(1470), 1, sym_format_specifier, [54013] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2327), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, [54024] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2414), 2, anon_sym_COMMA, anon_sym_RBRACK, [54041] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2416), 2, sym__newline, sym__semicolon, [54058] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2418), 2, anon_sym_RPAREN, anon_sym_COMMA, [54075] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2420), 2, sym__newline, sym__semicolon, [54092] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2422), 2, sym__newline, sym__semicolon, [54109] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1897), 1, anon_sym_COMMA, STATE(1077), 1, aux_sym__collection_elements_repeat1, ACTIONS(1907), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, [54124] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2424), 1, anon_sym_COMMA, STATE(1096), 1, aux_sym_expression_list_repeat1, ACTIONS(2075), 3, sym__newline, anon_sym_from, sym__semicolon, [54139] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2233), 1, sym_identifier, STATE(1132), 1, sym_dotted_name, STATE(1289), 1, sym_aliased_import, ACTIONS(2427), 2, sym__newline, sym__semicolon, [54156] = 6, ACTIONS(1948), 1, sym_comment, ACTIONS(2429), 1, anon_sym_RBRACE, ACTIONS(2431), 1, anon_sym_LBRACE2, ACTIONS(2433), 1, aux_sym_format_specifier_token1, STATE(1104), 1, aux_sym_format_specifier_repeat1, STATE(1255), 1, sym_interpolation, [54175] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2437), 1, anon_sym_COMMA, STATE(1099), 1, aux_sym__collection_elements_repeat1, ACTIONS(2435), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, [54190] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2440), 2, anon_sym_COMMA, anon_sym_RBRACK, [54207] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2233), 1, sym_identifier, STATE(1132), 1, sym_dotted_name, STATE(1289), 1, sym_aliased_import, ACTIONS(2427), 2, sym__newline, sym__semicolon, [54224] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2442), 2, anon_sym_RPAREN, anon_sym_COMMA, [54241] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2396), 1, anon_sym_LPAREN, ACTIONS(2400), 1, anon_sym_LBRACK, ACTIONS(2444), 1, anon_sym_COLON, STATE(1239), 1, sym_type_parameters, STATE(1444), 1, sym_argument_list, [54260] = 6, ACTIONS(1948), 1, sym_comment, ACTIONS(2431), 1, anon_sym_LBRACE2, ACTIONS(2446), 1, anon_sym_RBRACE, ACTIONS(2448), 1, aux_sym_format_specifier_token1, STATE(1072), 1, aux_sym_format_specifier_repeat1, STATE(1255), 1, sym_interpolation, [54279] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2450), 1, anon_sym_COMMA, ACTIONS(2452), 1, anon_sym_as, STATE(1145), 1, aux_sym__import_list_repeat1, ACTIONS(2454), 2, sym__newline, sym__semicolon, [54296] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2456), 2, anon_sym_RPAREN, anon_sym_COMMA, [54313] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1868), 5, sym__newline, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, sym__semicolon, [54324] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2400), 1, anon_sym_LBRACK, ACTIONS(2458), 1, anon_sym_LPAREN, STATE(1359), 1, sym_parameters, STATE(1367), 1, sym_type_parameters, [54340] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2460), 1, anon_sym_COMMA, STATE(1124), 1, aux_sym_print_statement_repeat1, ACTIONS(2462), 2, sym__newline, sym__semicolon, [54354] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2464), 1, anon_sym_COMMA, STATE(1110), 1, aux_sym_assert_statement_repeat1, ACTIONS(2354), 2, sym__newline, sym__semicolon, [54368] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2467), 1, anon_sym_COMMA, STATE(1111), 1, aux_sym_print_statement_repeat1, ACTIONS(2470), 2, sym__newline, sym__semicolon, [54382] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2472), 1, anon_sym_COLON, [54398] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2233), 1, sym_identifier, STATE(1105), 1, sym_dotted_name, STATE(1159), 1, sym_aliased_import, STATE(1352), 1, sym__import_list, [54414] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2476), 1, anon_sym_DOT, STATE(1114), 1, aux_sym_import_prefix_repeat1, ACTIONS(2474), 2, anon_sym_import, sym_identifier, [54428] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2481), 1, anon_sym_COMMA, STATE(1115), 1, aux_sym_with_clause_repeat1, ACTIONS(2479), 2, anon_sym_RPAREN, anon_sym_COLON, [54442] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2486), 1, anon_sym_COMMA, STATE(848), 1, aux_sym__patterns_repeat1, ACTIONS(2484), 2, anon_sym_RPAREN, anon_sym_RBRACK, [54456] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, [54466] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, [54476] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(312), 1, sym__template_string_start, ACTIONS(1917), 1, anon_sym_COLON, STATE(572), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, [54490] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(310), 1, sym__string_start, ACTIONS(1917), 1, anon_sym_COLON, STATE(573), 2, sym_string, aux_sym_concatenated_string_repeat1, [54504] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2490), 1, anon_sym_EQ, ACTIONS(2488), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [54516] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2492), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, [54526] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2494), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, [54536] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2496), 1, anon_sym_COMMA, STATE(1111), 1, aux_sym_print_statement_repeat1, ACTIONS(2498), 2, sym__newline, sym__semicolon, [54550] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2500), 1, anon_sym_COLON, [54566] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2502), 1, anon_sym_COLON, [54582] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2504), 1, sym_identifier, STATE(1172), 1, sym_dotted_name, STATE(1182), 1, sym_aliased_import, STATE(1447), 1, sym__import_list, [54598] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2506), 1, anon_sym_COLON, [54614] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2504), 1, sym_identifier, STATE(1172), 1, sym_dotted_name, STATE(1182), 1, sym_aliased_import, STATE(1386), 1, sym__import_list, [54630] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2508), 1, anon_sym_COMMA, STATE(1111), 1, aux_sym_print_statement_repeat1, ACTIONS(2510), 2, sym__newline, sym__semicolon, [54644] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2512), 1, anon_sym_COMMA, STATE(1131), 1, aux_sym__import_list_repeat1, ACTIONS(2515), 2, sym__newline, sym__semicolon, [54658] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2452), 1, anon_sym_as, ACTIONS(2517), 3, sym__newline, anon_sym_COMMA, sym__semicolon, [54670] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2519), 1, anon_sym_COMMA, STATE(1131), 1, aux_sym__import_list_repeat1, ACTIONS(2521), 2, sym__newline, sym__semicolon, [54684] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2197), 1, anon_sym_COMMA, STATE(1110), 1, aux_sym_assert_statement_repeat1, ACTIONS(2523), 2, sym__newline, sym__semicolon, [54698] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_COMMA, STATE(1135), 1, aux_sym_global_statement_repeat1, ACTIONS(2528), 2, sym__newline, sym__semicolon, [54712] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2400), 1, anon_sym_LBRACK, ACTIONS(2458), 1, anon_sym_LPAREN, STATE(1322), 1, sym_type_parameters, STATE(1355), 1, sym_parameters, [54728] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2530), 1, anon_sym_case, STATE(541), 1, sym_cases, STATE(414), 2, sym_case_block, aux_sym_cases_repeat1, [54742] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2530), 1, anon_sym_case, STATE(484), 1, sym_cases, STATE(414), 2, sym_case_block, aux_sym_cases_repeat1, [54756] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2374), 1, anon_sym_COLON, ACTIONS(2532), 1, anon_sym_RBRACE, ACTIONS(2534), 1, sym_type_conversion, STATE(1410), 1, sym_format_specifier, [54772] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_and, ACTIONS(2065), 1, anon_sym_or, ACTIONS(2069), 1, anon_sym_if, ACTIONS(2536), 1, sym__newline, [54788] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2538), 1, anon_sym_COMMA, STATE(1057), 1, aux_sym_open_sequence_match_pattern_repeat1, ACTIONS(1723), 2, anon_sym_if, anon_sym_COLON, [54802] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2540), 1, anon_sym_else, [54818] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2542), 1, anon_sym_COMMA, STATE(1156), 1, aux_sym_global_statement_repeat1, ACTIONS(2544), 2, sym__newline, sym__semicolon, [54832] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2542), 1, anon_sym_COMMA, STATE(1155), 1, aux_sym_global_statement_repeat1, ACTIONS(2546), 2, sym__newline, sym__semicolon, [54846] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2548), 1, anon_sym_COMMA, STATE(1131), 1, aux_sym__import_list_repeat1, ACTIONS(2521), 2, sym__newline, sym__semicolon, [54860] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2390), 1, anon_sym_RPAREN, ACTIONS(2504), 1, sym_identifier, STATE(1226), 1, sym_dotted_name, STATE(1358), 1, sym_aliased_import, [54876] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2550), 1, anon_sym_case, STATE(530), 1, sym_cases, STATE(390), 2, sym_case_block, aux_sym_cases_repeat1, [54890] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2550), 1, anon_sym_case, STATE(529), 1, sym_cases, STATE(390), 2, sym_case_block, aux_sym_cases_repeat1, [54904] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2400), 1, anon_sym_LBRACK, ACTIONS(2458), 1, anon_sym_LPAREN, STATE(1317), 1, sym_type_parameters, STATE(1349), 1, sym_parameters, [54920] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2552), 1, anon_sym_COLON, [54936] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2554), 1, anon_sym_COLON, [54952] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2556), 1, anon_sym_COMMA, STATE(1152), 1, aux_sym_exception_list_repeat1, ACTIONS(2559), 2, anon_sym_as, anon_sym_COLON, [54966] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2400), 1, anon_sym_LBRACK, ACTIONS(2458), 1, anon_sym_LPAREN, STATE(1319), 1, sym_type_parameters, STATE(1350), 1, sym_parameters, [54982] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2561), 1, anon_sym_COLON, [54998] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2542), 1, anon_sym_COMMA, STATE(1135), 1, aux_sym_global_statement_repeat1, ACTIONS(2563), 2, sym__newline, sym__semicolon, [55012] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2542), 1, anon_sym_COMMA, STATE(1135), 1, aux_sym_global_statement_repeat1, ACTIONS(2565), 2, sym__newline, sym__semicolon, [55026] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2569), 1, anon_sym_COLON, ACTIONS(2571), 1, anon_sym_EQ, ACTIONS(2567), 2, anon_sym_RPAREN, anon_sym_COMMA, [55040] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2573), 1, anon_sym_COLON, [55056] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2450), 1, anon_sym_COMMA, STATE(1133), 1, aux_sym__import_list_repeat1, ACTIONS(2454), 2, sym__newline, sym__semicolon, [55070] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2575), 1, anon_sym_else, [55086] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2577), 1, anon_sym_COLON, [55102] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2579), 1, anon_sym_COLON, [55118] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2427), 1, anon_sym_RPAREN, ACTIONS(2504), 1, sym_identifier, STATE(1226), 1, sym_dotted_name, STATE(1358), 1, sym_aliased_import, [55134] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2581), 1, anon_sym_else, [55150] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2427), 1, anon_sym_RPAREN, ACTIONS(2504), 1, sym_identifier, STATE(1226), 1, sym_dotted_name, STATE(1358), 1, sym_aliased_import, [55166] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2583), 1, anon_sym_COLON, [55182] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2197), 1, anon_sym_COMMA, STATE(1110), 1, aux_sym_assert_statement_repeat1, ACTIONS(2585), 2, sym__newline, sym__semicolon, [55196] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2009), 4, sym__newline, anon_sym_from, anon_sym_COMMA, sym__semicolon, [55206] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2587), 1, anon_sym_COLON, [55222] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_and, ACTIONS(1883), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_if, ACTIONS(2589), 1, anon_sym_else, [55238] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2593), 1, anon_sym_DOT, STATE(1114), 1, aux_sym_import_prefix_repeat1, ACTIONS(2591), 2, anon_sym_import, sym_identifier, [55252] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2454), 1, anon_sym_RPAREN, ACTIONS(2595), 1, anon_sym_COMMA, ACTIONS(2597), 1, anon_sym_as, STATE(1305), 1, aux_sym__import_list_repeat1, [55268] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2599), 4, anon_sym_async, anon_sym_def, anon_sym_class, anon_sym_AT, [55278] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, anon_sym_EQ, STATE(1321), 1, sym__type_param_default, ACTIONS(2601), 2, anon_sym_COMMA, anon_sym_RBRACK, [55292] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, anon_sym_EQ, STATE(1323), 1, sym__type_param_default, ACTIONS(2603), 2, anon_sym_COMMA, anon_sym_RBRACK, [55306] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, anon_sym_EQ, STATE(1325), 1, sym__type_param_default, ACTIONS(2605), 2, anon_sym_COMMA, anon_sym_RBRACK, [55320] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2609), 1, anon_sym_COMMA, STATE(1116), 1, aux_sym__patterns_repeat1, ACTIONS(2607), 2, anon_sym_RPAREN, anon_sym_RBRACK, [55334] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2177), 1, anon_sym_COMMA, STATE(1152), 1, aux_sym_exception_list_repeat1, ACTIONS(2611), 2, anon_sym_as, anon_sym_COLON, [55348] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2374), 1, anon_sym_COLON, ACTIONS(2613), 1, anon_sym_RBRACE, ACTIONS(2615), 1, sym_type_conversion, STATE(1458), 1, sym_format_specifier, [55364] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2617), 1, anon_sym_COMMA, ACTIONS(2620), 1, anon_sym_RBRACE, STATE(1180), 1, aux_sym_dictionary_repeat1, [55377] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2622), 1, sym__semicolon, ACTIONS(2624), 1, sym__newline, STATE(1299), 1, aux_sym__simple_statements_repeat1, [55390] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2454), 1, anon_sym_RPAREN, ACTIONS(2595), 1, anon_sym_COMMA, STATE(1267), 1, aux_sym__import_list_repeat1, [55403] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2626), 1, anon_sym_if, ACTIONS(2628), 1, anon_sym_COLON, STATE(1506), 1, sym_guard, [55416] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2630), 1, anon_sym_COMMA, ACTIONS(2632), 2, anon_sym_if, anon_sym_COLON, [55427] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 3, sym__newline, anon_sym_EQ, sym__semicolon, [55436] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2634), 3, anon_sym_LPAREN, anon_sym_COLON, anon_sym_EQ, [55445] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2636), 1, anon_sym_COMMA, ACTIONS(2638), 1, anon_sym_RBRACK, STATE(1248), 1, aux_sym_type_parameters_repeat1, [55458] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2640), 1, anon_sym_RPAREN, ACTIONS(2642), 1, anon_sym_COMMA, STATE(1194), 1, aux_sym_argument_list_repeat1, [55471] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2644), 1, anon_sym_RPAREN, ACTIONS(2646), 1, anon_sym_COMMA, STATE(1194), 1, aux_sym_argument_list_repeat1, [55484] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2504), 1, sym_identifier, STATE(1226), 1, sym_dotted_name, STATE(1358), 1, sym_aliased_import, [55497] = 3, ACTIONS(1948), 1, sym_comment, ACTIONS(2288), 1, anon_sym_RBRACE, ACTIONS(2290), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [55508] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2648), 1, anon_sym_RPAREN, ACTIONS(2650), 1, anon_sym_COMMA, STATE(1295), 1, aux_sym_match_class_pattern_repeat2, [55521] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2652), 1, anon_sym_RPAREN, ACTIONS(2654), 1, anon_sym_COMMA, STATE(1194), 1, aux_sym_argument_list_repeat1, [55534] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2656), 1, anon_sym_RPAREN, ACTIONS(2658), 1, anon_sym_COMMA, STATE(1194), 1, aux_sym_argument_list_repeat1, [55547] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1425), 3, sym__newline, anon_sym_in, sym__semicolon, [55556] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2661), 1, sym__semicolon, ACTIONS(2664), 1, sym__newline, STATE(1196), 1, aux_sym__simple_statements_repeat1, [55569] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(2019), 1, anon_sym_RPAREN, STATE(1293), 1, aux_sym__collection_elements_repeat1, [55582] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1862), 1, anon_sym_COLON, ACTIONS(2666), 1, anon_sym_COMMA, STATE(1284), 1, aux_sym__parameters_repeat1, [55595] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1417), 3, sym__newline, anon_sym_in, sym__semicolon, [55604] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2648), 1, anon_sym_RPAREN, ACTIONS(2668), 1, anon_sym_COMMA, STATE(1275), 1, aux_sym_match_class_pattern_repeat1, [55617] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2670), 1, anon_sym_COMMA, ACTIONS(2673), 1, anon_sym_RBRACK, STATE(1201), 1, aux_sym_index_expression_list_repeat1, [55630] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2675), 1, anon_sym_COMMA, ACTIONS(2678), 1, anon_sym_RBRACE, STATE(1202), 1, aux_sym_match_mapping_pattern_repeat1, [55643] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2680), 1, anon_sym_COMMA, ACTIONS(2682), 1, anon_sym_RBRACK, STATE(1257), 1, aux_sym_index_expression_list_repeat1, [55656] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2684), 1, anon_sym_RPAREN, ACTIONS(2686), 1, anon_sym_COMMA, STATE(1189), 1, aux_sym_argument_list_repeat1, [55669] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2013), 1, anon_sym_RPAREN, ACTIONS(2015), 1, anon_sym_COMMA, STATE(1193), 1, aux_sym_argument_list_repeat1, [55682] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2688), 1, anon_sym_COMMA, ACTIONS(2690), 1, anon_sym_RBRACK, STATE(1232), 1, aux_sym_open_sequence_match_pattern_repeat1, [55695] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2692), 1, anon_sym_COMMA, ACTIONS(2694), 1, anon_sym_RBRACE, STATE(1180), 1, aux_sym_dictionary_repeat1, [55708] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2696), 1, anon_sym_COMMA, ACTIONS(2698), 1, anon_sym_RBRACE, STATE(1180), 1, aux_sym_dictionary_repeat1, [55721] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1175), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [55730] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2396), 1, anon_sym_LPAREN, ACTIONS(2700), 1, anon_sym_COLON, STATE(1413), 1, sym_argument_list, [55743] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(556), 1, sym__newline, ACTIONS(2702), 1, sym__semicolon, STATE(1196), 1, aux_sym__simple_statements_repeat1, [55756] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2704), 1, sym__semicolon, ACTIONS(2706), 1, sym__newline, STATE(1231), 1, aux_sym__simple_statements_repeat1, [55769] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1739), 1, anon_sym_RPAREN, ACTIONS(2708), 1, anon_sym_COMMA, STATE(1249), 1, aux_sym_match_class_pattern_repeat2, [55782] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2710), 1, sym_identifier, ACTIONS(2712), 1, sym_match_wildcard_pattern, STATE(1086), 1, sym_match_capture_pattern, [55795] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2191), 1, anon_sym_COMMA, ACTIONS(2193), 1, anon_sym_RBRACE, STATE(1208), 1, aux_sym_dictionary_repeat1, [55808] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2515), 1, anon_sym_RPAREN, ACTIONS(2714), 1, anon_sym_COMMA, STATE(1216), 1, aux_sym__import_list_repeat1, [55821] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2717), 1, anon_sym_EQ, ACTIONS(2719), 2, sym__newline, sym__semicolon, [55832] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(2007), 1, anon_sym_RPAREN, STATE(1293), 1, aux_sym__collection_elements_repeat1, [55845] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2207), 1, sym_identifier, ACTIONS(2721), 1, anon_sym_import, STATE(1489), 1, sym_dotted_name, [55858] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(1933), 1, anon_sym_RPAREN, STATE(1293), 1, aux_sym__collection_elements_repeat1, [55871] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, sym_identifier, ACTIONS(2725), 1, anon_sym_RPAREN, STATE(1333), 1, sym_match_keyword_pattern, [55884] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2727), 1, anon_sym_COLON, ACTIONS(2567), 2, anon_sym_RPAREN, anon_sym_COMMA, [55895] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1954), 1, anon_sym_RPAREN, ACTIONS(1956), 1, anon_sym_COMMA, STATE(1296), 1, aux_sym_argument_list_repeat1, [55908] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1873), 1, anon_sym_DOT, ACTIONS(1931), 1, anon_sym_COLON, STATE(881), 1, aux_sym_match_value_pattern_repeat1, [55921] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2227), 1, anon_sym_COMMA, ACTIONS(2229), 1, anon_sym_RBRACE, STATE(1247), 1, aux_sym_dictionary_repeat1, [55934] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2597), 1, anon_sym_as, ACTIONS(2517), 2, anon_sym_RPAREN, anon_sym_COMMA, [55945] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2729), 1, sym__semicolon, ACTIONS(2731), 1, sym__newline, STATE(1211), 1, aux_sym__simple_statements_repeat1, [55958] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2147), 1, anon_sym_from, ACTIONS(2151), 2, sym__newline, sym__semicolon, [55969] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2733), 1, anon_sym_RPAREN, ACTIONS(2735), 1, anon_sym_COMMA, STATE(1253), 1, aux_sym__parameters_repeat1, [55982] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2737), 1, anon_sym_RPAREN, ACTIONS(2739), 1, anon_sym_COMMA, STATE(1265), 1, aux_sym_argument_list_repeat1, [55995] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(562), 1, sym__newline, ACTIONS(2741), 1, sym__semicolon, STATE(1196), 1, aux_sym__simple_statements_repeat1, [56008] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1727), 1, anon_sym_RBRACK, ACTIONS(2743), 1, anon_sym_COMMA, STATE(1057), 1, aux_sym_open_sequence_match_pattern_repeat1, [56021] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1844), 1, anon_sym_COMMA, ACTIONS(2745), 1, anon_sym_in, STATE(861), 1, aux_sym__patterns_repeat1, [56034] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1727), 1, anon_sym_RPAREN, ACTIONS(2747), 1, anon_sym_COMMA, STATE(1057), 1, aux_sym_open_sequence_match_pattern_repeat1, [56047] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2749), 1, anon_sym_RPAREN, ACTIONS(2751), 1, anon_sym_COMMA, STATE(1302), 1, aux_sym_match_class_pattern_repeat2, [56060] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, sym_identifier, ACTIONS(2749), 1, anon_sym_RPAREN, STATE(1333), 1, sym_match_keyword_pattern, [56073] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1844), 1, anon_sym_COMMA, ACTIONS(2753), 1, anon_sym_in, STATE(861), 1, aux_sym__patterns_repeat1, [56086] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2755), 1, anon_sym_COMMA, ACTIONS(2757), 1, anon_sym_COLON, STATE(1272), 1, aux_sym_with_clause_repeat1, [56099] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2396), 1, anon_sym_LPAREN, ACTIONS(2759), 1, anon_sym_COLON, STATE(1451), 1, sym_argument_list, [56112] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2636), 1, anon_sym_COMMA, ACTIONS(2761), 1, anon_sym_RBRACK, STATE(1187), 1, aux_sym_type_parameters_repeat1, [56125] = 3, ACTIONS(1948), 1, sym_comment, ACTIONS(2323), 1, anon_sym_RBRACE, ACTIONS(2325), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [56136] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2763), 1, anon_sym_RPAREN, ACTIONS(2765), 1, anon_sym_COMMA, STATE(1235), 1, aux_sym_match_class_pattern_repeat2, [56149] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2680), 1, anon_sym_COMMA, ACTIONS(2767), 1, anon_sym_RBRACK, STATE(1257), 1, aux_sym_index_expression_list_repeat1, [56162] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2233), 1, sym_identifier, STATE(1132), 1, sym_dotted_name, STATE(1289), 1, sym_aliased_import, [56175] = 3, ACTIONS(1948), 1, sym_comment, ACTIONS(2303), 1, anon_sym_RBRACE, ACTIONS(2305), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [56186] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2769), 1, anon_sym_COMMA, ACTIONS(2771), 1, anon_sym_RBRACE, STATE(1180), 1, aux_sym_dictionary_repeat1, [56199] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2773), 1, anon_sym_COMMA, ACTIONS(2775), 1, anon_sym_RBRACE, STATE(1180), 1, aux_sym_dictionary_repeat1, [56212] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2777), 1, anon_sym_COMMA, ACTIONS(2780), 1, anon_sym_RBRACK, STATE(1248), 1, aux_sym_type_parameters_repeat1, [56225] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2763), 1, anon_sym_RPAREN, ACTIONS(2765), 1, anon_sym_COMMA, STATE(1302), 1, aux_sym_match_class_pattern_repeat2, [56238] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, sym_identifier, ACTIONS(2763), 1, anon_sym_RPAREN, STATE(1333), 1, sym_match_keyword_pattern, [56251] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2782), 1, anon_sym_COMMA, ACTIONS(2784), 1, anon_sym_RBRACE, STATE(1180), 1, aux_sym_dictionary_repeat1, [56264] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2374), 1, anon_sym_COLON, ACTIONS(2786), 1, anon_sym_RBRACE, STATE(1408), 1, sym_format_specifier, [56277] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1862), 1, anon_sym_RPAREN, ACTIONS(2788), 1, anon_sym_COMMA, STATE(1281), 1, aux_sym__parameters_repeat1, [56290] = 3, ACTIONS(1948), 1, sym_comment, ACTIONS(2350), 1, anon_sym_RBRACE, ACTIONS(2352), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [56301] = 3, ACTIONS(1948), 1, sym_comment, ACTIONS(2790), 1, anon_sym_RBRACE, ACTIONS(2792), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [56312] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2794), 1, anon_sym_in, ACTIONS(2796), 2, sym__newline, sym__semicolon, [56323] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2798), 1, anon_sym_COMMA, ACTIONS(2800), 1, anon_sym_RBRACK, STATE(1201), 1, aux_sym_index_expression_list_repeat1, [56336] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2400), 1, anon_sym_LBRACK, ACTIONS(2802), 1, anon_sym_EQ, STATE(1392), 1, sym_type_parameters, [56349] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2217), 1, anon_sym_COMMA, ACTIONS(2219), 1, anon_sym_RBRACE, STATE(1269), 1, aux_sym_dictionary_repeat1, [56362] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1960), 1, anon_sym_RPAREN, ACTIONS(1962), 1, anon_sym_COMMA, STATE(1283), 1, aux_sym_argument_list_repeat1, [56375] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2804), 1, anon_sym_RPAREN, ACTIONS(2806), 1, anon_sym_COMMA, STATE(1285), 1, aux_sym_argument_list_repeat1, [56388] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2528), 3, sym__newline, anon_sym_COMMA, sym__semicolon, [56397] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2680), 1, anon_sym_COMMA, ACTIONS(2808), 1, anon_sym_RBRACK, STATE(1257), 1, aux_sym_index_expression_list_repeat1, [56410] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2810), 1, anon_sym_RPAREN, ACTIONS(2812), 1, anon_sym_COMMA, STATE(1194), 1, aux_sym_argument_list_repeat1, [56423] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2814), 1, anon_sym_RPAREN, ACTIONS(2816), 1, anon_sym_COMMA, STATE(1194), 1, aux_sym_argument_list_repeat1, [56436] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2374), 1, anon_sym_COLON, ACTIONS(2532), 1, anon_sym_RBRACE, STATE(1410), 1, sym_format_specifier, [56449] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2521), 1, anon_sym_RPAREN, ACTIONS(2818), 1, anon_sym_COMMA, STATE(1216), 1, aux_sym__import_list_repeat1, [56462] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2820), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [56471] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2822), 1, anon_sym_COMMA, ACTIONS(2824), 1, anon_sym_RBRACE, STATE(1180), 1, aux_sym_dictionary_repeat1, [56484] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2374), 1, anon_sym_COLON, ACTIONS(2613), 1, anon_sym_RBRACE, STATE(1458), 1, sym_format_specifier, [56497] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2571), 1, anon_sym_EQ, ACTIONS(2567), 2, anon_sym_COMMA, anon_sym_COLON, [56508] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2755), 1, anon_sym_COMMA, ACTIONS(2826), 1, anon_sym_COLON, STATE(1115), 1, aux_sym_with_clause_repeat1, [56521] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2828), 1, anon_sym_COMMA, ACTIONS(2830), 1, anon_sym_RBRACE, STATE(1301), 1, aux_sym_match_mapping_pattern_repeat1, [56534] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2832), 1, anon_sym_RPAREN, ACTIONS(2834), 1, anon_sym_COMMA, STATE(1294), 1, aux_sym_with_clause_repeat1, [56547] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1737), 1, anon_sym_RPAREN, ACTIONS(2836), 1, anon_sym_COMMA, STATE(1309), 1, aux_sym_match_class_pattern_repeat1, [56560] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2733), 1, anon_sym_COLON, ACTIONS(2838), 1, anon_sym_COMMA, STATE(1198), 1, aux_sym__parameters_repeat1, [56573] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2626), 1, anon_sym_if, ACTIONS(2840), 1, anon_sym_COLON, STATE(1464), 1, sym_guard, [56586] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2567), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [56595] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1844), 1, anon_sym_COMMA, ACTIONS(2842), 1, anon_sym_in, STATE(861), 1, aux_sym__patterns_repeat1, [56608] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1844), 1, anon_sym_COMMA, ACTIONS(2844), 1, anon_sym_in, STATE(861), 1, aux_sym__patterns_repeat1, [56621] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2846), 1, anon_sym_RPAREN, ACTIONS(2848), 1, anon_sym_COMMA, STATE(1281), 1, aux_sym__parameters_repeat1, [56634] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2488), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [56643] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2851), 1, anon_sym_RPAREN, ACTIONS(2853), 1, anon_sym_COMMA, STATE(1194), 1, aux_sym_argument_list_repeat1, [56656] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2846), 1, anon_sym_COLON, ACTIONS(2855), 1, anon_sym_COMMA, STATE(1284), 1, aux_sym__parameters_repeat1, [56669] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2858), 1, anon_sym_RPAREN, ACTIONS(2860), 1, anon_sym_COMMA, STATE(1194), 1, aux_sym_argument_list_repeat1, [56682] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2862), 1, anon_sym_RPAREN, ACTIONS(2864), 1, anon_sym_COMMA, STATE(1194), 1, aux_sym_argument_list_repeat1, [56695] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2374), 1, anon_sym_COLON, ACTIONS(2866), 1, anon_sym_RBRACE, STATE(1497), 1, sym_format_specifier, [56708] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2846), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [56717] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2517), 3, sym__newline, anon_sym_COMMA, sym__semicolon, [56726] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2868), 3, sym__newline, anon_sym_COMMA, sym__semicolon, [56735] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1844), 1, anon_sym_COMMA, ACTIONS(2870), 1, anon_sym_in, STATE(861), 1, aux_sym__patterns_repeat1, [56748] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2872), 3, anon_sym_LPAREN, anon_sym_COLON, anon_sym_EQ, [56757] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2382), 1, anon_sym_RPAREN, ACTIONS(2874), 1, anon_sym_COMMA, STATE(1099), 1, aux_sym__collection_elements_repeat1, [56770] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(923), 1, anon_sym_RPAREN, ACTIONS(2876), 1, anon_sym_COMMA, STATE(1115), 1, aux_sym_with_clause_repeat1, [56783] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1737), 1, anon_sym_RPAREN, ACTIONS(2878), 1, anon_sym_COMMA, STATE(1302), 1, aux_sym_match_class_pattern_repeat2, [56796] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2880), 1, anon_sym_RPAREN, ACTIONS(2882), 1, anon_sym_COMMA, STATE(1194), 1, aux_sym_argument_list_repeat1, [56809] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2382), 1, anon_sym_RPAREN, ACTIONS(2884), 1, anon_sym_COMMA, STATE(1099), 1, aux_sym__collection_elements_repeat1, [56822] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2479), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [56831] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(558), 1, sym__newline, ACTIONS(2886), 1, sym__semicolon, STATE(1196), 1, aux_sym__simple_statements_repeat1, [56844] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1737), 1, anon_sym_RPAREN, ACTIONS(2723), 1, sym_identifier, STATE(1333), 1, sym_match_keyword_pattern, [56857] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1792), 1, anon_sym_RBRACE, ACTIONS(2888), 1, anon_sym_COMMA, STATE(1202), 1, aux_sym_match_mapping_pattern_repeat1, [56870] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2890), 1, anon_sym_RPAREN, ACTIONS(2892), 1, anon_sym_COMMA, STATE(1302), 1, aux_sym_match_class_pattern_repeat2, [56883] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(2895), 1, anon_sym_RPAREN, STATE(1297), 1, aux_sym__collection_elements_repeat1, [56896] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(2897), 1, anon_sym_RPAREN, STATE(1077), 1, aux_sym__collection_elements_repeat1, [56909] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2521), 1, anon_sym_RPAREN, ACTIONS(2899), 1, anon_sym_COMMA, STATE(1216), 1, aux_sym__import_list_repeat1, [56922] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1844), 1, anon_sym_COMMA, ACTIONS(2901), 1, anon_sym_in, STATE(861), 1, aux_sym__patterns_repeat1, [56935] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2903), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [56944] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1739), 1, anon_sym_RPAREN, ACTIONS(2723), 1, sym_identifier, STATE(1333), 1, sym_match_keyword_pattern, [56957] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2905), 1, anon_sym_RPAREN, ACTIONS(2907), 1, anon_sym_COMMA, STATE(1309), 1, aux_sym_match_class_pattern_repeat1, [56970] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2442), 2, anon_sym_RPAREN, anon_sym_COMMA, [56978] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2910), 2, sym__newline, sym__semicolon, [56986] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(992), 2, anon_sym_except, anon_sym_finally, [56994] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2912), 1, anon_sym_COMMA, ACTIONS(2914), 1, anon_sym_RBRACE, [57004] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2916), 2, sym__newline, sym__semicolon, [57012] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2918), 2, sym__newline, sym__semicolon, [57020] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2920), 2, sym__newline, sym__semicolon, [57028] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2458), 1, anon_sym_LPAREN, STATE(1347), 1, sym_parameters, [57038] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(964), 2, anon_sym_except, anon_sym_finally, [57046] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2458), 1, anon_sym_LPAREN, STATE(1348), 1, sym_parameters, [57056] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2922), 1, anon_sym_COLON, ACTIONS(2924), 1, anon_sym_DASH_GT, [57066] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2926), 2, anon_sym_COMMA, anon_sym_RBRACK, [57074] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2458), 1, anon_sym_LPAREN, STATE(1353), 1, sym_parameters, [57084] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2928), 2, anon_sym_COMMA, anon_sym_RBRACK, [57092] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2372), 2, anon_sym_COMMA, anon_sym_RBRACK, [57100] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2930), 2, anon_sym_COMMA, anon_sym_RBRACK, [57108] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2932), 2, anon_sym_RPAREN, anon_sym_COMMA, [57116] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2934), 2, anon_sym_COMMA, anon_sym_RBRACK, [57124] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2149), 1, anon_sym_COMMA, STATE(1078), 1, aux_sym_expression_list_repeat1, [57134] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2241), 2, sym__newline, sym__semicolon, [57142] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1891), 2, sym__newline, sym__semicolon, [57150] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2567), 2, anon_sym_COMMA, anon_sym_COLON, [57158] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2905), 2, anon_sym_RPAREN, anon_sym_COMMA, [57166] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2890), 2, anon_sym_RPAREN, anon_sym_COMMA, [57174] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2936), 2, anon_sym_COLON, anon_sym_DASH_GT, [57182] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2938), 2, sym__newline, sym__semicolon, [57190] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2940), 1, sym_integer, ACTIONS(2942), 1, sym_float, [57200] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2830), 1, anon_sym_RBRACE, ACTIONS(2944), 1, anon_sym_COMMA, [57210] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2946), 2, sym__newline, sym__semicolon, [57218] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1808), 1, anon_sym_RBRACE, ACTIONS(2948), 1, anon_sym_COMMA, [57228] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2950), 2, sym__newline, sym__semicolon, [57236] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1873), 1, anon_sym_DOT, STATE(1224), 1, aux_sym_match_value_pattern_repeat1, [57246] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2952), 1, sym_identifier, STATE(1370), 1, sym_match_capture_pattern, [57256] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2954), 2, sym__newline, sym__semicolon, [57264] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2678), 2, anon_sym_COMMA, anon_sym_RBRACE, [57272] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2243), 1, anon_sym_as, ACTIONS(2245), 1, anon_sym_COLON, [57282] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2247), 1, anon_sym_as, ACTIONS(2249), 1, anon_sym_COLON, [57292] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2956), 1, anon_sym_COLON, ACTIONS(2958), 1, anon_sym_DASH_GT, [57302] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2960), 1, anon_sym_COLON, ACTIONS(2962), 1, anon_sym_DASH_GT, [57312] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2964), 1, anon_sym_COLON, ACTIONS(2966), 1, anon_sym_DASH_GT, [57322] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2968), 1, anon_sym_COLON, ACTIONS(2970), 1, anon_sym_DASH_GT, [57332] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, sym_identifier, STATE(1333), 1, sym_match_keyword_pattern, [57342] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2972), 2, sym__newline, sym__semicolon, [57350] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2974), 1, anon_sym_COLON, ACTIONS(2976), 1, anon_sym_DASH_GT, [57360] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2179), 1, anon_sym_as, ACTIONS(2181), 1, anon_sym_COLON, [57370] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2978), 1, anon_sym_COLON, ACTIONS(2980), 1, anon_sym_DASH_GT, [57380] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2982), 2, sym__newline, sym__semicolon, [57388] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2984), 2, sym__newline, sym__semicolon, [57396] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2517), 2, anon_sym_RPAREN, anon_sym_COMMA, [57404] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2986), 1, anon_sym_COLON, ACTIONS(2988), 1, anon_sym_DASH_GT, [57414] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(960), 2, anon_sym_except, anon_sym_finally, [57422] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2990), 1, sym_integer, ACTIONS(2992), 1, sym_float, [57432] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2994), 1, anon_sym_COMMA, STATE(1141), 1, aux_sym_open_sequence_match_pattern_repeat1, [57442] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2996), 2, anon_sym_COLON, anon_sym_DASH_GT, [57450] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2998), 2, anon_sym_COMMA, anon_sym_RBRACK, [57458] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3000), 2, sym__newline, sym__semicolon, [57466] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3002), 1, sym_integer, ACTIONS(3004), 1, sym_float, [57476] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2458), 1, anon_sym_LPAREN, STATE(1320), 1, sym_parameters, [57486] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3006), 2, anon_sym_RPAREN, anon_sym_COMMA, [57494] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2664), 2, sym__newline, sym__semicolon, [57502] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3008), 2, anon_sym_COMMA, anon_sym_RBRACE, [57510] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3010), 2, anon_sym_COMMA, anon_sym_RBRACK, [57518] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(956), 2, anon_sym_except, anon_sym_finally, [57526] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3012), 2, anon_sym_RPAREN, anon_sym_COMMA, [57534] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2868), 2, anon_sym_RPAREN, anon_sym_COMMA, [57542] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1893), 1, anon_sym_COMMA, STATE(986), 1, aux_sym_expression_list_repeat1, [57552] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2630), 1, anon_sym_COMMA, ACTIONS(3014), 1, anon_sym_RPAREN, [57562] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2239), 2, sym__newline, sym__semicolon, [57570] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3016), 2, anon_sym_COMMA, anon_sym_RBRACE, [57578] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2261), 1, anon_sym_as, ACTIONS(2263), 1, anon_sym_COLON, [57588] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2189), 2, sym__newline, sym__semicolon, [57596] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3018), 2, sym__newline, sym__semicolon, [57604] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3020), 1, anon_sym_COMMA, STATE(1234), 1, aux_sym_open_sequence_match_pattern_repeat1, [57614] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(986), 2, anon_sym_except, anon_sym_finally, [57622] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3022), 2, anon_sym_COMMA, anon_sym_RBRACE, [57630] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3024), 1, anon_sym_COLON, [57637] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3026), 1, anon_sym_RPAREN, [57644] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3028), 1, anon_sym_RBRACE, [57651] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1792), 1, anon_sym_RBRACE, [57658] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3030), 1, anon_sym_RBRACE, [57665] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3032), 1, anon_sym_RBRACK, [57672] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3034), 1, anon_sym_RPAREN, [57679] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3036), 1, anon_sym_EQ, [57686] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3038), 1, anon_sym_RBRACK, [57693] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3040), 1, anon_sym_RBRACE, [57700] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3042), 1, anon_sym_COLON, [57707] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3044), 1, anon_sym_RBRACE, [57714] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3046), 1, anon_sym_COLON, [57721] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3048), 1, sym_identifier, [57728] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3050), 1, anon_sym_in, [57735] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3052), 1, anon_sym_RPAREN, [57742] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3054), 1, anon_sym_RBRACK, [57749] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3056), 1, anon_sym_COLON, [57756] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 1, anon_sym_RBRACE, [57763] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3060), 1, anon_sym_RBRACE, [57770] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3062), 1, anon_sym_RPAREN, [57777] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3064), 1, anon_sym_COLON, [57784] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2682), 1, anon_sym_RBRACK, [57791] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3066), 1, anon_sym_RBRACE, [57798] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3068), 1, anon_sym_RPAREN, [57805] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2866), 1, anon_sym_RBRACE, [57812] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3070), 1, sym_identifier, [57819] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3072), 1, sym_identifier, [57826] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3074), 1, anon_sym_COLON, [57833] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3076), 1, sym_identifier, [57840] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3078), 1, anon_sym_COLON, [57847] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3080), 1, anon_sym_RPAREN, [57854] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3082), 1, anon_sym_in, [57861] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3084), 1, sym_identifier, [57868] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3086), 1, anon_sym_LPAREN, [57875] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3088), 1, anon_sym_import, [57882] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3090), 1, sym_identifier, [57889] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2745), 1, anon_sym_in, [57896] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3092), 1, anon_sym_COLON, [57903] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3094), 1, anon_sym_in, [57910] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3096), 1, anon_sym_COLON, [57917] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3098), 1, anon_sym_RPAREN, [57924] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3100), 1, anon_sym_import, [57931] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2844), 1, anon_sym_in, [57938] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(891), 1, anon_sym_STAR, [57945] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3102), 1, anon_sym_COLON, [57952] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3104), 1, anon_sym_COLON, [57959] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3106), 1, anon_sym_COLON, [57966] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3108), 1, anon_sym_COLON, [57973] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3110), 1, anon_sym_RBRACK, [57980] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3112), 1, anon_sym_COLON, [57987] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3114), 1, anon_sym_RPAREN, [57994] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2311), 1, anon_sym_COLON, [58001] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3116), 1, anon_sym_RBRACK, [58008] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3118), 1, anon_sym_COLON, [58015] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3120), 1, anon_sym_COLON, [58022] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3122), 1, anon_sym_RBRACK, [58029] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3124), 1, anon_sym_RBRACE, [58036] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2753), 1, anon_sym_in, [58043] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3126), 1, anon_sym_COLON, [58050] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3128), 1, anon_sym_RBRACE, [58057] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2278), 1, anon_sym_COLON, [58064] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3130), 1, anon_sym_RPAREN, [58071] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3132), 1, anon_sym_COLON, [58078] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3134), 1, anon_sym_COLON, [58085] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3136), 1, anon_sym_COLON, [58092] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3138), 1, anon_sym_COLON, [58099] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3140), 1, anon_sym_COLON, [58106] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2321), 1, anon_sym_COLON, [58113] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2767), 1, anon_sym_RBRACK, [58120] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3142), 1, anon_sym_RBRACE, [58127] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3144), 1, anon_sym_RBRACE, [58134] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3146), 1, anon_sym_RBRACE, [58141] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2786), 1, anon_sym_RBRACE, [58148] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3148), 1, anon_sym_COLON, [58155] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2613), 1, anon_sym_RBRACE, [58162] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3150), 1, anon_sym_COLON, [58169] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3152), 1, anon_sym_RBRACE, [58176] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3154), 1, anon_sym_RBRACE, [58183] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3156), 1, anon_sym_COLON, [58190] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3158), 1, anon_sym_COLON, [58197] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3160), 1, anon_sym_COLON, [58204] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3162), 1, anon_sym_RBRACK, [58211] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3164), 1, anon_sym_RPAREN, [58218] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2808), 1, anon_sym_RBRACK, [58225] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2532), 1, anon_sym_RBRACE, [58232] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3166), 1, anon_sym_COLON, [58239] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3168), 1, anon_sym_COLON, [58246] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3170), 1, anon_sym_RPAREN, [58253] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3172), 1, anon_sym_COLON, [58260] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2129), 1, anon_sym_EQ, [58267] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2901), 1, anon_sym_in, [58274] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3174), 1, sym_identifier, [58281] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3176), 1, anon_sym_COLON, [58288] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3178), 1, anon_sym_COLON, [58295] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3180), 1, anon_sym_RPAREN, [58302] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3182), 1, sym_identifier, [58309] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3184), 1, sym_identifier, [58316] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3186), 1, anon_sym_in, [58323] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3188), 1, sym_identifier, [58330] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_def, [58337] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3190), 1, sym_identifier, [58344] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3192), 1, sym_identifier, [58351] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3194), 1, ts_builtin_sym_end, [58358] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3196), 1, anon_sym_import, [58365] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2346), 1, anon_sym_COLON, [58372] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3198), 1, sym_identifier, [58379] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3200), 1, sym_identifier, [58386] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3202), 1, sym_identifier, [58393] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3204), 1, sym_identifier, [58400] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(903), 1, anon_sym_STAR, [58407] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3206), 1, anon_sym_COLON, [58414] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3208), 1, anon_sym_RBRACE, [58421] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3210), 1, anon_sym_for, [58428] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3212), 1, anon_sym_RPAREN, [58435] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3214), 1, sym_identifier, [58442] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3216), 1, sym_identifier, [58449] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3218), 1, sym_identifier, [58456] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3220), 1, anon_sym_COLON, [58463] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2842), 1, anon_sym_in, [58470] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(972), 1, anon_sym_def, [58477] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3222), 1, anon_sym_COLON, [58484] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2870), 1, anon_sym_in, [58491] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3224), 1, anon_sym_COLON, [58498] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2914), 1, anon_sym_RBRACE, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(152)] = 0, [SMALL_STATE(153)] = 117, [SMALL_STATE(154)] = 241, [SMALL_STATE(155)] = 367, [SMALL_STATE(156)] = 489, [SMALL_STATE(157)] = 613, [SMALL_STATE(158)] = 735, [SMALL_STATE(159)] = 845, [SMALL_STATE(160)] = 967, [SMALL_STATE(161)] = 1077, [SMALL_STATE(162)] = 1198, [SMALL_STATE(163)] = 1309, [SMALL_STATE(164)] = 1420, [SMALL_STATE(165)] = 1541, [SMALL_STATE(166)] = 1652, [SMALL_STATE(167)] = 1773, [SMALL_STATE(168)] = 1881, [SMALL_STATE(169)] = 1993, [SMALL_STATE(170)] = 2107, [SMALL_STATE(171)] = 2215, [SMALL_STATE(172)] = 2327, [SMALL_STATE(173)] = 2437, [SMALL_STATE(174)] = 2547, [SMALL_STATE(175)] = 2659, [SMALL_STATE(176)] = 2771, [SMALL_STATE(177)] = 2879, [SMALL_STATE(178)] = 2991, [SMALL_STATE(179)] = 3103, [SMALL_STATE(180)] = 3212, [SMALL_STATE(181)] = 3321, [SMALL_STATE(182)] = 3426, [SMALL_STATE(183)] = 3535, [SMALL_STATE(184)] = 3644, [SMALL_STATE(185)] = 3753, [SMALL_STATE(186)] = 3862, [SMALL_STATE(187)] = 3971, [SMALL_STATE(188)] = 4080, [SMALL_STATE(189)] = 4189, [SMALL_STATE(190)] = 4298, [SMALL_STATE(191)] = 4407, [SMALL_STATE(192)] = 4518, [SMALL_STATE(193)] = 4623, [SMALL_STATE(194)] = 4728, [SMALL_STATE(195)] = 4837, [SMALL_STATE(196)] = 4946, [SMALL_STATE(197)] = 5051, [SMALL_STATE(198)] = 5160, [SMALL_STATE(199)] = 5269, [SMALL_STATE(200)] = 5382, [SMALL_STATE(201)] = 5491, [SMALL_STATE(202)] = 5600, [SMALL_STATE(203)] = 5711, [SMALL_STATE(204)] = 5820, [SMALL_STATE(205)] = 5929, [SMALL_STATE(206)] = 6038, [SMALL_STATE(207)] = 6149, [SMALL_STATE(208)] = 6260, [SMALL_STATE(209)] = 6373, [SMALL_STATE(210)] = 6482, [SMALL_STATE(211)] = 6591, [SMALL_STATE(212)] = 6700, [SMALL_STATE(213)] = 6806, [SMALL_STATE(214)] = 6912, [SMALL_STATE(215)] = 7018, [SMALL_STATE(216)] = 7124, [SMALL_STATE(217)] = 7218, [SMALL_STATE(218)] = 7324, [SMALL_STATE(219)] = 7430, [SMALL_STATE(220)] = 7536, [SMALL_STATE(221)] = 7642, [SMALL_STATE(222)] = 7747, [SMALL_STATE(223)] = 7852, [SMALL_STATE(224)] = 7957, [SMALL_STATE(225)] = 8060, [SMALL_STATE(226)] = 8165, [SMALL_STATE(227)] = 8268, [SMALL_STATE(228)] = 8373, [SMALL_STATE(229)] = 8475, [SMALL_STATE(230)] = 8577, [SMALL_STATE(231)] = 8679, [SMALL_STATE(232)] = 8781, [SMALL_STATE(233)] = 8883, [SMALL_STATE(234)] = 8985, [SMALL_STATE(235)] = 9087, [SMALL_STATE(236)] = 9189, [SMALL_STATE(237)] = 9291, [SMALL_STATE(238)] = 9393, [SMALL_STATE(239)] = 9495, [SMALL_STATE(240)] = 9568, [SMALL_STATE(241)] = 9669, [SMALL_STATE(242)] = 9770, [SMALL_STATE(243)] = 9871, [SMALL_STATE(244)] = 9970, [SMALL_STATE(245)] = 10031, [SMALL_STATE(246)] = 10092, [SMALL_STATE(247)] = 10191, [SMALL_STATE(248)] = 10292, [SMALL_STATE(249)] = 10393, [SMALL_STATE(250)] = 10494, [SMALL_STATE(251)] = 10567, [SMALL_STATE(252)] = 10668, [SMALL_STATE(253)] = 10741, [SMALL_STATE(254)] = 10840, [SMALL_STATE(255)] = 10941, [SMALL_STATE(256)] = 11014, [SMALL_STATE(257)] = 11115, [SMALL_STATE(258)] = 11188, [SMALL_STATE(259)] = 11289, [SMALL_STATE(260)] = 11362, [SMALL_STATE(261)] = 11435, [SMALL_STATE(262)] = 11508, [SMALL_STATE(263)] = 11609, [SMALL_STATE(264)] = 11710, [SMALL_STATE(265)] = 11811, [SMALL_STATE(266)] = 11907, [SMALL_STATE(267)] = 12003, [SMALL_STATE(268)] = 12101, [SMALL_STATE(269)] = 12197, [SMALL_STATE(270)] = 12295, [SMALL_STATE(271)] = 12391, [SMALL_STATE(272)] = 12487, [SMALL_STATE(273)] = 12583, [SMALL_STATE(274)] = 12679, [SMALL_STATE(275)] = 12775, [SMALL_STATE(276)] = 12873, [SMALL_STATE(277)] = 12971, [SMALL_STATE(278)] = 13069, [SMALL_STATE(279)] = 13167, [SMALL_STATE(280)] = 13263, [SMALL_STATE(281)] = 13359, [SMALL_STATE(282)] = 13457, [SMALL_STATE(283)] = 13553, [SMALL_STATE(284)] = 13651, [SMALL_STATE(285)] = 13747, [SMALL_STATE(286)] = 13845, [SMALL_STATE(287)] = 13941, [SMALL_STATE(288)] = 14036, [SMALL_STATE(289)] = 14131, [SMALL_STATE(290)] = 14194, [SMALL_STATE(291)] = 14263, [SMALL_STATE(292)] = 14332, [SMALL_STATE(293)] = 14395, [SMALL_STATE(294)] = 14458, [SMALL_STATE(295)] = 14517, [SMALL_STATE(296)] = 14576, [SMALL_STATE(297)] = 14635, [SMALL_STATE(298)] = 14694, [SMALL_STATE(299)] = 14767, [SMALL_STATE(300)] = 14840, [SMALL_STATE(301)] = 14909, [SMALL_STATE(302)] = 14968, [SMALL_STATE(303)] = 15037, [SMALL_STATE(304)] = 15132, [SMALL_STATE(305)] = 15201, [SMALL_STATE(306)] = 15260, [SMALL_STATE(307)] = 15319, [SMALL_STATE(308)] = 15378, [SMALL_STATE(309)] = 15441, [SMALL_STATE(310)] = 15510, [SMALL_STATE(311)] = 15579, [SMALL_STATE(312)] = 15638, [SMALL_STATE(313)] = 15707, [SMALL_STATE(314)] = 15766, [SMALL_STATE(315)] = 15858, [SMALL_STATE(316)] = 15950, [SMALL_STATE(317)] = 16042, [SMALL_STATE(318)] = 16134, [SMALL_STATE(319)] = 16226, [SMALL_STATE(320)] = 16318, [SMALL_STATE(321)] = 16410, [SMALL_STATE(322)] = 16502, [SMALL_STATE(323)] = 16594, [SMALL_STATE(324)] = 16686, [SMALL_STATE(325)] = 16778, [SMALL_STATE(326)] = 16870, [SMALL_STATE(327)] = 16962, [SMALL_STATE(328)] = 17054, [SMALL_STATE(329)] = 17146, [SMALL_STATE(330)] = 17238, [SMALL_STATE(331)] = 17330, [SMALL_STATE(332)] = 17422, [SMALL_STATE(333)] = 17514, [SMALL_STATE(334)] = 17606, [SMALL_STATE(335)] = 17698, [SMALL_STATE(336)] = 17790, [SMALL_STATE(337)] = 17882, [SMALL_STATE(338)] = 17974, [SMALL_STATE(339)] = 18066, [SMALL_STATE(340)] = 18158, [SMALL_STATE(341)] = 18250, [SMALL_STATE(342)] = 18342, [SMALL_STATE(343)] = 18434, [SMALL_STATE(344)] = 18526, [SMALL_STATE(345)] = 18618, [SMALL_STATE(346)] = 18710, [SMALL_STATE(347)] = 18802, [SMALL_STATE(348)] = 18894, [SMALL_STATE(349)] = 18986, [SMALL_STATE(350)] = 19078, [SMALL_STATE(351)] = 19170, [SMALL_STATE(352)] = 19262, [SMALL_STATE(353)] = 19354, [SMALL_STATE(354)] = 19446, [SMALL_STATE(355)] = 19538, [SMALL_STATE(356)] = 19630, [SMALL_STATE(357)] = 19722, [SMALL_STATE(358)] = 19814, [SMALL_STATE(359)] = 19906, [SMALL_STATE(360)] = 19998, [SMALL_STATE(361)] = 20090, [SMALL_STATE(362)] = 20182, [SMALL_STATE(363)] = 20274, [SMALL_STATE(364)] = 20366, [SMALL_STATE(365)] = 20458, [SMALL_STATE(366)] = 20550, [SMALL_STATE(367)] = 20642, [SMALL_STATE(368)] = 20734, [SMALL_STATE(369)] = 20826, [SMALL_STATE(370)] = 20890, [SMALL_STATE(371)] = 20982, [SMALL_STATE(372)] = 21074, [SMALL_STATE(373)] = 21166, [SMALL_STATE(374)] = 21258, [SMALL_STATE(375)] = 21350, [SMALL_STATE(376)] = 21442, [SMALL_STATE(377)] = 21534, [SMALL_STATE(378)] = 21626, [SMALL_STATE(379)] = 21718, [SMALL_STATE(380)] = 21810, [SMALL_STATE(381)] = 21902, [SMALL_STATE(382)] = 21972, [SMALL_STATE(383)] = 22036, [SMALL_STATE(384)] = 22128, [SMALL_STATE(385)] = 22220, [SMALL_STATE(386)] = 22312, [SMALL_STATE(387)] = 22404, [SMALL_STATE(388)] = 22496, [SMALL_STATE(389)] = 22588, [SMALL_STATE(390)] = 22682, [SMALL_STATE(391)] = 22743, [SMALL_STATE(392)] = 22800, [SMALL_STATE(393)] = 22857, [SMALL_STATE(394)] = 22914, [SMALL_STATE(395)] = 22971, [SMALL_STATE(396)] = 23028, [SMALL_STATE(397)] = 23085, [SMALL_STATE(398)] = 23152, [SMALL_STATE(399)] = 23209, [SMALL_STATE(400)] = 23266, [SMALL_STATE(401)] = 23323, [SMALL_STATE(402)] = 23380, [SMALL_STATE(403)] = 23437, [SMALL_STATE(404)] = 23494, [SMALL_STATE(405)] = 23551, [SMALL_STATE(406)] = 23608, [SMALL_STATE(407)] = 23665, [SMALL_STATE(408)] = 23722, [SMALL_STATE(409)] = 23779, [SMALL_STATE(410)] = 23840, [SMALL_STATE(411)] = 23897, [SMALL_STATE(412)] = 23954, [SMALL_STATE(413)] = 24015, [SMALL_STATE(414)] = 24072, [SMALL_STATE(415)] = 24133, [SMALL_STATE(416)] = 24193, [SMALL_STATE(417)] = 24257, [SMALL_STATE(418)] = 24313, [SMALL_STATE(419)] = 24373, [SMALL_STATE(420)] = 24429, [SMALL_STATE(421)] = 24489, [SMALL_STATE(422)] = 24549, [SMALL_STATE(423)] = 24605, [SMALL_STATE(424)] = 24697, [SMALL_STATE(425)] = 24757, [SMALL_STATE(426)] = 24817, [SMALL_STATE(427)] = 24877, [SMALL_STATE(428)] = 24937, [SMALL_STATE(429)] = 24993, [SMALL_STATE(430)] = 25057, [SMALL_STATE(431)] = 25117, [SMALL_STATE(432)] = 25177, [SMALL_STATE(433)] = 25237, [SMALL_STATE(434)] = 25293, [SMALL_STATE(435)] = 25385, [SMALL_STATE(436)] = 25445, [SMALL_STATE(437)] = 25505, [SMALL_STATE(438)] = 25565, [SMALL_STATE(439)] = 25625, [SMALL_STATE(440)] = 25681, [SMALL_STATE(441)] = 25745, [SMALL_STATE(442)] = 25839, [SMALL_STATE(443)] = 25903, [SMALL_STATE(444)] = 25959, [SMALL_STATE(445)] = 26015, [SMALL_STATE(446)] = 26075, [SMALL_STATE(447)] = 26136, [SMALL_STATE(448)] = 26227, [SMALL_STATE(449)] = 26318, [SMALL_STATE(450)] = 26409, [SMALL_STATE(451)] = 26464, [SMALL_STATE(452)] = 26525, [SMALL_STATE(453)] = 26586, [SMALL_STATE(454)] = 26641, [SMALL_STATE(455)] = 26696, [SMALL_STATE(456)] = 26751, [SMALL_STATE(457)] = 26842, [SMALL_STATE(458)] = 26897, [SMALL_STATE(459)] = 26988, [SMALL_STATE(460)] = 27049, [SMALL_STATE(461)] = 27104, [SMALL_STATE(462)] = 27159, [SMALL_STATE(463)] = 27214, [SMALL_STATE(464)] = 27269, [SMALL_STATE(465)] = 27324, [SMALL_STATE(466)] = 27379, [SMALL_STATE(467)] = 27434, [SMALL_STATE(468)] = 27525, [SMALL_STATE(469)] = 27579, [SMALL_STATE(470)] = 27633, [SMALL_STATE(471)] = 27687, [SMALL_STATE(472)] = 27741, [SMALL_STATE(473)] = 27795, [SMALL_STATE(474)] = 27849, [SMALL_STATE(475)] = 27903, [SMALL_STATE(476)] = 27957, [SMALL_STATE(477)] = 28011, [SMALL_STATE(478)] = 28065, [SMALL_STATE(479)] = 28119, [SMALL_STATE(480)] = 28173, [SMALL_STATE(481)] = 28227, [SMALL_STATE(482)] = 28281, [SMALL_STATE(483)] = 28369, [SMALL_STATE(484)] = 28423, [SMALL_STATE(485)] = 28477, [SMALL_STATE(486)] = 28531, [SMALL_STATE(487)] = 28585, [SMALL_STATE(488)] = 28639, [SMALL_STATE(489)] = 28693, [SMALL_STATE(490)] = 28747, [SMALL_STATE(491)] = 28801, [SMALL_STATE(492)] = 28855, [SMALL_STATE(493)] = 28909, [SMALL_STATE(494)] = 28963, [SMALL_STATE(495)] = 29017, [SMALL_STATE(496)] = 29071, [SMALL_STATE(497)] = 29125, [SMALL_STATE(498)] = 29179, [SMALL_STATE(499)] = 29233, [SMALL_STATE(500)] = 29287, [SMALL_STATE(501)] = 29341, [SMALL_STATE(502)] = 29395, [SMALL_STATE(503)] = 29449, [SMALL_STATE(504)] = 29503, [SMALL_STATE(505)] = 29591, [SMALL_STATE(506)] = 29645, [SMALL_STATE(507)] = 29699, [SMALL_STATE(508)] = 29753, [SMALL_STATE(509)] = 29807, [SMALL_STATE(510)] = 29861, [SMALL_STATE(511)] = 29915, [SMALL_STATE(512)] = 29969, [SMALL_STATE(513)] = 30023, [SMALL_STATE(514)] = 30077, [SMALL_STATE(515)] = 30131, [SMALL_STATE(516)] = 30185, [SMALL_STATE(517)] = 30239, [SMALL_STATE(518)] = 30293, [SMALL_STATE(519)] = 30347, [SMALL_STATE(520)] = 30401, [SMALL_STATE(521)] = 30455, [SMALL_STATE(522)] = 30509, [SMALL_STATE(523)] = 30563, [SMALL_STATE(524)] = 30617, [SMALL_STATE(525)] = 30671, [SMALL_STATE(526)] = 30725, [SMALL_STATE(527)] = 30779, [SMALL_STATE(528)] = 30833, [SMALL_STATE(529)] = 30887, [SMALL_STATE(530)] = 30941, [SMALL_STATE(531)] = 30995, [SMALL_STATE(532)] = 31049, [SMALL_STATE(533)] = 31103, [SMALL_STATE(534)] = 31157, [SMALL_STATE(535)] = 31211, [SMALL_STATE(536)] = 31265, [SMALL_STATE(537)] = 31319, [SMALL_STATE(538)] = 31373, [SMALL_STATE(539)] = 31427, [SMALL_STATE(540)] = 31481, [SMALL_STATE(541)] = 31535, [SMALL_STATE(542)] = 31589, [SMALL_STATE(543)] = 31643, [SMALL_STATE(544)] = 31697, [SMALL_STATE(545)] = 31751, [SMALL_STATE(546)] = 31805, [SMALL_STATE(547)] = 31859, [SMALL_STATE(548)] = 31913, [SMALL_STATE(549)] = 31967, [SMALL_STATE(550)] = 32021, [SMALL_STATE(551)] = 32075, [SMALL_STATE(552)] = 32129, [SMALL_STATE(553)] = 32183, [SMALL_STATE(554)] = 32237, [SMALL_STATE(555)] = 32291, [SMALL_STATE(556)] = 32345, [SMALL_STATE(557)] = 32399, [SMALL_STATE(558)] = 32453, [SMALL_STATE(559)] = 32507, [SMALL_STATE(560)] = 32561, [SMALL_STATE(561)] = 32615, [SMALL_STATE(562)] = 32669, [SMALL_STATE(563)] = 32723, [SMALL_STATE(564)] = 32777, [SMALL_STATE(565)] = 32831, [SMALL_STATE(566)] = 32885, [SMALL_STATE(567)] = 32939, [SMALL_STATE(568)] = 32993, [SMALL_STATE(569)] = 33075, [SMALL_STATE(570)] = 33130, [SMALL_STATE(571)] = 33185, [SMALL_STATE(572)] = 33240, [SMALL_STATE(573)] = 33295, [SMALL_STATE(574)] = 33350, [SMALL_STATE(575)] = 33405, [SMALL_STATE(576)] = 33481, [SMALL_STATE(577)] = 33557, [SMALL_STATE(578)] = 33633, [SMALL_STATE(579)] = 33709, [SMALL_STATE(580)] = 33782, [SMALL_STATE(581)] = 33831, [SMALL_STATE(582)] = 33880, [SMALL_STATE(583)] = 33953, [SMALL_STATE(584)] = 34026, [SMALL_STATE(585)] = 34075, [SMALL_STATE(586)] = 34148, [SMALL_STATE(587)] = 34221, [SMALL_STATE(588)] = 34294, [SMALL_STATE(589)] = 34367, [SMALL_STATE(590)] = 34440, [SMALL_STATE(591)] = 34513, [SMALL_STATE(592)] = 34586, [SMALL_STATE(593)] = 34659, [SMALL_STATE(594)] = 34732, [SMALL_STATE(595)] = 34805, [SMALL_STATE(596)] = 34882, [SMALL_STATE(597)] = 34955, [SMALL_STATE(598)] = 35028, [SMALL_STATE(599)] = 35101, [SMALL_STATE(600)] = 35174, [SMALL_STATE(601)] = 35247, [SMALL_STATE(602)] = 35320, [SMALL_STATE(603)] = 35393, [SMALL_STATE(604)] = 35466, [SMALL_STATE(605)] = 35539, [SMALL_STATE(606)] = 35612, [SMALL_STATE(607)] = 35685, [SMALL_STATE(608)] = 35758, [SMALL_STATE(609)] = 35831, [SMALL_STATE(610)] = 35904, [SMALL_STATE(611)] = 35977, [SMALL_STATE(612)] = 36050, [SMALL_STATE(613)] = 36123, [SMALL_STATE(614)] = 36196, [SMALL_STATE(615)] = 36269, [SMALL_STATE(616)] = 36342, [SMALL_STATE(617)] = 36415, [SMALL_STATE(618)] = 36488, [SMALL_STATE(619)] = 36561, [SMALL_STATE(620)] = 36634, [SMALL_STATE(621)] = 36707, [SMALL_STATE(622)] = 36780, [SMALL_STATE(623)] = 36853, [SMALL_STATE(624)] = 36930, [SMALL_STATE(625)] = 36979, [SMALL_STATE(626)] = 37052, [SMALL_STATE(627)] = 37125, [SMALL_STATE(628)] = 37198, [SMALL_STATE(629)] = 37271, [SMALL_STATE(630)] = 37319, [SMALL_STATE(631)] = 37367, [SMALL_STATE(632)] = 37415, [SMALL_STATE(633)] = 37463, [SMALL_STATE(634)] = 37511, [SMALL_STATE(635)] = 37559, [SMALL_STATE(636)] = 37607, [SMALL_STATE(637)] = 37655, [SMALL_STATE(638)] = 37703, [SMALL_STATE(639)] = 37751, [SMALL_STATE(640)] = 37799, [SMALL_STATE(641)] = 37847, [SMALL_STATE(642)] = 37895, [SMALL_STATE(643)] = 37943, [SMALL_STATE(644)] = 37991, [SMALL_STATE(645)] = 38039, [SMALL_STATE(646)] = 38087, [SMALL_STATE(647)] = 38135, [SMALL_STATE(648)] = 38183, [SMALL_STATE(649)] = 38231, [SMALL_STATE(650)] = 38279, [SMALL_STATE(651)] = 38327, [SMALL_STATE(652)] = 38375, [SMALL_STATE(653)] = 38457, [SMALL_STATE(654)] = 38539, [SMALL_STATE(655)] = 38587, [SMALL_STATE(656)] = 38635, [SMALL_STATE(657)] = 38683, [SMALL_STATE(658)] = 38731, [SMALL_STATE(659)] = 38779, [SMALL_STATE(660)] = 38827, [SMALL_STATE(661)] = 38875, [SMALL_STATE(662)] = 38923, [SMALL_STATE(663)] = 38980, [SMALL_STATE(664)] = 39051, [SMALL_STATE(665)] = 39122, [SMALL_STATE(666)] = 39193, [SMALL_STATE(667)] = 39264, [SMALL_STATE(668)] = 39335, [SMALL_STATE(669)] = 39400, [SMALL_STATE(670)] = 39457, [SMALL_STATE(671)] = 39514, [SMALL_STATE(672)] = 39571, [SMALL_STATE(673)] = 39628, [SMALL_STATE(674)] = 39699, [SMALL_STATE(675)] = 39768, [SMALL_STATE(676)] = 39825, [SMALL_STATE(677)] = 39882, [SMALL_STATE(678)] = 39945, [SMALL_STATE(679)] = 40008, [SMALL_STATE(680)] = 40075, [SMALL_STATE(681)] = 40140, [SMALL_STATE(682)] = 40207, [SMALL_STATE(683)] = 40276, [SMALL_STATE(684)] = 40337, [SMALL_STATE(685)] = 40394, [SMALL_STATE(686)] = 40455, [SMALL_STATE(687)] = 40505, [SMALL_STATE(688)] = 40553, [SMALL_STATE(689)] = 40603, [SMALL_STATE(690)] = 40653, [SMALL_STATE(691)] = 40699, [SMALL_STATE(692)] = 40749, [SMALL_STATE(693)] = 40797, [SMALL_STATE(694)] = 40845, [SMALL_STATE(695)] = 40893, [SMALL_STATE(696)] = 40939, [SMALL_STATE(697)] = 40988, [SMALL_STATE(698)] = 41033, [SMALL_STATE(699)] = 41082, [SMALL_STATE(700)] = 41131, [SMALL_STATE(701)] = 41180, [SMALL_STATE(702)] = 41229, [SMALL_STATE(703)] = 41308, [SMALL_STATE(704)] = 41353, [SMALL_STATE(705)] = 41402, [SMALL_STATE(706)] = 41466, [SMALL_STATE(707)] = 41534, [SMALL_STATE(708)] = 41592, [SMALL_STATE(709)] = 41646, [SMALL_STATE(710)] = 41690, [SMALL_STATE(711)] = 41752, [SMALL_STATE(712)] = 41806, [SMALL_STATE(713)] = 41860, [SMALL_STATE(714)] = 41928, [SMALL_STATE(715)] = 41994, [SMALL_STATE(716)] = 42038, [SMALL_STATE(717)] = 42082, [SMALL_STATE(718)] = 42150, [SMALL_STATE(719)] = 42226, [SMALL_STATE(720)] = 42270, [SMALL_STATE(721)] = 42318, [SMALL_STATE(722)] = 42378, [SMALL_STATE(723)] = 42426, [SMALL_STATE(724)] = 42480, [SMALL_STATE(725)] = 42525, [SMALL_STATE(726)] = 42568, [SMALL_STATE(727)] = 42611, [SMALL_STATE(728)] = 42656, [SMALL_STATE(729)] = 42737, [SMALL_STATE(730)] = 42784, [SMALL_STATE(731)] = 42829, [SMALL_STATE(732)] = 42874, [SMALL_STATE(733)] = 42919, [SMALL_STATE(734)] = 43000, [SMALL_STATE(735)] = 43067, [SMALL_STATE(736)] = 43112, [SMALL_STATE(737)] = 43179, [SMALL_STATE(738)] = 43260, [SMALL_STATE(739)] = 43305, [SMALL_STATE(740)] = 43366, [SMALL_STATE(741)] = 43411, [SMALL_STATE(742)] = 43474, [SMALL_STATE(743)] = 43527, [SMALL_STATE(744)] = 43570, [SMALL_STATE(745)] = 43627, [SMALL_STATE(746)] = 43692, [SMALL_STATE(747)] = 43745, [SMALL_STATE(748)] = 43792, [SMALL_STATE(749)] = 43845, [SMALL_STATE(750)] = 43892, [SMALL_STATE(751)] = 43973, [SMALL_STATE(752)] = 44040, [SMALL_STATE(753)] = 44099, [SMALL_STATE(754)] = 44152, [SMALL_STATE(755)] = 44199, [SMALL_STATE(756)] = 44242, [SMALL_STATE(757)] = 44286, [SMALL_STATE(758)] = 44328, [SMALL_STATE(759)] = 44370, [SMALL_STATE(760)] = 44412, [SMALL_STATE(761)] = 44454, [SMALL_STATE(762)] = 44496, [SMALL_STATE(763)] = 44540, [SMALL_STATE(764)] = 44582, [SMALL_STATE(765)] = 44624, [SMALL_STATE(766)] = 44704, [SMALL_STATE(767)] = 44782, [SMALL_STATE(768)] = 44824, [SMALL_STATE(769)] = 44902, [SMALL_STATE(770)] = 44944, [SMALL_STATE(771)] = 44988, [SMALL_STATE(772)] = 45066, [SMALL_STATE(773)] = 45108, [SMALL_STATE(774)] = 45186, [SMALL_STATE(775)] = 45264, [SMALL_STATE(776)] = 45306, [SMALL_STATE(777)] = 45348, [SMALL_STATE(778)] = 45390, [SMALL_STATE(779)] = 45434, [SMALL_STATE(780)] = 45476, [SMALL_STATE(781)] = 45518, [SMALL_STATE(782)] = 45560, [SMALL_STATE(783)] = 45602, [SMALL_STATE(784)] = 45644, [SMALL_STATE(785)] = 45686, [SMALL_STATE(786)] = 45728, [SMALL_STATE(787)] = 45770, [SMALL_STATE(788)] = 45812, [SMALL_STATE(789)] = 45854, [SMALL_STATE(790)] = 45896, [SMALL_STATE(791)] = 45938, [SMALL_STATE(792)] = 45980, [SMALL_STATE(793)] = 46022, [SMALL_STATE(794)] = 46064, [SMALL_STATE(795)] = 46106, [SMALL_STATE(796)] = 46148, [SMALL_STATE(797)] = 46192, [SMALL_STATE(798)] = 46234, [SMALL_STATE(799)] = 46276, [SMALL_STATE(800)] = 46318, [SMALL_STATE(801)] = 46359, [SMALL_STATE(802)] = 46400, [SMALL_STATE(803)] = 46441, [SMALL_STATE(804)] = 46486, [SMALL_STATE(805)] = 46565, [SMALL_STATE(806)] = 46606, [SMALL_STATE(807)] = 46647, [SMALL_STATE(808)] = 46722, [SMALL_STATE(809)] = 46763, [SMALL_STATE(810)] = 46804, [SMALL_STATE(811)] = 46883, [SMALL_STATE(812)] = 46924, [SMALL_STATE(813)] = 46965, [SMALL_STATE(814)] = 47006, [SMALL_STATE(815)] = 47047, [SMALL_STATE(816)] = 47088, [SMALL_STATE(817)] = 47129, [SMALL_STATE(818)] = 47170, [SMALL_STATE(819)] = 47211, [SMALL_STATE(820)] = 47252, [SMALL_STATE(821)] = 47293, [SMALL_STATE(822)] = 47334, [SMALL_STATE(823)] = 47375, [SMALL_STATE(824)] = 47454, [SMALL_STATE(825)] = 47495, [SMALL_STATE(826)] = 47540, [SMALL_STATE(827)] = 47581, [SMALL_STATE(828)] = 47622, [SMALL_STATE(829)] = 47663, [SMALL_STATE(830)] = 47704, [SMALL_STATE(831)] = 47745, [SMALL_STATE(832)] = 47786, [SMALL_STATE(833)] = 47827, [SMALL_STATE(834)] = 47868, [SMALL_STATE(835)] = 47909, [SMALL_STATE(836)] = 47950, [SMALL_STATE(837)] = 47991, [SMALL_STATE(838)] = 48032, [SMALL_STATE(839)] = 48073, [SMALL_STATE(840)] = 48146, [SMALL_STATE(841)] = 48216, [SMALL_STATE(842)] = 48286, [SMALL_STATE(843)] = 48348, [SMALL_STATE(844)] = 48410, [SMALL_STATE(845)] = 48450, [SMALL_STATE(846)] = 48490, [SMALL_STATE(847)] = 48530, [SMALL_STATE(848)] = 48570, [SMALL_STATE(849)] = 48600, [SMALL_STATE(850)] = 48625, [SMALL_STATE(851)] = 48662, [SMALL_STATE(852)] = 48715, [SMALL_STATE(853)] = 48744, [SMALL_STATE(854)] = 48769, [SMALL_STATE(855)] = 48794, [SMALL_STATE(856)] = 48847, [SMALL_STATE(857)] = 48884, [SMALL_STATE(858)] = 48909, [SMALL_STATE(859)] = 48962, [SMALL_STATE(860)] = 48991, [SMALL_STATE(861)] = 49025, [SMALL_STATE(862)] = 49053, [SMALL_STATE(863)] = 49099, [SMALL_STATE(864)] = 49133, [SMALL_STATE(865)] = 49176, [SMALL_STATE(866)] = 49219, [SMALL_STATE(867)] = 49262, [SMALL_STATE(868)] = 49293, [SMALL_STATE(869)] = 49336, [SMALL_STATE(870)] = 49379, [SMALL_STATE(871)] = 49423, [SMALL_STATE(872)] = 49463, [SMALL_STATE(873)] = 49500, [SMALL_STATE(874)] = 49537, [SMALL_STATE(875)] = 49562, [SMALL_STATE(876)] = 49599, [SMALL_STATE(877)] = 49636, [SMALL_STATE(878)] = 49670, [SMALL_STATE(879)] = 49704, [SMALL_STATE(880)] = 49726, [SMALL_STATE(881)] = 49748, [SMALL_STATE(882)] = 49770, [SMALL_STATE(883)] = 49793, [SMALL_STATE(884)] = 49814, [SMALL_STATE(885)] = 49837, [SMALL_STATE(886)] = 49864, [SMALL_STATE(887)] = 49901, [SMALL_STATE(888)] = 49938, [SMALL_STATE(889)] = 49963, [SMALL_STATE(890)] = 49986, [SMALL_STATE(891)] = 50009, [SMALL_STATE(892)] = 50030, [SMALL_STATE(893)] = 50051, [SMALL_STATE(894)] = 50074, [SMALL_STATE(895)] = 50091, [SMALL_STATE(896)] = 50114, [SMALL_STATE(897)] = 50135, [SMALL_STATE(898)] = 50156, [SMALL_STATE(899)] = 50181, [SMALL_STATE(900)] = 50204, [SMALL_STATE(901)] = 50223, [SMALL_STATE(902)] = 50244, [SMALL_STATE(903)] = 50267, [SMALL_STATE(904)] = 50304, [SMALL_STATE(905)] = 50329, [SMALL_STATE(906)] = 50366, [SMALL_STATE(907)] = 50396, [SMALL_STATE(908)] = 50426, [SMALL_STATE(909)] = 50460, [SMALL_STATE(910)] = 50494, [SMALL_STATE(911)] = 50516, [SMALL_STATE(912)] = 50550, [SMALL_STATE(913)] = 50584, [SMALL_STATE(914)] = 50614, [SMALL_STATE(915)] = 50644, [SMALL_STATE(916)] = 50674, [SMALL_STATE(917)] = 50704, [SMALL_STATE(918)] = 50722, [SMALL_STATE(919)] = 50752, [SMALL_STATE(920)] = 50782, [SMALL_STATE(921)] = 50812, [SMALL_STATE(922)] = 50846, [SMALL_STATE(923)] = 50876, [SMALL_STATE(924)] = 50906, [SMALL_STATE(925)] = 50924, [SMALL_STATE(926)] = 50954, [SMALL_STATE(927)] = 50984, [SMALL_STATE(928)] = 51006, [SMALL_STATE(929)] = 51040, [SMALL_STATE(930)] = 51070, [SMALL_STATE(931)] = 51104, [SMALL_STATE(932)] = 51126, [SMALL_STATE(933)] = 51156, [SMALL_STATE(934)] = 51190, [SMALL_STATE(935)] = 51212, [SMALL_STATE(936)] = 51246, [SMALL_STATE(937)] = 51269, [SMALL_STATE(938)] = 51288, [SMALL_STATE(939)] = 51307, [SMALL_STATE(940)] = 51326, [SMALL_STATE(941)] = 51351, [SMALL_STATE(942)] = 51370, [SMALL_STATE(943)] = 51393, [SMALL_STATE(944)] = 51416, [SMALL_STATE(945)] = 51435, [SMALL_STATE(946)] = 51454, [SMALL_STATE(947)] = 51468, [SMALL_STATE(948)] = 51482, [SMALL_STATE(949)] = 51496, [SMALL_STATE(950)] = 51510, [SMALL_STATE(951)] = 51524, [SMALL_STATE(952)] = 51542, [SMALL_STATE(953)] = 51556, [SMALL_STATE(954)] = 51576, [SMALL_STATE(955)] = 51590, [SMALL_STATE(956)] = 51604, [SMALL_STATE(957)] = 51618, [SMALL_STATE(958)] = 51632, [SMALL_STATE(959)] = 51650, [SMALL_STATE(960)] = 51664, [SMALL_STATE(961)] = 51688, [SMALL_STATE(962)] = 51712, [SMALL_STATE(963)] = 51726, [SMALL_STATE(964)] = 51746, [SMALL_STATE(965)] = 51760, [SMALL_STATE(966)] = 51774, [SMALL_STATE(967)] = 51788, [SMALL_STATE(968)] = 51806, [SMALL_STATE(969)] = 51820, [SMALL_STATE(970)] = 51838, [SMALL_STATE(971)] = 51854, [SMALL_STATE(972)] = 51868, [SMALL_STATE(973)] = 51882, [SMALL_STATE(974)] = 51900, [SMALL_STATE(975)] = 51914, [SMALL_STATE(976)] = 51928, [SMALL_STATE(977)] = 51946, [SMALL_STATE(978)] = 51960, [SMALL_STATE(979)] = 51978, [SMALL_STATE(980)] = 51998, [SMALL_STATE(981)] = 52014, [SMALL_STATE(982)] = 52036, [SMALL_STATE(983)] = 52054, [SMALL_STATE(984)] = 52068, [SMALL_STATE(985)] = 52086, [SMALL_STATE(986)] = 52106, [SMALL_STATE(987)] = 52124, [SMALL_STATE(988)] = 52142, [SMALL_STATE(989)] = 52160, [SMALL_STATE(990)] = 52186, [SMALL_STATE(991)] = 52200, [SMALL_STATE(992)] = 52214, [SMALL_STATE(993)] = 52233, [SMALL_STATE(994)] = 52252, [SMALL_STATE(995)] = 52269, [SMALL_STATE(996)] = 52290, [SMALL_STATE(997)] = 52303, [SMALL_STATE(998)] = 52324, [SMALL_STATE(999)] = 52345, [SMALL_STATE(1000)] = 52366, [SMALL_STATE(1001)] = 52391, [SMALL_STATE(1002)] = 52404, [SMALL_STATE(1003)] = 52423, [SMALL_STATE(1004)] = 52442, [SMALL_STATE(1005)] = 52461, [SMALL_STATE(1006)] = 52484, [SMALL_STATE(1007)] = 52509, [SMALL_STATE(1008)] = 52528, [SMALL_STATE(1009)] = 52551, [SMALL_STATE(1010)] = 52574, [SMALL_STATE(1011)] = 52587, [SMALL_STATE(1012)] = 52608, [SMALL_STATE(1013)] = 52631, [SMALL_STATE(1014)] = 52654, [SMALL_STATE(1015)] = 52669, [SMALL_STATE(1016)] = 52688, [SMALL_STATE(1017)] = 52707, [SMALL_STATE(1018)] = 52732, [SMALL_STATE(1019)] = 52745, [SMALL_STATE(1020)] = 52758, [SMALL_STATE(1021)] = 52771, [SMALL_STATE(1022)] = 52788, [SMALL_STATE(1023)] = 52807, [SMALL_STATE(1024)] = 52820, [SMALL_STATE(1025)] = 52835, [SMALL_STATE(1026)] = 52860, [SMALL_STATE(1027)] = 52883, [SMALL_STATE(1028)] = 52900, [SMALL_STATE(1029)] = 52925, [SMALL_STATE(1030)] = 52944, [SMALL_STATE(1031)] = 52967, [SMALL_STATE(1032)] = 52990, [SMALL_STATE(1033)] = 53013, [SMALL_STATE(1034)] = 53038, [SMALL_STATE(1035)] = 53063, [SMALL_STATE(1036)] = 53084, [SMALL_STATE(1037)] = 53109, [SMALL_STATE(1038)] = 53130, [SMALL_STATE(1039)] = 53146, [SMALL_STATE(1040)] = 53162, [SMALL_STATE(1041)] = 53184, [SMALL_STATE(1042)] = 53200, [SMALL_STATE(1043)] = 53220, [SMALL_STATE(1044)] = 53238, [SMALL_STATE(1045)] = 53252, [SMALL_STATE(1046)] = 53268, [SMALL_STATE(1047)] = 53282, [SMALL_STATE(1048)] = 53298, [SMALL_STATE(1049)] = 53312, [SMALL_STATE(1050)] = 53332, [SMALL_STATE(1051)] = 53354, [SMALL_STATE(1052)] = 53370, [SMALL_STATE(1053)] = 53392, [SMALL_STATE(1054)] = 53410, [SMALL_STATE(1055)] = 53424, [SMALL_STATE(1056)] = 53446, [SMALL_STATE(1057)] = 53460, [SMALL_STATE(1058)] = 53476, [SMALL_STATE(1059)] = 53494, [SMALL_STATE(1060)] = 53512, [SMALL_STATE(1061)] = 53534, [SMALL_STATE(1062)] = 53546, [SMALL_STATE(1063)] = 53566, [SMALL_STATE(1064)] = 53584, [SMALL_STATE(1065)] = 53602, [SMALL_STATE(1066)] = 53624, [SMALL_STATE(1067)] = 53646, [SMALL_STATE(1068)] = 53660, [SMALL_STATE(1069)] = 53678, [SMALL_STATE(1070)] = 53696, [SMALL_STATE(1071)] = 53708, [SMALL_STATE(1072)] = 53728, [SMALL_STATE(1073)] = 53747, [SMALL_STATE(1074)] = 53764, [SMALL_STATE(1075)] = 53783, [SMALL_STATE(1076)] = 53800, [SMALL_STATE(1077)] = 53819, [SMALL_STATE(1078)] = 53834, [SMALL_STATE(1079)] = 53849, [SMALL_STATE(1080)] = 53864, [SMALL_STATE(1081)] = 53881, [SMALL_STATE(1082)] = 53898, [SMALL_STATE(1083)] = 53913, [SMALL_STATE(1084)] = 53930, [SMALL_STATE(1085)] = 53949, [SMALL_STATE(1086)] = 53966, [SMALL_STATE(1087)] = 53977, [SMALL_STATE(1088)] = 53994, [SMALL_STATE(1089)] = 54013, [SMALL_STATE(1090)] = 54024, [SMALL_STATE(1091)] = 54041, [SMALL_STATE(1092)] = 54058, [SMALL_STATE(1093)] = 54075, [SMALL_STATE(1094)] = 54092, [SMALL_STATE(1095)] = 54109, [SMALL_STATE(1096)] = 54124, [SMALL_STATE(1097)] = 54139, [SMALL_STATE(1098)] = 54156, [SMALL_STATE(1099)] = 54175, [SMALL_STATE(1100)] = 54190, [SMALL_STATE(1101)] = 54207, [SMALL_STATE(1102)] = 54224, [SMALL_STATE(1103)] = 54241, [SMALL_STATE(1104)] = 54260, [SMALL_STATE(1105)] = 54279, [SMALL_STATE(1106)] = 54296, [SMALL_STATE(1107)] = 54313, [SMALL_STATE(1108)] = 54324, [SMALL_STATE(1109)] = 54340, [SMALL_STATE(1110)] = 54354, [SMALL_STATE(1111)] = 54368, [SMALL_STATE(1112)] = 54382, [SMALL_STATE(1113)] = 54398, [SMALL_STATE(1114)] = 54414, [SMALL_STATE(1115)] = 54428, [SMALL_STATE(1116)] = 54442, [SMALL_STATE(1117)] = 54456, [SMALL_STATE(1118)] = 54466, [SMALL_STATE(1119)] = 54476, [SMALL_STATE(1120)] = 54490, [SMALL_STATE(1121)] = 54504, [SMALL_STATE(1122)] = 54516, [SMALL_STATE(1123)] = 54526, [SMALL_STATE(1124)] = 54536, [SMALL_STATE(1125)] = 54550, [SMALL_STATE(1126)] = 54566, [SMALL_STATE(1127)] = 54582, [SMALL_STATE(1128)] = 54598, [SMALL_STATE(1129)] = 54614, [SMALL_STATE(1130)] = 54630, [SMALL_STATE(1131)] = 54644, [SMALL_STATE(1132)] = 54658, [SMALL_STATE(1133)] = 54670, [SMALL_STATE(1134)] = 54684, [SMALL_STATE(1135)] = 54698, [SMALL_STATE(1136)] = 54712, [SMALL_STATE(1137)] = 54728, [SMALL_STATE(1138)] = 54742, [SMALL_STATE(1139)] = 54756, [SMALL_STATE(1140)] = 54772, [SMALL_STATE(1141)] = 54788, [SMALL_STATE(1142)] = 54802, [SMALL_STATE(1143)] = 54818, [SMALL_STATE(1144)] = 54832, [SMALL_STATE(1145)] = 54846, [SMALL_STATE(1146)] = 54860, [SMALL_STATE(1147)] = 54876, [SMALL_STATE(1148)] = 54890, [SMALL_STATE(1149)] = 54904, [SMALL_STATE(1150)] = 54920, [SMALL_STATE(1151)] = 54936, [SMALL_STATE(1152)] = 54952, [SMALL_STATE(1153)] = 54966, [SMALL_STATE(1154)] = 54982, [SMALL_STATE(1155)] = 54998, [SMALL_STATE(1156)] = 55012, [SMALL_STATE(1157)] = 55026, [SMALL_STATE(1158)] = 55040, [SMALL_STATE(1159)] = 55056, [SMALL_STATE(1160)] = 55070, [SMALL_STATE(1161)] = 55086, [SMALL_STATE(1162)] = 55102, [SMALL_STATE(1163)] = 55118, [SMALL_STATE(1164)] = 55134, [SMALL_STATE(1165)] = 55150, [SMALL_STATE(1166)] = 55166, [SMALL_STATE(1167)] = 55182, [SMALL_STATE(1168)] = 55196, [SMALL_STATE(1169)] = 55206, [SMALL_STATE(1170)] = 55222, [SMALL_STATE(1171)] = 55238, [SMALL_STATE(1172)] = 55252, [SMALL_STATE(1173)] = 55268, [SMALL_STATE(1174)] = 55278, [SMALL_STATE(1175)] = 55292, [SMALL_STATE(1176)] = 55306, [SMALL_STATE(1177)] = 55320, [SMALL_STATE(1178)] = 55334, [SMALL_STATE(1179)] = 55348, [SMALL_STATE(1180)] = 55364, [SMALL_STATE(1181)] = 55377, [SMALL_STATE(1182)] = 55390, [SMALL_STATE(1183)] = 55403, [SMALL_STATE(1184)] = 55416, [SMALL_STATE(1185)] = 55427, [SMALL_STATE(1186)] = 55436, [SMALL_STATE(1187)] = 55445, [SMALL_STATE(1188)] = 55458, [SMALL_STATE(1189)] = 55471, [SMALL_STATE(1190)] = 55484, [SMALL_STATE(1191)] = 55497, [SMALL_STATE(1192)] = 55508, [SMALL_STATE(1193)] = 55521, [SMALL_STATE(1194)] = 55534, [SMALL_STATE(1195)] = 55547, [SMALL_STATE(1196)] = 55556, [SMALL_STATE(1197)] = 55569, [SMALL_STATE(1198)] = 55582, [SMALL_STATE(1199)] = 55595, [SMALL_STATE(1200)] = 55604, [SMALL_STATE(1201)] = 55617, [SMALL_STATE(1202)] = 55630, [SMALL_STATE(1203)] = 55643, [SMALL_STATE(1204)] = 55656, [SMALL_STATE(1205)] = 55669, [SMALL_STATE(1206)] = 55682, [SMALL_STATE(1207)] = 55695, [SMALL_STATE(1208)] = 55708, [SMALL_STATE(1209)] = 55721, [SMALL_STATE(1210)] = 55730, [SMALL_STATE(1211)] = 55743, [SMALL_STATE(1212)] = 55756, [SMALL_STATE(1213)] = 55769, [SMALL_STATE(1214)] = 55782, [SMALL_STATE(1215)] = 55795, [SMALL_STATE(1216)] = 55808, [SMALL_STATE(1217)] = 55821, [SMALL_STATE(1218)] = 55832, [SMALL_STATE(1219)] = 55845, [SMALL_STATE(1220)] = 55858, [SMALL_STATE(1221)] = 55871, [SMALL_STATE(1222)] = 55884, [SMALL_STATE(1223)] = 55895, [SMALL_STATE(1224)] = 55908, [SMALL_STATE(1225)] = 55921, [SMALL_STATE(1226)] = 55934, [SMALL_STATE(1227)] = 55945, [SMALL_STATE(1228)] = 55958, [SMALL_STATE(1229)] = 55969, [SMALL_STATE(1230)] = 55982, [SMALL_STATE(1231)] = 55995, [SMALL_STATE(1232)] = 56008, [SMALL_STATE(1233)] = 56021, [SMALL_STATE(1234)] = 56034, [SMALL_STATE(1235)] = 56047, [SMALL_STATE(1236)] = 56060, [SMALL_STATE(1237)] = 56073, [SMALL_STATE(1238)] = 56086, [SMALL_STATE(1239)] = 56099, [SMALL_STATE(1240)] = 56112, [SMALL_STATE(1241)] = 56125, [SMALL_STATE(1242)] = 56136, [SMALL_STATE(1243)] = 56149, [SMALL_STATE(1244)] = 56162, [SMALL_STATE(1245)] = 56175, [SMALL_STATE(1246)] = 56186, [SMALL_STATE(1247)] = 56199, [SMALL_STATE(1248)] = 56212, [SMALL_STATE(1249)] = 56225, [SMALL_STATE(1250)] = 56238, [SMALL_STATE(1251)] = 56251, [SMALL_STATE(1252)] = 56264, [SMALL_STATE(1253)] = 56277, [SMALL_STATE(1254)] = 56290, [SMALL_STATE(1255)] = 56301, [SMALL_STATE(1256)] = 56312, [SMALL_STATE(1257)] = 56323, [SMALL_STATE(1258)] = 56336, [SMALL_STATE(1259)] = 56349, [SMALL_STATE(1260)] = 56362, [SMALL_STATE(1261)] = 56375, [SMALL_STATE(1262)] = 56388, [SMALL_STATE(1263)] = 56397, [SMALL_STATE(1264)] = 56410, [SMALL_STATE(1265)] = 56423, [SMALL_STATE(1266)] = 56436, [SMALL_STATE(1267)] = 56449, [SMALL_STATE(1268)] = 56462, [SMALL_STATE(1269)] = 56471, [SMALL_STATE(1270)] = 56484, [SMALL_STATE(1271)] = 56497, [SMALL_STATE(1272)] = 56508, [SMALL_STATE(1273)] = 56521, [SMALL_STATE(1274)] = 56534, [SMALL_STATE(1275)] = 56547, [SMALL_STATE(1276)] = 56560, [SMALL_STATE(1277)] = 56573, [SMALL_STATE(1278)] = 56586, [SMALL_STATE(1279)] = 56595, [SMALL_STATE(1280)] = 56608, [SMALL_STATE(1281)] = 56621, [SMALL_STATE(1282)] = 56634, [SMALL_STATE(1283)] = 56643, [SMALL_STATE(1284)] = 56656, [SMALL_STATE(1285)] = 56669, [SMALL_STATE(1286)] = 56682, [SMALL_STATE(1287)] = 56695, [SMALL_STATE(1288)] = 56708, [SMALL_STATE(1289)] = 56717, [SMALL_STATE(1290)] = 56726, [SMALL_STATE(1291)] = 56735, [SMALL_STATE(1292)] = 56748, [SMALL_STATE(1293)] = 56757, [SMALL_STATE(1294)] = 56770, [SMALL_STATE(1295)] = 56783, [SMALL_STATE(1296)] = 56796, [SMALL_STATE(1297)] = 56809, [SMALL_STATE(1298)] = 56822, [SMALL_STATE(1299)] = 56831, [SMALL_STATE(1300)] = 56844, [SMALL_STATE(1301)] = 56857, [SMALL_STATE(1302)] = 56870, [SMALL_STATE(1303)] = 56883, [SMALL_STATE(1304)] = 56896, [SMALL_STATE(1305)] = 56909, [SMALL_STATE(1306)] = 56922, [SMALL_STATE(1307)] = 56935, [SMALL_STATE(1308)] = 56944, [SMALL_STATE(1309)] = 56957, [SMALL_STATE(1310)] = 56970, [SMALL_STATE(1311)] = 56978, [SMALL_STATE(1312)] = 56986, [SMALL_STATE(1313)] = 56994, [SMALL_STATE(1314)] = 57004, [SMALL_STATE(1315)] = 57012, [SMALL_STATE(1316)] = 57020, [SMALL_STATE(1317)] = 57028, [SMALL_STATE(1318)] = 57038, [SMALL_STATE(1319)] = 57046, [SMALL_STATE(1320)] = 57056, [SMALL_STATE(1321)] = 57066, [SMALL_STATE(1322)] = 57074, [SMALL_STATE(1323)] = 57084, [SMALL_STATE(1324)] = 57092, [SMALL_STATE(1325)] = 57100, [SMALL_STATE(1326)] = 57108, [SMALL_STATE(1327)] = 57116, [SMALL_STATE(1328)] = 57124, [SMALL_STATE(1329)] = 57134, [SMALL_STATE(1330)] = 57142, [SMALL_STATE(1331)] = 57150, [SMALL_STATE(1332)] = 57158, [SMALL_STATE(1333)] = 57166, [SMALL_STATE(1334)] = 57174, [SMALL_STATE(1335)] = 57182, [SMALL_STATE(1336)] = 57190, [SMALL_STATE(1337)] = 57200, [SMALL_STATE(1338)] = 57210, [SMALL_STATE(1339)] = 57218, [SMALL_STATE(1340)] = 57228, [SMALL_STATE(1341)] = 57236, [SMALL_STATE(1342)] = 57246, [SMALL_STATE(1343)] = 57256, [SMALL_STATE(1344)] = 57264, [SMALL_STATE(1345)] = 57272, [SMALL_STATE(1346)] = 57282, [SMALL_STATE(1347)] = 57292, [SMALL_STATE(1348)] = 57302, [SMALL_STATE(1349)] = 57312, [SMALL_STATE(1350)] = 57322, [SMALL_STATE(1351)] = 57332, [SMALL_STATE(1352)] = 57342, [SMALL_STATE(1353)] = 57350, [SMALL_STATE(1354)] = 57360, [SMALL_STATE(1355)] = 57370, [SMALL_STATE(1356)] = 57380, [SMALL_STATE(1357)] = 57388, [SMALL_STATE(1358)] = 57396, [SMALL_STATE(1359)] = 57404, [SMALL_STATE(1360)] = 57414, [SMALL_STATE(1361)] = 57422, [SMALL_STATE(1362)] = 57432, [SMALL_STATE(1363)] = 57442, [SMALL_STATE(1364)] = 57450, [SMALL_STATE(1365)] = 57458, [SMALL_STATE(1366)] = 57466, [SMALL_STATE(1367)] = 57476, [SMALL_STATE(1368)] = 57486, [SMALL_STATE(1369)] = 57494, [SMALL_STATE(1370)] = 57502, [SMALL_STATE(1371)] = 57510, [SMALL_STATE(1372)] = 57518, [SMALL_STATE(1373)] = 57526, [SMALL_STATE(1374)] = 57534, [SMALL_STATE(1375)] = 57542, [SMALL_STATE(1376)] = 57552, [SMALL_STATE(1377)] = 57562, [SMALL_STATE(1378)] = 57570, [SMALL_STATE(1379)] = 57578, [SMALL_STATE(1380)] = 57588, [SMALL_STATE(1381)] = 57596, [SMALL_STATE(1382)] = 57604, [SMALL_STATE(1383)] = 57614, [SMALL_STATE(1384)] = 57622, [SMALL_STATE(1385)] = 57630, [SMALL_STATE(1386)] = 57637, [SMALL_STATE(1387)] = 57644, [SMALL_STATE(1388)] = 57651, [SMALL_STATE(1389)] = 57658, [SMALL_STATE(1390)] = 57665, [SMALL_STATE(1391)] = 57672, [SMALL_STATE(1392)] = 57679, [SMALL_STATE(1393)] = 57686, [SMALL_STATE(1394)] = 57693, [SMALL_STATE(1395)] = 57700, [SMALL_STATE(1396)] = 57707, [SMALL_STATE(1397)] = 57714, [SMALL_STATE(1398)] = 57721, [SMALL_STATE(1399)] = 57728, [SMALL_STATE(1400)] = 57735, [SMALL_STATE(1401)] = 57742, [SMALL_STATE(1402)] = 57749, [SMALL_STATE(1403)] = 57756, [SMALL_STATE(1404)] = 57763, [SMALL_STATE(1405)] = 57770, [SMALL_STATE(1406)] = 57777, [SMALL_STATE(1407)] = 57784, [SMALL_STATE(1408)] = 57791, [SMALL_STATE(1409)] = 57798, [SMALL_STATE(1410)] = 57805, [SMALL_STATE(1411)] = 57812, [SMALL_STATE(1412)] = 57819, [SMALL_STATE(1413)] = 57826, [SMALL_STATE(1414)] = 57833, [SMALL_STATE(1415)] = 57840, [SMALL_STATE(1416)] = 57847, [SMALL_STATE(1417)] = 57854, [SMALL_STATE(1418)] = 57861, [SMALL_STATE(1419)] = 57868, [SMALL_STATE(1420)] = 57875, [SMALL_STATE(1421)] = 57882, [SMALL_STATE(1422)] = 57889, [SMALL_STATE(1423)] = 57896, [SMALL_STATE(1424)] = 57903, [SMALL_STATE(1425)] = 57910, [SMALL_STATE(1426)] = 57917, [SMALL_STATE(1427)] = 57924, [SMALL_STATE(1428)] = 57931, [SMALL_STATE(1429)] = 57938, [SMALL_STATE(1430)] = 57945, [SMALL_STATE(1431)] = 57952, [SMALL_STATE(1432)] = 57959, [SMALL_STATE(1433)] = 57966, [SMALL_STATE(1434)] = 57973, [SMALL_STATE(1435)] = 57980, [SMALL_STATE(1436)] = 57987, [SMALL_STATE(1437)] = 57994, [SMALL_STATE(1438)] = 58001, [SMALL_STATE(1439)] = 58008, [SMALL_STATE(1440)] = 58015, [SMALL_STATE(1441)] = 58022, [SMALL_STATE(1442)] = 58029, [SMALL_STATE(1443)] = 58036, [SMALL_STATE(1444)] = 58043, [SMALL_STATE(1445)] = 58050, [SMALL_STATE(1446)] = 58057, [SMALL_STATE(1447)] = 58064, [SMALL_STATE(1448)] = 58071, [SMALL_STATE(1449)] = 58078, [SMALL_STATE(1450)] = 58085, [SMALL_STATE(1451)] = 58092, [SMALL_STATE(1452)] = 58099, [SMALL_STATE(1453)] = 58106, [SMALL_STATE(1454)] = 58113, [SMALL_STATE(1455)] = 58120, [SMALL_STATE(1456)] = 58127, [SMALL_STATE(1457)] = 58134, [SMALL_STATE(1458)] = 58141, [SMALL_STATE(1459)] = 58148, [SMALL_STATE(1460)] = 58155, [SMALL_STATE(1461)] = 58162, [SMALL_STATE(1462)] = 58169, [SMALL_STATE(1463)] = 58176, [SMALL_STATE(1464)] = 58183, [SMALL_STATE(1465)] = 58190, [SMALL_STATE(1466)] = 58197, [SMALL_STATE(1467)] = 58204, [SMALL_STATE(1468)] = 58211, [SMALL_STATE(1469)] = 58218, [SMALL_STATE(1470)] = 58225, [SMALL_STATE(1471)] = 58232, [SMALL_STATE(1472)] = 58239, [SMALL_STATE(1473)] = 58246, [SMALL_STATE(1474)] = 58253, [SMALL_STATE(1475)] = 58260, [SMALL_STATE(1476)] = 58267, [SMALL_STATE(1477)] = 58274, [SMALL_STATE(1478)] = 58281, [SMALL_STATE(1479)] = 58288, [SMALL_STATE(1480)] = 58295, [SMALL_STATE(1481)] = 58302, [SMALL_STATE(1482)] = 58309, [SMALL_STATE(1483)] = 58316, [SMALL_STATE(1484)] = 58323, [SMALL_STATE(1485)] = 58330, [SMALL_STATE(1486)] = 58337, [SMALL_STATE(1487)] = 58344, [SMALL_STATE(1488)] = 58351, [SMALL_STATE(1489)] = 58358, [SMALL_STATE(1490)] = 58365, [SMALL_STATE(1491)] = 58372, [SMALL_STATE(1492)] = 58379, [SMALL_STATE(1493)] = 58386, [SMALL_STATE(1494)] = 58393, [SMALL_STATE(1495)] = 58400, [SMALL_STATE(1496)] = 58407, [SMALL_STATE(1497)] = 58414, [SMALL_STATE(1498)] = 58421, [SMALL_STATE(1499)] = 58428, [SMALL_STATE(1500)] = 58435, [SMALL_STATE(1501)] = 58442, [SMALL_STATE(1502)] = 58449, [SMALL_STATE(1503)] = 58456, [SMALL_STATE(1504)] = 58463, [SMALL_STATE(1505)] = 58470, [SMALL_STATE(1506)] = 58477, [SMALL_STATE(1507)] = 58484, [SMALL_STATE(1508)] = 58491, [SMALL_STATE(1509)] = 58498, }; 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(440), [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), [109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(440), [112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1113), [115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1013), [118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(153), [121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(389), [124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(111), [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(388), [130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(186), [133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(225), [136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(177), [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1314), [142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1315), [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1316), [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(373), [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(298), [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(448), [157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(325), [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1479), [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(269), [166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(67), [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(589), [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(155), [175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(161), [178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(346), [181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1501), [184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1493), [187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1492), [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(381), [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(397), [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1482), [199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(351), [202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(317), [205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(869), [208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(178), [211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(760), [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(760), [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(134), [220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), [222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(926), [225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(907), [228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), [230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), [234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1), [236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(329), [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(299), [242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(456), [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(333), [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1496), [251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(281), [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(66), [257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1494), [260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1491), [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), [265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), [267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(191), [270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), REDUCE(sym_primary_expression, 1, .production_id = 1), [273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(337), [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), [280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .production_id = 1), [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(615), [285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(189), [288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), [290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(346), [293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(338), [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), [298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), [302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), [354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), [364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), [376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), [392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), [454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), [466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), [470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), [472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), [474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), [476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), [478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), [482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), [488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), [568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), [570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), [580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 8), [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), [587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 8), [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), [593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 8), [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), [609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), [633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 1), [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), [645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), [675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3, .production_id = 16), [677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3, .production_id = 16), [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), [685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, .production_id = 7), [687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2, .production_id = 7), [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), [701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, .production_id = 7), [703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3, .production_id = 16), [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), [715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 3, .production_id = 50), [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), [745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, .production_id = 24), [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), [749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 1), [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), [757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, .production_id = 141), [759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, .production_id = 141), [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), [771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1), [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), [775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 3, .production_id = 16), [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), [783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 123), [785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 123), [787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 122), [789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 122), [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), [795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 98), [797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, .production_id = 98), [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), [817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2, .production_id = 7), [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), [823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 3, .production_id = 16), [825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, .production_id = 33), [827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 2, .production_id = 7), [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), [847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 56), [849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 56), [851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), [853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429), [855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), [857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1), [859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), [861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 70), [863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 70), [865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 40), [867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, .production_id = 40), [869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, .production_id = 69), [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), [873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, .production_id = 81), [875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, .production_id = 81), [877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), [879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), [889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), [893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), [897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), [899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), [901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), [907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 10), [909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 68), [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), [913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 29), [915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 28), [917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 69), [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), [921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 95), [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), [925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2), [927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3), [929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), [931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), [933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(267), [936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 76), [938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 76), [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 77), [944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 77), [946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), [948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2), [950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), SHIFT_REPEAT(1495), [953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(277), [956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 2), [958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 2), [960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), [962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 3), [966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 3), [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), [980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 54), [982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 54), [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 4), [988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 4), [990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1), [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1), [994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), SHIFT_REPEAT(1429), [997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 102), [999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 102), [1001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100), [1003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100), [1005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100), SHIFT_REPEAT(365), [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), [1010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100), SHIFT_REPEAT(318), [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), [1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), [1019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cases, 1), [1021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cases, 1), [1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), [1025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 7, .production_id = 163), [1027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 7, .production_id = 163), [1029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 7, .production_id = 164), [1031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 7, .production_id = 164), [1033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, .production_id = 130), [1035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, .production_id = 130), [1037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 5, .production_id = 148), [1039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 5, .production_id = 148), [1041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 5, .production_id = 147), [1043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 5, .production_id = 147), [1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), [1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 6, .production_id = 157), [1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 6, .production_id = 157), [1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 6, .production_id = 158), [1053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 6, .production_id = 158), [1055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 8, .production_id = 165), [1057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 8, .production_id = 165), [1059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, .production_id = 81), [1061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, .production_id = 81), [1063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cases_repeat1, 2), [1065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2), [1067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2), SHIFT_REPEAT(728), [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 3, .production_id = 56), [1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 3, .production_id = 56), [1074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2), SHIFT_REPEAT(733), [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), [1079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, .production_id = 81), [1081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, .production_id = 81), [1083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), [1085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 9), [1088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), [1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 9), [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 9), [1096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 74), [1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 74), [1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 125), [1102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 125), [1104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, .production_id = 77), [1106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, .production_id = 77), [1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, .production_id = 55), [1110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, .production_id = 55), [1112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 129), [1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 129), [1116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 3, .production_id = 50), [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), [1120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 105), [1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 105), [1124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, .production_id = 56), [1126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, .production_id = 56), [1128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 80), [1130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 80), [1132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, .production_id = 54), [1134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, .production_id = 54), [1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 143), [1138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 143), [1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, .production_id = 24), [1142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1), REDUCE(sym_primary_expression, 1), [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), [1147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1), [1149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1), [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), [1153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2), [1155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern, 2), REDUCE(sym_list, 2), [1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2), [1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2), [1162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 2), [1164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 6, .production_id = 159), [1166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 6, .production_id = 159), [1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2), [1170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), REDUCE(sym_tuple, 2), [1173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2), [1175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), [1177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 2), [1179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 5, .production_id = 151), [1181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 5, .production_id = 151), [1183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 5, .production_id = 150), [1185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 5, .production_id = 150), [1187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, .production_id = 81), [1189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 4, .production_id = 81), [1191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 3, .production_id = 56), [1193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3, .production_id = 56), [1195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 4, .production_id = 134), [1197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 4, .production_id = 134), [1199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 90), [1201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 90), [1203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 145), [1205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 145), [1207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 144), [1209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 144), [1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 3, .production_id = 56), [1213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 3, .production_id = 56), [1215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 142), [1217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 142), [1219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 7, .production_id = 139), [1221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 139), [1223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 138), [1225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 138), [1227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 64), [1229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 4, .production_id = 64), [1231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 137), [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 137), [1235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 7, .production_id = 81), [1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 7, .production_id = 81), [1239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 4, .production_id = 81), [1241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 4, .production_id = 81), [1243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 128), [1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 128), [1247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, .production_id = 60), [1249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, .production_id = 60), [1251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 10, .production_id = 162), [1253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 10, .production_id = 162), [1255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 127), [1257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 127), [1259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 126), [1261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 126), [1263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 124), [1265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 124), [1267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 118), [1269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 118), [1271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 117), [1273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 117), [1275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 116), [1277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 116), [1279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 115), [1281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 115), [1283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 114), [1285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 114), [1287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 161), [1289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 161), [1291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, .production_id = 56), [1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, .production_id = 56), [1295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 156), [1297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 156), [1299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 75), [1301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 75), [1303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 155), [1305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 155), [1307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, .production_id = 106), [1309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, .production_id = 106), [1311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 152), [1313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 152), [1315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 78), [1317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 78), [1319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, .production_id = 57), [1321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, .production_id = 57), [1323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 153), [1325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 153), [1327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 104), [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 104), [1331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 79), [1333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 79), [1335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, .production_id = 103), [1337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, .production_id = 103), [1339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 101), [1341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 101), [1343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 99), [1345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 99), [1347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorated_definition, 2, .production_id = 19), [1349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorated_definition, 2, .production_id = 19), [1351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 82), [1353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 82), [1355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, .production_id = 59), [1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, .production_id = 59), [1359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 146), [1361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 146), [1363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 91), [1365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 91), [1367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 154), [1369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 154), [1371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 89), [1373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 89), [1375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 87), [1377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 87), [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), [1381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_separator, 1), [1383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), [1387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2), [1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2), [1391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2), SHIFT_REPEAT(916), [1394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_template_string, 2), [1396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_template_string, 2), [1398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), [1400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), [1402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), [1404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), [1406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(913), [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), [1411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), [1415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), [1417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, .production_id = 20), [1419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, .production_id = 20), [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 3, .production_id = 20), [1423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 3, .production_id = 20), [1425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, .production_id = 2), [1427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, .production_id = 2), [1429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), [1431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), [1435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 2, .production_id = 2), [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 2, .production_id = 2), [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3), [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3), [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3, .production_id = 25), [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3, .production_id = 25), [1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, .production_id = 61), [1449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, .production_id = 61), [1451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 61), [1453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 61), [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_comprehension, 4, .production_id = 51), [1457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_comprehension, 4, .production_id = 51), [1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, .production_id = 31), [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, .production_id = 31), [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, .production_id = 61), [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, .production_id = 61), [1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 4, .production_id = 51), [1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 4, .production_id = 51), [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_expression, 4, .production_id = 51), [1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_expression, 4, .production_id = 51), [1475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_comprehension, 4, .production_id = 51), [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_comprehension, 4, .production_id = 51), [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 93), [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 93), [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 67), [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 67), [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, .production_id = 17), [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, .production_id = 17), [1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 31), [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 31), [1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5, .production_id = 61), [1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5, .production_id = 61), [1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, .production_id = 93), [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, .production_id = 93), [1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), [1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), [1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2), [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2), [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), [1515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), [1517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), [1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), [1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), [1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), [1527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), [1531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), [1533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), [1535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), [1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), [1539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), [1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), [1547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), [1551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), [1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), [1555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), [1557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), [1559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), [1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), [1569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, .production_id = 67), [1571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, .production_id = 67), [1573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, .production_id = 31), [1575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, .production_id = 31), [1577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), [1579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), [1581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3, .production_id = 25), [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3, .production_id = 25), [1585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3, .production_id = 31), [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3, .production_id = 31), [1589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 26), [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 26), [1593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, .production_id = 25), [1595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, .production_id = 25), [1597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, .production_id = 39), [1599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, .production_id = 39), [1601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 41), [1603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 41), [1605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 71), [1607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 71), [1609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 72), [1611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 72), [1613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await, 2), [1615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await, 2), [1617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, .production_id = 13), [1619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, .production_id = 13), [1621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2), SHIFT_REPEAT(915), [1624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(906), [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), [1629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2), SHIFT_REPEAT(907), [1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), [1638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), [1642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), [1644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), [1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), [1652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), [1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), [1656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), [1660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), [1662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(926), [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), [1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), [1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), [1689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), [1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), [1695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), [1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), [1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), [1701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), [1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), [1715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_sequence_match_pattern, 3), [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_sequence_match_pattern, 3), [1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), [1721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_sequence_match_pattern, 2), [1723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_sequence_match_pattern, 2), [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), [1733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), [1737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), [1745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), [1747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(596), [1750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), [1752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1399), [1755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(596), [1758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(578), [1761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 2, .production_id = 18), [1763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 2, .production_id = 18), [1765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(583), [1768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1417), [1771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(583), [1774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(576), [1777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 36), [1779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 36), SHIFT_REPEAT(482), [1782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, .production_id = 25), [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), [1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), [1790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 31), [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), [1794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(607), [1797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1483), [1800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(607), [1803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(577), [1806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3, .production_id = 25), [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, .production_id = 34), [1812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(598), [1815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1424), [1818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(598), [1821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(575), [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, .production_id = 16), [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), [1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), [1832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), [1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), [1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), [1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), [1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), [1852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), [1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), [1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), [1860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 3), [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 2), [1864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, .production_id = 10), [1866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, .production_id = 10), [1868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2), [1870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2), SHIFT_REPEAT(1418), [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_class_name, 1), [1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_capture_pattern, 1), [1879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 27), [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), [1885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 27), [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 2), [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), [1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 1, .production_id = 7), [1909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, .production_id = 32), [1911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 3, .production_id = 32), [1913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, .production_id = 66), [1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5), [1917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 1), [1919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 35), [1921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 35), [1923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_operator, 3, .production_id = 39), [1925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, .production_id = 39), [1927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5), [1929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_class_name, 2), [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_value_pattern, 2), [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), [1935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = -1, .production_id = 12), SHIFT(176), [1938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 4, .production_id = 66), [1942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), [1958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2, .production_id = 14), [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), [1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), [1966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), [1968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), [1970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), [1972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 1, .production_id = 83), [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), [1976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(172), [1979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1037), [1982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1037), [1985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 2, .production_id = 107), [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 3), [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), [2009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 31), [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), [2017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2), [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 1), [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), [2025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_within_for_in_clause, 1), [2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_or_pattern, 4), [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), [2031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_or_pattern, 3), [2033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__f_expression, 1), [2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), [2037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(375), [2040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(1498), [2043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(449), [2046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 2), [2048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_or_pattern_repeat1, 2), [2050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_or_pattern_repeat1, 2), SHIFT_REPEAT(842), [2053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 3, .production_id = 136), [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_group_pattern, 3, .production_id = 131), [2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 2), [2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 4), [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 4, .production_id = 136), [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), [2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 5), [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), [2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 5), [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 5, .production_id = 136), [2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36), [2077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(235), [2080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 4, .production_id = 149), [2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), [2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), [2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), [2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), [2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), [2094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 4), [2096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 6), [2098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 2), [2100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 6, .production_id = 136), [2102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2), [2104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 7), [2106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 7, .production_id = 136), [2108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, .production_id = 98), [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), [2112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 8, .production_id = 136), [2114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 9, .production_id = 136), [2116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), [2118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(270), [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 141), [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_or_pattern, 1), [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, .production_id = 16), [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 3), [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 122), [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 123), [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2), [2153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 3, .production_id = 132), [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 3), [2157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 31), [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), [2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = -1, .production_id = 12), [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2, .production_id = 11), [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), [2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 62), [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, .production_id = 15), [2201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2), [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), [2205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, .production_id = 10), [2207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), [2211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), [2213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1), [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 3, .production_id = 32), [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1), [2225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, .production_id = 66), [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_hand_side, 1), [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), [2239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), [2241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), [2251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2), [2253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(1035), [2256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(1035), [2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_content, 1), [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), [2269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), [2271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_content, 1), [2273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2), SHIFT_REPEAT(1486), [2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 1), [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), [2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_expression, 1), [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_bound, 2, .production_id = 109), [2288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, .production_id = 43), [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, .production_id = 43), [2292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2), [2294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2), SHIFT_REPEAT(351), [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 3), [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 3), [2301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 2), [2303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, .production_id = 43), [2305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, .production_id = 43), [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, .production_id = 68), [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2), [2317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 4), [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 4), [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), [2323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, .production_id = 43), [2325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, .production_id = 43), [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_open_sequence_match_pattern_repeat1, 2), [2329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_open_sequence_match_pattern_repeat1, 2), SHIFT_REPEAT(807), [2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, .production_id = 35), [2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, .production_id = 119), [2336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_as_pattern, 3, .production_id = 135), [2338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 1, .production_id = 6), [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), [2344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_list_repeat1, 2, .production_id = 31), [2346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), [2348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), [2350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6, .production_id = 43), [2352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6, .production_id = 43), [2354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), [2356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 10), [2358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 95), [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), [2362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2), [2364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(173), [2367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(1072), [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), [2372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_param_default, 2, .production_id = 110), [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), [2382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, .production_id = 16), [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), [2390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, .production_id = 6), [2392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, .production_id = 30), [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 120), [2404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_star_pattern, 2, .production_id = 11), [2406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 121), [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), [2414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5, .production_id = 140), [2416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 4, .production_id = 53), [2418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 27), [2420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 4, .production_id = 63), [2422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 5, .production_id = 88), [2424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(230), [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 3, .production_id = 22), [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1), [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 36), [2437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 36), SHIFT_REPEAT(224), [2440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 94), [2442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 31), [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), [2446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2), [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), [2454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 1, .production_id = 6), [2456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 35), [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), [2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2), [2464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(356), [2467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 52), SHIFT_REPEAT(339), [2470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 52), [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), [2474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_prefix_repeat1, 2), [2476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_prefix_repeat1, 2), SHIFT_REPEAT(1114), [2479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), [2481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), SHIFT_REPEAT(288), [2484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, .production_id = 16), [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), [2488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, .production_id = 65), [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, .production_id = 49), [2494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3), [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 28), [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), [2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 29), [2512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44), SHIFT_REPEAT(1244), [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44), [2517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 23), [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), [2521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, .production_id = 22), [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3), [2525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2), SHIFT_REPEAT(1411), [2528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2), [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), [2544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 2), [2546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 2), [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), [2556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(340), [2559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_list_repeat1, 2, .production_id = 36), [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), [2563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 3), [2565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 3), [2567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1), [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), [2583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 2, .production_id = 133), [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, .production_id = 15), [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), [2591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_prefix, 1), [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), [2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 3), [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevartuple_parameter, 2, .production_id = 23), [2603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paramspec_parameter, 2, .production_id = 23), [2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 2, .production_id = 84), [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 1, .production_id = 7), [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), [2611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_list, 2, .production_id = 16), [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), [2617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 36), SHIFT_REPEAT(253), [2620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 36), [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_maybe_star_pattern, 1), [2632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_patterns, 1), [2634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, .production_id = 86), [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), [2656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 36), [2658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(212), [2661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), SHIFT_REPEAT(133), [2664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), [2670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(226), [2673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, .production_id = 36), [2675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_mapping_pattern_repeat1, 2), SHIFT_REPEAT(870), [2678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_mapping_pattern_repeat1, 2), [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), [2710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), [2712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), [2714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44), SHIFT_REPEAT(1190), [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 37), [2721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relative_import, 1), [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), [2733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 1), [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), [2757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1), [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), [2777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 113), SHIFT_REPEAT(1004), [2780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 113), [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), [2790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 73), [2792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 73), [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), [2796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, .production_id = 15), [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), [2800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 2, .production_id = 16), [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), [2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), [2820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1), [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), [2826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2), [2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), [2846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), [2848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(878), [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [2855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(877), [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), [2868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aliased_import, 3, .production_id = 45), [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), [2872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, .production_id = 112), [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), [2890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat2, 2), [2892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat2, 2), SHIFT_REPEAT(1351), [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 3, .dynamic_precedence = -1, .production_id = 58), [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat1, 2), [2907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat1, 2), SHIFT_REPEAT(839), [2910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 6, .production_id = 97), [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), [2916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1), [2918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1), [2920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1), [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), [2926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevartuple_parameter, 3, .production_id = 108), [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paramspec_parameter, 3, .production_id = 108), [2930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 3, .production_id = 111), [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_keyword_pattern, 3, .production_id = 160), [2934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 86), [2936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2), [2938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, .production_id = 48), [2940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), [2946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, .production_id = 47), [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), [2950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_import, 1), [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), [2954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 4, .production_id = 46), [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), [2972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, .production_id = 5), [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, .production_id = 39), [2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 38), [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), [2990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), [2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3), [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 2, .production_id = 85), [3000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, .production_id = 92), [3002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), [3006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 67), [3008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_double_star_pattern, 2, .production_id = 11), [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, .production_id = 31), [3012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_positional_pattern, 1), [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), [3016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 31), [3018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 6, .production_id = 96), [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), [3022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_key_value_pattern, 3, .production_id = 62), [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5), [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), [3096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4), [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), [3172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1), [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), [3194] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [3196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_import, 2, .production_id = 23), [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), [3224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3), }; #ifdef __cplusplus extern "C" { #endif void *tree_sitter_python_external_scanner_create(void); void tree_sitter_python_external_scanner_destroy(void *); bool tree_sitter_python_external_scanner_scan(void *, TSLexer *, const bool *); unsigned tree_sitter_python_external_scanner_serialize(void *, char *); void tree_sitter_python_external_scanner_deserialize(void *, const char *, unsigned); #ifdef _WIN32 #define extern __declspec(dllexport) #endif extern const TSLanguage *tree_sitter_python(void) { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, .external_token_count = EXTERNAL_TOKEN_COUNT, .state_count = STATE_COUNT, .large_state_count = LARGE_STATE_COUNT, .production_id_count = PRODUCTION_ID_COUNT, .field_count = FIELD_COUNT, .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, .parse_table = &ts_parse_table[0][0], .small_parse_table = ts_small_parse_table, .small_parse_table_map = ts_small_parse_table_map, .parse_actions = ts_parse_actions, .symbol_names = ts_symbol_names, .field_names = ts_field_names, .field_map_slices = ts_field_map_slices, .field_map_entries = ts_field_map_entries, .symbol_metadata = ts_symbol_metadata, .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = &ts_alias_sequences[0][0], .lex_modes = ts_lex_modes, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_identifier, .external_scanner = { &ts_external_scanner_states[0][0], ts_external_scanner_symbol_map, tree_sitter_python_external_scanner_create, tree_sitter_python_external_scanner_destroy, tree_sitter_python_external_scanner_scan, tree_sitter_python_external_scanner_serialize, tree_sitter_python_external_scanner_deserialize, }, }; return &language; } #ifdef __cplusplus } #endif