/* Automatically @generated by tree-sitter */ #include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 14 #define STATE_COUNT 1755 #define LARGE_STATE_COUNT 157 #define SYMBOL_COUNT 292 #define ALIAS_COUNT 3 #define TOKEN_COUNT 110 #define EXTERNAL_TOKEN_COUNT 7 #define FIELD_COUNT 55 #define MAX_ALIAS_SEQUENCE_LENGTH 10 #define MAX_RESERVED_WORD_SET_SIZE 0 #define PRODUCTION_ID_COUNT 170 #define SUPERTYPE_COUNT 0 enum ts_symbol_identifiers { sym_identifier = 1, anon_sym_lazy = 2, anon_sym_import = 3, anon_sym_DOT = 4, anon_sym_from = 5, anon_sym___future__ = 6, anon_sym_LPAREN = 7, anon_sym_RPAREN = 8, anon_sym_COMMA = 9, anon_sym_as = 10, anon_sym_STAR = 11, anon_sym_print = 12, anon_sym_GT_GT = 13, anon_sym_assert = 14, anon_sym_COLON_EQ = 15, anon_sym_return = 16, anon_sym_del = 17, anon_sym_raise = 18, anon_sym_pass = 19, anon_sym_break = 20, anon_sym_continue = 21, anon_sym_if = 22, anon_sym_COLON = 23, anon_sym_elif = 24, anon_sym_else = 25, anon_sym_async = 26, anon_sym_for = 27, anon_sym_in = 28, anon_sym_while = 29, anon_sym_try = 30, anon_sym_except = 31, anon_sym_finally = 32, anon_sym_with = 33, anon_sym_match = 34, anon_sym_case = 35, anon_sym_PIPE = 36, anon_sym_DASH = 37, anon_sym_PLUS = 38, sym_match_wildcard_pattern = 39, anon_sym_LBRACK = 40, anon_sym_RBRACK = 41, anon_sym_LBRACE = 42, anon_sym_RBRACE = 43, anon_sym_STAR_STAR = 44, anon_sym_EQ = 45, anon_sym_def = 46, anon_sym_DASH_GT = 47, anon_sym_global = 48, anon_sym_nonlocal = 49, anon_sym_exec = 50, anon_sym_type = 51, anon_sym_class = 52, anon_sym_AT = 53, anon_sym_not = 54, anon_sym_and = 55, anon_sym_or = 56, anon_sym_SLASH = 57, anon_sym_PERCENT = 58, anon_sym_SLASH_SLASH = 59, anon_sym_AMP = 60, anon_sym_CARET = 61, anon_sym_LT_LT = 62, anon_sym_TILDE = 63, anon_sym_LT = 64, anon_sym_LT_EQ = 65, anon_sym_EQ_EQ = 66, anon_sym_BANG_EQ = 67, anon_sym_GT_EQ = 68, anon_sym_GT = 69, anon_sym_LT_GT = 70, anon_sym_is = 71, anon_sym_lambda = 72, anon_sym_PLUS_EQ = 73, anon_sym_DASH_EQ = 74, anon_sym_STAR_EQ = 75, anon_sym_SLASH_EQ = 76, anon_sym_AT_EQ = 77, anon_sym_SLASH_SLASH_EQ = 78, anon_sym_PERCENT_EQ = 79, anon_sym_STAR_STAR_EQ = 80, anon_sym_GT_GT_EQ = 81, anon_sym_LT_LT_EQ = 82, anon_sym_AMP_EQ = 83, anon_sym_CARET_EQ = 84, anon_sym_PIPE_EQ = 85, anon_sym_yield = 86, sym_ellipsis = 87, anon_sym_LBRACE2 = 88, sym__escape_interpolation = 89, sym_escape_sequence = 90, anon_sym_BSLASH = 91, anon_sym_COLON2 = 92, aux_sym_format_specifier_token1 = 93, sym_type_conversion = 94, sym_integer = 95, sym_float = 96, anon_sym_await = 97, sym_true = 98, sym_false = 99, sym_none = 100, sym_comment = 101, anon_sym_SEMI = 102, sym__newline = 103, sym__indent = 104, sym__dedent = 105, sym__string_start = 106, sym__string_content = 107, sym__string_end = 108, sym__template_string_start = 109, sym_module = 110, sym__statement = 111, sym__simple_statements = 112, sym_import_statement = 113, sym_import_prefix = 114, sym_relative_import = 115, sym_future_import_statement = 116, sym_import_from_statement = 117, sym__import_list = 118, sym_aliased_import = 119, sym_wildcard_import = 120, sym_print_statement = 121, sym_chevron = 122, sym_assert_statement = 123, sym_expression_statement = 124, sym_named_expression = 125, sym_return_statement = 126, sym_delete_statement = 127, sym_raise_statement = 128, sym_pass_statement = 129, sym_break_statement = 130, sym_continue_statement = 131, sym_if_statement = 132, sym_elif_clause = 133, sym_else_clause = 134, sym_for_statement = 135, sym_while_statement = 136, sym_try_statement = 137, sym_exception_list = 138, sym_except_clause = 139, sym_except_group_clause = 140, sym_finally_clause = 141, sym_with_statement = 142, sym_with_clause = 143, sym_with_item = 144, sym_match_statement = 145, sym_cases = 146, sym_case_block = 147, sym__match_patterns = 148, sym_open_sequence_match_pattern = 149, sym__match_pattern = 150, sym_match_as_pattern = 151, sym__match_or_pattern = 152, sym_match_or_pattern = 153, sym__closed_pattern = 154, sym_match_literal_pattern = 155, sym_match_capture_pattern = 156, sym_match_value_pattern = 157, sym_match_group_pattern = 158, sym_match_sequence_pattern = 159, sym__match_maybe_star_pattern = 160, sym_match_star_pattern = 161, sym_match_mapping_pattern = 162, sym_match_double_star_pattern = 163, sym_match_key_value_pattern = 164, sym_match_class_pattern = 165, sym_pattern_class_name = 166, sym_match_positional_pattern = 167, sym_match_keyword_pattern = 168, sym_guard = 169, sym_function_definition = 170, sym_parameters = 171, sym_lambda_parameters = 172, sym_list_splat = 173, sym_dictionary_splat = 174, sym_global_statement = 175, sym_nonlocal_statement = 176, sym_exec_statement = 177, sym_type_alias_statement = 178, sym_class_definition = 179, sym_type_parameters = 180, sym__type_bound = 181, sym_typevar_parameter = 182, sym_typevartuple_parameter = 183, sym_paramspec_parameter = 184, sym__type_parameter = 185, sym__type_param_default = 186, sym_parenthesized_list_splat = 187, sym_argument_list = 188, sym_decorated_definition = 189, sym_decorator = 190, sym_block = 191, sym_expression_list = 192, sym_dotted_name = 193, sym__parameters = 194, sym__patterns = 195, sym_parameter = 196, sym_pattern = 197, sym_tuple_pattern = 198, sym_list_pattern = 199, sym_default_parameter = 200, sym_typed_default_parameter = 201, sym_list_splat_pattern = 202, sym_dictionary_splat_pattern = 203, sym__expression_within_for_in_clause = 204, sym_expression = 205, sym_primary_expression = 206, sym_not_operator = 207, sym_boolean_operator = 208, sym_binary_operator = 209, sym_unary_operator = 210, sym_comparison_operator = 211, sym_lambda = 212, sym_lambda_within_for_in_clause = 213, sym_assignment = 214, sym_augmented_assignment = 215, sym_pattern_list = 216, sym__right_hand_side = 217, sym_yield = 218, sym_attribute = 219, sym__index_expression = 220, sym_index_expression_list = 221, sym_subscript = 222, sym_slice = 223, sym_call = 224, sym_typed_parameter = 225, sym_type = 226, sym_keyword_argument = 227, sym_list = 228, sym_set = 229, sym_tuple = 230, sym_dictionary = 231, sym_pair = 232, sym_list_comprehension = 233, sym_dictionary_comprehension = 234, sym_set_comprehension = 235, sym_generator_expression = 236, sym__comprehension_clauses = 237, sym_parenthesized_expression = 238, sym__collection_elements = 239, sym_for_in_clause = 240, sym_if_clause = 241, sym_conditional_expression = 242, sym_concatenated_string = 243, sym_string = 244, sym_concatenated_template_string = 245, sym_template_string = 246, sym_string_content = 247, sym_interpolation = 248, sym__f_expression = 249, sym__not_escape_sequence = 250, sym_format_specifier = 251, sym_await = 252, sym_positional_separator = 253, sym_keyword_separator = 254, sym__semicolon = 255, aux_sym_module_repeat1 = 256, aux_sym__simple_statements_repeat1 = 257, aux_sym_import_prefix_repeat1 = 258, aux_sym__import_list_repeat1 = 259, aux_sym_print_statement_repeat1 = 260, aux_sym_assert_statement_repeat1 = 261, aux_sym_if_statement_repeat1 = 262, aux_sym_try_statement_repeat1 = 263, aux_sym_try_statement_repeat2 = 264, aux_sym_exception_list_repeat1 = 265, aux_sym_with_clause_repeat1 = 266, aux_sym_cases_repeat1 = 267, aux_sym_open_sequence_match_pattern_repeat1 = 268, aux_sym_match_or_pattern_repeat1 = 269, aux_sym_match_value_pattern_repeat1 = 270, aux_sym_match_mapping_pattern_repeat1 = 271, aux_sym_match_class_pattern_repeat1 = 272, aux_sym_match_class_pattern_repeat2 = 273, aux_sym_global_statement_repeat1 = 274, aux_sym_type_parameters_repeat1 = 275, aux_sym_argument_list_repeat1 = 276, aux_sym_decorated_definition_repeat1 = 277, aux_sym_expression_list_repeat1 = 278, aux_sym__parameters_repeat1 = 279, aux_sym__patterns_repeat1 = 280, aux_sym_comparison_operator_repeat1 = 281, aux_sym_index_expression_list_repeat1 = 282, aux_sym_dictionary_repeat1 = 283, aux_sym__comprehension_clauses_repeat1 = 284, aux_sym__collection_elements_repeat1 = 285, aux_sym_for_in_clause_repeat1 = 286, aux_sym_concatenated_string_repeat1 = 287, aux_sym_string_repeat1 = 288, aux_sym_concatenated_template_string_repeat1 = 289, aux_sym_string_content_repeat1 = 290, aux_sym_format_specifier_repeat1 = 291, alias_sym_format_expression = 292, anon_alias_sym_isnot = 293, anon_alias_sym_notin = 294, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_identifier] = "identifier", [anon_sym_lazy] = "lazy", [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", [anon_sym_BSLASH] = "\\", [anon_sym_COLON2] = ":", [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", [anon_sym_SEMI] = ";", [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__not_escape_sequence] = "_not_escape_sequence", [sym_format_specifier] = "format_specifier", [sym_await] = "await", [sym_positional_separator] = "positional_separator", [sym_keyword_separator] = "keyword_separator", [sym__semicolon] = "_semicolon", [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_lazy] = anon_sym_lazy, [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, [anon_sym_BSLASH] = anon_sym_BSLASH, [anon_sym_COLON2] = anon_sym_COLON, [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, [anon_sym_SEMI] = anon_sym_SEMI, [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__not_escape_sequence] = sym__not_escape_sequence, [sym_format_specifier] = sym_format_specifier, [sym_await] = sym_await, [sym_positional_separator] = sym_positional_separator, [sym_keyword_separator] = sym_keyword_separator, [sym__semicolon] = sym__semicolon, [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_lazy] = { .visible = true, .named = false, }, [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, }, [anon_sym_BSLASH] = { .visible = true, .named = false, }, [anon_sym_COLON2] = { .visible = true, .named = false, }, [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, }, [anon_sym_SEMI] = { .visible = true, .named = false, }, [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__not_escape_sequence] = { .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, }, [sym__semicolon] = { .visible = false, .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 ts_field_identifiers { 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_is_lazy = 24, field_key = 25, field_kwarg = 26, field_left = 27, field_module_name = 28, field_name = 29, field_object = 30, field_operator = 31, field_operators = 32, field_parameters = 33, field_pattern = 34, field_prefix = 35, field_prefix_operator = 36, field_real = 37, field_return_type = 38, field_right = 39, field_start = 40, field_step = 41, field_stop = 42, field_string_content = 43, field_subject = 44, field_subscript = 45, field_suffix = 46, field_superclasses = 47, field_target = 48, field_test = 49, field_trailing_comma = 50, field_type = 51, field_type_parameter = 52, field_type_parameters = 53, field_value = 54, field_vararg = 55, }; 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_is_lazy] = "is_lazy", [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 TSMapSlice 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 = 2}, [24] = {.index = 33, .length = 2}, [25] = {.index = 35, .length = 1}, [26] = {.index = 36, .length = 2}, [27] = {.index = 38, .length = 2}, [28] = {.index = 40, .length = 1}, [29] = {.index = 41, .length = 1}, [30] = {.index = 42, .length = 2}, [31] = {.index = 44, .length = 1}, [32] = {.index = 45, .length = 1}, [33] = {.index = 46, .length = 1}, [34] = {.index = 47, .length = 1}, [35] = {.index = 47, .length = 1}, [36] = {.index = 31, .length = 2}, [37] = {.index = 48, .length = 2}, [38] = {.index = 50, .length = 2}, [39] = {.index = 52, .length = 2}, [40] = {.index = 54, .length = 3}, [41] = {.index = 57, .length = 2}, [42] = {.index = 59, .length = 1}, [43] = {.index = 60, .length = 2}, [44] = {.index = 62, .length = 1}, [45] = {.index = 63, .length = 2}, [46] = {.index = 65, .length = 2}, [47] = {.index = 67, .length = 1}, [48] = {.index = 68, .length = 2}, [49] = {.index = 70, .length = 1}, [51] = {.index = 71, .length = 1}, [52] = {.index = 72, .length = 3}, [53] = {.index = 75, .length = 2}, [54] = {.index = 77, .length = 1}, [55] = {.index = 78, .length = 2}, [56] = {.index = 80, .length = 2}, [57] = {.index = 46, .length = 1}, [58] = {.index = 82, .length = 1}, [59] = {.index = 83, .length = 2}, [60] = {.index = 85, .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 = 2}, [66] = {.index = 95, .length = 1}, [67] = {.index = 96, .length = 2}, [68] = {.index = 45, .length = 1}, [69] = {.index = 98, .length = 1}, [70] = {.index = 99, .length = 1}, [71] = {.index = 100, .length = 2}, [72] = {.index = 102, .length = 2}, [73] = {.index = 102, .length = 2}, [75] = {.index = 104, .length = 3}, [76] = {.index = 107, .length = 2}, [77] = {.index = 109, .length = 1}, [78] = {.index = 110, .length = 3}, [79] = {.index = 113, .length = 3}, [80] = {.index = 116, .length = 3}, [81] = {.index = 119, .length = 1}, [82] = {.index = 120, .length = 3}, [83] = {.index = 123, .length = 3}, [84] = {.index = 126, .length = 2}, [85] = {.index = 128, .length = 2}, [86] = {.index = 130, .length = 1}, [87] = {.index = 131, .length = 2}, [88] = {.index = 133, .length = 2}, [89] = {.index = 135, .length = 1}, [90] = {.index = 136, .length = 3}, [91] = {.index = 139, .length = 3}, [92] = {.index = 142, .length = 3}, [93] = {.index = 145, .length = 3}, [94] = {.index = 148, .length = 3}, [95] = {.index = 151, .length = 3}, [96] = {.index = 87, .length = 2}, [97] = {.index = 154, .length = 1}, [98] = {.index = 155, .length = 2}, [99] = {.index = 157, .length = 1}, [100] = {.index = 158, .length = 2}, [101] = {.index = 160, .length = 2}, [102] = {.index = 162, .length = 4}, [103] = {.index = 166, .length = 2}, [104] = {.index = 168, .length = 4}, [105] = {.index = 172, .length = 4}, [106] = {.index = 176, .length = 2}, [107] = {.index = 178, .length = 3}, [108] = {.index = 181, .length = 3}, [109] = {.index = 184, .length = 4}, [110] = {.index = 188, .length = 2}, [111] = {.index = 190, .length = 2}, [112] = {.index = 192, .length = 1}, [113] = {.index = 193, .length = 1}, [114] = {.index = 194, .length = 3}, [115] = {.index = 197, .length = 2}, [116] = {.index = 199, .length = 2}, [117] = {.index = 201, .length = 4}, [118] = {.index = 205, .length = 4}, [119] = {.index = 209, .length = 4}, [120] = {.index = 213, .length = 4}, [121] = {.index = 217, .length = 4}, [122] = {.index = 221, .length = 3}, [123] = {.index = 224, .length = 2}, [124] = {.index = 226, .length = 2}, [125] = {.index = 228, .length = 3}, [126] = {.index = 231, .length = 2}, [127] = {.index = 233, .length = 3}, [128] = {.index = 236, .length = 5}, [129] = {.index = 241, .length = 3}, [130] = {.index = 244, .length = 4}, [131] = {.index = 248, .length = 4}, [132] = {.index = 252, .length = 4}, [133] = {.index = 256, .length = 4}, [134] = {.index = 260, .length = 2}, [135] = {.index = 262, .length = 1}, [136] = {.index = 263, .length = 3}, [137] = {.index = 266, .length = 1}, [138] = {.index = 267, .length = 2}, [139] = {.index = 269, .length = 2}, [140] = {.index = 271, .length = 1}, [141] = {.index = 272, .length = 4}, [142] = {.index = 276, .length = 5}, [143] = {.index = 281, .length = 5}, [144] = {.index = 286, .length = 3}, [145] = {.index = 289, .length = 3}, [146] = {.index = 292, .length = 4}, [147] = {.index = 296, .length = 4}, [148] = {.index = 300, .length = 4}, [149] = {.index = 304, .length = 5}, [150] = {.index = 309, .length = 5}, [151] = {.index = 314, .length = 2}, [152] = {.index = 316, .length = 3}, [153] = {.index = 319, .length = 4}, [154] = {.index = 323, .length = 3}, [155] = {.index = 326, .length = 3}, [156] = {.index = 329, .length = 5}, [157] = {.index = 334, .length = 5}, [158] = {.index = 339, .length = 5}, [159] = {.index = 344, .length = 5}, [160] = {.index = 349, .length = 5}, [161] = {.index = 354, .length = 3}, [162] = {.index = 357, .length = 3}, [163] = {.index = 360, .length = 4}, [164] = {.index = 364, .length = 2}, [165] = {.index = 366, .length = 6}, [166] = {.index = 372, .length = 6}, [167] = {.index = 378, .length = 3}, [168] = {.index = 381, .length = 4}, [169] = {.index = 385, .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_is_lazy, 0}, {field_name, 2, .inherited = true}, [31] = {field_name, 0}, {field_value, 2}, [33] = {field_name, 0}, {field_name, 1, .inherited = true}, [35] = {field_name, 1}, [36] = {field_element, 0}, {field_trailing_comma, 1}, [38] = {field_element, 1, .inherited = true}, {field_trailing_comma, 1, .inherited = true}, [40] = {field_inner, 1}, [41] = {field_argument, 2, .inherited = true}, [42] = {field_argument, 1}, {field_argument, 2, .inherited = true}, [44] = {field_cause, 2}, [45] = {field_element, 1}, [46] = {field_body, 2}, [47] = {field_kwarg, 1}, [48] = {field_element, 0, .inherited = true}, {field_element, 1, .inherited = true}, [50] = {field_left, 0}, {field_type, 2}, [52] = {field_left, 0}, {field_right, 2}, [54] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, [57] = {field_attribute, 2}, {field_object, 0}, [59] = {field_operators, 0}, [60] = {field_operators, 0, .inherited = true}, {field_operators, 1, .inherited = true}, [62] = {field_expression, 1}, [63] = {field_name, 0, .inherited = true}, {field_name, 1, .inherited = true}, [65] = {field_alias, 2}, {field_name, 0}, [67] = {field_name, 3, .inherited = true}, [68] = {field_module_name, 1}, {field_name, 3, .inherited = true}, [70] = {field_module_name, 1}, [71] = {field_body, 1}, [72] = {field_element, 0}, {field_element, 1, .inherited = true}, {field_trailing_comma, 2}, [75] = {field_argument, 0, .inherited = true}, {field_argument, 1, .inherited = true}, [77] = {field_cause, 3}, [78] = {field_condition, 1}, {field_consequence, 3}, [80] = {field_body, 3}, {field_condition, 1}, [82] = {field_body, 3}, [83] = {field_alias, 2}, {field_value, 0}, [85] = {field_cases, 3}, {field_subject, 1}, [87] = {field_element, 1}, {field_element, 2, .inherited = true}, [89] = {field_key, 0}, {field_value, 2}, [91] = {field_name, 1}, {field_value, 3}, [93] = {field_body, 3}, {field_name, 1}, [95] = {field_type, 2}, [96] = {field_body, 3}, {field_parameters, 1}, [98] = {field_stop, 1}, [99] = {field_start, 0}, [100] = {field_subscript, 2}, {field_value, 0}, [102] = {field_operators, 0}, {field_operators, 1}, [104] = {field_is_lazy, 0}, {field_module_name, 2}, {field_name, 4, .inherited = true}, [107] = {field_is_lazy, 0}, {field_module_name, 2}, [109] = {field_alternative, 0}, [110] = {field_alternative, 4}, {field_condition, 1}, {field_consequence, 3}, [113] = {field_alternative, 4, .inherited = true}, {field_condition, 1}, {field_consequence, 3}, [116] = {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, [119] = {field_body, 4}, [120] = {field_alternative, 4}, {field_body, 3}, {field_condition, 1}, [123] = {field_body, 3}, {field_body, 4}, {field_condition, 1}, [126] = {field_body, 2}, {field_body, 3}, [128] = {field_body, 3}, {field_body, 4}, [130] = {field_real, 0}, [131] = {field_bound, 1, .inherited = true}, {field_name, 0}, [133] = {field_default, 1, .inherited = true}, {field_name, 0}, [135] = {field_type_parameter, 1}, [136] = {field_body, 4}, {field_name, 1}, {field_parameters, 2}, [139] = {field_name, 1}, {field_type_parameters, 2}, {field_value, 4}, [142] = {field_body, 3}, {field_body, 4}, {field_name, 1}, [145] = {field_body, 4}, {field_name, 1}, {field_type_parameters, 2}, [148] = {field_body, 4}, {field_name, 1}, {field_superclasses, 2}, [151] = {field_left, 0}, {field_right, 4}, {field_type, 2}, [154] = {field_step, 2}, [155] = {field_start, 0}, {field_stop, 2}, [157] = {field_name, 4, .inherited = true}, [158] = {field_module_name, 1}, {field_name, 4, .inherited = true}, [160] = {field_left, 1}, {field_right, 3}, [162] = {field_alternative, 4, .inherited = true}, {field_alternative, 5}, {field_condition, 1}, {field_consequence, 3}, [166] = {field_alternative, 0, .inherited = true}, {field_alternative, 1, .inherited = true}, [168] = {field_alternative, 5}, {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, [172] = {field_alternative, 5, .inherited = true}, {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, [176] = {field_body, 4}, {field_body, 5}, [178] = {field_body, 5}, {field_name, 2}, {field_parameters, 3}, [181] = {field_body, 5}, {field_left, 1}, {field_right, 3}, [184] = {field_alternative, 5}, {field_body, 3}, {field_body, 4}, {field_condition, 1}, [188] = {field_prefix_operator, 0}, {field_real, 1}, [190] = {field_default, 2, .inherited = true}, {field_name, 1}, [192] = {field_bound, 1}, [193] = {field_default, 1}, [194] = {field_bound, 1, .inherited = true}, {field_default, 2, .inherited = true}, {field_name, 0}, [197] = {field_type_parameter, 1}, {field_type_parameter, 2, .inherited = true}, [199] = {field_type_parameter, 0, .inherited = true}, {field_type_parameter, 1, .inherited = true}, [201] = {field_body, 4}, {field_body, 5}, {field_name, 1}, {field_parameters, 2}, [205] = {field_body, 5}, {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, [209] = {field_body, 4}, {field_body, 5}, {field_name, 1}, {field_type_parameters, 2}, [213] = {field_body, 5}, {field_name, 1}, {field_superclasses, 3}, {field_type_parameters, 2}, [217] = {field_body, 4}, {field_body, 5}, {field_name, 1}, {field_superclasses, 2}, [221] = {field_name, 0}, {field_type, 2}, {field_value, 4}, [224] = {field_step, 3}, {field_stop, 1}, [226] = {field_start, 0}, {field_step, 3}, [228] = {field_is_lazy, 0}, {field_module_name, 2}, {field_name, 5, .inherited = true}, [231] = {field_left, 2}, {field_right, 4}, [233] = {field_left, 1}, {field_right, 3}, {field_right, 4}, [236] = {field_alternative, 5, .inherited = true}, {field_alternative, 6}, {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, [241] = {field_body, 6}, {field_left, 2}, {field_right, 4}, [244] = {field_body, 5}, {field_body, 6}, {field_name, 2}, {field_parameters, 3}, [248] = {field_body, 6}, {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, [252] = {field_alternative, 6}, {field_body, 5}, {field_left, 1}, {field_right, 3}, [256] = {field_body, 5}, {field_body, 6}, {field_left, 1}, {field_right, 3}, [260] = {field_body, 3}, {field_type, 1}, [262] = {field_content, 1}, [263] = {field_imaginary, 2}, {field_operator, 1}, {field_real, 0}, [266] = {field_test, 1}, [267] = {field_body, 3}, {field_pattern, 1}, [269] = {field_alias, 2}, {field_pattern, 0}, [271] = {field_class, 0}, [272] = {field_body, 6}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, [276] = {field_body, 5}, {field_body, 6}, {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, [281] = {field_body, 5}, {field_body, 6}, {field_name, 1}, {field_superclasses, 3}, {field_type_parameters, 2}, [286] = {field_start, 0}, {field_step, 4}, {field_stop, 2}, [289] = {field_left, 2}, {field_right, 4}, {field_right, 5}, [292] = {field_alternative, 7}, {field_body, 6}, {field_left, 2}, {field_right, 4}, [296] = {field_body, 6}, {field_body, 7}, {field_left, 2}, {field_right, 4}, [300] = {field_body, 7}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, [304] = {field_body, 6}, {field_body, 7}, {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, [309] = {field_alternative, 7}, {field_body, 5}, {field_body, 6}, {field_left, 1}, {field_right, 3}, [314] = {field_body, 4}, {field_type, 2}, [316] = {field_body, 3}, {field_body, 4}, {field_type, 1}, [319] = {field_imaginary, 3}, {field_operator, 2}, {field_prefix_operator, 0}, {field_real, 1}, [323] = {field_body, 3}, {field_body, 4}, {field_pattern, 1}, [326] = {field_body, 4}, {field_guard, 2}, {field_pattern, 1}, [329] = {field_body, 6}, {field_body, 7}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, [334] = {field_body, 7}, {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, [339] = {field_alternative, 8}, {field_body, 6}, {field_body, 7}, {field_left, 2}, {field_right, 4}, [344] = {field_body, 7}, {field_body, 8}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, [349] = {field_body, 8}, {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, [354] = {field_body, 4}, {field_body, 5}, {field_type, 2}, [357] = {field_alias, 3}, {field_body, 5}, {field_type, 1}, [360] = {field_body, 4}, {field_body, 5}, {field_guard, 2}, {field_pattern, 1}, [364] = {field_attribute, 0}, {field_value, 2}, [366] = {field_body, 7}, {field_body, 8}, {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, [372] = {field_body, 8}, {field_body, 9}, {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, [378] = {field_alias, 4}, {field_body, 6}, {field_type, 2}, [381] = {field_alias, 3}, {field_body, 5}, {field_body, 6}, {field_type, 1}, [385] = {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, }, [23] = { [0] = sym_identifier, }, [34] = { [1] = sym_identifier, }, [50] = { [1] = sym_parenthesized_expression, }, [55] = { [3] = sym_block, }, [56] = { [3] = sym_block, }, [57] = { [2] = sym_block, }, [58] = { [3] = sym_block, }, [60] = { [1] = sym_tuple, }, [65] = { [3] = sym_block, }, [68] = { [1] = sym_parenthesized_expression, }, [72] = { [0] = anon_alias_sym_notin, [1] = anon_alias_sym_notin, }, [73] = { [0] = anon_alias_sym_isnot, [1] = anon_alias_sym_isnot, }, [74] = { [0] = alias_sym_format_expression, }, [78] = { [3] = sym_block, }, [79] = { [3] = sym_block, }, [81] = { [4] = sym_block, }, [82] = { [3] = sym_block, }, [90] = { [4] = sym_block, }, [93] = { [4] = sym_block, }, [94] = { [4] = sym_block, }, [96] = { [1] = sym_parenthesized_expression, }, [102] = { [3] = sym_block, }, [107] = { [5] = sym_block, }, [108] = { [5] = sym_block, }, [118] = { [5] = sym_block, }, [120] = { [5] = sym_block, }, [129] = { [6] = sym_block, }, [131] = { [6] = sym_block, }, [132] = { [5] = sym_block, }, [134] = { [3] = sym_block, }, [138] = { [3] = sym_block, }, [141] = { [6] = sym_block, }, [146] = { [6] = sym_block, }, [148] = { [7] = sym_block, }, [151] = { [4] = sym_block, }, [155] = { [4] = sym_block, }, [157] = { [7] = sym_block, }, [160] = { [8] = sym_block, }, [162] = { [5] = sym_block, }, [167] = { [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 const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, [3] = 3, [4] = 4, [5] = 2, [6] = 6, [7] = 7, [8] = 8, [9] = 9, [10] = 10, [11] = 11, [12] = 12, [13] = 13, [14] = 14, [15] = 15, [16] = 16, [17] = 17, [18] = 18, [19] = 19, [20] = 20, [21] = 21, [22] = 22, [23] = 23, [24] = 24, [25] = 25, [26] = 26, [27] = 27, [28] = 28, [29] = 29, [30] = 30, [31] = 31, [32] = 4, [33] = 6, [34] = 8, [35] = 9, [36] = 10, [37] = 11, [38] = 12, [39] = 13, [40] = 14, [41] = 15, [42] = 16, [43] = 17, [44] = 18, [45] = 19, [46] = 20, [47] = 21, [48] = 22, [49] = 23, [50] = 24, [51] = 25, [52] = 26, [53] = 27, [54] = 28, [55] = 29, [56] = 30, [57] = 31, [58] = 3, [59] = 7, [60] = 60, [61] = 60, [62] = 62, [63] = 60, [64] = 64, [65] = 62, [66] = 66, [67] = 66, [68] = 68, [69] = 69, [70] = 70, [71] = 71, [72] = 72, [73] = 73, [74] = 74, [75] = 75, [76] = 76, [77] = 75, [78] = 78, [79] = 79, [80] = 80, [81] = 81, [82] = 82, [83] = 83, [84] = 84, [85] = 85, [86] = 86, [87] = 87, [88] = 88, [89] = 89, [90] = 69, [91] = 74, [92] = 70, [93] = 76, [94] = 68, [95] = 95, [96] = 81, [97] = 71, [98] = 87, [99] = 79, [100] = 100, [101] = 95, [102] = 80, [103] = 103, [104] = 100, [105] = 103, [106] = 106, [107] = 107, [108] = 107, [109] = 82, [110] = 110, [111] = 110, [112] = 83, [113] = 113, [114] = 84, [115] = 115, [116] = 113, [117] = 85, [118] = 115, [119] = 119, [120] = 72, [121] = 86, [122] = 73, [123] = 106, [124] = 119, [125] = 88, [126] = 89, [127] = 127, [128] = 128, [129] = 127, [130] = 127, [131] = 128, [132] = 128, [133] = 133, [134] = 134, [135] = 135, [136] = 136, [137] = 137, [138] = 136, [139] = 136, [140] = 136, [141] = 141, [142] = 137, [143] = 143, [144] = 144, [145] = 136, [146] = 136, [147] = 137, [148] = 135, [149] = 134, [150] = 137, [151] = 137, [152] = 137, [153] = 144, [154] = 154, [155] = 155, [156] = 156, [157] = 157, [158] = 157, [159] = 159, [160] = 159, [161] = 161, [162] = 162, [163] = 159, [164] = 164, [165] = 165, [166] = 165, [167] = 165, [168] = 165, [169] = 169, [170] = 169, [171] = 171, [172] = 172, [173] = 173, [174] = 173, [175] = 175, [176] = 176, [177] = 177, [178] = 178, [179] = 169, [180] = 180, [181] = 178, [182] = 182, [183] = 183, [184] = 184, [185] = 171, [186] = 178, [187] = 172, [188] = 178, [189] = 184, [190] = 190, [191] = 191, [192] = 192, [193] = 193, [194] = 194, [195] = 193, [196] = 194, [197] = 173, [198] = 198, [199] = 191, [200] = 200, [201] = 201, [202] = 202, [203] = 172, [204] = 198, [205] = 191, [206] = 200, [207] = 201, [208] = 208, [209] = 209, [210] = 208, [211] = 171, [212] = 208, [213] = 192, [214] = 214, [215] = 192, [216] = 193, [217] = 194, [218] = 198, [219] = 191, [220] = 200, [221] = 201, [222] = 209, [223] = 208, [224] = 224, [225] = 193, [226] = 194, [227] = 198, [228] = 228, [229] = 200, [230] = 201, [231] = 209, [232] = 208, [233] = 233, [234] = 209, [235] = 208, [236] = 209, [237] = 209, [238] = 238, [239] = 238, [240] = 240, [241] = 238, [242] = 238, [243] = 243, [244] = 244, [245] = 245, [246] = 246, [247] = 247, [248] = 248, [249] = 249, [250] = 250, [251] = 248, [252] = 252, [253] = 249, [254] = 254, [255] = 254, [256] = 254, [257] = 257, [258] = 258, [259] = 257, [260] = 258, [261] = 257, [262] = 258, [263] = 257, [264] = 258, [265] = 265, [266] = 266, [267] = 267, [268] = 268, [269] = 269, [270] = 270, [271] = 271, [272] = 266, [273] = 273, [274] = 274, [275] = 275, [276] = 276, [277] = 270, [278] = 278, [279] = 279, [280] = 280, [281] = 275, [282] = 267, [283] = 278, [284] = 284, [285] = 284, [286] = 280, [287] = 274, [288] = 271, [289] = 289, [290] = 290, [291] = 291, [292] = 292, [293] = 293, [294] = 294, [295] = 295, [296] = 296, [297] = 297, [298] = 298, [299] = 299, [300] = 300, [301] = 301, [302] = 302, [303] = 303, [304] = 292, [305] = 295, [306] = 290, [307] = 307, [308] = 308, [309] = 309, [310] = 310, [311] = 311, [312] = 312, [313] = 313, [314] = 314, [315] = 315, [316] = 312, [317] = 317, [318] = 318, [319] = 319, [320] = 320, [321] = 321, [322] = 322, [323] = 323, [324] = 314, [325] = 311, [326] = 326, [327] = 321, [328] = 318, [329] = 322, [330] = 326, [331] = 315, [332] = 320, [333] = 333, [334] = 333, [335] = 323, [336] = 336, [337] = 319, [338] = 338, [339] = 339, [340] = 340, [341] = 341, [342] = 342, [343] = 343, [344] = 344, [345] = 345, [346] = 346, [347] = 347, [348] = 348, [349] = 349, [350] = 350, [351] = 346, [352] = 352, [353] = 353, [354] = 354, [355] = 355, [356] = 356, [357] = 342, [358] = 338, [359] = 339, [360] = 360, [361] = 361, [362] = 362, [363] = 363, [364] = 364, [365] = 353, [366] = 354, [367] = 346, [368] = 342, [369] = 355, [370] = 346, [371] = 349, [372] = 372, [373] = 353, [374] = 374, [375] = 355, [376] = 338, [377] = 339, [378] = 360, [379] = 342, [380] = 353, [381] = 360, [382] = 338, [383] = 339, [384] = 360, [385] = 342, [386] = 386, [387] = 387, [388] = 349, [389] = 372, [390] = 349, [391] = 372, [392] = 350, [393] = 393, [394] = 394, [395] = 374, [396] = 372, [397] = 374, [398] = 398, [399] = 372, [400] = 400, [401] = 343, [402] = 398, [403] = 403, [404] = 404, [405] = 405, [406] = 346, [407] = 407, [408] = 346, [409] = 374, [410] = 353, [411] = 355, [412] = 338, [413] = 339, [414] = 360, [415] = 342, [416] = 372, [417] = 417, [418] = 403, [419] = 353, [420] = 403, [421] = 354, [422] = 403, [423] = 403, [424] = 345, [425] = 425, [426] = 355, [427] = 425, [428] = 339, [429] = 429, [430] = 360, [431] = 394, [432] = 403, [433] = 338, [434] = 434, [435] = 405, [436] = 348, [437] = 347, [438] = 355, [439] = 439, [440] = 440, [441] = 441, [442] = 442, [443] = 443, [444] = 444, [445] = 444, [446] = 446, [447] = 447, [448] = 448, [449] = 448, [450] = 450, [451] = 439, [452] = 452, [453] = 453, [454] = 447, [455] = 455, [456] = 441, [457] = 457, [458] = 457, [459] = 455, [460] = 442, [461] = 440, [462] = 443, [463] = 446, [464] = 450, [465] = 465, [466] = 466, [467] = 467, [468] = 468, [469] = 469, [470] = 470, [471] = 471, [472] = 472, [473] = 473, [474] = 474, [475] = 475, [476] = 476, [477] = 475, [478] = 478, [479] = 473, [480] = 480, [481] = 480, [482] = 474, [483] = 483, [484] = 476, [485] = 483, [486] = 486, [487] = 467, [488] = 468, [489] = 472, [490] = 486, [491] = 478, [492] = 317, [493] = 493, [494] = 494, [495] = 495, [496] = 496, [497] = 493, [498] = 498, [499] = 499, [500] = 500, [501] = 501, [502] = 502, [503] = 313, [504] = 496, [505] = 498, [506] = 506, [507] = 507, [508] = 507, [509] = 506, [510] = 510, [511] = 500, [512] = 502, [513] = 501, [514] = 514, [515] = 515, [516] = 516, [517] = 517, [518] = 518, [519] = 519, [520] = 520, [521] = 521, [522] = 522, [523] = 523, [524] = 524, [525] = 525, [526] = 526, [527] = 527, [528] = 528, [529] = 529, [530] = 530, [531] = 531, [532] = 532, [533] = 533, [534] = 534, [535] = 535, [536] = 536, [537] = 537, [538] = 538, [539] = 539, [540] = 533, [541] = 541, [542] = 542, [543] = 543, [544] = 544, [545] = 545, [546] = 546, [547] = 547, [548] = 548, [549] = 529, [550] = 550, [551] = 531, [552] = 538, [553] = 553, [554] = 554, [555] = 544, [556] = 556, [557] = 554, [558] = 545, [559] = 559, [560] = 560, [561] = 519, [562] = 539, [563] = 520, [564] = 556, [565] = 521, [566] = 566, [567] = 525, [568] = 526, [569] = 530, [570] = 532, [571] = 535, [572] = 537, [573] = 541, [574] = 543, [575] = 547, [576] = 548, [577] = 550, [578] = 566, [579] = 579, [580] = 580, [581] = 581, [582] = 579, [583] = 583, [584] = 584, [585] = 585, [586] = 586, [587] = 587, [588] = 528, [589] = 589, [590] = 536, [591] = 542, [592] = 553, [593] = 546, [594] = 580, [595] = 595, [596] = 596, [597] = 516, [598] = 517, [599] = 518, [600] = 581, [601] = 586, [602] = 522, [603] = 523, [604] = 559, [605] = 534, [606] = 595, [607] = 596, [608] = 514, [609] = 583, [610] = 584, [611] = 611, [612] = 587, [613] = 585, [614] = 614, [615] = 560, [616] = 611, [617] = 617, [618] = 618, [619] = 619, [620] = 620, [621] = 620, [622] = 620, [623] = 620, [624] = 620, [625] = 620, [626] = 626, [627] = 627, [628] = 628, [629] = 629, [630] = 629, [631] = 631, [632] = 632, [633] = 633, [634] = 634, [635] = 626, [636] = 626, [637] = 637, [638] = 638, [639] = 639, [640] = 640, [641] = 634, [642] = 628, [643] = 628, [644] = 644, [645] = 644, [646] = 629, [647] = 633, [648] = 648, [649] = 634, [650] = 637, [651] = 648, [652] = 633, [653] = 626, [654] = 640, [655] = 631, [656] = 629, [657] = 644, [658] = 648, [659] = 638, [660] = 638, [661] = 644, [662] = 634, [663] = 637, [664] = 631, [665] = 629, [666] = 626, [667] = 638, [668] = 631, [669] = 648, [670] = 648, [671] = 633, [672] = 634, [673] = 628, [674] = 644, [675] = 633, [676] = 634, [677] = 637, [678] = 640, [679] = 640, [680] = 631, [681] = 629, [682] = 626, [683] = 638, [684] = 640, [685] = 685, [686] = 648, [687] = 633, [688] = 628, [689] = 631, [690] = 690, [691] = 638, [692] = 628, [693] = 693, [694] = 694, [695] = 637, [696] = 637, [697] = 644, [698] = 698, [699] = 640, [700] = 700, [701] = 701, [702] = 702, [703] = 703, [704] = 704, [705] = 704, [706] = 706, [707] = 707, [708] = 708, [709] = 709, [710] = 710, [711] = 711, [712] = 712, [713] = 713, [714] = 714, [715] = 715, [716] = 716, [717] = 717, [718] = 718, [719] = 719, [720] = 720, [721] = 721, [722] = 722, [723] = 723, [724] = 724, [725] = 725, [726] = 726, [727] = 727, [728] = 728, [729] = 729, [730] = 730, [731] = 731, [732] = 732, [733] = 733, [734] = 734, [735] = 735, [736] = 736, [737] = 737, [738] = 738, [739] = 739, [740] = 740, [741] = 741, [742] = 739, [743] = 743, [744] = 744, [745] = 745, [746] = 746, [747] = 747, [748] = 748, [749] = 690, [750] = 693, [751] = 751, [752] = 752, [753] = 685, [754] = 627, [755] = 751, [756] = 752, [757] = 757, [758] = 743, [759] = 744, [760] = 745, [761] = 746, [762] = 740, [763] = 741, [764] = 757, [765] = 748, [766] = 747, [767] = 736, [768] = 685, [769] = 627, [770] = 690, [771] = 693, [772] = 698, [773] = 704, [774] = 774, [775] = 704, [776] = 685, [777] = 627, [778] = 778, [779] = 694, [780] = 704, [781] = 694, [782] = 698, [783] = 737, [784] = 690, [785] = 693, [786] = 778, [787] = 774, [788] = 741, [789] = 704, [790] = 694, [791] = 698, [792] = 702, [793] = 701, [794] = 703, [795] = 700, [796] = 751, [797] = 752, [798] = 757, [799] = 747, [800] = 740, [801] = 739, [802] = 743, [803] = 744, [804] = 748, [805] = 747, [806] = 745, [807] = 746, [808] = 747, [809] = 752, [810] = 757, [811] = 739, [812] = 743, [813] = 744, [814] = 745, [815] = 746, [816] = 740, [817] = 741, [818] = 748, [819] = 751, [820] = 752, [821] = 757, [822] = 739, [823] = 743, [824] = 744, [825] = 745, [826] = 746, [827] = 740, [828] = 741, [829] = 748, [830] = 751, [831] = 778, [832] = 778, [833] = 748, [834] = 701, [835] = 774, [836] = 774, [837] = 778, [838] = 515, [839] = 747, [840] = 700, [841] = 841, [842] = 614, [843] = 702, [844] = 751, [845] = 752, [846] = 702, [847] = 701, [848] = 703, [849] = 617, [850] = 494, [851] = 524, [852] = 703, [853] = 700, [854] = 774, [855] = 855, [856] = 757, [857] = 857, [858] = 858, [859] = 618, [860] = 470, [861] = 861, [862] = 739, [863] = 743, [864] = 744, [865] = 745, [866] = 746, [867] = 740, [868] = 741, [869] = 869, [870] = 869, [871] = 871, [872] = 499, [873] = 734, [874] = 723, [875] = 724, [876] = 313, [877] = 723, [878] = 707, [879] = 725, [880] = 726, [881] = 727, [882] = 728, [883] = 729, [884] = 730, [885] = 731, [886] = 732, [887] = 733, [888] = 734, [889] = 735, [890] = 709, [891] = 710, [892] = 736, [893] = 737, [894] = 711, [895] = 708, [896] = 896, [897] = 897, [898] = 725, [899] = 712, [900] = 716, [901] = 713, [902] = 714, [903] = 726, [904] = 727, [905] = 728, [906] = 317, [907] = 778, [908] = 729, [909] = 730, [910] = 731, [911] = 706, [912] = 715, [913] = 774, [914] = 515, [915] = 736, [916] = 737, [917] = 614, [918] = 706, [919] = 715, [920] = 719, [921] = 709, [922] = 710, [923] = 707, [924] = 524, [925] = 708, [926] = 738, [927] = 713, [928] = 721, [929] = 724, [930] = 722, [931] = 931, [932] = 711, [933] = 716, [934] = 934, [935] = 935, [936] = 714, [937] = 717, [938] = 718, [939] = 939, [940] = 719, [941] = 732, [942] = 733, [943] = 718, [944] = 738, [945] = 735, [946] = 721, [947] = 717, [948] = 722, [949] = 720, [950] = 720, [951] = 712, [952] = 722, [953] = 708, [954] = 709, [955] = 710, [956] = 711, [957] = 712, [958] = 713, [959] = 317, [960] = 715, [961] = 716, [962] = 717, [963] = 718, [964] = 719, [965] = 738, [966] = 721, [967] = 723, [968] = 724, [969] = 313, [970] = 725, [971] = 726, [972] = 727, [973] = 728, [974] = 729, [975] = 730, [976] = 731, [977] = 732, [978] = 733, [979] = 734, [980] = 735, [981] = 981, [982] = 982, [983] = 983, [984] = 858, [985] = 720, [986] = 857, [987] = 987, [988] = 706, [989] = 707, [990] = 714, [991] = 991, [992] = 992, [993] = 993, [994] = 994, [995] = 995, [996] = 996, [997] = 997, [998] = 997, [999] = 996, [1000] = 1000, [1001] = 996, [1002] = 1002, [1003] = 996, [1004] = 997, [1005] = 1005, [1006] = 1006, [1007] = 1007, [1008] = 997, [1009] = 1009, [1010] = 1010, [1011] = 1011, [1012] = 1012, [1013] = 1013, [1014] = 997, [1015] = 996, [1016] = 997, [1017] = 1017, [1018] = 1018, [1019] = 996, [1020] = 1020, [1021] = 1021, [1022] = 1022, [1023] = 1021, [1024] = 1021, [1025] = 1021, [1026] = 1021, [1027] = 1021, [1028] = 1028, [1029] = 1029, [1030] = 1030, [1031] = 1031, [1032] = 1031, [1033] = 1033, [1034] = 1033, [1035] = 1035, [1036] = 1035, [1037] = 1037, [1038] = 1038, [1039] = 1039, [1040] = 1040, [1041] = 1041, [1042] = 1042, [1043] = 1043, [1044] = 1044, [1045] = 1045, [1046] = 1046, [1047] = 1041, [1048] = 1048, [1049] = 1044, [1050] = 1040, [1051] = 1046, [1052] = 1052, [1053] = 1053, [1054] = 1044, [1055] = 1040, [1056] = 1052, [1057] = 1046, [1058] = 1052, [1059] = 1044, [1060] = 1044, [1061] = 1040, [1062] = 1046, [1063] = 1041, [1064] = 1064, [1065] = 1046, [1066] = 1052, [1067] = 1041, [1068] = 1068, [1069] = 1069, [1070] = 1070, [1071] = 1071, [1072] = 1072, [1073] = 1073, [1074] = 1070, [1075] = 1075, [1076] = 1072, [1077] = 1077, [1078] = 1078, [1079] = 1079, [1080] = 1080, [1081] = 1081, [1082] = 1082, [1083] = 1071, [1084] = 1070, [1085] = 1077, [1086] = 1070, [1087] = 1075, [1088] = 1073, [1089] = 1082, [1090] = 1080, [1091] = 1081, [1092] = 1080, [1093] = 1075, [1094] = 1075, [1095] = 1080, [1096] = 1069, [1097] = 1097, [1098] = 1098, [1099] = 1099, [1100] = 1100, [1101] = 1101, [1102] = 1102, [1103] = 1103, [1104] = 1104, [1105] = 1105, [1106] = 1106, [1107] = 1107, [1108] = 1108, [1109] = 1098, [1110] = 1110, [1111] = 1111, [1112] = 1071, [1113] = 1113, [1114] = 1114, [1115] = 1073, [1116] = 1116, [1117] = 1117, [1118] = 1077, [1119] = 1119, [1120] = 1120, [1121] = 1072, [1122] = 1122, [1123] = 1081, [1124] = 1124, [1125] = 1125, [1126] = 1037, [1127] = 1127, [1128] = 1128, [1129] = 1038, [1130] = 1130, [1131] = 1037, [1132] = 1132, [1133] = 1133, [1134] = 1134, [1135] = 1135, [1136] = 1136, [1137] = 1137, [1138] = 1138, [1139] = 1098, [1140] = 1140, [1141] = 1141, [1142] = 1142, [1143] = 1143, [1144] = 1120, [1145] = 1038, [1146] = 1146, [1147] = 1069, [1148] = 1148, [1149] = 1149, [1150] = 1150, [1151] = 1151, [1152] = 1081, [1153] = 1081, [1154] = 1077, [1155] = 1073, [1156] = 1069, [1157] = 1071, [1158] = 1158, [1159] = 1098, [1160] = 1160, [1161] = 1082, [1162] = 1077, [1163] = 1082, [1164] = 1073, [1165] = 1069, [1166] = 1072, [1167] = 1071, [1168] = 1082, [1169] = 1125, [1170] = 1072, [1171] = 1171, [1172] = 1146, [1173] = 1173, [1174] = 1174, [1175] = 1107, [1176] = 1176, [1177] = 1177, [1178] = 1178, [1179] = 1179, [1180] = 1180, [1181] = 1181, [1182] = 1077, [1183] = 1183, [1184] = 1184, [1185] = 1185, [1186] = 1186, [1187] = 1187, [1188] = 1082, [1189] = 1073, [1190] = 1069, [1191] = 1191, [1192] = 1192, [1193] = 1193, [1194] = 1184, [1195] = 1195, [1196] = 1186, [1197] = 1072, [1198] = 1037, [1199] = 1199, [1200] = 1200, [1201] = 1071, [1202] = 1202, [1203] = 1203, [1204] = 1204, [1205] = 1205, [1206] = 1203, [1207] = 1184, [1208] = 1177, [1209] = 1193, [1210] = 1107, [1211] = 1186, [1212] = 1186, [1213] = 1213, [1214] = 1081, [1215] = 1195, [1216] = 1183, [1217] = 1202, [1218] = 1204, [1219] = 1120, [1220] = 1125, [1221] = 1199, [1222] = 1222, [1223] = 1223, [1224] = 1224, [1225] = 1225, [1226] = 1202, [1227] = 1204, [1228] = 1203, [1229] = 1202, [1230] = 1204, [1231] = 1231, [1232] = 1203, [1233] = 1038, [1234] = 1234, [1235] = 1235, [1236] = 1184, [1237] = 1237, [1238] = 1125, [1239] = 1239, [1240] = 1240, [1241] = 1241, [1242] = 1039, [1243] = 1243, [1244] = 1244, [1245] = 1245, [1246] = 1246, [1247] = 1247, [1248] = 1248, [1249] = 1249, [1250] = 1250, [1251] = 1245, [1252] = 1252, [1253] = 1253, [1254] = 1254, [1255] = 1255, [1256] = 1256, [1257] = 1257, [1258] = 1258, [1259] = 1259, [1260] = 1260, [1261] = 1261, [1262] = 1256, [1263] = 1263, [1264] = 1264, [1265] = 1253, [1266] = 1266, [1267] = 1267, [1268] = 1268, [1269] = 1269, [1270] = 1249, [1271] = 1231, [1272] = 1272, [1273] = 1272, [1274] = 1243, [1275] = 1275, [1276] = 1276, [1277] = 1276, [1278] = 1278, [1279] = 1250, [1280] = 1280, [1281] = 1281, [1282] = 1282, [1283] = 1283, [1284] = 1284, [1285] = 1285, [1286] = 1272, [1287] = 1287, [1288] = 1243, [1289] = 1289, [1290] = 1290, [1291] = 1291, [1292] = 1224, [1293] = 1053, [1294] = 1294, [1295] = 1295, [1296] = 1289, [1297] = 1297, [1298] = 1298, [1299] = 1249, [1300] = 1300, [1301] = 1291, [1302] = 1302, [1303] = 1303, [1304] = 1304, [1305] = 1305, [1306] = 1306, [1307] = 1307, [1308] = 1308, [1309] = 1309, [1310] = 1310, [1311] = 1311, [1312] = 1312, [1313] = 1313, [1314] = 1285, [1315] = 1315, [1316] = 1199, [1317] = 1317, [1318] = 1318, [1319] = 1319, [1320] = 1320, [1321] = 1321, [1322] = 1322, [1323] = 1323, [1324] = 1324, [1325] = 1325, [1326] = 1326, [1327] = 1327, [1328] = 1328, [1329] = 1329, [1330] = 1330, [1331] = 1331, [1332] = 1332, [1333] = 1333, [1334] = 1334, [1335] = 1335, [1336] = 1336, [1337] = 1300, [1338] = 1304, [1339] = 1339, [1340] = 1324, [1341] = 1341, [1342] = 1342, [1343] = 1343, [1344] = 1344, [1345] = 1345, [1346] = 1345, [1347] = 1347, [1348] = 1348, [1349] = 1349, [1350] = 1350, [1351] = 1328, [1352] = 1352, [1353] = 1347, [1354] = 1354, [1355] = 1355, [1356] = 1330, [1357] = 1357, [1358] = 1358, [1359] = 1359, [1360] = 1360, [1361] = 1347, [1362] = 1290, [1363] = 1363, [1364] = 1364, [1365] = 1347, [1366] = 1366, [1367] = 1347, [1368] = 1368, [1369] = 1068, [1370] = 1370, [1371] = 1359, [1372] = 1372, [1373] = 1043, [1374] = 1374, [1375] = 1334, [1376] = 1350, [1377] = 1363, [1378] = 1331, [1379] = 1379, [1380] = 1380, [1381] = 1381, [1382] = 1382, [1383] = 1383, [1384] = 1302, [1385] = 1385, [1386] = 1370, [1387] = 1347, [1388] = 1388, [1389] = 1389, [1390] = 1390, [1391] = 1391, [1392] = 1392, [1393] = 1291, [1394] = 1394, [1395] = 1395, [1396] = 1396, [1397] = 1397, [1398] = 1396, [1399] = 1328, [1400] = 1400, [1401] = 1401, [1402] = 1345, [1403] = 1397, [1404] = 1404, [1405] = 1405, [1406] = 1406, [1407] = 1407, [1408] = 1408, [1409] = 1409, [1410] = 1410, [1411] = 1411, [1412] = 1412, [1413] = 1413, [1414] = 1335, [1415] = 1336, [1416] = 1416, [1417] = 1417, [1418] = 1418, [1419] = 1419, [1420] = 1420, [1421] = 1421, [1422] = 1422, [1423] = 1423, [1424] = 1424, [1425] = 1425, [1426] = 1426, [1427] = 1427, [1428] = 1428, [1429] = 1429, [1430] = 1430, [1431] = 1281, [1432] = 1432, [1433] = 1433, [1434] = 1434, [1435] = 1435, [1436] = 1436, [1437] = 1437, [1438] = 1329, [1439] = 1439, [1440] = 1339, [1441] = 1441, [1442] = 1442, [1443] = 1443, [1444] = 1444, [1445] = 1406, [1446] = 1446, [1447] = 1432, [1448] = 1448, [1449] = 1449, [1450] = 1449, [1451] = 1451, [1452] = 1452, [1453] = 1453, [1454] = 1454, [1455] = 1455, [1456] = 1412, [1457] = 1413, [1458] = 1434, [1459] = 1441, [1460] = 1460, [1461] = 1432, [1462] = 1462, [1463] = 1259, [1464] = 1432, [1465] = 1465, [1466] = 1449, [1467] = 1327, [1468] = 1452, [1469] = 1453, [1470] = 1454, [1471] = 1471, [1472] = 1412, [1473] = 1413, [1474] = 1474, [1475] = 1434, [1476] = 1441, [1477] = 1477, [1478] = 1478, [1479] = 1449, [1480] = 1480, [1481] = 1481, [1482] = 1452, [1483] = 1481, [1484] = 1484, [1485] = 702, [1486] = 1452, [1487] = 1487, [1488] = 1488, [1489] = 1489, [1490] = 1453, [1491] = 1491, [1492] = 1492, [1493] = 1493, [1494] = 1494, [1495] = 1407, [1496] = 1452, [1497] = 1453, [1498] = 1498, [1499] = 1499, [1500] = 1500, [1501] = 1454, [1502] = 1435, [1503] = 1465, [1504] = 1504, [1505] = 1505, [1506] = 1506, [1507] = 1507, [1508] = 1260, [1509] = 703, [1510] = 1510, [1511] = 1511, [1512] = 1512, [1513] = 1513, [1514] = 1514, [1515] = 1515, [1516] = 1383, [1517] = 1275, [1518] = 1454, [1519] = 1487, [1520] = 1491, [1521] = 1412, [1522] = 1522, [1523] = 1413, [1524] = 1524, [1525] = 1434, [1526] = 1441, [1527] = 1492, [1528] = 1528, [1529] = 1358, [1530] = 1515, [1531] = 1405, [1532] = 1532, [1533] = 333, [1534] = 1534, [1535] = 1535, [1536] = 1536, [1537] = 1537, [1538] = 1538, [1539] = 1539, [1540] = 1540, [1541] = 1541, [1542] = 1442, [1543] = 1543, [1544] = 1544, [1545] = 1545, [1546] = 1546, [1547] = 1547, [1548] = 1538, [1549] = 1549, [1550] = 1550, [1551] = 1551, [1552] = 1552, [1553] = 1553, [1554] = 1554, [1555] = 1555, [1556] = 1556, [1557] = 1557, [1558] = 1558, [1559] = 1559, [1560] = 1546, [1561] = 1561, [1562] = 1562, [1563] = 1563, [1564] = 1551, [1565] = 1565, [1566] = 1566, [1567] = 1567, [1568] = 1568, [1569] = 1237, [1570] = 1570, [1571] = 1571, [1572] = 1572, [1573] = 1573, [1574] = 1574, [1575] = 1575, [1576] = 1544, [1577] = 1577, [1578] = 1578, [1579] = 1579, [1580] = 1580, [1581] = 1581, [1582] = 318, [1583] = 311, [1584] = 1584, [1585] = 1585, [1586] = 1586, [1587] = 1587, [1588] = 1573, [1589] = 1589, [1590] = 1573, [1591] = 1591, [1592] = 1592, [1593] = 1593, [1594] = 1547, [1595] = 1595, [1596] = 1596, [1597] = 1572, [1598] = 312, [1599] = 1574, [1600] = 1428, [1601] = 1601, [1602] = 1602, [1603] = 1603, [1604] = 1604, [1605] = 1605, [1606] = 1507, [1607] = 326, [1608] = 1608, [1609] = 1609, [1610] = 1610, [1611] = 1611, [1612] = 1541, [1613] = 1613, [1614] = 1614, [1615] = 1615, [1616] = 1616, [1617] = 1616, [1618] = 1618, [1619] = 1619, [1620] = 1620, [1621] = 1621, [1622] = 1622, [1623] = 1623, [1624] = 1624, [1625] = 1625, [1626] = 1626, [1627] = 1627, [1628] = 1618, [1629] = 1629, [1630] = 1630, [1631] = 1631, [1632] = 1632, [1633] = 1633, [1634] = 1634, [1635] = 1635, [1636] = 1636, [1637] = 1635, [1638] = 1638, [1639] = 1639, [1640] = 1615, [1641] = 1641, [1642] = 1642, [1643] = 1643, [1644] = 1630, [1645] = 1636, [1646] = 1646, [1647] = 1647, [1648] = 1648, [1649] = 1643, [1650] = 1650, [1651] = 1651, [1652] = 1652, [1653] = 1653, [1654] = 1654, [1655] = 1654, [1656] = 1621, [1657] = 1657, [1658] = 1657, [1659] = 1659, [1660] = 1614, [1661] = 1647, [1662] = 1662, [1663] = 1634, [1664] = 1664, [1665] = 1665, [1666] = 1624, [1667] = 1639, [1668] = 1631, [1669] = 1657, [1670] = 1670, [1671] = 1671, [1672] = 1619, [1673] = 1618, [1674] = 1674, [1675] = 1675, [1676] = 1676, [1677] = 1651, [1678] = 1678, [1679] = 1679, [1680] = 1665, [1681] = 1631, [1682] = 1682, [1683] = 1683, [1684] = 1615, [1685] = 1664, [1686] = 1654, [1687] = 1629, [1688] = 1624, [1689] = 1689, [1690] = 1690, [1691] = 1639, [1692] = 1657, [1693] = 1632, [1694] = 1614, [1695] = 1676, [1696] = 1696, [1697] = 1639, [1698] = 1619, [1699] = 1699, [1700] = 1664, [1701] = 1626, [1702] = 1619, [1703] = 1631, [1704] = 1704, [1705] = 1705, [1706] = 1706, [1707] = 1707, [1708] = 1708, [1709] = 1709, [1710] = 1619, [1711] = 1618, [1712] = 1712, [1713] = 1675, [1714] = 1665, [1715] = 1648, [1716] = 1613, [1717] = 1676, [1718] = 1718, [1719] = 1622, [1720] = 1683, [1721] = 1654, [1722] = 1675, [1723] = 1659, [1724] = 1665, [1725] = 1725, [1726] = 1726, [1727] = 1624, [1728] = 1676, [1729] = 1639, [1730] = 1619, [1731] = 1731, [1732] = 1639, [1733] = 1664, [1734] = 1641, [1735] = 1614, [1736] = 1736, [1737] = 1615, [1738] = 1738, [1739] = 1736, [1740] = 1740, [1741] = 1646, [1742] = 1742, [1743] = 1743, [1744] = 1744, [1745] = 1699, [1746] = 1705, [1747] = 1642, [1748] = 1748, [1749] = 1740, [1750] = 1748, [1751] = 1718, [1752] = 1752, [1753] = 1725, [1754] = 1675, }; static const TSCharacterRange sym_identifier_character_set_1[] = { {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xba, 0xba}, {0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x370, 0x374}, {0x376, 0x377}, {0x37b, 0x37d}, {0x37f, 0x37f}, {0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, {0x3f7, 0x481}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x620, 0x64a}, {0x66e, 0x66f}, {0x671, 0x6d3}, {0x6d5, 0x6d5}, {0x6e5, 0x6e6}, {0x6ee, 0x6ef}, {0x6fa, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x710}, {0x712, 0x72f}, {0x74d, 0x7a5}, {0x7b1, 0x7b1}, {0x7ca, 0x7ea}, {0x7f4, 0x7f5}, {0x7fa, 0x7fa}, {0x800, 0x815}, {0x81a, 0x81a}, {0x824, 0x824}, {0x828, 0x828}, {0x840, 0x858}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x8a0, 0x8c9}, {0x904, 0x939}, {0x93d, 0x93d}, {0x950, 0x950}, {0x958, 0x961}, {0x971, 0x980}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bd, 0x9bd}, {0x9ce, 0x9ce}, {0x9dc, 0x9dd}, {0x9df, 0x9e1}, {0x9f0, 0x9f1}, {0x9fc, 0x9fc}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa72, 0xa74}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabd, 0xabd}, {0xad0, 0xad0}, {0xae0, 0xae1}, {0xaf9, 0xaf9}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39}, {0xb3d, 0xb3d}, {0xb5c, 0xb5d}, {0xb5f, 0xb61}, {0xb71, 0xb71}, {0xb83, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, {0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbd0, 0xbd0}, {0xc05, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3d, 0xc3d}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc61}, {0xc80, 0xc80}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbd, 0xcbd}, {0xcdd, 0xcde}, {0xce0, 0xce1}, {0xcf1, 0xcf2}, {0xd04, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd3a}, {0xd3d, 0xd3d}, {0xd4e, 0xd4e}, {0xd54, 0xd56}, {0xd5f, 0xd61}, {0xd7a, 0xd7f}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xe01, 0xe30}, {0xe32, 0xe32}, {0xe40, 0xe46}, {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xeb0}, {0xeb2, 0xeb2}, {0xebd, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf40, 0xf47}, {0xf49, 0xf6c}, {0xf88, 0xf8c}, {0x1000, 0x102a}, {0x103f, 0x103f}, {0x1050, 0x1055}, {0x105a, 0x105d}, {0x1061, 0x1061}, {0x1065, 0x1066}, {0x106e, 0x1070}, {0x1075, 0x1081}, {0x108e, 0x108e}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, {0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, {0x12b8, 0x12be}, {0x12c0, 0x12c0}, {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x1380, 0x138f}, {0x13a0, 0x13f5}, {0x13f8, 0x13fd}, {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, {0x1700, 0x1711}, {0x171f, 0x1731}, {0x1740, 0x1751}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dc}, {0x1820, 0x1878}, {0x1880, 0x18a8}, {0x18aa, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1950, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x1a00, 0x1a16}, {0x1a20, 0x1a54}, {0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, {0x1b45, 0x1b4c}, {0x1b83, 0x1ba0}, {0x1bae, 0x1baf}, {0x1bba, 0x1be5}, {0x1c00, 0x1c23}, {0x1c4d, 0x1c4f}, {0x1c5a, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa}, {0x1d00, 0x1dbf}, {0x1e00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x2071, 0x2071}, {0x207f, 0x207f}, {0x2090, 0x209c}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, {0x2160, 0x2188}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cee}, {0x2cf2, 0x2cf3}, {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, {0x2d80, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x3005, 0x3007}, {0x3021, 0x3029}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa61f}, {0xa62a, 0xa62b}, {0xa640, 0xa66e}, {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, {0xa80c, 0xa822}, {0xa840, 0xa873}, {0xa882, 0xa8b3}, {0xa8f2, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa8fe}, {0xa90a, 0xa925}, {0xa930, 0xa946}, {0xa960, 0xa97c}, {0xa984, 0xa9b2}, {0xa9cf, 0xa9cf}, {0xa9e0, 0xa9e4}, {0xa9e6, 0xa9ef}, {0xa9fa, 0xa9fe}, {0xaa00, 0xaa28}, {0xaa40, 0xaa42}, {0xaa44, 0xaa4b}, {0xaa60, 0xaa76}, {0xaa7a, 0xaa7a}, {0xaa7e, 0xaaaf}, {0xaab1, 0xaab1}, {0xaab5, 0xaab6}, {0xaab9, 0xaabd}, {0xaac0, 0xaac0}, {0xaac2, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaea}, {0xaaf2, 0xaaf4}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab5a}, {0xab5c, 0xab69}, {0xab70, 0xabe2}, {0xac00, 0xd7a3}, {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb1d}, {0xfb1f, 0xfb28}, {0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d}, {0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe71, 0xfe71}, {0xfe73, 0xfe73}, {0xfe77, 0xfe77}, {0xfe79, 0xfe79}, {0xfe7b, 0xfe7b}, {0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff21, 0xff3a}, {0xff41, 0xff5a}, {0xff66, 0xff9d}, {0xffa0, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x10375}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a00}, {0x10a10, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d23}, {0x10d4a, 0x10d65}, {0x10d6f, 0x10d85}, {0x10e80, 0x10ea9}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f45}, {0x10f70, 0x10f81}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11003, 0x11037}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, {0x110d0, 0x110e8}, {0x11103, 0x11126}, {0x11144, 0x11144}, {0x11147, 0x11147}, {0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2}, {0x111c1, 0x111c4}, {0x111da, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x1122b}, {0x1123f, 0x11240}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112de}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133d, 0x1133d}, {0x11350, 0x11350}, {0x1135d, 0x11361}, {0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113b7}, {0x113d1, 0x113d1}, {0x113d3, 0x113d3}, {0x11400, 0x11434}, {0x11447, 0x1144a}, {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x11580, 0x115ae}, {0x115d8, 0x115db}, {0x11600, 0x1162f}, {0x11644, 0x11644}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x11700, 0x1171a}, {0x11740, 0x11746}, {0x11800, 0x1182b}, {0x118a0, 0x118df}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x1192f}, {0x1193f, 0x1193f}, {0x11941, 0x11941}, {0x119a0, 0x119a7}, {0x119aa, 0x119d0}, {0x119e1, 0x119e1}, {0x119e3, 0x119e3}, {0x11a00, 0x11a00}, {0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, {0x11c72, 0x11c8f}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, {0x11d98, 0x11d98}, {0x11ee0, 0x11ef2}, {0x11f02, 0x11f02}, {0x11f04, 0x11f10}, {0x11f12, 0x11f33}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13441, 0x13446}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x1611d}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a70, 0x16abe}, {0x16ad0, 0x16aed}, {0x16b00, 0x16b2f}, {0x16b40, 0x16b43}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f50, 0x16f50}, {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ad}, {0x1e2c0, 0x1e2eb}, {0x1e4d0, 0x1e4eb}, {0x1e5d0, 0x1e5ed}, {0x1e5f0, 0x1e5f0}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, }; static const TSCharacterRange sym_identifier_character_set_2[] = { {'0', '9'}, {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xb7, 0xb7}, {0xba, 0xba}, {0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x300, 0x374}, {0x376, 0x377}, {0x37b, 0x37d}, {0x37f, 0x37f}, {0x386, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, {0x3f7, 0x481}, {0x483, 0x487}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x591, 0x5bd}, {0x5bf, 0x5bf}, {0x5c1, 0x5c2}, {0x5c4, 0x5c5}, {0x5c7, 0x5c7}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x610, 0x61a}, {0x620, 0x669}, {0x66e, 0x6d3}, {0x6d5, 0x6dc}, {0x6df, 0x6e8}, {0x6ea, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x74a}, {0x74d, 0x7b1}, {0x7c0, 0x7f5}, {0x7fa, 0x7fa}, {0x7fd, 0x7fd}, {0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x897, 0x8e1}, {0x8e3, 0x963}, {0x966, 0x96f}, {0x971, 0x983}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bc, 0x9c4}, {0x9c7, 0x9c8}, {0x9cb, 0x9ce}, {0x9d7, 0x9d7}, {0x9dc, 0x9dd}, {0x9df, 0x9e3}, {0x9e6, 0x9f1}, {0x9fc, 0x9fc}, {0x9fe, 0x9fe}, {0xa01, 0xa03}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa3c, 0xa3c}, {0xa3e, 0xa42}, {0xa47, 0xa48}, {0xa4b, 0xa4d}, {0xa51, 0xa51}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa66, 0xa75}, {0xa81, 0xa83}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabc, 0xac5}, {0xac7, 0xac9}, {0xacb, 0xacd}, {0xad0, 0xad0}, {0xae0, 0xae3}, {0xae6, 0xaef}, {0xaf9, 0xaff}, {0xb01, 0xb03}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39}, {0xb3c, 0xb44}, {0xb47, 0xb48}, {0xb4b, 0xb4d}, {0xb55, 0xb57}, {0xb5c, 0xb5d}, {0xb5f, 0xb63}, {0xb66, 0xb6f}, {0xb71, 0xb71}, {0xb82, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, {0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbbe, 0xbc2}, {0xbc6, 0xbc8}, {0xbca, 0xbcd}, {0xbd0, 0xbd0}, {0xbd7, 0xbd7}, {0xbe6, 0xbef}, {0xc00, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3c, 0xc44}, {0xc46, 0xc48}, {0xc4a, 0xc4d}, {0xc55, 0xc56}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc63}, {0xc66, 0xc6f}, {0xc80, 0xc83}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbc, 0xcc4}, {0xcc6, 0xcc8}, {0xcca, 0xccd}, {0xcd5, 0xcd6}, {0xcdd, 0xcde}, {0xce0, 0xce3}, {0xce6, 0xcef}, {0xcf1, 0xcf3}, {0xd00, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd44}, {0xd46, 0xd48}, {0xd4a, 0xd4e}, {0xd54, 0xd57}, {0xd5f, 0xd63}, {0xd66, 0xd6f}, {0xd7a, 0xd7f}, {0xd81, 0xd83}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xdca, 0xdca}, {0xdcf, 0xdd4}, {0xdd6, 0xdd6}, {0xdd8, 0xddf}, {0xde6, 0xdef}, {0xdf2, 0xdf3}, {0xe01, 0xe3a}, {0xe40, 0xe4e}, {0xe50, 0xe59}, {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, {0xec8, 0xece}, {0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf18, 0xf19}, {0xf20, 0xf29}, {0xf35, 0xf35}, {0xf37, 0xf37}, {0xf39, 0xf39}, {0xf3e, 0xf47}, {0xf49, 0xf6c}, {0xf71, 0xf84}, {0xf86, 0xf97}, {0xf99, 0xfbc}, {0xfc6, 0xfc6}, {0x1000, 0x1049}, {0x1050, 0x109d}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, {0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, {0x12b8, 0x12be}, {0x12c0, 0x12c0}, {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x135d, 0x135f}, {0x1369, 0x1371}, {0x1380, 0x138f}, {0x13a0, 0x13f5}, {0x13f8, 0x13fd}, {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, {0x1700, 0x1715}, {0x171f, 0x1734}, {0x1740, 0x1753}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1772, 0x1773}, {0x1780, 0x17d3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dd}, {0x17e0, 0x17e9}, {0x180b, 0x180d}, {0x180f, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1920, 0x192b}, {0x1930, 0x193b}, {0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da}, {0x1a00, 0x1a1b}, {0x1a20, 0x1a5e}, {0x1a60, 0x1a7c}, {0x1a7f, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1ab0, 0x1abd}, {0x1abf, 0x1ace}, {0x1b00, 0x1b4c}, {0x1b50, 0x1b59}, {0x1b6b, 0x1b73}, {0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1cd0, 0x1cd2}, {0x1cd4, 0x1cfa}, {0x1d00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x200c, 0x200d}, {0x203f, 0x2040}, {0x2054, 0x2054}, {0x2071, 0x2071}, {0x207f, 0x207f}, {0x2090, 0x209c}, {0x20d0, 0x20dc}, {0x20e1, 0x20e1}, {0x20e5, 0x20f0}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, {0x2160, 0x2188}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cf3}, {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, {0x2d7f, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x2de0, 0x2dff}, {0x3005, 0x3007}, {0x3021, 0x302f}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, {0x3099, 0x309a}, {0x309d, 0x309f}, {0x30a1, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66f}, {0xa674, 0xa67d}, {0xa67f, 0xa6f1}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa827}, {0xa82c, 0xa82c}, {0xa840, 0xa873}, {0xa880, 0xa8c5}, {0xa8d0, 0xa8d9}, {0xa8e0, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa92d}, {0xa930, 0xa953}, {0xa960, 0xa97c}, {0xa980, 0xa9c0}, {0xa9cf, 0xa9d9}, {0xa9e0, 0xa9fe}, {0xaa00, 0xaa36}, {0xaa40, 0xaa4d}, {0xaa50, 0xaa59}, {0xaa60, 0xaa76}, {0xaa7a, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaef}, {0xaaf2, 0xaaf6}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab5a}, {0xab5c, 0xab69}, {0xab70, 0xabea}, {0xabec, 0xabed}, {0xabf0, 0xabf9}, {0xac00, 0xd7a3}, {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb28}, {0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d}, {0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe00, 0xfe0f}, {0xfe20, 0xfe2f}, {0xfe33, 0xfe34}, {0xfe4d, 0xfe4f}, {0xfe71, 0xfe71}, {0xfe73, 0xfe73}, {0xfe77, 0xfe77}, {0xfe79, 0xfe79}, {0xfe7b, 0xfe7b}, {0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff10, 0xff19}, {0xff21, 0xff3a}, {0xff3f, 0xff3f}, {0xff41, 0xff5a}, {0xff65, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x101fd, 0x101fd}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x102e0, 0x102e0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x1037a}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104a0, 0x104a9}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a38, 0x10a3a}, {0x10a3f, 0x10a3f}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39}, {0x10d40, 0x10d65}, {0x10d69, 0x10d6d}, {0x10d6f, 0x10d85}, {0x10e80, 0x10ea9}, {0x10eab, 0x10eac}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10efc, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f50}, {0x10f70, 0x10f85}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11000, 0x11046}, {0x11066, 0x11075}, {0x1107f, 0x110ba}, {0x110c2, 0x110c2}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9}, {0x11100, 0x11134}, {0x11136, 0x1113f}, {0x11144, 0x11147}, {0x11150, 0x11173}, {0x11176, 0x11176}, {0x11180, 0x111c4}, {0x111c9, 0x111cc}, {0x111ce, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x11237}, {0x1123e, 0x11241}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112ea}, {0x112f0, 0x112f9}, {0x11300, 0x11303}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133b, 0x11344}, {0x11347, 0x11348}, {0x1134b, 0x1134d}, {0x11350, 0x11350}, {0x11357, 0x11357}, {0x1135d, 0x11363}, {0x11366, 0x1136c}, {0x11370, 0x11374}, {0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113c0}, {0x113c2, 0x113c2}, {0x113c5, 0x113c5}, {0x113c7, 0x113ca}, {0x113cc, 0x113d3}, {0x113e1, 0x113e2}, {0x11400, 0x1144a}, {0x11450, 0x11459}, {0x1145e, 0x11461}, {0x11480, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, {0x115d8, 0x115dd}, {0x11600, 0x11640}, {0x11644, 0x11644}, {0x11650, 0x11659}, {0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x116d0, 0x116e3}, {0x11700, 0x1171a}, {0x1171d, 0x1172b}, {0x11730, 0x11739}, {0x11740, 0x11746}, {0x11800, 0x1183a}, {0x118a0, 0x118e9}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x11935}, {0x11937, 0x11938}, {0x1193b, 0x11943}, {0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d7}, {0x119da, 0x119e1}, {0x119e3, 0x119e4}, {0x11a00, 0x11a3e}, {0x11a47, 0x11a47}, {0x11a50, 0x11a99}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11bf0, 0x11bf9}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c36}, {0x11c38, 0x11c40}, {0x11c50, 0x11c59}, {0x11c72, 0x11c8f}, {0x11c92, 0x11ca7}, {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d36}, {0x11d3a, 0x11d3a}, {0x11d3c, 0x11d3d}, {0x11d3f, 0x11d47}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e}, {0x11d90, 0x11d91}, {0x11d93, 0x11d98}, {0x11da0, 0x11da9}, {0x11ee0, 0x11ef6}, {0x11f00, 0x11f10}, {0x11f12, 0x11f3a}, {0x11f3e, 0x11f42}, {0x11f50, 0x11f5a}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13440, 0x13455}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x16139}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16af0, 0x16af4}, {0x16b00, 0x16b36}, {0x16b40, 0x16b43}, {0x16b50, 0x16b59}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16d70, 0x16d79}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87}, {0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe4}, {0x16ff0, 0x16ff1}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1bc9d, 0x1bc9e}, {0x1ccf0, 0x1ccf9}, {0x1cf00, 0x1cf2d}, {0x1cf30, 0x1cf46}, {0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, {0x1d242, 0x1d244}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, {0x1da00, 0x1da36}, {0x1da3b, 0x1da6c}, {0x1da75, 0x1da75}, {0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e000, 0x1e006}, {0x1e008, 0x1e018}, {0x1e01b, 0x1e021}, {0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e030, 0x1e06d}, {0x1e08f, 0x1e08f}, {0x1e100, 0x1e12c}, {0x1e130, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ae}, {0x1e2c0, 0x1e2f9}, {0x1e4d0, 0x1e4f9}, {0x1e5d0, 0x1e5fa}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e8d0, 0x1e8d6}, {0x1e900, 0x1e94b}, {0x1e950, 0x1e959}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x1fbf0, 0x1fbf9}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, {0xe0100, 0xe01ef}, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(52); ADVANCE_MAP( '!', 22, '#', 141, '%', 85, '&', 89, '(', 55, ')', 56, '*', 58, '+', 71, ',', 57, '-', 69, '.', 54, '/', 82, '0', 129, ':', 123, ';', 142, '<', 95, '=', 78, '>', 101, '@', 81, '[', 72, ); if (lookahead == '\\') SKIP(47); if (lookahead == ']') ADVANCE(73); if (lookahead == '^') ADVANCE(91); if (lookahead == '{') ADVANCE(118); if (lookahead == '|') ADVANCE(66); if (lookahead == '}') ADVANCE(75); if (lookahead == '~') ADVANCE(94); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(50); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(130); if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(140); 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(15); END_STATE(); case 6: if (lookahead == '\n') SKIP(15); if (lookahead == '\r') SKIP(5); END_STATE(); case 7: if (lookahead == '\n') SKIP(19); END_STATE(); case 8: if (lookahead == '\n') SKIP(19); if (lookahead == '\r') SKIP(7); END_STATE(); case 9: if (lookahead == '\n') ADVANCE(121); END_STATE(); case 10: if (lookahead == '\n') SKIP(11); if (lookahead == '#') ADVANCE(126); if (lookahead == '\\') ADVANCE(124); if (lookahead == '{') ADVANCE(118); if (lookahead == '}') ADVANCE(75); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) ADVANCE(125); if (lookahead != 0) ADVANCE(126); END_STATE(); case 11: if (lookahead == '\n') SKIP(11); if (lookahead == '#') ADVANCE(126); if (lookahead == '\\') ADVANCE(124); if (lookahead == '}') ADVANCE(75); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) ADVANCE(125); if (lookahead != 0 && lookahead != '{') ADVANCE(126); END_STATE(); case 12: if (lookahead == '\n') SKIP(17); END_STATE(); case 13: if (lookahead == '\n') SKIP(17); if (lookahead == '\r') SKIP(12); END_STATE(); case 14: ADVANCE_MAP( '!', 22, '#', 141, '%', 84, '&', 88, '(', 55, ')', 56, '*', 59, '+', 70, ',', 57, '-', 67, '.', 54, '/', 83, '0', 129, ':', 123, '<', 96, '=', 78, '>', 102, '@', 80, '[', 72, ); if (lookahead == '\\') SKIP(2); if (lookahead == ']') ADVANCE(73); if (lookahead == '^') ADVANCE(90); if (lookahead == '{') ADVANCE(74); if (lookahead == '|') ADVANCE(65); if (lookahead == '}') ADVANCE(75); if (lookahead == '~') ADVANCE(94); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(14); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(130); if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(140); END_STATE(); case 15: ADVANCE_MAP( '!', 22, '#', 141, '%', 84, '&', 88, '(', 55, ')', 56, '*', 59, '+', 70, ',', 57, '-', 67, '.', 53, '/', 83, ':', 123, '<', 96, '=', 78, '>', 102, '@', 80, '[', 72, ); if (lookahead == '\\') SKIP(6); if (lookahead == ']') ADVANCE(73); if (lookahead == '^') ADVANCE(90); if (lookahead == '|') ADVANCE(65); if (lookahead == '}') ADVANCE(75); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(15); if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(140); END_STATE(); case 16: ADVANCE_MAP( '!', 21, '#', 141, '%', 85, '&', 89, '(', 55, ')', 56, '*', 58, '+', 71, ',', 57, '-', 68, '.', 53, '/', 82, ':', 64, ';', 142, '<', 95, '=', 78, '>', 101, '@', 81, '[', 72, ); if (lookahead == '\\') SKIP(4); if (lookahead == ']') ADVANCE(73); if (lookahead == '^') ADVANCE(91); if (lookahead == '|') ADVANCE(66); if (lookahead == '}') ADVANCE(75); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(16); if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(140); END_STATE(); case 17: if (lookahead == '#') ADVANCE(141); if (lookahead == '-') ADVANCE(23); if (lookahead == ':') ADVANCE(63); if (lookahead == '\\') SKIP(13); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(17); END_STATE(); case 18: if (lookahead == '#') ADVANCE(141); if (lookahead == '\\') ADVANCE(122); if (lookahead == '{') ADVANCE(119); if (lookahead == '}') ADVANCE(29); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(19); END_STATE(); case 19: if (lookahead == '#') ADVANCE(141); if (lookahead == '\\') SKIP(8); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(19); END_STATE(); case 20: if (lookahead == '.') ADVANCE(117); END_STATE(); case 21: if (lookahead == '=') ADVANCE(99); END_STATE(); case 22: if (lookahead == '=') ADVANCE(99); if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(127); END_STATE(); case 23: if (lookahead == '>') ADVANCE(79); END_STATE(); case 24: if (lookahead == '_') ADVANCE(31); if (lookahead == '0' || lookahead == '1') ADVANCE(132); END_STATE(); case 25: if (lookahead == '_') ADVANCE(32); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(133); END_STATE(); case 26: if (lookahead == '_') ADVANCE(36); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(134); END_STATE(); case 27: if (lookahead == '{') ADVANCE(45); END_STATE(); case 28: if (lookahead == '}') ADVANCE(121); if (lookahead != 0) ADVANCE(28); END_STATE(); case 29: if (lookahead == '}') ADVANCE(120); END_STATE(); case 30: if (lookahead == '+' || lookahead == '-') ADVANCE(33); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(137); END_STATE(); case 31: if (lookahead == '0' || lookahead == '1') ADVANCE(132); END_STATE(); case 32: if (('0' <= lookahead && lookahead <= '7')) ADVANCE(133); END_STATE(); case 33: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(137); END_STATE(); case 34: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(121); END_STATE(); case 35: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(34); END_STATE(); case 36: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(134); END_STATE(); case 37: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(121); 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 (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(43); END_STATE(); case 45: if (lookahead != 0 && lookahead != '}') ADVANCE(28); END_STATE(); case 46: if (eof) ADVANCE(52); if (lookahead == '\n') SKIP(50); END_STATE(); case 47: if (eof) ADVANCE(52); if (lookahead == '\n') SKIP(50); if (lookahead == '\r') SKIP(46); END_STATE(); case 48: if (eof) ADVANCE(52); if (lookahead == '\n') SKIP(51); END_STATE(); case 49: if (eof) ADVANCE(52); if (lookahead == '\n') SKIP(51); if (lookahead == '\r') SKIP(48); END_STATE(); case 50: if (eof) ADVANCE(52); ADVANCE_MAP( '!', 22, '#', 141, '%', 85, '&', 89, '(', 55, ')', 56, '*', 58, '+', 71, ',', 57, '-', 69, '.', 54, '/', 82, '0', 129, ':', 123, ';', 142, '<', 95, '=', 78, '>', 101, '@', 81, '[', 72, ); if (lookahead == '\\') SKIP(47); if (lookahead == ']') ADVANCE(73); if (lookahead == '^') ADVANCE(91); if (lookahead == '{') ADVANCE(74); if (lookahead == '|') ADVANCE(66); if (lookahead == '}') ADVANCE(75); if (lookahead == '~') ADVANCE(94); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(50); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(130); if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(140); END_STATE(); case 51: if (eof) ADVANCE(52); ADVANCE_MAP( '!', 21, '#', 141, '%', 85, '&', 89, '(', 55, ')', 56, '*', 58, '+', 71, ',', 57, '-', 68, '.', 54, '/', 82, '0', 129, ':', 64, ';', 142, '<', 95, '=', 78, '>', 101, '@', 81, '[', 72, ); if (lookahead == '\\') SKIP(49); if (lookahead == ']') ADVANCE(73); if (lookahead == '^') ADVANCE(91); if (lookahead == '{') ADVANCE(74); if (lookahead == '|') ADVANCE(66); if (lookahead == '}') ADVANCE(75); if (lookahead == '~') ADVANCE(94); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(51); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(130); if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(140); END_STATE(); case 52: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 53: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 54: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(20); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(136); END_STATE(); case 55: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 56: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 57: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 58: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '*') ADVANCE(77); if (lookahead == '=') ADVANCE(106); END_STATE(); case 59: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '*') ADVANCE(76); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); case 61: ACCEPT_TOKEN(anon_sym_GT_GT); if (lookahead == '=') ADVANCE(112); END_STATE(); case 62: ACCEPT_TOKEN(anon_sym_COLON_EQ); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 64: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == '=') ADVANCE(62); END_STATE(); case 65: ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 66: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '=') ADVANCE(116); END_STATE(); case 67: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 68: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '=') ADVANCE(105); END_STATE(); case 69: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '=') ADVANCE(105); if (lookahead == '>') ADVANCE(79); END_STATE(); case 70: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 71: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '=') ADVANCE(104); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 73: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 74: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 75: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_STAR_STAR); END_STATE(); case 77: ACCEPT_TOKEN(anon_sym_STAR_STAR); if (lookahead == '=') ADVANCE(111); END_STATE(); case 78: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(98); END_STATE(); case 79: ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); case 80: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); case 81: ACCEPT_TOKEN(anon_sym_AT); if (lookahead == '=') ADVANCE(108); END_STATE(); case 82: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '/') ADVANCE(87); if (lookahead == '=') ADVANCE(107); END_STATE(); case 83: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '/') ADVANCE(86); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 85: ACCEPT_TOKEN(anon_sym_PERCENT); if (lookahead == '=') ADVANCE(110); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); if (lookahead == '=') ADVANCE(109); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 89: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '=') ADVANCE(114); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_CARET); if (lookahead == '=') ADVANCE(115); END_STATE(); case 92: ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_LT_LT); if (lookahead == '=') ADVANCE(113); END_STATE(); case 94: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 95: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(93); if (lookahead == '=') ADVANCE(97); if (lookahead == '>') ADVANCE(103); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(92); if (lookahead == '=') ADVANCE(97); if (lookahead == '>') ADVANCE(103); END_STATE(); case 97: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 98: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 99: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 100: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 101: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(100); if (lookahead == '>') ADVANCE(61); END_STATE(); case 102: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(100); if (lookahead == '>') ADVANCE(60); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_LT_GT); END_STATE(); case 104: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 105: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 106: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 107: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 108: ACCEPT_TOKEN(anon_sym_AT_EQ); END_STATE(); case 109: ACCEPT_TOKEN(anon_sym_SLASH_SLASH_EQ); END_STATE(); case 110: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 111: ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); END_STATE(); case 112: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 113: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 114: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 115: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 116: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 117: ACCEPT_TOKEN(sym_ellipsis); END_STATE(); case 118: ACCEPT_TOKEN(anon_sym_LBRACE2); END_STATE(); case 119: ACCEPT_TOKEN(anon_sym_LBRACE2); if (lookahead == '{') ADVANCE(120); END_STATE(); case 120: ACCEPT_TOKEN(sym__escape_interpolation); END_STATE(); case 121: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); case 122: ACCEPT_TOKEN(anon_sym_BSLASH); ADVANCE_MAP( '\n', 121, '\r', 9, 'N', 27, 'U', 44, 'u', 40, 'x', 38, '"', 121, '\'', 121, '\\', 121, 'a', 121, 'b', 121, 'f', 121, 'n', 121, 'r', 121, 't', 121, 'v', 121, ); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(35); END_STATE(); case 123: ACCEPT_TOKEN(anon_sym_COLON2); END_STATE(); case 124: ACCEPT_TOKEN(aux_sym_format_specifier_token1); if (lookahead == '\r') ADVANCE(126); if (lookahead != 0 && lookahead != '\n' && lookahead != '{' && lookahead != '}') ADVANCE(126); END_STATE(); case 125: ACCEPT_TOKEN(aux_sym_format_specifier_token1); if (lookahead == '#') ADVANCE(126); if (lookahead == '\\') ADVANCE(124); if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) ADVANCE(125); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != '{' && lookahead != '}') ADVANCE(126); END_STATE(); case 126: ACCEPT_TOKEN(aux_sym_format_specifier_token1); if (lookahead != 0 && lookahead != '\n' && lookahead != '{' && lookahead != '}') ADVANCE(126); END_STATE(); case 127: ACCEPT_TOKEN(sym_type_conversion); END_STATE(); case 128: ACCEPT_TOKEN(sym_integer); END_STATE(); case 129: ACCEPT_TOKEN(sym_integer); ADVANCE_MAP( '.', 138, '_', 131, 'B', 24, 'b', 24, 'E', 30, 'e', 30, 'O', 25, 'o', 25, 'X', 26, 'x', 26, 'J', 128, 'L', 128, 'j', 128, 'l', 128, ); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(130); END_STATE(); case 130: ACCEPT_TOKEN(sym_integer); ADVANCE_MAP( '.', 138, '_', 131, 'E', 30, 'e', 30, 'J', 128, 'L', 128, 'j', 128, 'l', 128, ); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(130); END_STATE(); case 131: ACCEPT_TOKEN(sym_integer); if (lookahead == '.') ADVANCE(138); if (lookahead == 'E' || lookahead == 'e') ADVANCE(30); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(128); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(130); END_STATE(); case 132: ACCEPT_TOKEN(sym_integer); if (lookahead == '_') ADVANCE(31); if (lookahead == 'L' || lookahead == 'l') ADVANCE(128); if (lookahead == '0' || lookahead == '1') ADVANCE(132); END_STATE(); case 133: ACCEPT_TOKEN(sym_integer); if (lookahead == '_') ADVANCE(32); if (lookahead == 'L' || lookahead == 'l') ADVANCE(128); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(133); END_STATE(); case 134: ACCEPT_TOKEN(sym_integer); if (lookahead == '_') ADVANCE(36); if (lookahead == 'L' || lookahead == 'l') ADVANCE(128); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(134); END_STATE(); case 135: ACCEPT_TOKEN(sym_float); END_STATE(); case 136: ACCEPT_TOKEN(sym_float); if (lookahead == '_') ADVANCE(138); if (lookahead == 'E' || lookahead == 'e') ADVANCE(30); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(135); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(136); END_STATE(); case 137: ACCEPT_TOKEN(sym_float); if (lookahead == '_') ADVANCE(139); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(135); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(137); END_STATE(); case 138: ACCEPT_TOKEN(sym_float); if (lookahead == 'E' || lookahead == 'e') ADVANCE(30); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(135); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(136); END_STATE(); case 139: ACCEPT_TOKEN(sym_float); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(135); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(137); END_STATE(); case 140: ACCEPT_TOKEN(sym_identifier); if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(140); END_STATE(); case 141: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(141); END_STATE(); case 142: ACCEPT_TOKEN(anon_sym_SEMI); 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 (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) 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); if (lookahead == 'z') ADVANCE(83); END_STATE(); case 47: if (lookahead == 't') ADVANCE(84); END_STATE(); case 48: if (lookahead == 'n') ADVANCE(85); if (lookahead == 't') ADVANCE(86); END_STATE(); case 49: ACCEPT_TOKEN(anon_sym_or); END_STATE(); case 50: if (lookahead == 's') ADVANCE(87); END_STATE(); case 51: if (lookahead == 'i') ADVANCE(88); END_STATE(); case 52: if (lookahead == 'i') ADVANCE(89); END_STATE(); case 53: if (lookahead == 't') ADVANCE(90); END_STATE(); case 54: if (lookahead == 'y') ADVANCE(91); END_STATE(); case 55: if (lookahead == 'p') ADVANCE(92); END_STATE(); case 56: if (lookahead == 'i') ADVANCE(93); END_STATE(); case 57: if (lookahead == 't') ADVANCE(94); END_STATE(); case 58: if (lookahead == 'e') ADVANCE(95); END_STATE(); case 59: if (lookahead == 's') ADVANCE(96); END_STATE(); case 60: if (lookahead == 'e') ADVANCE(97); END_STATE(); case 61: if (lookahead == 'e') ADVANCE(98); END_STATE(); case 62: if (lookahead == 'u') ADVANCE(99); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_and); END_STATE(); case 64: if (lookahead == 'e') ADVANCE(100); END_STATE(); case 65: if (lookahead == 'n') ADVANCE(101); END_STATE(); case 66: if (lookahead == 'i') ADVANCE(102); END_STATE(); case 67: if (lookahead == 'a') ADVANCE(103); END_STATE(); case 68: if (lookahead == 'e') ADVANCE(104); END_STATE(); case 69: if (lookahead == 's') ADVANCE(105); END_STATE(); case 70: if (lookahead == 't') ADVANCE(106); 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(107); END_STATE(); case 74: if (lookahead == 'e') ADVANCE(108); END_STATE(); case 75: if (lookahead == 'e') ADVANCE(109); END_STATE(); case 76: if (lookahead == 'c') ADVANCE(110); END_STATE(); case 77: if (lookahead == 'a') ADVANCE(111); END_STATE(); case 78: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 79: if (lookahead == 'm') ADVANCE(112); END_STATE(); case 80: if (lookahead == 'b') ADVANCE(113); END_STATE(); case 81: if (lookahead == 'o') ADVANCE(114); END_STATE(); case 82: if (lookahead == 'b') ADVANCE(115); END_STATE(); case 83: if (lookahead == 'y') ADVANCE(116); END_STATE(); case 84: if (lookahead == 'c') ADVANCE(117); END_STATE(); case 85: if (lookahead == 'l') ADVANCE(118); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_not); END_STATE(); case 87: if (lookahead == 's') ADVANCE(119); END_STATE(); case 88: if (lookahead == 'n') ADVANCE(120); END_STATE(); case 89: if (lookahead == 's') ADVANCE(121); END_STATE(); case 90: if (lookahead == 'u') ADVANCE(122); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_try); END_STATE(); case 92: if (lookahead == 'e') ADVANCE(123); END_STATE(); case 93: if (lookahead == 'l') ADVANCE(124); END_STATE(); case 94: if (lookahead == 'h') ADVANCE(125); END_STATE(); case 95: if (lookahead == 'l') ADVANCE(126); END_STATE(); case 96: if (lookahead == 'e') ADVANCE(127); END_STATE(); case 97: ACCEPT_TOKEN(sym_none); END_STATE(); case 98: ACCEPT_TOKEN(sym_true); END_STATE(); case 99: if (lookahead == 't') ADVANCE(128); END_STATE(); case 100: if (lookahead == 'r') ADVANCE(129); END_STATE(); case 101: if (lookahead == 'c') ADVANCE(130); END_STATE(); case 102: if (lookahead == 't') ADVANCE(131); END_STATE(); case 103: if (lookahead == 'k') ADVANCE(132); END_STATE(); case 104: ACCEPT_TOKEN(anon_sym_case); END_STATE(); case 105: if (lookahead == 's') ADVANCE(133); END_STATE(); case 106: if (lookahead == 'i') ADVANCE(134); END_STATE(); case 107: ACCEPT_TOKEN(anon_sym_elif); END_STATE(); case 108: ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 109: if (lookahead == 'p') ADVANCE(135); END_STATE(); case 110: ACCEPT_TOKEN(anon_sym_exec); END_STATE(); case 111: if (lookahead == 'l') ADVANCE(136); END_STATE(); case 112: ACCEPT_TOKEN(anon_sym_from); END_STATE(); case 113: if (lookahead == 'a') ADVANCE(137); END_STATE(); case 114: if (lookahead == 'r') ADVANCE(138); END_STATE(); case 115: if (lookahead == 'd') ADVANCE(139); END_STATE(); case 116: ACCEPT_TOKEN(anon_sym_lazy); END_STATE(); case 117: if (lookahead == 'h') ADVANCE(140); END_STATE(); case 118: if (lookahead == 'o') ADVANCE(141); END_STATE(); case 119: ACCEPT_TOKEN(anon_sym_pass); END_STATE(); case 120: if (lookahead == 't') ADVANCE(142); END_STATE(); case 121: if (lookahead == 'e') ADVANCE(143); END_STATE(); case 122: if (lookahead == 'r') ADVANCE(144); END_STATE(); case 123: ACCEPT_TOKEN(anon_sym_type); END_STATE(); case 124: if (lookahead == 'e') ADVANCE(145); END_STATE(); case 125: ACCEPT_TOKEN(anon_sym_with); END_STATE(); case 126: if (lookahead == 'd') ADVANCE(146); END_STATE(); case 127: ACCEPT_TOKEN(sym_false); END_STATE(); case 128: if (lookahead == 'u') ADVANCE(147); END_STATE(); case 129: if (lookahead == 't') ADVANCE(148); END_STATE(); case 130: ACCEPT_TOKEN(anon_sym_async); END_STATE(); case 131: ACCEPT_TOKEN(anon_sym_await); END_STATE(); case 132: ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 133: ACCEPT_TOKEN(anon_sym_class); END_STATE(); case 134: if (lookahead == 'n') ADVANCE(149); END_STATE(); case 135: if (lookahead == 't') ADVANCE(150); END_STATE(); case 136: if (lookahead == 'l') ADVANCE(151); END_STATE(); case 137: if (lookahead == 'l') ADVANCE(152); END_STATE(); case 138: if (lookahead == 't') ADVANCE(153); END_STATE(); case 139: if (lookahead == 'a') ADVANCE(154); END_STATE(); case 140: ACCEPT_TOKEN(anon_sym_match); END_STATE(); case 141: if (lookahead == 'c') ADVANCE(155); END_STATE(); case 142: ACCEPT_TOKEN(anon_sym_print); END_STATE(); case 143: ACCEPT_TOKEN(anon_sym_raise); END_STATE(); case 144: if (lookahead == 'n') ADVANCE(156); END_STATE(); case 145: ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 146: ACCEPT_TOKEN(anon_sym_yield); END_STATE(); case 147: if (lookahead == 'r') ADVANCE(157); END_STATE(); case 148: ACCEPT_TOKEN(anon_sym_assert); END_STATE(); case 149: if (lookahead == 'u') ADVANCE(158); END_STATE(); case 150: ACCEPT_TOKEN(anon_sym_except); END_STATE(); case 151: if (lookahead == 'y') ADVANCE(159); END_STATE(); case 152: ACCEPT_TOKEN(anon_sym_global); END_STATE(); case 153: ACCEPT_TOKEN(anon_sym_import); END_STATE(); case 154: ACCEPT_TOKEN(anon_sym_lambda); END_STATE(); case 155: if (lookahead == 'a') ADVANCE(160); END_STATE(); case 156: ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 157: if (lookahead == 'e') ADVANCE(161); END_STATE(); case 158: if (lookahead == 'e') ADVANCE(162); END_STATE(); case 159: ACCEPT_TOKEN(anon_sym_finally); END_STATE(); case 160: if (lookahead == 'l') ADVANCE(163); END_STATE(); case 161: if (lookahead == '_') ADVANCE(164); END_STATE(); case 162: ACCEPT_TOKEN(anon_sym_continue); END_STATE(); case 163: ACCEPT_TOKEN(anon_sym_nonlocal); END_STATE(); case 164: if (lookahead == '_') ADVANCE(165); END_STATE(); case 165: 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 = 51, .external_lex_state = 2}, [2] = {.lex_state = 51, .external_lex_state = 3}, [3] = {.lex_state = 51, .external_lex_state = 3}, [4] = {.lex_state = 51, .external_lex_state = 3}, [5] = {.lex_state = 51, .external_lex_state = 3}, [6] = {.lex_state = 51, .external_lex_state = 3}, [7] = {.lex_state = 51, .external_lex_state = 3}, [8] = {.lex_state = 51, .external_lex_state = 3}, [9] = {.lex_state = 51, .external_lex_state = 3}, [10] = {.lex_state = 51, .external_lex_state = 3}, [11] = {.lex_state = 51, .external_lex_state = 3}, [12] = {.lex_state = 51, .external_lex_state = 3}, [13] = {.lex_state = 51, .external_lex_state = 3}, [14] = {.lex_state = 51, .external_lex_state = 3}, [15] = {.lex_state = 51, .external_lex_state = 3}, [16] = {.lex_state = 51, .external_lex_state = 3}, [17] = {.lex_state = 51, .external_lex_state = 3}, [18] = {.lex_state = 51, .external_lex_state = 3}, [19] = {.lex_state = 51, .external_lex_state = 3}, [20] = {.lex_state = 51, .external_lex_state = 3}, [21] = {.lex_state = 51, .external_lex_state = 3}, [22] = {.lex_state = 51, .external_lex_state = 3}, [23] = {.lex_state = 51, .external_lex_state = 3}, [24] = {.lex_state = 51, .external_lex_state = 3}, [25] = {.lex_state = 51, .external_lex_state = 3}, [26] = {.lex_state = 51, .external_lex_state = 3}, [27] = {.lex_state = 51, .external_lex_state = 3}, [28] = {.lex_state = 51, .external_lex_state = 3}, [29] = {.lex_state = 51, .external_lex_state = 3}, [30] = {.lex_state = 51, .external_lex_state = 3}, [31] = {.lex_state = 51, .external_lex_state = 3}, [32] = {.lex_state = 51, .external_lex_state = 3}, [33] = {.lex_state = 51, .external_lex_state = 3}, [34] = {.lex_state = 51, .external_lex_state = 3}, [35] = {.lex_state = 51, .external_lex_state = 3}, [36] = {.lex_state = 51, .external_lex_state = 3}, [37] = {.lex_state = 51, .external_lex_state = 3}, [38] = {.lex_state = 51, .external_lex_state = 3}, [39] = {.lex_state = 51, .external_lex_state = 3}, [40] = {.lex_state = 51, .external_lex_state = 3}, [41] = {.lex_state = 51, .external_lex_state = 3}, [42] = {.lex_state = 51, .external_lex_state = 3}, [43] = {.lex_state = 51, .external_lex_state = 3}, [44] = {.lex_state = 51, .external_lex_state = 3}, [45] = {.lex_state = 51, .external_lex_state = 3}, [46] = {.lex_state = 51, .external_lex_state = 3}, [47] = {.lex_state = 51, .external_lex_state = 3}, [48] = {.lex_state = 51, .external_lex_state = 3}, [49] = {.lex_state = 51, .external_lex_state = 3}, [50] = {.lex_state = 51, .external_lex_state = 3}, [51] = {.lex_state = 51, .external_lex_state = 3}, [52] = {.lex_state = 51, .external_lex_state = 3}, [53] = {.lex_state = 51, .external_lex_state = 3}, [54] = {.lex_state = 51, .external_lex_state = 3}, [55] = {.lex_state = 51, .external_lex_state = 3}, [56] = {.lex_state = 51, .external_lex_state = 3}, [57] = {.lex_state = 51, .external_lex_state = 3}, [58] = {.lex_state = 51, .external_lex_state = 3}, [59] = {.lex_state = 51, .external_lex_state = 3}, [60] = {.lex_state = 51, .external_lex_state = 3}, [61] = {.lex_state = 51, .external_lex_state = 3}, [62] = {.lex_state = 51, .external_lex_state = 3}, [63] = {.lex_state = 51, .external_lex_state = 3}, [64] = {.lex_state = 51, .external_lex_state = 2}, [65] = {.lex_state = 51, .external_lex_state = 2}, [66] = {.lex_state = 51, .external_lex_state = 4}, [67] = {.lex_state = 51, .external_lex_state = 4}, [68] = {.lex_state = 51, .external_lex_state = 5}, [69] = {.lex_state = 51, .external_lex_state = 5}, [70] = {.lex_state = 51, .external_lex_state = 5}, [71] = {.lex_state = 51, .external_lex_state = 5}, [72] = {.lex_state = 51, .external_lex_state = 5}, [73] = {.lex_state = 51, .external_lex_state = 5}, [74] = {.lex_state = 51, .external_lex_state = 5}, [75] = {.lex_state = 51, .external_lex_state = 5}, [76] = {.lex_state = 51, .external_lex_state = 5}, [77] = {.lex_state = 51, .external_lex_state = 5}, [78] = {.lex_state = 51, .external_lex_state = 4}, [79] = {.lex_state = 51, .external_lex_state = 5}, [80] = {.lex_state = 51, .external_lex_state = 5}, [81] = {.lex_state = 51, .external_lex_state = 5}, [82] = {.lex_state = 51, .external_lex_state = 5}, [83] = {.lex_state = 51, .external_lex_state = 5}, [84] = {.lex_state = 51, .external_lex_state = 5}, [85] = {.lex_state = 51, .external_lex_state = 5}, [86] = {.lex_state = 51, .external_lex_state = 5}, [87] = {.lex_state = 51, .external_lex_state = 5}, [88] = {.lex_state = 51, .external_lex_state = 5}, [89] = {.lex_state = 51, .external_lex_state = 5}, [90] = {.lex_state = 51, .external_lex_state = 5}, [91] = {.lex_state = 51, .external_lex_state = 5}, [92] = {.lex_state = 51, .external_lex_state = 5}, [93] = {.lex_state = 51, .external_lex_state = 5}, [94] = {.lex_state = 51, .external_lex_state = 5}, [95] = {.lex_state = 51, .external_lex_state = 5}, [96] = {.lex_state = 51, .external_lex_state = 5}, [97] = {.lex_state = 51, .external_lex_state = 5}, [98] = {.lex_state = 51, .external_lex_state = 5}, [99] = {.lex_state = 51, .external_lex_state = 5}, [100] = {.lex_state = 51, .external_lex_state = 5}, [101] = {.lex_state = 51, .external_lex_state = 5}, [102] = {.lex_state = 51, .external_lex_state = 5}, [103] = {.lex_state = 51, .external_lex_state = 5}, [104] = {.lex_state = 51, .external_lex_state = 5}, [105] = {.lex_state = 51, .external_lex_state = 5}, [106] = {.lex_state = 51, .external_lex_state = 5}, [107] = {.lex_state = 51, .external_lex_state = 5}, [108] = {.lex_state = 51, .external_lex_state = 5}, [109] = {.lex_state = 51, .external_lex_state = 5}, [110] = {.lex_state = 51, .external_lex_state = 5}, [111] = {.lex_state = 51, .external_lex_state = 5}, [112] = {.lex_state = 51, .external_lex_state = 5}, [113] = {.lex_state = 51, .external_lex_state = 5}, [114] = {.lex_state = 51, .external_lex_state = 5}, [115] = {.lex_state = 51, .external_lex_state = 5}, [116] = {.lex_state = 51, .external_lex_state = 5}, [117] = {.lex_state = 51, .external_lex_state = 5}, [118] = {.lex_state = 51, .external_lex_state = 5}, [119] = {.lex_state = 51, .external_lex_state = 5}, [120] = {.lex_state = 51, .external_lex_state = 5}, [121] = {.lex_state = 51, .external_lex_state = 5}, [122] = {.lex_state = 51, .external_lex_state = 5}, [123] = {.lex_state = 51, .external_lex_state = 5}, [124] = {.lex_state = 51, .external_lex_state = 5}, [125] = {.lex_state = 51, .external_lex_state = 5}, [126] = {.lex_state = 51, .external_lex_state = 5}, [127] = {.lex_state = 51, .external_lex_state = 4}, [128] = {.lex_state = 51, .external_lex_state = 4}, [129] = {.lex_state = 51, .external_lex_state = 4}, [130] = {.lex_state = 51, .external_lex_state = 4}, [131] = {.lex_state = 51, .external_lex_state = 4}, [132] = {.lex_state = 51, .external_lex_state = 4}, [133] = {.lex_state = 51, .external_lex_state = 2}, [134] = {.lex_state = 51, .external_lex_state = 4}, [135] = {.lex_state = 51, .external_lex_state = 2}, [136] = {.lex_state = 51, .external_lex_state = 2}, [137] = {.lex_state = 51, .external_lex_state = 2}, [138] = {.lex_state = 51, .external_lex_state = 2}, [139] = {.lex_state = 14, .external_lex_state = 2}, [140] = {.lex_state = 51, .external_lex_state = 4}, [141] = {.lex_state = 51, .external_lex_state = 2}, [142] = {.lex_state = 51, .external_lex_state = 2}, [143] = {.lex_state = 51, .external_lex_state = 2}, [144] = {.lex_state = 51, .external_lex_state = 2}, [145] = {.lex_state = 51, .external_lex_state = 2}, [146] = {.lex_state = 51, .external_lex_state = 2}, [147] = {.lex_state = 14, .external_lex_state = 2}, [148] = {.lex_state = 51, .external_lex_state = 2}, [149] = {.lex_state = 51, .external_lex_state = 2}, [150] = {.lex_state = 51, .external_lex_state = 4}, [151] = {.lex_state = 51, .external_lex_state = 2}, [152] = {.lex_state = 51, .external_lex_state = 2}, [153] = {.lex_state = 51, .external_lex_state = 2}, [154] = {.lex_state = 51, .external_lex_state = 2}, [155] = {.lex_state = 51, .external_lex_state = 2}, [156] = {.lex_state = 51, .external_lex_state = 2}, [157] = {.lex_state = 51, .external_lex_state = 2}, [158] = {.lex_state = 51, .external_lex_state = 2}, [159] = {.lex_state = 51, .external_lex_state = 2}, [160] = {.lex_state = 51, .external_lex_state = 2}, [161] = {.lex_state = 51, .external_lex_state = 2}, [162] = {.lex_state = 51, .external_lex_state = 2}, [163] = {.lex_state = 51, .external_lex_state = 2}, [164] = {.lex_state = 51, .external_lex_state = 2}, [165] = {.lex_state = 51, .external_lex_state = 2}, [166] = {.lex_state = 51, .external_lex_state = 2}, [167] = {.lex_state = 51, .external_lex_state = 2}, [168] = {.lex_state = 51, .external_lex_state = 2}, [169] = {.lex_state = 14, .external_lex_state = 2}, [170] = {.lex_state = 51, .external_lex_state = 2}, [171] = {.lex_state = 51, .external_lex_state = 2}, [172] = {.lex_state = 51, .external_lex_state = 2}, [173] = {.lex_state = 51, .external_lex_state = 2}, [174] = {.lex_state = 14, .external_lex_state = 2}, [175] = {.lex_state = 51, .external_lex_state = 2}, [176] = {.lex_state = 51, .external_lex_state = 2}, [177] = {.lex_state = 51, .external_lex_state = 2}, [178] = {.lex_state = 51, .external_lex_state = 2}, [179] = {.lex_state = 51, .external_lex_state = 4}, [180] = {.lex_state = 51, .external_lex_state = 2}, [181] = {.lex_state = 51, .external_lex_state = 2}, [182] = {.lex_state = 51, .external_lex_state = 4}, [183] = {.lex_state = 51, .external_lex_state = 2}, [184] = {.lex_state = 51, .external_lex_state = 2}, [185] = {.lex_state = 14, .external_lex_state = 2}, [186] = {.lex_state = 51, .external_lex_state = 2}, [187] = {.lex_state = 14, .external_lex_state = 2}, [188] = {.lex_state = 51, .external_lex_state = 2}, [189] = {.lex_state = 51, .external_lex_state = 2}, [190] = {.lex_state = 51, .external_lex_state = 2}, [191] = {.lex_state = 51, .external_lex_state = 2}, [192] = {.lex_state = 51, .external_lex_state = 2}, [193] = {.lex_state = 51, .external_lex_state = 2}, [194] = {.lex_state = 51, .external_lex_state = 2}, [195] = {.lex_state = 51, .external_lex_state = 2}, [196] = {.lex_state = 51, .external_lex_state = 2}, [197] = {.lex_state = 51, .external_lex_state = 4}, [198] = {.lex_state = 51, .external_lex_state = 2}, [199] = {.lex_state = 51, .external_lex_state = 2}, [200] = {.lex_state = 51, .external_lex_state = 2}, [201] = {.lex_state = 51, .external_lex_state = 2}, [202] = {.lex_state = 51, .external_lex_state = 2}, [203] = {.lex_state = 51, .external_lex_state = 4}, [204] = {.lex_state = 51, .external_lex_state = 2}, [205] = {.lex_state = 51, .external_lex_state = 2}, [206] = {.lex_state = 51, .external_lex_state = 2}, [207] = {.lex_state = 51, .external_lex_state = 2}, [208] = {.lex_state = 51, .external_lex_state = 2}, [209] = {.lex_state = 51, .external_lex_state = 2}, [210] = {.lex_state = 51, .external_lex_state = 2}, [211] = {.lex_state = 51, .external_lex_state = 4}, [212] = {.lex_state = 51, .external_lex_state = 2}, [213] = {.lex_state = 51, .external_lex_state = 2}, [214] = {.lex_state = 51, .external_lex_state = 2}, [215] = {.lex_state = 51, .external_lex_state = 2}, [216] = {.lex_state = 51, .external_lex_state = 2}, [217] = {.lex_state = 51, .external_lex_state = 2}, [218] = {.lex_state = 51, .external_lex_state = 2}, [219] = {.lex_state = 51, .external_lex_state = 2}, [220] = {.lex_state = 51, .external_lex_state = 2}, [221] = {.lex_state = 51, .external_lex_state = 2}, [222] = {.lex_state = 51, .external_lex_state = 2}, [223] = {.lex_state = 51, .external_lex_state = 2}, [224] = {.lex_state = 51, .external_lex_state = 2}, [225] = {.lex_state = 51, .external_lex_state = 2}, [226] = {.lex_state = 51, .external_lex_state = 2}, [227] = {.lex_state = 51, .external_lex_state = 2}, [228] = {.lex_state = 51, .external_lex_state = 2}, [229] = {.lex_state = 51, .external_lex_state = 2}, [230] = {.lex_state = 51, .external_lex_state = 2}, [231] = {.lex_state = 51, .external_lex_state = 2}, [232] = {.lex_state = 51, .external_lex_state = 2}, [233] = {.lex_state = 51, .external_lex_state = 4}, [234] = {.lex_state = 51, .external_lex_state = 2}, [235] = {.lex_state = 51, .external_lex_state = 2}, [236] = {.lex_state = 51, .external_lex_state = 2}, [237] = {.lex_state = 51, .external_lex_state = 2}, [238] = {.lex_state = 51, .external_lex_state = 2}, [239] = {.lex_state = 51, .external_lex_state = 2}, [240] = {.lex_state = 51, .external_lex_state = 2}, [241] = {.lex_state = 51, .external_lex_state = 2}, [242] = {.lex_state = 51, .external_lex_state = 2}, [243] = {.lex_state = 51, .external_lex_state = 2}, [244] = {.lex_state = 51, .external_lex_state = 2}, [245] = {.lex_state = 51, .external_lex_state = 2}, [246] = {.lex_state = 51, .external_lex_state = 2}, [247] = {.lex_state = 51, .external_lex_state = 2}, [248] = {.lex_state = 51, .external_lex_state = 2}, [249] = {.lex_state = 51, .external_lex_state = 2}, [250] = {.lex_state = 51, .external_lex_state = 2}, [251] = {.lex_state = 51, .external_lex_state = 2}, [252] = {.lex_state = 51, .external_lex_state = 2}, [253] = {.lex_state = 51, .external_lex_state = 2}, [254] = {.lex_state = 51, .external_lex_state = 2}, [255] = {.lex_state = 51, .external_lex_state = 2}, [256] = {.lex_state = 51, .external_lex_state = 2}, [257] = {.lex_state = 51, .external_lex_state = 2}, [258] = {.lex_state = 51, .external_lex_state = 2}, [259] = {.lex_state = 51, .external_lex_state = 2}, [260] = {.lex_state = 51, .external_lex_state = 2}, [261] = {.lex_state = 51, .external_lex_state = 2}, [262] = {.lex_state = 51, .external_lex_state = 2}, [263] = {.lex_state = 51, .external_lex_state = 2}, [264] = {.lex_state = 51, .external_lex_state = 2}, [265] = {.lex_state = 51, .external_lex_state = 2}, [266] = {.lex_state = 51, .external_lex_state = 3}, [267] = {.lex_state = 51, .external_lex_state = 3}, [268] = {.lex_state = 51, .external_lex_state = 2}, [269] = {.lex_state = 51, .external_lex_state = 2}, [270] = {.lex_state = 51, .external_lex_state = 2}, [271] = {.lex_state = 51, .external_lex_state = 2}, [272] = {.lex_state = 51, .external_lex_state = 2}, [273] = {.lex_state = 51, .external_lex_state = 2}, [274] = {.lex_state = 51, .external_lex_state = 2}, [275] = {.lex_state = 51, .external_lex_state = 3}, [276] = {.lex_state = 51, .external_lex_state = 2}, [277] = {.lex_state = 51, .external_lex_state = 2}, [278] = {.lex_state = 51, .external_lex_state = 2}, [279] = {.lex_state = 51, .external_lex_state = 2}, [280] = {.lex_state = 51, .external_lex_state = 2}, [281] = {.lex_state = 51, .external_lex_state = 2}, [282] = {.lex_state = 51, .external_lex_state = 2}, [283] = {.lex_state = 51, .external_lex_state = 3}, [284] = {.lex_state = 51, .external_lex_state = 2}, [285] = {.lex_state = 51, .external_lex_state = 2}, [286] = {.lex_state = 51, .external_lex_state = 2}, [287] = {.lex_state = 51, .external_lex_state = 2}, [288] = {.lex_state = 51, .external_lex_state = 2}, [289] = {.lex_state = 51, .external_lex_state = 2}, [290] = {.lex_state = 51, .external_lex_state = 2}, [291] = {.lex_state = 51, .external_lex_state = 4}, [292] = {.lex_state = 51, .external_lex_state = 2}, [293] = {.lex_state = 51, .external_lex_state = 2}, [294] = {.lex_state = 51, .external_lex_state = 2}, [295] = {.lex_state = 51, .external_lex_state = 2}, [296] = {.lex_state = 51, .external_lex_state = 4}, [297] = {.lex_state = 51, .external_lex_state = 2}, [298] = {.lex_state = 51, .external_lex_state = 2}, [299] = {.lex_state = 51, .external_lex_state = 2}, [300] = {.lex_state = 51, .external_lex_state = 4}, [301] = {.lex_state = 51, .external_lex_state = 4}, [302] = {.lex_state = 51, .external_lex_state = 2}, [303] = {.lex_state = 51, .external_lex_state = 2}, [304] = {.lex_state = 51, .external_lex_state = 2}, [305] = {.lex_state = 51, .external_lex_state = 2}, [306] = {.lex_state = 51, .external_lex_state = 2}, [307] = {.lex_state = 51, .external_lex_state = 2}, [308] = {.lex_state = 51, .external_lex_state = 2}, [309] = {.lex_state = 51, .external_lex_state = 2}, [310] = {.lex_state = 51, .external_lex_state = 2}, [311] = {.lex_state = 51, .external_lex_state = 2}, [312] = {.lex_state = 51, .external_lex_state = 2}, [313] = {.lex_state = 16}, [314] = {.lex_state = 51, .external_lex_state = 2}, [315] = {.lex_state = 51, .external_lex_state = 2}, [316] = {.lex_state = 51, .external_lex_state = 3}, [317] = {.lex_state = 16}, [318] = {.lex_state = 51, .external_lex_state = 3}, [319] = {.lex_state = 51, .external_lex_state = 2}, [320] = {.lex_state = 51, .external_lex_state = 3}, [321] = {.lex_state = 51, .external_lex_state = 3}, [322] = {.lex_state = 51, .external_lex_state = 3}, [323] = {.lex_state = 51, .external_lex_state = 2}, [324] = {.lex_state = 51, .external_lex_state = 3}, [325] = {.lex_state = 51, .external_lex_state = 3}, [326] = {.lex_state = 51, .external_lex_state = 2}, [327] = {.lex_state = 51, .external_lex_state = 2}, [328] = {.lex_state = 51, .external_lex_state = 2}, [329] = {.lex_state = 51, .external_lex_state = 2}, [330] = {.lex_state = 51, .external_lex_state = 3}, [331] = {.lex_state = 51, .external_lex_state = 3}, [332] = {.lex_state = 51, .external_lex_state = 2}, [333] = {.lex_state = 51, .external_lex_state = 3}, [334] = {.lex_state = 51, .external_lex_state = 2}, [335] = {.lex_state = 51, .external_lex_state = 2}, [336] = {.lex_state = 51, .external_lex_state = 2}, [337] = {.lex_state = 51, .external_lex_state = 3}, [338] = {.lex_state = 51, .external_lex_state = 2}, [339] = {.lex_state = 51, .external_lex_state = 2}, [340] = {.lex_state = 51, .external_lex_state = 2}, [341] = {.lex_state = 51, .external_lex_state = 2}, [342] = {.lex_state = 51, .external_lex_state = 2}, [343] = {.lex_state = 51, .external_lex_state = 2}, [344] = {.lex_state = 51, .external_lex_state = 2}, [345] = {.lex_state = 51, .external_lex_state = 2}, [346] = {.lex_state = 51, .external_lex_state = 2}, [347] = {.lex_state = 16, .external_lex_state = 6}, [348] = {.lex_state = 51, .external_lex_state = 2}, [349] = {.lex_state = 51, .external_lex_state = 2}, [350] = {.lex_state = 51, .external_lex_state = 3}, [351] = {.lex_state = 51, .external_lex_state = 2}, [352] = {.lex_state = 51, .external_lex_state = 2}, [353] = {.lex_state = 51, .external_lex_state = 2}, [354] = {.lex_state = 51, .external_lex_state = 2}, [355] = {.lex_state = 51, .external_lex_state = 2}, [356] = {.lex_state = 51, .external_lex_state = 2}, [357] = {.lex_state = 51, .external_lex_state = 2}, [358] = {.lex_state = 51, .external_lex_state = 2}, [359] = {.lex_state = 51, .external_lex_state = 2}, [360] = {.lex_state = 51, .external_lex_state = 2}, [361] = {.lex_state = 51, .external_lex_state = 2}, [362] = {.lex_state = 51, .external_lex_state = 2}, [363] = {.lex_state = 51, .external_lex_state = 2}, [364] = {.lex_state = 51, .external_lex_state = 2}, [365] = {.lex_state = 51, .external_lex_state = 2}, [366] = {.lex_state = 51, .external_lex_state = 2}, [367] = {.lex_state = 51, .external_lex_state = 2}, [368] = {.lex_state = 51, .external_lex_state = 2}, [369] = {.lex_state = 51, .external_lex_state = 2}, [370] = {.lex_state = 51, .external_lex_state = 2}, [371] = {.lex_state = 51, .external_lex_state = 2}, [372] = {.lex_state = 51, .external_lex_state = 2}, [373] = {.lex_state = 51, .external_lex_state = 2}, [374] = {.lex_state = 51, .external_lex_state = 2}, [375] = {.lex_state = 51, .external_lex_state = 2}, [376] = {.lex_state = 51, .external_lex_state = 2}, [377] = {.lex_state = 51, .external_lex_state = 2}, [378] = {.lex_state = 51, .external_lex_state = 2}, [379] = {.lex_state = 51, .external_lex_state = 2}, [380] = {.lex_state = 51, .external_lex_state = 2}, [381] = {.lex_state = 51, .external_lex_state = 2}, [382] = {.lex_state = 51, .external_lex_state = 2}, [383] = {.lex_state = 51, .external_lex_state = 2}, [384] = {.lex_state = 51, .external_lex_state = 2}, [385] = {.lex_state = 51, .external_lex_state = 2}, [386] = {.lex_state = 51, .external_lex_state = 2}, [387] = {.lex_state = 51, .external_lex_state = 2}, [388] = {.lex_state = 51, .external_lex_state = 2}, [389] = {.lex_state = 51, .external_lex_state = 2}, [390] = {.lex_state = 51, .external_lex_state = 2}, [391] = {.lex_state = 51, .external_lex_state = 2}, [392] = {.lex_state = 51, .external_lex_state = 2}, [393] = {.lex_state = 51, .external_lex_state = 2}, [394] = {.lex_state = 51, .external_lex_state = 2}, [395] = {.lex_state = 51, .external_lex_state = 2}, [396] = {.lex_state = 51, .external_lex_state = 2}, [397] = {.lex_state = 51, .external_lex_state = 2}, [398] = {.lex_state = 51, .external_lex_state = 2}, [399] = {.lex_state = 51, .external_lex_state = 2}, [400] = {.lex_state = 51, .external_lex_state = 2}, [401] = {.lex_state = 51, .external_lex_state = 2}, [402] = {.lex_state = 51, .external_lex_state = 2}, [403] = {.lex_state = 51, .external_lex_state = 2}, [404] = {.lex_state = 51, .external_lex_state = 2}, [405] = {.lex_state = 51, .external_lex_state = 2}, [406] = {.lex_state = 51, .external_lex_state = 2}, [407] = {.lex_state = 51, .external_lex_state = 2}, [408] = {.lex_state = 51, .external_lex_state = 2}, [409] = {.lex_state = 51, .external_lex_state = 2}, [410] = {.lex_state = 51, .external_lex_state = 2}, [411] = {.lex_state = 51, .external_lex_state = 2}, [412] = {.lex_state = 51, .external_lex_state = 2}, [413] = {.lex_state = 51, .external_lex_state = 2}, [414] = {.lex_state = 51, .external_lex_state = 2}, [415] = {.lex_state = 51, .external_lex_state = 2}, [416] = {.lex_state = 51, .external_lex_state = 2}, [417] = {.lex_state = 51, .external_lex_state = 2}, [418] = {.lex_state = 51, .external_lex_state = 2}, [419] = {.lex_state = 51, .external_lex_state = 2}, [420] = {.lex_state = 51, .external_lex_state = 2}, [421] = {.lex_state = 51, .external_lex_state = 2}, [422] = {.lex_state = 51, .external_lex_state = 2}, [423] = {.lex_state = 51, .external_lex_state = 2}, [424] = {.lex_state = 51, .external_lex_state = 2}, [425] = {.lex_state = 51, .external_lex_state = 2}, [426] = {.lex_state = 51, .external_lex_state = 2}, [427] = {.lex_state = 51, .external_lex_state = 2}, [428] = {.lex_state = 51, .external_lex_state = 2}, [429] = {.lex_state = 51, .external_lex_state = 2}, [430] = {.lex_state = 51, .external_lex_state = 2}, [431] = {.lex_state = 51, .external_lex_state = 2}, [432] = {.lex_state = 51, .external_lex_state = 2}, [433] = {.lex_state = 51, .external_lex_state = 2}, [434] = {.lex_state = 51, .external_lex_state = 2}, [435] = {.lex_state = 51, .external_lex_state = 2}, [436] = {.lex_state = 51, .external_lex_state = 2}, [437] = {.lex_state = 16, .external_lex_state = 6}, [438] = {.lex_state = 51, .external_lex_state = 2}, [439] = {.lex_state = 51, .external_lex_state = 3}, [440] = {.lex_state = 51, .external_lex_state = 3}, [441] = {.lex_state = 51, .external_lex_state = 2}, [442] = {.lex_state = 51, .external_lex_state = 2}, [443] = {.lex_state = 51, .external_lex_state = 2}, [444] = {.lex_state = 51, .external_lex_state = 3}, [445] = {.lex_state = 51, .external_lex_state = 2}, [446] = {.lex_state = 51, .external_lex_state = 2}, [447] = {.lex_state = 51, .external_lex_state = 2}, [448] = {.lex_state = 51, .external_lex_state = 3}, [449] = {.lex_state = 51, .external_lex_state = 2}, [450] = {.lex_state = 51, .external_lex_state = 2}, [451] = {.lex_state = 51, .external_lex_state = 2}, [452] = {.lex_state = 16, .external_lex_state = 7}, [453] = {.lex_state = 16, .external_lex_state = 6}, [454] = {.lex_state = 51, .external_lex_state = 3}, [455] = {.lex_state = 51, .external_lex_state = 2}, [456] = {.lex_state = 51, .external_lex_state = 3}, [457] = {.lex_state = 51, .external_lex_state = 2}, [458] = {.lex_state = 51, .external_lex_state = 3}, [459] = {.lex_state = 51, .external_lex_state = 3}, [460] = {.lex_state = 51, .external_lex_state = 3}, [461] = {.lex_state = 51, .external_lex_state = 2}, [462] = {.lex_state = 51, .external_lex_state = 3}, [463] = {.lex_state = 51, .external_lex_state = 3}, [464] = {.lex_state = 51, .external_lex_state = 3}, [465] = {.lex_state = 51, .external_lex_state = 2}, [466] = {.lex_state = 51, .external_lex_state = 2}, [467] = {.lex_state = 51, .external_lex_state = 2}, [468] = {.lex_state = 51, .external_lex_state = 2}, [469] = {.lex_state = 16, .external_lex_state = 6}, [470] = {.lex_state = 16}, [471] = {.lex_state = 51, .external_lex_state = 2}, [472] = {.lex_state = 51, .external_lex_state = 2}, [473] = {.lex_state = 51, .external_lex_state = 2}, [474] = {.lex_state = 51, .external_lex_state = 2}, [475] = {.lex_state = 51, .external_lex_state = 2}, [476] = {.lex_state = 51, .external_lex_state = 2}, [477] = {.lex_state = 51, .external_lex_state = 3}, [478] = {.lex_state = 51, .external_lex_state = 2}, [479] = {.lex_state = 51, .external_lex_state = 3}, [480] = {.lex_state = 51, .external_lex_state = 3}, [481] = {.lex_state = 51, .external_lex_state = 2}, [482] = {.lex_state = 51, .external_lex_state = 3}, [483] = {.lex_state = 51, .external_lex_state = 2}, [484] = {.lex_state = 51, .external_lex_state = 3}, [485] = {.lex_state = 51, .external_lex_state = 3}, [486] = {.lex_state = 51, .external_lex_state = 3}, [487] = {.lex_state = 51, .external_lex_state = 3}, [488] = {.lex_state = 51, .external_lex_state = 3}, [489] = {.lex_state = 51, .external_lex_state = 3}, [490] = {.lex_state = 51, .external_lex_state = 2}, [491] = {.lex_state = 51, .external_lex_state = 3}, [492] = {.lex_state = 16, .external_lex_state = 6}, [493] = {.lex_state = 51, .external_lex_state = 2}, [494] = {.lex_state = 16, .external_lex_state = 6}, [495] = {.lex_state = 51, .external_lex_state = 2}, [496] = {.lex_state = 51, .external_lex_state = 2}, [497] = {.lex_state = 51, .external_lex_state = 3}, [498] = {.lex_state = 51, .external_lex_state = 2}, [499] = {.lex_state = 16, .external_lex_state = 6}, [500] = {.lex_state = 51, .external_lex_state = 3}, [501] = {.lex_state = 51, .external_lex_state = 2}, [502] = {.lex_state = 51, .external_lex_state = 3}, [503] = {.lex_state = 16, .external_lex_state = 6}, [504] = {.lex_state = 51, .external_lex_state = 3}, [505] = {.lex_state = 51, .external_lex_state = 3}, [506] = {.lex_state = 51, .external_lex_state = 2}, [507] = {.lex_state = 51, .external_lex_state = 3}, [508] = {.lex_state = 51, .external_lex_state = 2}, [509] = {.lex_state = 51, .external_lex_state = 2}, [510] = {.lex_state = 51, .external_lex_state = 2}, [511] = {.lex_state = 51, .external_lex_state = 2}, [512] = {.lex_state = 51, .external_lex_state = 2}, [513] = {.lex_state = 51, .external_lex_state = 2}, [514] = {.lex_state = 51, .external_lex_state = 3}, [515] = {.lex_state = 16, .external_lex_state = 6}, [516] = {.lex_state = 51, .external_lex_state = 2}, [517] = {.lex_state = 51, .external_lex_state = 2}, [518] = {.lex_state = 51, .external_lex_state = 2}, [519] = {.lex_state = 51, .external_lex_state = 2}, [520] = {.lex_state = 51, .external_lex_state = 2}, [521] = {.lex_state = 51, .external_lex_state = 2}, [522] = {.lex_state = 51, .external_lex_state = 2}, [523] = {.lex_state = 51, .external_lex_state = 2}, [524] = {.lex_state = 16, .external_lex_state = 6}, [525] = {.lex_state = 51, .external_lex_state = 2}, [526] = {.lex_state = 51, .external_lex_state = 2}, [527] = {.lex_state = 51, .external_lex_state = 2}, [528] = {.lex_state = 51, .external_lex_state = 2}, [529] = {.lex_state = 51, .external_lex_state = 2}, [530] = {.lex_state = 51, .external_lex_state = 2}, [531] = {.lex_state = 51, .external_lex_state = 2}, [532] = {.lex_state = 51, .external_lex_state = 2}, [533] = {.lex_state = 51, .external_lex_state = 2}, [534] = {.lex_state = 51, .external_lex_state = 3}, [535] = {.lex_state = 51, .external_lex_state = 2}, [536] = {.lex_state = 51, .external_lex_state = 2}, [537] = {.lex_state = 51, .external_lex_state = 2}, [538] = {.lex_state = 51, .external_lex_state = 2}, [539] = {.lex_state = 51, .external_lex_state = 2}, [540] = {.lex_state = 51, .external_lex_state = 3}, [541] = {.lex_state = 51, .external_lex_state = 2}, [542] = {.lex_state = 51, .external_lex_state = 2}, [543] = {.lex_state = 51, .external_lex_state = 2}, [544] = {.lex_state = 51, .external_lex_state = 3}, [545] = {.lex_state = 51, .external_lex_state = 3}, [546] = {.lex_state = 51, .external_lex_state = 3}, [547] = {.lex_state = 51, .external_lex_state = 2}, [548] = {.lex_state = 51, .external_lex_state = 2}, [549] = {.lex_state = 51, .external_lex_state = 3}, [550] = {.lex_state = 51, .external_lex_state = 2}, [551] = {.lex_state = 51, .external_lex_state = 3}, [552] = {.lex_state = 51, .external_lex_state = 3}, [553] = {.lex_state = 51, .external_lex_state = 2}, [554] = {.lex_state = 51, .external_lex_state = 3}, [555] = {.lex_state = 51, .external_lex_state = 2}, [556] = {.lex_state = 51, .external_lex_state = 3}, [557] = {.lex_state = 51, .external_lex_state = 2}, [558] = {.lex_state = 51, .external_lex_state = 2}, [559] = {.lex_state = 51, .external_lex_state = 3}, [560] = {.lex_state = 51, .external_lex_state = 3}, [561] = {.lex_state = 51, .external_lex_state = 3}, [562] = {.lex_state = 51, .external_lex_state = 3}, [563] = {.lex_state = 51, .external_lex_state = 3}, [564] = {.lex_state = 51, .external_lex_state = 2}, [565] = {.lex_state = 51, .external_lex_state = 3}, [566] = {.lex_state = 51, .external_lex_state = 2}, [567] = {.lex_state = 51, .external_lex_state = 3}, [568] = {.lex_state = 51, .external_lex_state = 3}, [569] = {.lex_state = 51, .external_lex_state = 3}, [570] = {.lex_state = 51, .external_lex_state = 3}, [571] = {.lex_state = 51, .external_lex_state = 3}, [572] = {.lex_state = 51, .external_lex_state = 3}, [573] = {.lex_state = 51, .external_lex_state = 3}, [574] = {.lex_state = 51, .external_lex_state = 3}, [575] = {.lex_state = 51, .external_lex_state = 3}, [576] = {.lex_state = 51, .external_lex_state = 3}, [577] = {.lex_state = 51, .external_lex_state = 3}, [578] = {.lex_state = 51, .external_lex_state = 3}, [579] = {.lex_state = 51, .external_lex_state = 3}, [580] = {.lex_state = 51, .external_lex_state = 3}, [581] = {.lex_state = 51, .external_lex_state = 3}, [582] = {.lex_state = 51, .external_lex_state = 2}, [583] = {.lex_state = 51, .external_lex_state = 3}, [584] = {.lex_state = 51, .external_lex_state = 3}, [585] = {.lex_state = 51, .external_lex_state = 3}, [586] = {.lex_state = 51, .external_lex_state = 3}, [587] = {.lex_state = 51, .external_lex_state = 3}, [588] = {.lex_state = 51, .external_lex_state = 3}, [589] = {.lex_state = 51, .external_lex_state = 2}, [590] = {.lex_state = 51, .external_lex_state = 3}, [591] = {.lex_state = 51, .external_lex_state = 3}, [592] = {.lex_state = 51, .external_lex_state = 3}, [593] = {.lex_state = 51, .external_lex_state = 2}, [594] = {.lex_state = 51, .external_lex_state = 2}, [595] = {.lex_state = 51, .external_lex_state = 3}, [596] = {.lex_state = 51, .external_lex_state = 3}, [597] = {.lex_state = 51, .external_lex_state = 3}, [598] = {.lex_state = 51, .external_lex_state = 3}, [599] = {.lex_state = 51, .external_lex_state = 3}, [600] = {.lex_state = 51, .external_lex_state = 2}, [601] = {.lex_state = 51, .external_lex_state = 2}, [602] = {.lex_state = 51, .external_lex_state = 3}, [603] = {.lex_state = 51, .external_lex_state = 3}, [604] = {.lex_state = 51, .external_lex_state = 2}, [605] = {.lex_state = 51, .external_lex_state = 2}, [606] = {.lex_state = 51, .external_lex_state = 2}, [607] = {.lex_state = 51, .external_lex_state = 2}, [608] = {.lex_state = 51, .external_lex_state = 2}, [609] = {.lex_state = 51, .external_lex_state = 2}, [610] = {.lex_state = 51, .external_lex_state = 2}, [611] = {.lex_state = 51, .external_lex_state = 2}, [612] = {.lex_state = 51, .external_lex_state = 2}, [613] = {.lex_state = 51, .external_lex_state = 2}, [614] = {.lex_state = 16, .external_lex_state = 6}, [615] = {.lex_state = 51, .external_lex_state = 2}, [616] = {.lex_state = 51, .external_lex_state = 3}, [617] = {.lex_state = 16}, [618] = {.lex_state = 16}, [619] = {.lex_state = 51, .external_lex_state = 2}, [620] = {.lex_state = 51, .external_lex_state = 2}, [621] = {.lex_state = 51, .external_lex_state = 2}, [622] = {.lex_state = 51, .external_lex_state = 2}, [623] = {.lex_state = 51, .external_lex_state = 2}, [624] = {.lex_state = 51, .external_lex_state = 2}, [625] = {.lex_state = 51, .external_lex_state = 2}, [626] = {.lex_state = 51, .external_lex_state = 2}, [627] = {.lex_state = 16, .external_lex_state = 8}, [628] = {.lex_state = 51, .external_lex_state = 2}, [629] = {.lex_state = 51, .external_lex_state = 2}, [630] = {.lex_state = 51, .external_lex_state = 2}, [631] = {.lex_state = 51, .external_lex_state = 2}, [632] = {.lex_state = 51, .external_lex_state = 2}, [633] = {.lex_state = 51, .external_lex_state = 2}, [634] = {.lex_state = 51, .external_lex_state = 2}, [635] = {.lex_state = 51, .external_lex_state = 2}, [636] = {.lex_state = 51, .external_lex_state = 2}, [637] = {.lex_state = 51, .external_lex_state = 2}, [638] = {.lex_state = 51, .external_lex_state = 2}, [639] = {.lex_state = 51, .external_lex_state = 2}, [640] = {.lex_state = 51, .external_lex_state = 2}, [641] = {.lex_state = 51, .external_lex_state = 2}, [642] = {.lex_state = 51, .external_lex_state = 2}, [643] = {.lex_state = 51, .external_lex_state = 2}, [644] = {.lex_state = 51, .external_lex_state = 2}, [645] = {.lex_state = 51, .external_lex_state = 2}, [646] = {.lex_state = 51, .external_lex_state = 2}, [647] = {.lex_state = 51, .external_lex_state = 2}, [648] = {.lex_state = 51, .external_lex_state = 2}, [649] = {.lex_state = 51, .external_lex_state = 2}, [650] = {.lex_state = 51, .external_lex_state = 2}, [651] = {.lex_state = 51, .external_lex_state = 2}, [652] = {.lex_state = 51, .external_lex_state = 2}, [653] = {.lex_state = 51, .external_lex_state = 2}, [654] = {.lex_state = 51, .external_lex_state = 2}, [655] = {.lex_state = 51, .external_lex_state = 2}, [656] = {.lex_state = 51, .external_lex_state = 2}, [657] = {.lex_state = 51, .external_lex_state = 2}, [658] = {.lex_state = 51, .external_lex_state = 2}, [659] = {.lex_state = 51, .external_lex_state = 2}, [660] = {.lex_state = 51, .external_lex_state = 2}, [661] = {.lex_state = 51, .external_lex_state = 2}, [662] = {.lex_state = 51, .external_lex_state = 2}, [663] = {.lex_state = 51, .external_lex_state = 2}, [664] = {.lex_state = 51, .external_lex_state = 2}, [665] = {.lex_state = 51, .external_lex_state = 2}, [666] = {.lex_state = 51, .external_lex_state = 2}, [667] = {.lex_state = 51, .external_lex_state = 2}, [668] = {.lex_state = 51, .external_lex_state = 2}, [669] = {.lex_state = 51, .external_lex_state = 2}, [670] = {.lex_state = 51, .external_lex_state = 2}, [671] = {.lex_state = 51, .external_lex_state = 2}, [672] = {.lex_state = 51, .external_lex_state = 2}, [673] = {.lex_state = 51, .external_lex_state = 2}, [674] = {.lex_state = 51, .external_lex_state = 2}, [675] = {.lex_state = 51, .external_lex_state = 2}, [676] = {.lex_state = 51, .external_lex_state = 2}, [677] = {.lex_state = 51, .external_lex_state = 2}, [678] = {.lex_state = 51, .external_lex_state = 2}, [679] = {.lex_state = 51, .external_lex_state = 2}, [680] = {.lex_state = 51, .external_lex_state = 2}, [681] = {.lex_state = 51, .external_lex_state = 2}, [682] = {.lex_state = 51, .external_lex_state = 2}, [683] = {.lex_state = 51, .external_lex_state = 2}, [684] = {.lex_state = 51, .external_lex_state = 2}, [685] = {.lex_state = 16, .external_lex_state = 9}, [686] = {.lex_state = 51, .external_lex_state = 2}, [687] = {.lex_state = 51, .external_lex_state = 2}, [688] = {.lex_state = 51, .external_lex_state = 2}, [689] = {.lex_state = 51, .external_lex_state = 2}, [690] = {.lex_state = 16, .external_lex_state = 9}, [691] = {.lex_state = 51, .external_lex_state = 2}, [692] = {.lex_state = 51, .external_lex_state = 2}, [693] = {.lex_state = 16, .external_lex_state = 8}, [694] = {.lex_state = 16, .external_lex_state = 9}, [695] = {.lex_state = 51, .external_lex_state = 2}, [696] = {.lex_state = 51, .external_lex_state = 2}, [697] = {.lex_state = 51, .external_lex_state = 2}, [698] = {.lex_state = 16, .external_lex_state = 8}, [699] = {.lex_state = 51, .external_lex_state = 2}, [700] = {.lex_state = 16, .external_lex_state = 8}, [701] = {.lex_state = 16, .external_lex_state = 8}, [702] = {.lex_state = 16, .external_lex_state = 9}, [703] = {.lex_state = 16, .external_lex_state = 9}, [704] = {.lex_state = 16}, [705] = {.lex_state = 16}, [706] = {.lex_state = 16}, [707] = {.lex_state = 16}, [708] = {.lex_state = 16}, [709] = {.lex_state = 16}, [710] = {.lex_state = 16}, [711] = {.lex_state = 16}, [712] = {.lex_state = 16}, [713] = {.lex_state = 16}, [714] = {.lex_state = 16}, [715] = {.lex_state = 16}, [716] = {.lex_state = 16}, [717] = {.lex_state = 16}, [718] = {.lex_state = 16}, [719] = {.lex_state = 16}, [720] = {.lex_state = 16}, [721] = {.lex_state = 16}, [722] = {.lex_state = 16}, [723] = {.lex_state = 16}, [724] = {.lex_state = 16}, [725] = {.lex_state = 16}, [726] = {.lex_state = 16}, [727] = {.lex_state = 16}, [728] = {.lex_state = 16}, [729] = {.lex_state = 16}, [730] = {.lex_state = 16}, [731] = {.lex_state = 16}, [732] = {.lex_state = 16}, [733] = {.lex_state = 16}, [734] = {.lex_state = 16}, [735] = {.lex_state = 16}, [736] = {.lex_state = 15}, [737] = {.lex_state = 15}, [738] = {.lex_state = 16}, [739] = {.lex_state = 16}, [740] = {.lex_state = 16}, [741] = {.lex_state = 16}, [742] = {.lex_state = 16}, [743] = {.lex_state = 16}, [744] = {.lex_state = 16}, [745] = {.lex_state = 16}, [746] = {.lex_state = 16}, [747] = {.lex_state = 16}, [748] = {.lex_state = 16}, [749] = {.lex_state = 16, .external_lex_state = 9}, [750] = {.lex_state = 16, .external_lex_state = 8}, [751] = {.lex_state = 16}, [752] = {.lex_state = 16}, [753] = {.lex_state = 16, .external_lex_state = 9}, [754] = {.lex_state = 16, .external_lex_state = 8}, [755] = {.lex_state = 16}, [756] = {.lex_state = 16}, [757] = {.lex_state = 16}, [758] = {.lex_state = 16}, [759] = {.lex_state = 16}, [760] = {.lex_state = 16}, [761] = {.lex_state = 16}, [762] = {.lex_state = 16}, [763] = {.lex_state = 16}, [764] = {.lex_state = 16}, [765] = {.lex_state = 16}, [766] = {.lex_state = 16}, [767] = {.lex_state = 16}, [768] = {.lex_state = 15, .external_lex_state = 9}, [769] = {.lex_state = 15, .external_lex_state = 8}, [770] = {.lex_state = 16, .external_lex_state = 7}, [771] = {.lex_state = 16, .external_lex_state = 10}, [772] = {.lex_state = 16, .external_lex_state = 10}, [773] = {.lex_state = 16, .external_lex_state = 6}, [774] = {.lex_state = 16}, [775] = {.lex_state = 16}, [776] = {.lex_state = 16, .external_lex_state = 7}, [777] = {.lex_state = 16, .external_lex_state = 10}, [778] = {.lex_state = 16}, [779] = {.lex_state = 16, .external_lex_state = 7}, [780] = {.lex_state = 15}, [781] = {.lex_state = 15, .external_lex_state = 9}, [782] = {.lex_state = 15, .external_lex_state = 8}, [783] = {.lex_state = 16}, [784] = {.lex_state = 15, .external_lex_state = 9}, [785] = {.lex_state = 15, .external_lex_state = 8}, [786] = {.lex_state = 16}, [787] = {.lex_state = 16}, [788] = {.lex_state = 16, .external_lex_state = 6}, [789] = {.lex_state = 16}, [790] = {.lex_state = 16, .external_lex_state = 9}, [791] = {.lex_state = 16, .external_lex_state = 8}, [792] = {.lex_state = 16, .external_lex_state = 9}, [793] = {.lex_state = 16, .external_lex_state = 8}, [794] = {.lex_state = 16, .external_lex_state = 9}, [795] = {.lex_state = 16, .external_lex_state = 8}, [796] = {.lex_state = 16, .external_lex_state = 6}, [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, .external_lex_state = 6}, [801] = {.lex_state = 16, .external_lex_state = 6}, [802] = {.lex_state = 16, .external_lex_state = 6}, [803] = {.lex_state = 16, .external_lex_state = 6}, [804] = {.lex_state = 15}, [805] = {.lex_state = 15}, [806] = {.lex_state = 16, .external_lex_state = 6}, [807] = {.lex_state = 16, .external_lex_state = 6}, [808] = {.lex_state = 16}, [809] = {.lex_state = 15}, [810] = {.lex_state = 15}, [811] = {.lex_state = 15}, [812] = {.lex_state = 15}, [813] = {.lex_state = 15}, [814] = {.lex_state = 15}, [815] = {.lex_state = 15}, [816] = {.lex_state = 15}, [817] = {.lex_state = 15}, [818] = {.lex_state = 16, .external_lex_state = 6}, [819] = {.lex_state = 16}, [820] = {.lex_state = 16}, [821] = {.lex_state = 16}, [822] = {.lex_state = 16}, [823] = {.lex_state = 16}, [824] = {.lex_state = 16}, [825] = {.lex_state = 16}, [826] = {.lex_state = 16}, [827] = {.lex_state = 16}, [828] = {.lex_state = 16}, [829] = {.lex_state = 16}, [830] = {.lex_state = 15}, [831] = {.lex_state = 16, .external_lex_state = 6}, [832] = {.lex_state = 15}, [833] = {.lex_state = 16}, [834] = {.lex_state = 15, .external_lex_state = 8}, [835] = {.lex_state = 16, .external_lex_state = 6}, [836] = {.lex_state = 15}, [837] = {.lex_state = 16}, [838] = {.lex_state = 16}, [839] = {.lex_state = 16}, [840] = {.lex_state = 15, .external_lex_state = 8}, [841] = {.lex_state = 51, .external_lex_state = 2}, [842] = {.lex_state = 16}, [843] = {.lex_state = 16, .external_lex_state = 7}, [844] = {.lex_state = 16}, [845] = {.lex_state = 16}, [846] = {.lex_state = 15, .external_lex_state = 9}, [847] = {.lex_state = 16, .external_lex_state = 10}, [848] = {.lex_state = 15, .external_lex_state = 9}, [849] = {.lex_state = 16}, [850] = {.lex_state = 16}, [851] = {.lex_state = 16}, [852] = {.lex_state = 16, .external_lex_state = 7}, [853] = {.lex_state = 16, .external_lex_state = 10}, [854] = {.lex_state = 16}, [855] = {.lex_state = 16}, [856] = {.lex_state = 16}, [857] = {.lex_state = 16}, [858] = {.lex_state = 16}, [859] = {.lex_state = 16}, [860] = {.lex_state = 16}, [861] = {.lex_state = 51, .external_lex_state = 2}, [862] = {.lex_state = 16}, [863] = {.lex_state = 16}, [864] = {.lex_state = 16}, [865] = {.lex_state = 16}, [866] = {.lex_state = 16}, [867] = {.lex_state = 16}, [868] = {.lex_state = 16}, [869] = {.lex_state = 51, .external_lex_state = 2}, [870] = {.lex_state = 51, .external_lex_state = 2}, [871] = {.lex_state = 16}, [872] = {.lex_state = 16}, [873] = {.lex_state = 16, .external_lex_state = 6}, [874] = {.lex_state = 15}, [875] = {.lex_state = 15}, [876] = {.lex_state = 15}, [877] = {.lex_state = 16, .external_lex_state = 6}, [878] = {.lex_state = 15}, [879] = {.lex_state = 15}, [880] = {.lex_state = 15}, [881] = {.lex_state = 15}, [882] = {.lex_state = 15}, [883] = {.lex_state = 15}, [884] = {.lex_state = 15}, [885] = {.lex_state = 15}, [886] = {.lex_state = 15}, [887] = {.lex_state = 15}, [888] = {.lex_state = 15}, [889] = {.lex_state = 15}, [890] = {.lex_state = 15}, [891] = {.lex_state = 15}, [892] = {.lex_state = 16}, [893] = {.lex_state = 16}, [894] = {.lex_state = 15}, [895] = {.lex_state = 16, .external_lex_state = 6}, [896] = {.lex_state = 51, .external_lex_state = 2}, [897] = {.lex_state = 51, .external_lex_state = 2}, [898] = {.lex_state = 16, .external_lex_state = 6}, [899] = {.lex_state = 15}, [900] = {.lex_state = 16, .external_lex_state = 6}, [901] = {.lex_state = 15}, [902] = {.lex_state = 15}, [903] = {.lex_state = 16, .external_lex_state = 6}, [904] = {.lex_state = 16, .external_lex_state = 6}, [905] = {.lex_state = 16, .external_lex_state = 6}, [906] = {.lex_state = 15}, [907] = {.lex_state = 16}, [908] = {.lex_state = 16, .external_lex_state = 6}, [909] = {.lex_state = 16, .external_lex_state = 6}, [910] = {.lex_state = 16, .external_lex_state = 6}, [911] = {.lex_state = 16, .external_lex_state = 6}, [912] = {.lex_state = 15}, [913] = {.lex_state = 16}, [914] = {.lex_state = 16}, [915] = {.lex_state = 16, .external_lex_state = 6}, [916] = {.lex_state = 16, .external_lex_state = 6}, [917] = {.lex_state = 16}, [918] = {.lex_state = 15}, [919] = {.lex_state = 16, .external_lex_state = 6}, [920] = {.lex_state = 16, .external_lex_state = 6}, [921] = {.lex_state = 16, .external_lex_state = 6}, [922] = {.lex_state = 16, .external_lex_state = 6}, [923] = {.lex_state = 16, .external_lex_state = 6}, [924] = {.lex_state = 16}, [925] = {.lex_state = 15}, [926] = {.lex_state = 16, .external_lex_state = 6}, [927] = {.lex_state = 16, .external_lex_state = 6}, [928] = {.lex_state = 16, .external_lex_state = 6}, [929] = {.lex_state = 16, .external_lex_state = 6}, [930] = {.lex_state = 16, .external_lex_state = 6}, [931] = {.lex_state = 51, .external_lex_state = 2}, [932] = {.lex_state = 16, .external_lex_state = 6}, [933] = {.lex_state = 15}, [934] = {.lex_state = 51, .external_lex_state = 2}, [935] = {.lex_state = 51, .external_lex_state = 2}, [936] = {.lex_state = 16, .external_lex_state = 6}, [937] = {.lex_state = 15}, [938] = {.lex_state = 15}, [939] = {.lex_state = 51, .external_lex_state = 2}, [940] = {.lex_state = 15}, [941] = {.lex_state = 16, .external_lex_state = 6}, [942] = {.lex_state = 16, .external_lex_state = 6}, [943] = {.lex_state = 16, .external_lex_state = 6}, [944] = {.lex_state = 15}, [945] = {.lex_state = 16, .external_lex_state = 6}, [946] = {.lex_state = 15}, [947] = {.lex_state = 16, .external_lex_state = 6}, [948] = {.lex_state = 15}, [949] = {.lex_state = 15}, [950] = {.lex_state = 16, .external_lex_state = 6}, [951] = {.lex_state = 16, .external_lex_state = 6}, [952] = {.lex_state = 16}, [953] = {.lex_state = 16}, [954] = {.lex_state = 16}, [955] = {.lex_state = 16}, [956] = {.lex_state = 16}, [957] = {.lex_state = 16}, [958] = {.lex_state = 16}, [959] = {.lex_state = 16}, [960] = {.lex_state = 16}, [961] = {.lex_state = 16}, [962] = {.lex_state = 16}, [963] = {.lex_state = 16}, [964] = {.lex_state = 16}, [965] = {.lex_state = 16}, [966] = {.lex_state = 16}, [967] = {.lex_state = 16}, [968] = {.lex_state = 16}, [969] = {.lex_state = 16}, [970] = {.lex_state = 16}, [971] = {.lex_state = 16}, [972] = {.lex_state = 16}, [973] = {.lex_state = 16}, [974] = {.lex_state = 16}, [975] = {.lex_state = 16}, [976] = {.lex_state = 16}, [977] = {.lex_state = 16}, [978] = {.lex_state = 16}, [979] = {.lex_state = 16}, [980] = {.lex_state = 16}, [981] = {.lex_state = 51, .external_lex_state = 2}, [982] = {.lex_state = 51, .external_lex_state = 2}, [983] = {.lex_state = 51, .external_lex_state = 2}, [984] = {.lex_state = 16}, [985] = {.lex_state = 16}, [986] = {.lex_state = 16}, [987] = {.lex_state = 51, .external_lex_state = 2}, [988] = {.lex_state = 16}, [989] = {.lex_state = 16}, [990] = {.lex_state = 16}, [991] = {.lex_state = 51, .external_lex_state = 2}, [992] = {.lex_state = 51, .external_lex_state = 2}, [993] = {.lex_state = 51, .external_lex_state = 2}, [994] = {.lex_state = 51, .external_lex_state = 2}, [995] = {.lex_state = 51, .external_lex_state = 2}, [996] = {.lex_state = 0}, [997] = {.lex_state = 51}, [998] = {.lex_state = 0}, [999] = {.lex_state = 51}, [1000] = {.lex_state = 51}, [1001] = {.lex_state = 0, .external_lex_state = 6}, [1002] = {.lex_state = 51}, [1003] = {.lex_state = 14}, [1004] = {.lex_state = 14}, [1005] = {.lex_state = 51}, [1006] = {.lex_state = 51, .external_lex_state = 2}, [1007] = {.lex_state = 51, .external_lex_state = 2}, [1008] = {.lex_state = 0, .external_lex_state = 6}, [1009] = {.lex_state = 51}, [1010] = {.lex_state = 51, .external_lex_state = 2}, [1011] = {.lex_state = 16}, [1012] = {.lex_state = 51}, [1013] = {.lex_state = 16}, [1014] = {.lex_state = 51}, [1015] = {.lex_state = 51}, [1016] = {.lex_state = 51}, [1017] = {.lex_state = 16}, [1018] = {.lex_state = 51}, [1019] = {.lex_state = 51}, [1020] = {.lex_state = 51}, [1021] = {.lex_state = 51}, [1022] = {.lex_state = 51}, [1023] = {.lex_state = 51}, [1024] = {.lex_state = 51}, [1025] = {.lex_state = 51}, [1026] = {.lex_state = 51}, [1027] = {.lex_state = 51}, [1028] = {.lex_state = 0}, [1029] = {.lex_state = 51, .external_lex_state = 2}, [1030] = {.lex_state = 51}, [1031] = {.lex_state = 0}, [1032] = {.lex_state = 51}, [1033] = {.lex_state = 0}, [1034] = {.lex_state = 51}, [1035] = {.lex_state = 0}, [1036] = {.lex_state = 0}, [1037] = {.lex_state = 51}, [1038] = {.lex_state = 51}, [1039] = {.lex_state = 16}, [1040] = {.lex_state = 18, .external_lex_state = 11}, [1041] = {.lex_state = 51}, [1042] = {.lex_state = 16}, [1043] = {.lex_state = 51, .external_lex_state = 8}, [1044] = {.lex_state = 18, .external_lex_state = 11}, [1045] = {.lex_state = 18, .external_lex_state = 11}, [1046] = {.lex_state = 18, .external_lex_state = 11}, [1047] = {.lex_state = 51}, [1048] = {.lex_state = 0}, [1049] = {.lex_state = 18, .external_lex_state = 11}, [1050] = {.lex_state = 18, .external_lex_state = 11}, [1051] = {.lex_state = 18, .external_lex_state = 11}, [1052] = {.lex_state = 18, .external_lex_state = 11}, [1053] = {.lex_state = 16}, [1054] = {.lex_state = 18, .external_lex_state = 11}, [1055] = {.lex_state = 18, .external_lex_state = 11}, [1056] = {.lex_state = 18, .external_lex_state = 11}, [1057] = {.lex_state = 18, .external_lex_state = 11}, [1058] = {.lex_state = 18, .external_lex_state = 11}, [1059] = {.lex_state = 18, .external_lex_state = 11}, [1060] = {.lex_state = 18, .external_lex_state = 11}, [1061] = {.lex_state = 18, .external_lex_state = 11}, [1062] = {.lex_state = 18, .external_lex_state = 11}, [1063] = {.lex_state = 51}, [1064] = {.lex_state = 16}, [1065] = {.lex_state = 18, .external_lex_state = 11}, [1066] = {.lex_state = 18, .external_lex_state = 11}, [1067] = {.lex_state = 51}, [1068] = {.lex_state = 51, .external_lex_state = 9}, [1069] = {.lex_state = 0}, [1070] = {.lex_state = 0}, [1071] = {.lex_state = 51}, [1072] = {.lex_state = 0}, [1073] = {.lex_state = 0}, [1074] = {.lex_state = 0}, [1075] = {.lex_state = 0}, [1076] = {.lex_state = 51}, [1077] = {.lex_state = 0}, [1078] = {.lex_state = 51}, [1079] = {.lex_state = 51}, [1080] = {.lex_state = 0}, [1081] = {.lex_state = 51}, [1082] = {.lex_state = 0}, [1083] = {.lex_state = 0}, [1084] = {.lex_state = 0}, [1085] = {.lex_state = 51}, [1086] = {.lex_state = 0}, [1087] = {.lex_state = 0}, [1088] = {.lex_state = 51}, [1089] = {.lex_state = 51}, [1090] = {.lex_state = 0}, [1091] = {.lex_state = 0}, [1092] = {.lex_state = 0}, [1093] = {.lex_state = 0}, [1094] = {.lex_state = 0}, [1095] = {.lex_state = 0}, [1096] = {.lex_state = 51}, [1097] = {.lex_state = 0}, [1098] = {.lex_state = 0}, [1099] = {.lex_state = 0}, [1100] = {.lex_state = 0}, [1101] = {.lex_state = 51}, [1102] = {.lex_state = 51}, [1103] = {.lex_state = 14}, [1104] = {.lex_state = 0}, [1105] = {.lex_state = 51}, [1106] = {.lex_state = 0}, [1107] = {.lex_state = 14}, [1108] = {.lex_state = 0}, [1109] = {.lex_state = 51}, [1110] = {.lex_state = 51}, [1111] = {.lex_state = 51}, [1112] = {.lex_state = 0, .external_lex_state = 6}, [1113] = {.lex_state = 0}, [1114] = {.lex_state = 51}, [1115] = {.lex_state = 0, .external_lex_state = 6}, [1116] = {.lex_state = 51}, [1117] = {.lex_state = 51}, [1118] = {.lex_state = 0, .external_lex_state = 6}, [1119] = {.lex_state = 18, .external_lex_state = 11}, [1120] = {.lex_state = 14}, [1121] = {.lex_state = 0, .external_lex_state = 6}, [1122] = {.lex_state = 0}, [1123] = {.lex_state = 0, .external_lex_state = 6}, [1124] = {.lex_state = 51}, [1125] = {.lex_state = 51}, [1126] = {.lex_state = 0, .external_lex_state = 6}, [1127] = {.lex_state = 51}, [1128] = {.lex_state = 51}, [1129] = {.lex_state = 0, .external_lex_state = 6}, [1130] = {.lex_state = 51}, [1131] = {.lex_state = 14}, [1132] = {.lex_state = 51}, [1133] = {.lex_state = 51}, [1134] = {.lex_state = 51}, [1135] = {.lex_state = 0}, [1136] = {.lex_state = 51}, [1137] = {.lex_state = 0, .external_lex_state = 6}, [1138] = {.lex_state = 51}, [1139] = {.lex_state = 0, .external_lex_state = 6}, [1140] = {.lex_state = 51}, [1141] = {.lex_state = 51}, [1142] = {.lex_state = 51}, [1143] = {.lex_state = 51}, [1144] = {.lex_state = 51}, [1145] = {.lex_state = 14}, [1146] = {.lex_state = 0}, [1147] = {.lex_state = 0, .external_lex_state = 6}, [1148] = {.lex_state = 51}, [1149] = {.lex_state = 18, .external_lex_state = 11}, [1150] = {.lex_state = 51}, [1151] = {.lex_state = 51}, [1152] = {.lex_state = 14}, [1153] = {.lex_state = 51}, [1154] = {.lex_state = 51}, [1155] = {.lex_state = 51}, [1156] = {.lex_state = 51}, [1157] = {.lex_state = 51}, [1158] = {.lex_state = 51}, [1159] = {.lex_state = 14}, [1160] = {.lex_state = 16}, [1161] = {.lex_state = 0, .external_lex_state = 6}, [1162] = {.lex_state = 14}, [1163] = {.lex_state = 51}, [1164] = {.lex_state = 14}, [1165] = {.lex_state = 14}, [1166] = {.lex_state = 51}, [1167] = {.lex_state = 14}, [1168] = {.lex_state = 14}, [1169] = {.lex_state = 14}, [1170] = {.lex_state = 14}, [1171] = {.lex_state = 0}, [1172] = {.lex_state = 0}, [1173] = {.lex_state = 0}, [1174] = {.lex_state = 0}, [1175] = {.lex_state = 0}, [1176] = {.lex_state = 51}, [1177] = {.lex_state = 51}, [1178] = {.lex_state = 0}, [1179] = {.lex_state = 0}, [1180] = {.lex_state = 0}, [1181] = {.lex_state = 0, .external_lex_state = 6}, [1182] = {.lex_state = 51}, [1183] = {.lex_state = 0}, [1184] = {.lex_state = 0}, [1185] = {.lex_state = 0}, [1186] = {.lex_state = 0}, [1187] = {.lex_state = 0}, [1188] = {.lex_state = 51}, [1189] = {.lex_state = 51}, [1190] = {.lex_state = 51}, [1191] = {.lex_state = 0, .external_lex_state = 6}, [1192] = {.lex_state = 51}, [1193] = {.lex_state = 51}, [1194] = {.lex_state = 0}, [1195] = {.lex_state = 0}, [1196] = {.lex_state = 0}, [1197] = {.lex_state = 51}, [1198] = {.lex_state = 51}, [1199] = {.lex_state = 0}, [1200] = {.lex_state = 0}, [1201] = {.lex_state = 51}, [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 = 51}, [1209] = {.lex_state = 51}, [1210] = {.lex_state = 0, .external_lex_state = 6}, [1211] = {.lex_state = 0}, [1212] = {.lex_state = 0}, [1213] = {.lex_state = 16}, [1214] = {.lex_state = 51}, [1215] = {.lex_state = 0}, [1216] = {.lex_state = 0}, [1217] = {.lex_state = 0}, [1218] = {.lex_state = 0}, [1219] = {.lex_state = 0, .external_lex_state = 6}, [1220] = {.lex_state = 0, .external_lex_state = 6}, [1221] = {.lex_state = 14}, [1222] = {.lex_state = 0}, [1223] = {.lex_state = 0, .external_lex_state = 6}, [1224] = {.lex_state = 0}, [1225] = {.lex_state = 0, .external_lex_state = 6}, [1226] = {.lex_state = 0}, [1227] = {.lex_state = 0}, [1228] = {.lex_state = 0}, [1229] = {.lex_state = 0}, [1230] = {.lex_state = 0}, [1231] = {.lex_state = 51}, [1232] = {.lex_state = 0}, [1233] = {.lex_state = 51}, [1234] = {.lex_state = 0}, [1235] = {.lex_state = 0, .external_lex_state = 6}, [1236] = {.lex_state = 0}, [1237] = {.lex_state = 14}, [1238] = {.lex_state = 0}, [1239] = {.lex_state = 0, .external_lex_state = 6}, [1240] = {.lex_state = 51}, [1241] = {.lex_state = 0, .external_lex_state = 6}, [1242] = {.lex_state = 16, .external_lex_state = 6}, [1243] = {.lex_state = 51}, [1244] = {.lex_state = 51}, [1245] = {.lex_state = 16, .external_lex_state = 6}, [1246] = {.lex_state = 51}, [1247] = {.lex_state = 0, .external_lex_state = 6}, [1248] = {.lex_state = 18, .external_lex_state = 11}, [1249] = {.lex_state = 51}, [1250] = {.lex_state = 51}, [1251] = {.lex_state = 16}, [1252] = {.lex_state = 18, .external_lex_state = 11}, [1253] = {.lex_state = 51}, [1254] = {.lex_state = 51}, [1255] = {.lex_state = 0, .external_lex_state = 6}, [1256] = {.lex_state = 16}, [1257] = {.lex_state = 0}, [1258] = {.lex_state = 0}, [1259] = {.lex_state = 18, .external_lex_state = 11}, [1260] = {.lex_state = 18, .external_lex_state = 11}, [1261] = {.lex_state = 51}, [1262] = {.lex_state = 16, .external_lex_state = 6}, [1263] = {.lex_state = 51}, [1264] = {.lex_state = 51}, [1265] = {.lex_state = 51}, [1266] = {.lex_state = 51}, [1267] = {.lex_state = 51}, [1268] = {.lex_state = 0}, [1269] = {.lex_state = 16}, [1270] = {.lex_state = 14}, [1271] = {.lex_state = 0, .external_lex_state = 6}, [1272] = {.lex_state = 14}, [1273] = {.lex_state = 51}, [1274] = {.lex_state = 14}, [1275] = {.lex_state = 18, .external_lex_state = 11}, [1276] = {.lex_state = 51}, [1277] = {.lex_state = 51}, [1278] = {.lex_state = 0, .external_lex_state = 6}, [1279] = {.lex_state = 51}, [1280] = {.lex_state = 51}, [1281] = {.lex_state = 18, .external_lex_state = 11}, [1282] = {.lex_state = 51}, [1283] = {.lex_state = 0}, [1284] = {.lex_state = 0, .external_lex_state = 6}, [1285] = {.lex_state = 51}, [1286] = {.lex_state = 0, .external_lex_state = 6}, [1287] = {.lex_state = 10}, [1288] = {.lex_state = 0, .external_lex_state = 6}, [1289] = {.lex_state = 14}, [1290] = {.lex_state = 0, .external_lex_state = 6}, [1291] = {.lex_state = 51}, [1292] = {.lex_state = 0}, [1293] = {.lex_state = 16, .external_lex_state = 6}, [1294] = {.lex_state = 0}, [1295] = {.lex_state = 0, .external_lex_state = 6}, [1296] = {.lex_state = 14}, [1297] = {.lex_state = 0}, [1298] = {.lex_state = 0}, [1299] = {.lex_state = 0, .external_lex_state = 6}, [1300] = {.lex_state = 0, .external_lex_state = 6}, [1301] = {.lex_state = 14}, [1302] = {.lex_state = 0, .external_lex_state = 6}, [1303] = {.lex_state = 0}, [1304] = {.lex_state = 0, .external_lex_state = 6}, [1305] = {.lex_state = 10}, [1306] = {.lex_state = 0}, [1307] = {.lex_state = 51}, [1308] = {.lex_state = 0}, [1309] = {.lex_state = 0}, [1310] = {.lex_state = 0}, [1311] = {.lex_state = 0}, [1312] = {.lex_state = 51}, [1313] = {.lex_state = 0, .external_lex_state = 6}, [1314] = {.lex_state = 51}, [1315] = {.lex_state = 10}, [1316] = {.lex_state = 0, .external_lex_state = 6}, [1317] = {.lex_state = 0}, [1318] = {.lex_state = 0}, [1319] = {.lex_state = 0, .external_lex_state = 6}, [1320] = {.lex_state = 0}, [1321] = {.lex_state = 0}, [1322] = {.lex_state = 0, .external_lex_state = 6}, [1323] = {.lex_state = 0, .external_lex_state = 6}, [1324] = {.lex_state = 0}, [1325] = {.lex_state = 51}, [1326] = {.lex_state = 0, .external_lex_state = 6}, [1327] = {.lex_state = 0, .external_lex_state = 6}, [1328] = {.lex_state = 0, .external_lex_state = 6}, [1329] = {.lex_state = 0, .external_lex_state = 6}, [1330] = {.lex_state = 14}, [1331] = {.lex_state = 51}, [1332] = {.lex_state = 0, .external_lex_state = 6}, [1333] = {.lex_state = 51}, [1334] = {.lex_state = 0}, [1335] = {.lex_state = 0, .external_lex_state = 6}, [1336] = {.lex_state = 0, .external_lex_state = 6}, [1337] = {.lex_state = 0}, [1338] = {.lex_state = 0}, [1339] = {.lex_state = 0, .external_lex_state = 6}, [1340] = {.lex_state = 0}, [1341] = {.lex_state = 0}, [1342] = {.lex_state = 0}, [1343] = {.lex_state = 16}, [1344] = {.lex_state = 0}, [1345] = {.lex_state = 0, .external_lex_state = 6}, [1346] = {.lex_state = 0, .external_lex_state = 6}, [1347] = {.lex_state = 0}, [1348] = {.lex_state = 51}, [1349] = {.lex_state = 0}, [1350] = {.lex_state = 51}, [1351] = {.lex_state = 0, .external_lex_state = 6}, [1352] = {.lex_state = 16}, [1353] = {.lex_state = 0}, [1354] = {.lex_state = 0}, [1355] = {.lex_state = 0}, [1356] = {.lex_state = 14}, [1357] = {.lex_state = 0}, [1358] = {.lex_state = 51}, [1359] = {.lex_state = 51}, [1360] = {.lex_state = 0}, [1361] = {.lex_state = 0}, [1362] = {.lex_state = 0}, [1363] = {.lex_state = 51}, [1364] = {.lex_state = 51}, [1365] = {.lex_state = 0}, [1366] = {.lex_state = 0, .external_lex_state = 6}, [1367] = {.lex_state = 0}, [1368] = {.lex_state = 0, .external_lex_state = 6}, [1369] = {.lex_state = 51, .external_lex_state = 9}, [1370] = {.lex_state = 51}, [1371] = {.lex_state = 51}, [1372] = {.lex_state = 0, .external_lex_state = 6}, [1373] = {.lex_state = 51, .external_lex_state = 8}, [1374] = {.lex_state = 0}, [1375] = {.lex_state = 0}, [1376] = {.lex_state = 51}, [1377] = {.lex_state = 51}, [1378] = {.lex_state = 51}, [1379] = {.lex_state = 0}, [1380] = {.lex_state = 0, .external_lex_state = 6}, [1381] = {.lex_state = 0}, [1382] = {.lex_state = 51}, [1383] = {.lex_state = 51}, [1384] = {.lex_state = 0}, [1385] = {.lex_state = 0}, [1386] = {.lex_state = 51}, [1387] = {.lex_state = 0}, [1388] = {.lex_state = 0, .external_lex_state = 6}, [1389] = {.lex_state = 0}, [1390] = {.lex_state = 0, .external_lex_state = 6}, [1391] = {.lex_state = 0}, [1392] = {.lex_state = 0, .external_lex_state = 6}, [1393] = {.lex_state = 0, .external_lex_state = 6}, [1394] = {.lex_state = 0, .external_lex_state = 6}, [1395] = {.lex_state = 51}, [1396] = {.lex_state = 0}, [1397] = {.lex_state = 0}, [1398] = {.lex_state = 0}, [1399] = {.lex_state = 0, .external_lex_state = 6}, [1400] = {.lex_state = 51}, [1401] = {.lex_state = 0, .external_lex_state = 6}, [1402] = {.lex_state = 0, .external_lex_state = 6}, [1403] = {.lex_state = 0}, [1404] = {.lex_state = 0, .external_lex_state = 6}, [1405] = {.lex_state = 0}, [1406] = {.lex_state = 51}, [1407] = {.lex_state = 51}, [1408] = {.lex_state = 51}, [1409] = {.lex_state = 0}, [1410] = {.lex_state = 51}, [1411] = {.lex_state = 0, .external_lex_state = 6}, [1412] = {.lex_state = 0}, [1413] = {.lex_state = 0}, [1414] = {.lex_state = 0}, [1415] = {.lex_state = 0}, [1416] = {.lex_state = 0}, [1417] = {.lex_state = 51}, [1418] = {.lex_state = 0}, [1419] = {.lex_state = 0}, [1420] = {.lex_state = 0}, [1421] = {.lex_state = 0}, [1422] = {.lex_state = 51}, [1423] = {.lex_state = 0}, [1424] = {.lex_state = 0}, [1425] = {.lex_state = 0, .external_lex_state = 6}, [1426] = {.lex_state = 0}, [1427] = {.lex_state = 0}, [1428] = {.lex_state = 0, .external_lex_state = 6}, [1429] = {.lex_state = 0}, [1430] = {.lex_state = 0}, [1431] = {.lex_state = 10}, [1432] = {.lex_state = 0}, [1433] = {.lex_state = 0}, [1434] = {.lex_state = 0}, [1435] = {.lex_state = 14}, [1436] = {.lex_state = 0, .external_lex_state = 6}, [1437] = {.lex_state = 51}, [1438] = {.lex_state = 0}, [1439] = {.lex_state = 0}, [1440] = {.lex_state = 0}, [1441] = {.lex_state = 0}, [1442] = {.lex_state = 0, .external_lex_state = 6}, [1443] = {.lex_state = 0}, [1444] = {.lex_state = 0}, [1445] = {.lex_state = 0}, [1446] = {.lex_state = 0, .external_lex_state = 6}, [1447] = {.lex_state = 0}, [1448] = {.lex_state = 0}, [1449] = {.lex_state = 0}, [1450] = {.lex_state = 0}, [1451] = {.lex_state = 16}, [1452] = {.lex_state = 0}, [1453] = {.lex_state = 0}, [1454] = {.lex_state = 0}, [1455] = {.lex_state = 0}, [1456] = {.lex_state = 0}, [1457] = {.lex_state = 0}, [1458] = {.lex_state = 0}, [1459] = {.lex_state = 0}, [1460] = {.lex_state = 0}, [1461] = {.lex_state = 0}, [1462] = {.lex_state = 0}, [1463] = {.lex_state = 10}, [1464] = {.lex_state = 0}, [1465] = {.lex_state = 0}, [1466] = {.lex_state = 0}, [1467] = {.lex_state = 0}, [1468] = {.lex_state = 0}, [1469] = {.lex_state = 0}, [1470] = {.lex_state = 0}, [1471] = {.lex_state = 0}, [1472] = {.lex_state = 0}, [1473] = {.lex_state = 0}, [1474] = {.lex_state = 51}, [1475] = {.lex_state = 0}, [1476] = {.lex_state = 0}, [1477] = {.lex_state = 0}, [1478] = {.lex_state = 51}, [1479] = {.lex_state = 0}, [1480] = {.lex_state = 0}, [1481] = {.lex_state = 51}, [1482] = {.lex_state = 0}, [1483] = {.lex_state = 0}, [1484] = {.lex_state = 0}, [1485] = {.lex_state = 0, .external_lex_state = 6}, [1486] = {.lex_state = 0}, [1487] = {.lex_state = 51}, [1488] = {.lex_state = 0}, [1489] = {.lex_state = 0}, [1490] = {.lex_state = 0}, [1491] = {.lex_state = 51}, [1492] = {.lex_state = 14}, [1493] = {.lex_state = 0}, [1494] = {.lex_state = 51}, [1495] = {.lex_state = 51}, [1496] = {.lex_state = 0}, [1497] = {.lex_state = 0}, [1498] = {.lex_state = 0}, [1499] = {.lex_state = 10}, [1500] = {.lex_state = 0}, [1501] = {.lex_state = 0}, [1502] = {.lex_state = 14}, [1503] = {.lex_state = 0}, [1504] = {.lex_state = 0}, [1505] = {.lex_state = 0}, [1506] = {.lex_state = 0}, [1507] = {.lex_state = 51}, [1508] = {.lex_state = 10}, [1509] = {.lex_state = 0, .external_lex_state = 6}, [1510] = {.lex_state = 51}, [1511] = {.lex_state = 0}, [1512] = {.lex_state = 51}, [1513] = {.lex_state = 0}, [1514] = {.lex_state = 0}, [1515] = {.lex_state = 0}, [1516] = {.lex_state = 51}, [1517] = {.lex_state = 10}, [1518] = {.lex_state = 0}, [1519] = {.lex_state = 0}, [1520] = {.lex_state = 51}, [1521] = {.lex_state = 0}, [1522] = {.lex_state = 51}, [1523] = {.lex_state = 0}, [1524] = {.lex_state = 51}, [1525] = {.lex_state = 0}, [1526] = {.lex_state = 0}, [1527] = {.lex_state = 14}, [1528] = {.lex_state = 0}, [1529] = {.lex_state = 0, .external_lex_state = 6}, [1530] = {.lex_state = 0}, [1531] = {.lex_state = 0}, [1532] = {.lex_state = 0}, [1533] = {.lex_state = 0}, [1534] = {.lex_state = 0}, [1535] = {.lex_state = 0}, [1536] = {.lex_state = 17}, [1537] = {.lex_state = 0}, [1538] = {.lex_state = 17}, [1539] = {.lex_state = 0}, [1540] = {.lex_state = 0}, [1541] = {.lex_state = 17}, [1542] = {.lex_state = 0}, [1543] = {.lex_state = 16}, [1544] = {.lex_state = 17}, [1545] = {.lex_state = 0, .external_lex_state = 6}, [1546] = {.lex_state = 17}, [1547] = {.lex_state = 51}, [1548] = {.lex_state = 17}, [1549] = {.lex_state = 0}, [1550] = {.lex_state = 17}, [1551] = {.lex_state = 51}, [1552] = {.lex_state = 0, .external_lex_state = 6}, [1553] = {.lex_state = 0}, [1554] = {.lex_state = 0, .external_lex_state = 6}, [1555] = {.lex_state = 0}, [1556] = {.lex_state = 0}, [1557] = {.lex_state = 0}, [1558] = {.lex_state = 0}, [1559] = {.lex_state = 0, .external_lex_state = 6}, [1560] = {.lex_state = 17}, [1561] = {.lex_state = 0, .external_lex_state = 6}, [1562] = {.lex_state = 0}, [1563] = {.lex_state = 0}, [1564] = {.lex_state = 51}, [1565] = {.lex_state = 0, .external_lex_state = 6}, [1566] = {.lex_state = 0}, [1567] = {.lex_state = 0}, [1568] = {.lex_state = 0}, [1569] = {.lex_state = 0, .external_lex_state = 6}, [1570] = {.lex_state = 0}, [1571] = {.lex_state = 0, .external_lex_state = 6}, [1572] = {.lex_state = 0}, [1573] = {.lex_state = 0}, [1574] = {.lex_state = 0}, [1575] = {.lex_state = 0}, [1576] = {.lex_state = 17}, [1577] = {.lex_state = 0}, [1578] = {.lex_state = 0, .external_lex_state = 6}, [1579] = {.lex_state = 0, .external_lex_state = 6}, [1580] = {.lex_state = 0, .external_lex_state = 6}, [1581] = {.lex_state = 0, .external_lex_state = 6}, [1582] = {.lex_state = 0}, [1583] = {.lex_state = 0}, [1584] = {.lex_state = 0, .external_lex_state = 6}, [1585] = {.lex_state = 0, .external_lex_state = 6}, [1586] = {.lex_state = 0, .external_lex_state = 6}, [1587] = {.lex_state = 0}, [1588] = {.lex_state = 0}, [1589] = {.lex_state = 0, .external_lex_state = 6}, [1590] = {.lex_state = 0}, [1591] = {.lex_state = 0, .external_lex_state = 6}, [1592] = {.lex_state = 0}, [1593] = {.lex_state = 0}, [1594] = {.lex_state = 51}, [1595] = {.lex_state = 0}, [1596] = {.lex_state = 0, .external_lex_state = 6}, [1597] = {.lex_state = 0}, [1598] = {.lex_state = 0}, [1599] = {.lex_state = 0}, [1600] = {.lex_state = 0}, [1601] = {.lex_state = 0}, [1602] = {.lex_state = 0}, [1603] = {.lex_state = 0, .external_lex_state = 6}, [1604] = {.lex_state = 0}, [1605] = {.lex_state = 0, .external_lex_state = 6}, [1606] = {.lex_state = 51}, [1607] = {.lex_state = 0}, [1608] = {.lex_state = 0, .external_lex_state = 6}, [1609] = {.lex_state = 0}, [1610] = {.lex_state = 0, .external_lex_state = 6}, [1611] = {.lex_state = 0}, [1612] = {.lex_state = 17}, [1613] = {.lex_state = 51}, [1614] = {.lex_state = 0}, [1615] = {.lex_state = 0}, [1616] = {.lex_state = 0}, [1617] = {.lex_state = 0}, [1618] = {.lex_state = 0}, [1619] = {.lex_state = 0}, [1620] = {.lex_state = 0}, [1621] = {.lex_state = 0}, [1622] = {.lex_state = 51}, [1623] = {.lex_state = 0}, [1624] = {.lex_state = 0}, [1625] = {.lex_state = 0}, [1626] = {.lex_state = 51}, [1627] = {.lex_state = 0}, [1628] = {.lex_state = 0}, [1629] = {.lex_state = 51}, [1630] = {.lex_state = 51}, [1631] = {.lex_state = 0}, [1632] = {.lex_state = 51}, [1633] = {.lex_state = 0}, [1634] = {.lex_state = 51}, [1635] = {.lex_state = 51}, [1636] = {.lex_state = 51}, [1637] = {.lex_state = 51}, [1638] = {.lex_state = 0}, [1639] = {.lex_state = 51}, [1640] = {.lex_state = 0}, [1641] = {.lex_state = 0}, [1642] = {.lex_state = 51}, [1643] = {.lex_state = 51}, [1644] = {.lex_state = 51}, [1645] = {.lex_state = 51}, [1646] = {.lex_state = 0}, [1647] = {.lex_state = 51}, [1648] = {.lex_state = 51}, [1649] = {.lex_state = 51}, [1650] = {.lex_state = 0}, [1651] = {.lex_state = 0}, [1652] = {.lex_state = 51}, [1653] = {.lex_state = 0}, [1654] = {.lex_state = 0}, [1655] = {.lex_state = 0}, [1656] = {.lex_state = 0}, [1657] = {.lex_state = 0}, [1658] = {.lex_state = 0}, [1659] = {.lex_state = 0}, [1660] = {.lex_state = 0}, [1661] = {.lex_state = 51}, [1662] = {.lex_state = 0}, [1663] = {.lex_state = 51}, [1664] = {.lex_state = 0}, [1665] = {.lex_state = 0}, [1666] = {.lex_state = 0}, [1667] = {.lex_state = 51}, [1668] = {.lex_state = 0}, [1669] = {.lex_state = 0}, [1670] = {.lex_state = 0}, [1671] = {.lex_state = 0}, [1672] = {.lex_state = 0}, [1673] = {.lex_state = 0}, [1674] = {.lex_state = 0}, [1675] = {.lex_state = 0}, [1676] = {.lex_state = 0}, [1677] = {.lex_state = 0}, [1678] = {.lex_state = 0}, [1679] = {.lex_state = 0}, [1680] = {.lex_state = 0}, [1681] = {.lex_state = 0}, [1682] = {.lex_state = 0}, [1683] = {.lex_state = 51}, [1684] = {.lex_state = 0}, [1685] = {.lex_state = 0}, [1686] = {.lex_state = 0}, [1687] = {.lex_state = 51}, [1688] = {.lex_state = 0}, [1689] = {.lex_state = 51}, [1690] = {.lex_state = 0}, [1691] = {.lex_state = 51}, [1692] = {.lex_state = 0}, [1693] = {.lex_state = 51}, [1694] = {.lex_state = 0}, [1695] = {.lex_state = 0}, [1696] = {.lex_state = 0}, [1697] = {.lex_state = 51}, [1698] = {.lex_state = 0}, [1699] = {.lex_state = 0}, [1700] = {.lex_state = 0}, [1701] = {.lex_state = 51}, [1702] = {.lex_state = 0}, [1703] = {.lex_state = 0}, [1704] = {.lex_state = 51}, [1705] = {.lex_state = 0}, [1706] = {.lex_state = 51}, [1707] = {.lex_state = 0}, [1708] = {.lex_state = 0}, [1709] = {.lex_state = 0}, [1710] = {.lex_state = 0}, [1711] = {.lex_state = 0}, [1712] = {.lex_state = 0}, [1713] = {.lex_state = 0}, [1714] = {.lex_state = 0}, [1715] = {.lex_state = 51}, [1716] = {.lex_state = 51}, [1717] = {.lex_state = 0}, [1718] = {.lex_state = 0}, [1719] = {.lex_state = 51}, [1720] = {.lex_state = 51}, [1721] = {.lex_state = 0}, [1722] = {.lex_state = 0}, [1723] = {.lex_state = 0}, [1724] = {.lex_state = 0}, [1725] = {.lex_state = 51}, [1726] = {.lex_state = 51}, [1727] = {.lex_state = 0}, [1728] = {.lex_state = 0}, [1729] = {.lex_state = 51}, [1730] = {.lex_state = 0}, [1731] = {.lex_state = 0}, [1732] = {.lex_state = 51}, [1733] = {.lex_state = 0}, [1734] = {.lex_state = 0}, [1735] = {.lex_state = 0}, [1736] = {.lex_state = 0}, [1737] = {.lex_state = 0}, [1738] = {.lex_state = 0}, [1739] = {.lex_state = 0}, [1740] = {.lex_state = 0}, [1741] = {.lex_state = 0}, [1742] = {.lex_state = 0}, [1743] = {.lex_state = 0}, [1744] = {.lex_state = 0}, [1745] = {.lex_state = 0}, [1746] = {.lex_state = 0}, [1747] = {.lex_state = 51}, [1748] = {.lex_state = 0}, [1749] = {.lex_state = 0}, [1750] = {.lex_state = 0}, [1751] = {.lex_state = 0}, [1752] = {.lex_state = 51}, [1753] = {.lex_state = 51}, [1754] = {.lex_state = 0}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [STATE(0)] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [anon_sym_lazy] = 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), [anon_sym_COLON2] = 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), [anon_sym_SEMI] = 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), }, [STATE(1)] = { [sym_module] = STATE(1708), [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(1172), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(1172), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(35), [anon_sym_async] = ACTIONS(37), [anon_sym_for] = ACTIONS(39), [anon_sym_while] = ACTIONS(41), [anon_sym_try] = ACTIONS(43), [anon_sym_with] = ACTIONS(45), [anon_sym_match] = ACTIONS(47), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(57), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(67), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(2)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(491), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(3)] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(1146), [sym_block] = STATE(1195), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(107), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(4)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(329), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(5)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(478), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(6)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(604), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(7)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(615), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(8)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(525), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(9)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(541), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(10)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(547), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(11)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(550), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(12)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(582), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(13)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(490), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(14)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(447), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(15)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(609), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(16)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(601), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(17)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(612), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(18)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(512), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(19)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(468), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(20)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(542), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(21)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(455), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(22)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(496), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(23)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(606), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(24)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(472), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(25)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(517), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(26)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(442), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(27)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(508), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(28)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(522), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(29)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(523), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(30)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(450), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(31)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(1146), [sym_block] = STATE(451), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(109), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(32)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(322), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(33)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(559), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(34)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(567), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(35)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(573), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(36)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(575), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(37)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(577), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(38)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(579), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(39)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(486), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(40)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(454), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(41)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(583), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(42)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(586), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(43)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(587), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(44)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(502), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(45)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(488), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(46)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(591), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(47)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(459), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(48)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(504), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(49)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(595), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(50)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(489), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(51)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(598), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(52)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(460), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(53)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(507), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(54)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(602), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(55)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(603), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(56)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(464), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(57)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(439), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(58)] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(1146), [sym_block] = STATE(1215), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(107), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(59)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(1146), [sym_block] = STATE(560), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(60)] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(1146), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(111), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(61)] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(1146), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(113), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(62)] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(1146), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(115), [anon_sym_lazy] = ACTIONS(118), [anon_sym_import] = ACTIONS(121), [anon_sym_from] = ACTIONS(124), [anon_sym_LPAREN] = ACTIONS(127), [anon_sym_STAR] = ACTIONS(130), [anon_sym_print] = ACTIONS(133), [anon_sym_assert] = ACTIONS(136), [anon_sym_return] = ACTIONS(139), [anon_sym_del] = ACTIONS(142), [anon_sym_raise] = ACTIONS(145), [anon_sym_pass] = ACTIONS(148), [anon_sym_break] = ACTIONS(151), [anon_sym_continue] = ACTIONS(154), [anon_sym_if] = ACTIONS(157), [anon_sym_async] = ACTIONS(160), [anon_sym_for] = ACTIONS(163), [anon_sym_while] = ACTIONS(166), [anon_sym_try] = ACTIONS(169), [anon_sym_with] = ACTIONS(172), [anon_sym_match] = ACTIONS(175), [anon_sym_DASH] = ACTIONS(178), [anon_sym_PLUS] = ACTIONS(178), [anon_sym_LBRACK] = ACTIONS(181), [anon_sym_LBRACE] = ACTIONS(184), [anon_sym_STAR_STAR] = ACTIONS(187), [anon_sym_def] = ACTIONS(190), [anon_sym_global] = ACTIONS(193), [anon_sym_nonlocal] = ACTIONS(196), [anon_sym_exec] = ACTIONS(199), [anon_sym_type] = ACTIONS(202), [anon_sym_class] = ACTIONS(205), [anon_sym_AT] = ACTIONS(208), [anon_sym_not] = ACTIONS(211), [anon_sym_TILDE] = ACTIONS(178), [anon_sym_lambda] = ACTIONS(214), [anon_sym_yield] = ACTIONS(217), [sym_ellipsis] = ACTIONS(220), [sym_integer] = ACTIONS(223), [sym_float] = ACTIONS(220), [anon_sym_await] = ACTIONS(226), [sym_true] = ACTIONS(223), [sym_false] = ACTIONS(223), [sym_none] = ACTIONS(223), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(229), [sym__string_start] = ACTIONS(231), [sym__template_string_start] = ACTIONS(234), }, [STATE(63)] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(1146), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(1146), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(87), [anon_sym_async] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), [anon_sym_while] = ACTIONS(93), [anon_sym_try] = ACTIONS(95), [anon_sym_with] = ACTIONS(97), [anon_sym_match] = ACTIONS(99), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(101), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(103), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(237), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(64)] = { [sym__statement] = STATE(65), [sym__simple_statements] = STATE(65), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_class_definition] = STATE(65), [sym_decorated_definition] = STATE(65), [sym_decorator] = STATE(1172), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(65), [aux_sym_decorated_definition_repeat1] = STATE(1172), [ts_builtin_sym_end] = ACTIONS(239), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_if] = ACTIONS(35), [anon_sym_async] = ACTIONS(37), [anon_sym_for] = ACTIONS(39), [anon_sym_while] = ACTIONS(41), [anon_sym_try] = ACTIONS(43), [anon_sym_with] = ACTIONS(45), [anon_sym_match] = ACTIONS(47), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_def] = ACTIONS(57), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_class] = ACTIONS(67), [anon_sym_AT] = ACTIONS(69), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(65)] = { [sym__statement] = STATE(65), [sym__simple_statements] = STATE(65), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [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(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_class_definition] = STATE(65), [sym_decorated_definition] = STATE(65), [sym_decorator] = STATE(1172), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [aux_sym_module_repeat1] = STATE(65), [aux_sym_decorated_definition_repeat1] = STATE(1172), [ts_builtin_sym_end] = ACTIONS(229), [sym_identifier] = ACTIONS(115), [anon_sym_lazy] = ACTIONS(118), [anon_sym_import] = ACTIONS(121), [anon_sym_from] = ACTIONS(124), [anon_sym_LPAREN] = ACTIONS(127), [anon_sym_STAR] = ACTIONS(130), [anon_sym_print] = ACTIONS(133), [anon_sym_assert] = ACTIONS(136), [anon_sym_return] = ACTIONS(139), [anon_sym_del] = ACTIONS(142), [anon_sym_raise] = ACTIONS(145), [anon_sym_pass] = ACTIONS(148), [anon_sym_break] = ACTIONS(151), [anon_sym_continue] = ACTIONS(154), [anon_sym_if] = ACTIONS(241), [anon_sym_async] = ACTIONS(244), [anon_sym_for] = ACTIONS(247), [anon_sym_while] = ACTIONS(250), [anon_sym_try] = ACTIONS(253), [anon_sym_with] = ACTIONS(256), [anon_sym_match] = ACTIONS(259), [anon_sym_DASH] = ACTIONS(178), [anon_sym_PLUS] = ACTIONS(178), [anon_sym_LBRACK] = ACTIONS(181), [anon_sym_LBRACE] = ACTIONS(184), [anon_sym_STAR_STAR] = ACTIONS(187), [anon_sym_def] = ACTIONS(262), [anon_sym_global] = ACTIONS(193), [anon_sym_nonlocal] = ACTIONS(196), [anon_sym_exec] = ACTIONS(199), [anon_sym_type] = ACTIONS(202), [anon_sym_class] = ACTIONS(265), [anon_sym_AT] = ACTIONS(208), [anon_sym_not] = ACTIONS(211), [anon_sym_TILDE] = ACTIONS(178), [anon_sym_lambda] = ACTIONS(214), [anon_sym_yield] = ACTIONS(217), [sym_ellipsis] = ACTIONS(220), [sym_integer] = ACTIONS(223), [sym_float] = ACTIONS(220), [anon_sym_await] = ACTIONS(226), [sym_true] = ACTIONS(223), [sym_false] = ACTIONS(223), [sym_none] = ACTIONS(223), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(231), [sym__template_string_start] = ACTIONS(234), }, [STATE(66)] = { [sym_named_expression] = STATE(1037), [sym_list_splat] = STATE(1573), [sym_dictionary_splat] = STATE(1573), [sym_expression_list] = STATE(1725), [sym_expression] = STATE(1277), [sym_primary_expression] = STATE(704), [sym_not_operator] = STATE(1037), [sym_boolean_operator] = STATE(1037), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_comparison_operator] = STATE(1037), [sym_lambda] = STATE(1037), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_conditional_expression] = STATE(1037), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(268), [anon_sym_lazy] = ACTIONS(270), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(274), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_STAR] = ACTIONS(280), [anon_sym_print] = ACTIONS(270), [anon_sym_GT_GT] = ACTIONS(272), [anon_sym_COLON_EQ] = ACTIONS(283), [anon_sym_if] = ACTIONS(272), [anon_sym_COLON] = ACTIONS(285), [anon_sym_async] = ACTIONS(270), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(270), [anon_sym_PIPE] = ACTIONS(272), [anon_sym_DASH] = ACTIONS(287), [anon_sym_PLUS] = ACTIONS(287), [anon_sym_LBRACK] = ACTIONS(290), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_STAR_STAR] = ACTIONS(295), [anon_sym_EQ] = ACTIONS(285), [anon_sym_exec] = ACTIONS(270), [anon_sym_type] = ACTIONS(270), [anon_sym_AT] = ACTIONS(272), [anon_sym_not] = ACTIONS(298), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(272), [anon_sym_SLASH_SLASH] = ACTIONS(272), [anon_sym_AMP] = ACTIONS(272), [anon_sym_CARET] = ACTIONS(272), [anon_sym_LT_LT] = ACTIONS(272), [anon_sym_TILDE] = ACTIONS(301), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [anon_sym_lambda] = ACTIONS(305), [anon_sym_PLUS_EQ] = ACTIONS(307), [anon_sym_DASH_EQ] = ACTIONS(307), [anon_sym_STAR_EQ] = ACTIONS(307), [anon_sym_SLASH_EQ] = ACTIONS(307), [anon_sym_AT_EQ] = ACTIONS(307), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(307), [anon_sym_PERCENT_EQ] = ACTIONS(307), [anon_sym_STAR_STAR_EQ] = ACTIONS(307), [anon_sym_GT_GT_EQ] = ACTIONS(307), [anon_sym_LT_LT_EQ] = ACTIONS(307), [anon_sym_AMP_EQ] = ACTIONS(307), [anon_sym_CARET_EQ] = ACTIONS(307), [anon_sym_PIPE_EQ] = ACTIONS(307), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(313), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(303), [sym__newline] = ACTIONS(303), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(67)] = { [sym_named_expression] = STATE(1037), [sym_list_splat] = STATE(1573), [sym_dictionary_splat] = STATE(1573), [sym_expression_list] = STATE(1753), [sym_expression] = STATE(1276), [sym_primary_expression] = STATE(704), [sym_not_operator] = STATE(1037), [sym_boolean_operator] = STATE(1037), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_comparison_operator] = STATE(1037), [sym_lambda] = STATE(1037), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_conditional_expression] = STATE(1037), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(268), [anon_sym_lazy] = ACTIONS(270), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(274), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_STAR] = ACTIONS(280), [anon_sym_print] = ACTIONS(270), [anon_sym_GT_GT] = ACTIONS(272), [anon_sym_COLON_EQ] = ACTIONS(283), [anon_sym_if] = ACTIONS(272), [anon_sym_COLON] = ACTIONS(285), [anon_sym_async] = ACTIONS(270), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(270), [anon_sym_PIPE] = ACTIONS(272), [anon_sym_DASH] = ACTIONS(287), [anon_sym_PLUS] = ACTIONS(287), [anon_sym_LBRACK] = ACTIONS(290), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_STAR_STAR] = ACTIONS(295), [anon_sym_EQ] = ACTIONS(285), [anon_sym_exec] = ACTIONS(270), [anon_sym_type] = ACTIONS(270), [anon_sym_AT] = ACTIONS(272), [anon_sym_not] = ACTIONS(298), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(272), [anon_sym_SLASH_SLASH] = ACTIONS(272), [anon_sym_AMP] = ACTIONS(272), [anon_sym_CARET] = ACTIONS(272), [anon_sym_LT_LT] = ACTIONS(272), [anon_sym_TILDE] = ACTIONS(301), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [anon_sym_lambda] = ACTIONS(305), [anon_sym_PLUS_EQ] = ACTIONS(307), [anon_sym_DASH_EQ] = ACTIONS(307), [anon_sym_STAR_EQ] = ACTIONS(307), [anon_sym_SLASH_EQ] = ACTIONS(307), [anon_sym_AT_EQ] = ACTIONS(307), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(307), [anon_sym_PERCENT_EQ] = ACTIONS(307), [anon_sym_STAR_STAR_EQ] = ACTIONS(307), [anon_sym_GT_GT_EQ] = ACTIONS(307), [anon_sym_LT_LT_EQ] = ACTIONS(307), [anon_sym_AMP_EQ] = ACTIONS(307), [anon_sym_CARET_EQ] = ACTIONS(307), [anon_sym_PIPE_EQ] = ACTIONS(307), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(313), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(303), [sym__newline] = ACTIONS(303), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(68)] = { [sym__simple_statements] = STATE(616), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(321), [sym__indent] = ACTIONS(323), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(69)] = { [sym__simple_statements] = STATE(493), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(325), [sym__indent] = ACTIONS(327), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(70)] = { [sym__simple_statements] = STATE(320), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(329), [sym__indent] = ACTIONS(331), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(71)] = { [sym__simple_statements] = STATE(477), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(333), [sym__indent] = ACTIONS(335), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(72)] = { [sym__simple_statements] = STATE(544), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(337), [sym__indent] = ACTIONS(339), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(73)] = { [sym__simple_statements] = STATE(514), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(341), [sym__indent] = ACTIONS(343), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(74)] = { [sym__simple_statements] = STATE(483), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(345), [sym__indent] = ACTIONS(347), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(75)] = { [sym__simple_statements] = STATE(551), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(349), [sym__indent] = ACTIONS(351), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(76)] = { [sym__simple_statements] = STATE(594), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(353), [sym__indent] = ACTIONS(355), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(77)] = { [sym__simple_statements] = STATE(531), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(357), [sym__indent] = ACTIONS(359), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(78)] = { [sym_chevron] = STATE(1323), [sym_named_expression] = STATE(1126), [sym_expression] = STATE(1223), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_attribute] = STATE(950), [sym_subscript] = STATE(950), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(361), [anon_sym_lazy] = ACTIONS(363), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(303), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(363), [anon_sym_GT_GT] = ACTIONS(365), [anon_sym_COLON_EQ] = ACTIONS(283), [anon_sym_if] = ACTIONS(272), [anon_sym_COLON] = ACTIONS(285), [anon_sym_async] = ACTIONS(363), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(363), [anon_sym_PIPE] = ACTIONS(272), [anon_sym_DASH] = ACTIONS(272), [anon_sym_PLUS] = ACTIONS(272), [anon_sym_LBRACK] = ACTIONS(303), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(272), [anon_sym_EQ] = ACTIONS(285), [anon_sym_exec] = ACTIONS(363), [anon_sym_type] = ACTIONS(363), [anon_sym_AT] = ACTIONS(272), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(272), [anon_sym_SLASH_SLASH] = ACTIONS(272), [anon_sym_AMP] = ACTIONS(272), [anon_sym_CARET] = ACTIONS(272), [anon_sym_LT_LT] = ACTIONS(272), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [anon_sym_lambda] = ACTIONS(73), [anon_sym_PLUS_EQ] = ACTIONS(307), [anon_sym_DASH_EQ] = ACTIONS(307), [anon_sym_STAR_EQ] = ACTIONS(307), [anon_sym_SLASH_EQ] = ACTIONS(307), [anon_sym_AT_EQ] = ACTIONS(307), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(307), [anon_sym_PERCENT_EQ] = ACTIONS(307), [anon_sym_STAR_STAR_EQ] = ACTIONS(307), [anon_sym_GT_GT_EQ] = ACTIONS(307), [anon_sym_LT_LT_EQ] = ACTIONS(307), [anon_sym_AMP_EQ] = ACTIONS(307), [anon_sym_CARET_EQ] = ACTIONS(307), [anon_sym_PIPE_EQ] = ACTIONS(307), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(367), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(303), [sym__newline] = ACTIONS(303), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(79)] = { [sym__simple_statements] = STATE(561), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(369), [sym__indent] = ACTIONS(371), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(80)] = { [sym__simple_statements] = STATE(562), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(373), [sym__indent] = ACTIONS(375), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(81)] = { [sym__simple_statements] = STATE(441), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(377), [sym__indent] = ACTIONS(379), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(82)] = { [sym__simple_statements] = STATE(568), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(381), [sym__indent] = ACTIONS(383), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(83)] = { [sym__simple_statements] = STATE(482), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(385), [sym__indent] = ACTIONS(387), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(84)] = { [sym__simple_statements] = STATE(448), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(389), [sym__indent] = ACTIONS(391), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(85)] = { [sym__simple_statements] = STATE(570), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(393), [sym__indent] = ACTIONS(395), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(86)] = { [sym__simple_statements] = STATE(574), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(397), [sym__indent] = ACTIONS(399), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(87)] = { [sym__simple_statements] = STATE(511), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(401), [sym__indent] = ACTIONS(403), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(88)] = { [sym__simple_statements] = STATE(576), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(405), [sym__indent] = ACTIONS(407), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(89)] = { [sym__simple_statements] = STATE(613), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(409), [sym__indent] = ACTIONS(411), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(90)] = { [sym__simple_statements] = STATE(497), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(413), [sym__indent] = ACTIONS(415), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(91)] = { [sym__simple_statements] = STATE(485), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(417), [sym__indent] = ACTIONS(419), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(92)] = { [sym__simple_statements] = STATE(332), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(421), [sym__indent] = ACTIONS(423), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(93)] = { [sym__simple_statements] = STATE(580), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(425), [sym__indent] = ACTIONS(427), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(94)] = { [sym__simple_statements] = STATE(611), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(429), [sym__indent] = ACTIONS(431), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(95)] = { [sym__simple_statements] = STATE(467), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(433), [sym__indent] = ACTIONS(435), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(96)] = { [sym__simple_statements] = STATE(456), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(437), [sym__indent] = ACTIONS(439), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(97)] = { [sym__simple_statements] = STATE(475), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(441), [sym__indent] = ACTIONS(443), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(98)] = { [sym__simple_statements] = STATE(500), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(445), [sym__indent] = ACTIONS(447), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(99)] = { [sym__simple_statements] = STATE(519), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(449), [sym__indent] = ACTIONS(451), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(100)] = { [sym__simple_statements] = STATE(536), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(453), [sym__indent] = ACTIONS(455), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(101)] = { [sym__simple_statements] = STATE(487), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(457), [sym__indent] = ACTIONS(459), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(102)] = { [sym__simple_statements] = STATE(539), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(461), [sym__indent] = ACTIONS(463), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(103)] = { [sym__simple_statements] = STATE(457), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(465), [sym__indent] = ACTIONS(467), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(104)] = { [sym__simple_statements] = STATE(590), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(469), [sym__indent] = ACTIONS(471), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(105)] = { [sym__simple_statements] = STATE(458), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(473), [sym__indent] = ACTIONS(475), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(106)] = { [sym__simple_statements] = STATE(1216), [sym_import_statement] = STATE(1402), [sym_future_import_statement] = STATE(1402), [sym_import_from_statement] = STATE(1402), [sym_print_statement] = STATE(1402), [sym_assert_statement] = STATE(1402), [sym_expression_statement] = STATE(1402), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1402), [sym_delete_statement] = STATE(1402), [sym_raise_statement] = STATE(1402), [sym_pass_statement] = STATE(1402), [sym_break_statement] = STATE(1402), [sym_continue_statement] = STATE(1402), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1402), [sym_nonlocal_statement] = STATE(1402), [sym_exec_statement] = STATE(1402), [sym_type_alias_statement] = STATE(1402), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(477), [sym__indent] = ACTIONS(479), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(107)] = { [sym__simple_statements] = STATE(498), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(481), [sym__indent] = ACTIONS(483), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(108)] = { [sym__simple_statements] = STATE(505), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(485), [sym__indent] = ACTIONS(487), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(109)] = { [sym__simple_statements] = STATE(526), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(489), [sym__indent] = ACTIONS(491), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(110)] = { [sym__simple_statements] = STATE(596), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(493), [sym__indent] = ACTIONS(495), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(111)] = { [sym__simple_statements] = STATE(607), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(497), [sym__indent] = ACTIONS(499), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(112)] = { [sym__simple_statements] = STATE(474), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(501), [sym__indent] = ACTIONS(503), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(113)] = { [sym__simple_statements] = STATE(599), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(505), [sym__indent] = ACTIONS(507), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(114)] = { [sym__simple_statements] = STATE(449), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(509), [sym__indent] = ACTIONS(511), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(115)] = { [sym__simple_statements] = STATE(462), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(513), [sym__indent] = ACTIONS(515), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(116)] = { [sym__simple_statements] = STATE(518), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(517), [sym__indent] = ACTIONS(519), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(117)] = { [sym__simple_statements] = STATE(532), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(521), [sym__indent] = ACTIONS(523), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(118)] = { [sym__simple_statements] = STATE(443), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(525), [sym__indent] = ACTIONS(527), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(119)] = { [sym__simple_statements] = STATE(463), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(529), [sym__indent] = ACTIONS(531), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(120)] = { [sym__simple_statements] = STATE(555), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(533), [sym__indent] = ACTIONS(535), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(121)] = { [sym__simple_statements] = STATE(543), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(537), [sym__indent] = ACTIONS(539), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(122)] = { [sym__simple_statements] = STATE(608), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(541), [sym__indent] = ACTIONS(543), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(123)] = { [sym__simple_statements] = STATE(1183), [sym_import_statement] = STATE(1402), [sym_future_import_statement] = STATE(1402), [sym_import_from_statement] = STATE(1402), [sym_print_statement] = STATE(1402), [sym_assert_statement] = STATE(1402), [sym_expression_statement] = STATE(1402), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1402), [sym_delete_statement] = STATE(1402), [sym_raise_statement] = STATE(1402), [sym_pass_statement] = STATE(1402), [sym_break_statement] = STATE(1402), [sym_continue_statement] = STATE(1402), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1402), [sym_nonlocal_statement] = STATE(1402), [sym_exec_statement] = STATE(1402), [sym_type_alias_statement] = STATE(1402), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(545), [sym__indent] = ACTIONS(547), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(124)] = { [sym__simple_statements] = STATE(446), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(549), [sym__indent] = ACTIONS(551), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(125)] = { [sym__simple_statements] = STATE(548), [sym_import_statement] = STATE(1346), [sym_future_import_statement] = STATE(1346), [sym_import_from_statement] = STATE(1346), [sym_print_statement] = STATE(1346), [sym_assert_statement] = STATE(1346), [sym_expression_statement] = STATE(1346), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1346), [sym_delete_statement] = STATE(1346), [sym_raise_statement] = STATE(1346), [sym_pass_statement] = STATE(1346), [sym_break_statement] = STATE(1346), [sym_continue_statement] = STATE(1346), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1346), [sym_nonlocal_statement] = STATE(1346), [sym_exec_statement] = STATE(1346), [sym_type_alias_statement] = STATE(1346), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(553), [sym__indent] = ACTIONS(555), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(126)] = { [sym__simple_statements] = STATE(585), [sym_import_statement] = STATE(1345), [sym_future_import_statement] = STATE(1345), [sym_import_from_statement] = STATE(1345), [sym_print_statement] = STATE(1345), [sym_assert_statement] = STATE(1345), [sym_expression_statement] = STATE(1345), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1345), [sym_delete_statement] = STATE(1345), [sym_raise_statement] = STATE(1345), [sym_pass_statement] = STATE(1345), [sym_break_statement] = STATE(1345), [sym_continue_statement] = STATE(1345), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1345), [sym_nonlocal_statement] = STATE(1345), [sym_exec_statement] = STATE(1345), [sym_type_alias_statement] = STATE(1345), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(557), [sym__indent] = ACTIONS(559), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(127)] = { [sym_import_statement] = STATE(1578), [sym_future_import_statement] = STATE(1578), [sym_import_from_statement] = STATE(1578), [sym_print_statement] = STATE(1578), [sym_assert_statement] = STATE(1578), [sym_expression_statement] = STATE(1578), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1578), [sym_delete_statement] = STATE(1578), [sym_raise_statement] = STATE(1578), [sym_pass_statement] = STATE(1578), [sym_break_statement] = STATE(1578), [sym_continue_statement] = STATE(1578), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1578), [sym_nonlocal_statement] = STATE(1578), [sym_exec_statement] = STATE(1578), [sym_type_alias_statement] = STATE(1578), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(561), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(128)] = { [sym_import_statement] = STATE(1578), [sym_future_import_statement] = STATE(1578), [sym_import_from_statement] = STATE(1578), [sym_print_statement] = STATE(1578), [sym_assert_statement] = STATE(1578), [sym_expression_statement] = STATE(1578), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1578), [sym_delete_statement] = STATE(1578), [sym_raise_statement] = STATE(1578), [sym_pass_statement] = STATE(1578), [sym_break_statement] = STATE(1578), [sym_continue_statement] = STATE(1578), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1578), [sym_nonlocal_statement] = STATE(1578), [sym_exec_statement] = STATE(1578), [sym_type_alias_statement] = STATE(1578), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(563), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(129)] = { [sym_import_statement] = STATE(1578), [sym_future_import_statement] = STATE(1578), [sym_import_from_statement] = STATE(1578), [sym_print_statement] = STATE(1578), [sym_assert_statement] = STATE(1578), [sym_expression_statement] = STATE(1578), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1578), [sym_delete_statement] = STATE(1578), [sym_raise_statement] = STATE(1578), [sym_pass_statement] = STATE(1578), [sym_break_statement] = STATE(1578), [sym_continue_statement] = STATE(1578), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1578), [sym_nonlocal_statement] = STATE(1578), [sym_exec_statement] = STATE(1578), [sym_type_alias_statement] = STATE(1578), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(565), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(130)] = { [sym_import_statement] = STATE(1578), [sym_future_import_statement] = STATE(1578), [sym_import_from_statement] = STATE(1578), [sym_print_statement] = STATE(1578), [sym_assert_statement] = STATE(1578), [sym_expression_statement] = STATE(1578), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1578), [sym_delete_statement] = STATE(1578), [sym_raise_statement] = STATE(1578), [sym_pass_statement] = STATE(1578), [sym_break_statement] = STATE(1578), [sym_continue_statement] = STATE(1578), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1578), [sym_nonlocal_statement] = STATE(1578), [sym_exec_statement] = STATE(1578), [sym_type_alias_statement] = STATE(1578), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(567), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(131)] = { [sym_import_statement] = STATE(1578), [sym_future_import_statement] = STATE(1578), [sym_import_from_statement] = STATE(1578), [sym_print_statement] = STATE(1578), [sym_assert_statement] = STATE(1578), [sym_expression_statement] = STATE(1578), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1578), [sym_delete_statement] = STATE(1578), [sym_raise_statement] = STATE(1578), [sym_pass_statement] = STATE(1578), [sym_break_statement] = STATE(1578), [sym_continue_statement] = STATE(1578), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1578), [sym_nonlocal_statement] = STATE(1578), [sym_exec_statement] = STATE(1578), [sym_type_alias_statement] = STATE(1578), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(569), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(132)] = { [sym_import_statement] = STATE(1578), [sym_future_import_statement] = STATE(1578), [sym_import_from_statement] = STATE(1578), [sym_print_statement] = STATE(1578), [sym_assert_statement] = STATE(1578), [sym_expression_statement] = STATE(1578), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1578), [sym_delete_statement] = STATE(1578), [sym_raise_statement] = STATE(1578), [sym_pass_statement] = STATE(1578), [sym_break_statement] = STATE(1578), [sym_continue_statement] = STATE(1578), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1578), [sym_nonlocal_statement] = STATE(1578), [sym_exec_statement] = STATE(1578), [sym_type_alias_statement] = STATE(1578), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(571), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(133)] = { [sym_import_statement] = STATE(1578), [sym_future_import_statement] = STATE(1578), [sym_import_from_statement] = STATE(1578), [sym_print_statement] = STATE(1578), [sym_assert_statement] = STATE(1578), [sym_expression_statement] = STATE(1578), [sym_named_expression] = STATE(1126), [sym_return_statement] = STATE(1578), [sym_delete_statement] = STATE(1578), [sym_raise_statement] = STATE(1578), [sym_pass_statement] = STATE(1578), [sym_break_statement] = STATE(1578), [sym_continue_statement] = STATE(1578), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_global_statement] = STATE(1578), [sym_nonlocal_statement] = STATE(1578), [sym_exec_statement] = STATE(1578), [sym_type_alias_statement] = STATE(1578), [sym_expression_list] = STATE(1545), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1191), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1545), [sym_augmented_assignment] = STATE(1545), [sym_pattern_list] = STATE(1030), [sym_yield] = STATE(1545), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(19), [anon_sym_assert] = ACTIONS(21), [anon_sym_return] = ACTIONS(23), [anon_sym_del] = ACTIONS(25), [anon_sym_raise] = ACTIONS(27), [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_global] = ACTIONS(59), [anon_sym_nonlocal] = ACTIONS(61), [anon_sym_exec] = ACTIONS(63), [anon_sym_type] = ACTIONS(65), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(134)] = { [sym_primary_expression] = STATE(799), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_attribute] = STATE(950), [sym_subscript] = STATE(950), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(79), [anon_sym_lazy] = ACTIONS(573), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(575), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(573), [anon_sym_GT_GT] = ACTIONS(272), [anon_sym_COLON_EQ] = ACTIONS(283), [anon_sym_if] = ACTIONS(272), [anon_sym_COLON] = ACTIONS(285), [anon_sym_async] = ACTIONS(573), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(573), [anon_sym_PIPE] = ACTIONS(272), [anon_sym_DASH] = ACTIONS(577), [anon_sym_PLUS] = ACTIONS(577), [anon_sym_LBRACK] = ACTIONS(579), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(272), [anon_sym_EQ] = ACTIONS(285), [anon_sym_exec] = ACTIONS(573), [anon_sym_type] = ACTIONS(573), [anon_sym_AT] = ACTIONS(272), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(272), [anon_sym_SLASH_SLASH] = ACTIONS(272), [anon_sym_AMP] = ACTIONS(272), [anon_sym_CARET] = ACTIONS(272), [anon_sym_LT_LT] = ACTIONS(272), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [anon_sym_PLUS_EQ] = ACTIONS(307), [anon_sym_DASH_EQ] = ACTIONS(307), [anon_sym_STAR_EQ] = ACTIONS(307), [anon_sym_SLASH_EQ] = ACTIONS(307), [anon_sym_AT_EQ] = ACTIONS(307), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(307), [anon_sym_PERCENT_EQ] = ACTIONS(307), [anon_sym_STAR_STAR_EQ] = ACTIONS(307), [anon_sym_GT_GT_EQ] = ACTIONS(307), [anon_sym_LT_LT_EQ] = ACTIONS(307), [anon_sym_AMP_EQ] = ACTIONS(307), [anon_sym_CARET_EQ] = ACTIONS(307), [anon_sym_PIPE_EQ] = ACTIONS(307), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(581), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(303), [sym__newline] = ACTIONS(303), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(135)] = { [sym_primary_expression] = STATE(766), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(311), [anon_sym_lazy] = ACTIONS(583), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(585), [anon_sym_COMMA] = ACTIONS(587), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(272), [anon_sym_COLON_EQ] = ACTIONS(590), [anon_sym_if] = ACTIONS(272), [anon_sym_COLON] = ACTIONS(592), [anon_sym_async] = ACTIONS(583), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(272), [anon_sym_DASH] = ACTIONS(594), [anon_sym_PLUS] = ACTIONS(594), [anon_sym_LBRACK] = ACTIONS(596), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_STAR_STAR] = ACTIONS(272), [anon_sym_EQ] = ACTIONS(592), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(272), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(272), [anon_sym_SLASH_SLASH] = ACTIONS(272), [anon_sym_AMP] = ACTIONS(272), [anon_sym_CARET] = ACTIONS(272), [anon_sym_LT_LT] = ACTIONS(272), [anon_sym_TILDE] = ACTIONS(301), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [anon_sym_PLUS_EQ] = ACTIONS(598), [anon_sym_DASH_EQ] = ACTIONS(598), [anon_sym_STAR_EQ] = ACTIONS(598), [anon_sym_SLASH_EQ] = ACTIONS(598), [anon_sym_AT_EQ] = ACTIONS(598), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(598), [anon_sym_PERCENT_EQ] = ACTIONS(598), [anon_sym_STAR_STAR_EQ] = ACTIONS(598), [anon_sym_GT_GT_EQ] = ACTIONS(598), [anon_sym_LT_LT_EQ] = ACTIONS(598), [anon_sym_AMP_EQ] = ACTIONS(598), [anon_sym_CARET_EQ] = ACTIONS(598), [anon_sym_PIPE_EQ] = ACTIONS(598), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(600), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(136)] = { [sym_primary_expression] = STATE(766), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(311), [anon_sym_lazy] = ACTIONS(583), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(585), [anon_sym_RPAREN] = ACTIONS(303), [anon_sym_COMMA] = ACTIONS(303), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_COLON_EQ] = ACTIONS(590), [anon_sym_if] = ACTIONS(272), [anon_sym_COLON] = ACTIONS(272), [anon_sym_else] = ACTIONS(272), [anon_sym_async] = ACTIONS(583), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(301), [anon_sym_PLUS] = ACTIONS(301), [anon_sym_LBRACK] = ACTIONS(596), [anon_sym_RBRACK] = ACTIONS(303), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_RBRACE] = ACTIONS(303), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_EQ] = ACTIONS(272), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(301), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(600), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(137)] = { [sym_primary_expression] = STATE(766), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(311), [anon_sym_lazy] = ACTIONS(583), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(585), [anon_sym_RPAREN] = ACTIONS(303), [anon_sym_COMMA] = ACTIONS(303), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_if] = ACTIONS(272), [anon_sym_COLON] = ACTIONS(303), [anon_sym_else] = ACTIONS(272), [anon_sym_async] = ACTIONS(583), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(301), [anon_sym_PLUS] = ACTIONS(301), [anon_sym_LBRACK] = ACTIONS(596), [anon_sym_RBRACK] = ACTIONS(303), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_RBRACE] = ACTIONS(303), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_EQ] = ACTIONS(272), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(301), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(600), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(138)] = { [sym_primary_expression] = STATE(747), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(311), [anon_sym_lazy] = ACTIONS(583), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(602), [anon_sym_RPAREN] = ACTIONS(303), [anon_sym_COMMA] = ACTIONS(303), [anon_sym_as] = ACTIONS(272), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_COLON_EQ] = ACTIONS(604), [anon_sym_if] = ACTIONS(272), [anon_sym_async] = ACTIONS(583), [anon_sym_for] = ACTIONS(272), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(606), [anon_sym_PLUS] = ACTIONS(606), [anon_sym_LBRACK] = ACTIONS(608), [anon_sym_RBRACK] = ACTIONS(303), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_RBRACE] = ACTIONS(303), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(606), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(610), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(139)] = { [sym_primary_expression] = STATE(805), [sym_binary_operator] = STATE(949), [sym_unary_operator] = STATE(949), [sym_attribute] = STATE(949), [sym_subscript] = STATE(949), [sym_call] = STATE(949), [sym_list] = STATE(949), [sym_set] = STATE(949), [sym_tuple] = STATE(949), [sym_dictionary] = STATE(949), [sym_list_comprehension] = STATE(949), [sym_dictionary_comprehension] = STATE(949), [sym_set_comprehension] = STATE(949), [sym_generator_expression] = STATE(949), [sym_parenthesized_expression] = STATE(949), [sym_concatenated_string] = STATE(949), [sym_string] = STATE(781), [sym_concatenated_template_string] = STATE(949), [sym_template_string] = STATE(782), [sym_await] = STATE(949), [sym_identifier] = ACTIONS(612), [anon_sym_lazy] = ACTIONS(614), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(616), [anon_sym_COMMA] = ACTIONS(303), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(614), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_COLON_EQ] = ACTIONS(618), [anon_sym_if] = ACTIONS(272), [anon_sym_async] = ACTIONS(614), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(614), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(620), [anon_sym_PLUS] = ACTIONS(620), [anon_sym_LBRACK] = ACTIONS(622), [anon_sym_LBRACE] = ACTIONS(624), [anon_sym_RBRACE] = ACTIONS(303), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_EQ] = ACTIONS(272), [anon_sym_exec] = ACTIONS(614), [anon_sym_type] = ACTIONS(614), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(620), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(626), [anon_sym_COLON2] = ACTIONS(303), [sym_type_conversion] = ACTIONS(303), [sym_integer] = ACTIONS(612), [sym_float] = ACTIONS(626), [anon_sym_await] = ACTIONS(628), [sym_true] = ACTIONS(612), [sym_false] = ACTIONS(612), [sym_none] = ACTIONS(612), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(630), [sym__template_string_start] = ACTIONS(632), }, [STATE(140)] = { [sym_primary_expression] = STATE(799), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_attribute] = STATE(950), [sym_subscript] = STATE(950), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(79), [anon_sym_lazy] = ACTIONS(573), [anon_sym_DOT] = ACTIONS(272), [anon_sym_from] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(575), [anon_sym_COMMA] = ACTIONS(303), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(573), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_COLON_EQ] = ACTIONS(283), [anon_sym_if] = ACTIONS(272), [anon_sym_async] = ACTIONS(573), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(573), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(579), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_EQ] = ACTIONS(272), [anon_sym_exec] = ACTIONS(573), [anon_sym_type] = ACTIONS(573), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(581), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(303), [sym__newline] = ACTIONS(303), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(141)] = { [sym_primary_expression] = STATE(766), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(311), [anon_sym_lazy] = ACTIONS(583), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(585), [anon_sym_RPAREN] = ACTIONS(307), [anon_sym_COMMA] = ACTIONS(307), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(272), [anon_sym_COLON] = ACTIONS(307), [anon_sym_async] = ACTIONS(583), [anon_sym_in] = ACTIONS(285), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(272), [anon_sym_DASH] = ACTIONS(594), [anon_sym_PLUS] = ACTIONS(594), [anon_sym_LBRACK] = ACTIONS(596), [anon_sym_RBRACK] = ACTIONS(307), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_STAR_STAR] = ACTIONS(272), [anon_sym_EQ] = ACTIONS(307), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(272), [anon_sym_SLASH_SLASH] = ACTIONS(272), [anon_sym_AMP] = ACTIONS(272), [anon_sym_CARET] = ACTIONS(272), [anon_sym_LT_LT] = ACTIONS(272), [anon_sym_TILDE] = ACTIONS(301), [anon_sym_PLUS_EQ] = ACTIONS(307), [anon_sym_DASH_EQ] = ACTIONS(307), [anon_sym_STAR_EQ] = ACTIONS(307), [anon_sym_SLASH_EQ] = ACTIONS(307), [anon_sym_AT_EQ] = ACTIONS(307), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(307), [anon_sym_PERCENT_EQ] = ACTIONS(307), [anon_sym_STAR_STAR_EQ] = ACTIONS(307), [anon_sym_GT_GT_EQ] = ACTIONS(307), [anon_sym_LT_LT_EQ] = ACTIONS(307), [anon_sym_AMP_EQ] = ACTIONS(307), [anon_sym_CARET_EQ] = ACTIONS(307), [anon_sym_PIPE_EQ] = ACTIONS(307), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(600), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(142)] = { [sym_primary_expression] = STATE(747), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(311), [anon_sym_lazy] = ACTIONS(583), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(602), [anon_sym_RPAREN] = ACTIONS(303), [anon_sym_COMMA] = ACTIONS(303), [anon_sym_as] = ACTIONS(272), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_if] = ACTIONS(272), [anon_sym_async] = ACTIONS(583), [anon_sym_for] = ACTIONS(272), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(606), [anon_sym_PLUS] = ACTIONS(606), [anon_sym_LBRACK] = ACTIONS(608), [anon_sym_RBRACK] = ACTIONS(303), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_RBRACE] = ACTIONS(303), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(606), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(610), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(143)] = { [sym_primary_expression] = STATE(766), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(311), [anon_sym_lazy] = ACTIONS(583), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(585), [anon_sym_RPAREN] = ACTIONS(598), [anon_sym_COMMA] = ACTIONS(598), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(272), [anon_sym_COLON] = ACTIONS(598), [anon_sym_async] = ACTIONS(583), [anon_sym_in] = ACTIONS(592), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(272), [anon_sym_DASH] = ACTIONS(594), [anon_sym_PLUS] = ACTIONS(594), [anon_sym_LBRACK] = ACTIONS(596), [anon_sym_RBRACK] = ACTIONS(598), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_STAR_STAR] = ACTIONS(272), [anon_sym_EQ] = ACTIONS(598), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(272), [anon_sym_SLASH_SLASH] = ACTIONS(272), [anon_sym_AMP] = ACTIONS(272), [anon_sym_CARET] = ACTIONS(272), [anon_sym_LT_LT] = ACTIONS(272), [anon_sym_TILDE] = ACTIONS(301), [anon_sym_PLUS_EQ] = ACTIONS(598), [anon_sym_DASH_EQ] = ACTIONS(598), [anon_sym_STAR_EQ] = ACTIONS(598), [anon_sym_SLASH_EQ] = ACTIONS(598), [anon_sym_AT_EQ] = ACTIONS(598), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(598), [anon_sym_PERCENT_EQ] = ACTIONS(598), [anon_sym_STAR_STAR_EQ] = ACTIONS(598), [anon_sym_GT_GT_EQ] = ACTIONS(598), [anon_sym_LT_LT_EQ] = ACTIONS(598), [anon_sym_AMP_EQ] = ACTIONS(598), [anon_sym_CARET_EQ] = ACTIONS(598), [anon_sym_PIPE_EQ] = ACTIONS(598), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(600), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(144)] = { [sym_primary_expression] = STATE(747), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(311), [anon_sym_lazy] = ACTIONS(583), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(602), [anon_sym_RPAREN] = ACTIONS(303), [anon_sym_COMMA] = ACTIONS(303), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_COLON_EQ] = ACTIONS(604), [anon_sym_if] = ACTIONS(272), [anon_sym_async] = ACTIONS(583), [anon_sym_for] = ACTIONS(272), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(606), [anon_sym_PLUS] = ACTIONS(606), [anon_sym_LBRACK] = ACTIONS(608), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_EQ] = ACTIONS(634), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(606), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(610), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(145)] = { [sym_primary_expression] = STATE(808), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(311), [anon_sym_lazy] = ACTIONS(583), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(636), [anon_sym_COMMA] = ACTIONS(303), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_COLON_EQ] = ACTIONS(638), [anon_sym_if] = ACTIONS(272), [anon_sym_COLON] = ACTIONS(272), [anon_sym_async] = ACTIONS(583), [anon_sym_for] = ACTIONS(272), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(640), [anon_sym_PLUS] = ACTIONS(640), [anon_sym_LBRACK] = ACTIONS(642), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_RBRACE] = ACTIONS(303), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(640), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(644), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(146)] = { [sym_primary_expression] = STATE(839), [sym_binary_operator] = STATE(985), [sym_unary_operator] = STATE(985), [sym_attribute] = STATE(985), [sym_subscript] = STATE(985), [sym_call] = STATE(985), [sym_list] = STATE(985), [sym_set] = STATE(985), [sym_tuple] = STATE(985), [sym_dictionary] = STATE(985), [sym_list_comprehension] = STATE(985), [sym_dictionary_comprehension] = STATE(985), [sym_set_comprehension] = STATE(985), [sym_generator_expression] = STATE(985), [sym_parenthesized_expression] = STATE(985), [sym_concatenated_string] = STATE(985), [sym_string] = STATE(790), [sym_concatenated_template_string] = STATE(985), [sym_template_string] = STATE(791), [sym_await] = STATE(985), [sym_identifier] = ACTIONS(646), [anon_sym_lazy] = ACTIONS(648), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(650), [anon_sym_RPAREN] = ACTIONS(303), [anon_sym_COMMA] = ACTIONS(303), [anon_sym_as] = ACTIONS(272), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(648), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_COLON_EQ] = ACTIONS(652), [anon_sym_if] = ACTIONS(272), [anon_sym_COLON] = ACTIONS(272), [anon_sym_async] = ACTIONS(648), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(648), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(654), [anon_sym_PLUS] = ACTIONS(654), [anon_sym_LBRACK] = ACTIONS(656), [anon_sym_LBRACE] = ACTIONS(658), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_exec] = ACTIONS(648), [anon_sym_type] = ACTIONS(648), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(654), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(660), [sym_integer] = ACTIONS(646), [sym_float] = ACTIONS(660), [anon_sym_await] = ACTIONS(662), [sym_true] = ACTIONS(646), [sym_false] = ACTIONS(646), [sym_none] = ACTIONS(646), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(664), [sym__template_string_start] = ACTIONS(666), }, [STATE(147)] = { [sym_primary_expression] = STATE(805), [sym_binary_operator] = STATE(949), [sym_unary_operator] = STATE(949), [sym_attribute] = STATE(949), [sym_subscript] = STATE(949), [sym_call] = STATE(949), [sym_list] = STATE(949), [sym_set] = STATE(949), [sym_tuple] = STATE(949), [sym_dictionary] = STATE(949), [sym_list_comprehension] = STATE(949), [sym_dictionary_comprehension] = STATE(949), [sym_set_comprehension] = STATE(949), [sym_generator_expression] = STATE(949), [sym_parenthesized_expression] = STATE(949), [sym_concatenated_string] = STATE(949), [sym_string] = STATE(781), [sym_concatenated_template_string] = STATE(949), [sym_template_string] = STATE(782), [sym_await] = STATE(949), [sym_identifier] = ACTIONS(612), [anon_sym_lazy] = ACTIONS(614), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(616), [anon_sym_COMMA] = ACTIONS(303), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(614), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_if] = ACTIONS(272), [anon_sym_async] = ACTIONS(614), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(614), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(620), [anon_sym_PLUS] = ACTIONS(620), [anon_sym_LBRACK] = ACTIONS(622), [anon_sym_LBRACE] = ACTIONS(624), [anon_sym_RBRACE] = ACTIONS(303), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_EQ] = ACTIONS(272), [anon_sym_exec] = ACTIONS(614), [anon_sym_type] = ACTIONS(614), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(620), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(626), [anon_sym_COLON2] = ACTIONS(303), [sym_type_conversion] = ACTIONS(303), [sym_integer] = ACTIONS(612), [sym_float] = ACTIONS(626), [anon_sym_await] = ACTIONS(628), [sym_true] = ACTIONS(612), [sym_false] = ACTIONS(612), [sym_none] = ACTIONS(612), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(630), [sym__template_string_start] = ACTIONS(632), }, [STATE(148)] = { [sym_primary_expression] = STATE(747), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(311), [anon_sym_lazy] = ACTIONS(583), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(602), [anon_sym_RPAREN] = ACTIONS(587), [anon_sym_COMMA] = ACTIONS(587), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_COLON_EQ] = ACTIONS(604), [anon_sym_if] = ACTIONS(272), [anon_sym_async] = ACTIONS(583), [anon_sym_for] = ACTIONS(272), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(606), [anon_sym_PLUS] = ACTIONS(606), [anon_sym_LBRACK] = ACTIONS(608), [anon_sym_RBRACK] = ACTIONS(587), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(606), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(610), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(149)] = { [sym_primary_expression] = STATE(747), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(311), [anon_sym_lazy] = ACTIONS(583), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(602), [anon_sym_RPAREN] = ACTIONS(277), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_COLON_EQ] = ACTIONS(604), [anon_sym_if] = ACTIONS(272), [anon_sym_async] = ACTIONS(583), [anon_sym_for] = ACTIONS(272), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(606), [anon_sym_PLUS] = ACTIONS(606), [anon_sym_LBRACK] = ACTIONS(608), [anon_sym_RBRACK] = ACTIONS(277), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(606), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(610), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(150)] = { [sym_primary_expression] = STATE(799), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_attribute] = STATE(950), [sym_subscript] = STATE(950), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(79), [anon_sym_lazy] = ACTIONS(573), [anon_sym_DOT] = ACTIONS(272), [anon_sym_from] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(575), [anon_sym_COMMA] = ACTIONS(303), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(573), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_if] = ACTIONS(272), [anon_sym_async] = ACTIONS(573), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(573), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(579), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_EQ] = ACTIONS(272), [anon_sym_exec] = ACTIONS(573), [anon_sym_type] = ACTIONS(573), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(581), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(303), [sym__newline] = ACTIONS(303), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(151)] = { [sym_primary_expression] = STATE(808), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(311), [anon_sym_lazy] = ACTIONS(583), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(636), [anon_sym_COMMA] = ACTIONS(303), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_if] = ACTIONS(272), [anon_sym_COLON] = ACTIONS(303), [anon_sym_async] = ACTIONS(583), [anon_sym_for] = ACTIONS(272), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(640), [anon_sym_PLUS] = ACTIONS(640), [anon_sym_LBRACK] = ACTIONS(642), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_RBRACE] = ACTIONS(303), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(640), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(644), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(152)] = { [sym_primary_expression] = STATE(839), [sym_binary_operator] = STATE(985), [sym_unary_operator] = STATE(985), [sym_attribute] = STATE(985), [sym_subscript] = STATE(985), [sym_call] = STATE(985), [sym_list] = STATE(985), [sym_set] = STATE(985), [sym_tuple] = STATE(985), [sym_dictionary] = STATE(985), [sym_list_comprehension] = STATE(985), [sym_dictionary_comprehension] = STATE(985), [sym_set_comprehension] = STATE(985), [sym_generator_expression] = STATE(985), [sym_parenthesized_expression] = STATE(985), [sym_concatenated_string] = STATE(985), [sym_string] = STATE(790), [sym_concatenated_template_string] = STATE(985), [sym_template_string] = STATE(791), [sym_await] = STATE(985), [sym_identifier] = ACTIONS(646), [anon_sym_lazy] = ACTIONS(648), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(650), [anon_sym_RPAREN] = ACTIONS(303), [anon_sym_COMMA] = ACTIONS(303), [anon_sym_as] = ACTIONS(272), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(648), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_if] = ACTIONS(272), [anon_sym_COLON] = ACTIONS(303), [anon_sym_async] = ACTIONS(648), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(648), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(654), [anon_sym_PLUS] = ACTIONS(654), [anon_sym_LBRACK] = ACTIONS(656), [anon_sym_LBRACE] = ACTIONS(658), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_exec] = ACTIONS(648), [anon_sym_type] = ACTIONS(648), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(654), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(660), [sym_integer] = ACTIONS(646), [sym_float] = ACTIONS(660), [anon_sym_await] = ACTIONS(662), [sym_true] = ACTIONS(646), [sym_false] = ACTIONS(646), [sym_none] = ACTIONS(646), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(664), [sym__template_string_start] = ACTIONS(666), }, [STATE(153)] = { [sym_primary_expression] = STATE(766), [sym_binary_operator] = STATE(720), [sym_unary_operator] = STATE(720), [sym_attribute] = STATE(720), [sym_subscript] = STATE(720), [sym_call] = STATE(720), [sym_list] = STATE(720), [sym_set] = STATE(720), [sym_tuple] = STATE(720), [sym_dictionary] = STATE(720), [sym_list_comprehension] = STATE(720), [sym_dictionary_comprehension] = STATE(720), [sym_set_comprehension] = STATE(720), [sym_generator_expression] = STATE(720), [sym_parenthesized_expression] = STATE(720), [sym_concatenated_string] = STATE(720), [sym_string] = STATE(694), [sym_concatenated_template_string] = STATE(720), [sym_template_string] = STATE(698), [sym_await] = STATE(720), [sym_identifier] = ACTIONS(311), [anon_sym_lazy] = ACTIONS(583), [anon_sym_DOT] = ACTIONS(272), [anon_sym_LPAREN] = ACTIONS(585), [anon_sym_RPAREN] = ACTIONS(303), [anon_sym_COMMA] = ACTIONS(303), [anon_sym_STAR] = ACTIONS(272), [anon_sym_print] = ACTIONS(583), [anon_sym_GT_GT] = ACTIONS(303), [anon_sym_COLON_EQ] = ACTIONS(590), [anon_sym_if] = ACTIONS(272), [anon_sym_async] = ACTIONS(583), [anon_sym_in] = ACTIONS(272), [anon_sym_match] = ACTIONS(583), [anon_sym_PIPE] = ACTIONS(303), [anon_sym_DASH] = ACTIONS(301), [anon_sym_PLUS] = ACTIONS(301), [anon_sym_LBRACK] = ACTIONS(596), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_EQ] = ACTIONS(634), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(303), [anon_sym_not] = ACTIONS(272), [anon_sym_and] = ACTIONS(272), [anon_sym_or] = ACTIONS(272), [anon_sym_SLASH] = ACTIONS(272), [anon_sym_PERCENT] = ACTIONS(303), [anon_sym_SLASH_SLASH] = ACTIONS(303), [anon_sym_AMP] = ACTIONS(303), [anon_sym_CARET] = ACTIONS(303), [anon_sym_LT_LT] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(301), [anon_sym_LT] = ACTIONS(272), [anon_sym_LT_EQ] = ACTIONS(303), [anon_sym_EQ_EQ] = ACTIONS(303), [anon_sym_BANG_EQ] = ACTIONS(303), [anon_sym_GT_EQ] = ACTIONS(303), [anon_sym_GT] = ACTIONS(272), [anon_sym_LT_GT] = ACTIONS(303), [anon_sym_is] = ACTIONS(272), [sym_ellipsis] = ACTIONS(309), [sym_integer] = ACTIONS(311), [sym_float] = ACTIONS(309), [anon_sym_await] = ACTIONS(600), [sym_true] = ACTIONS(311), [sym_false] = ACTIONS(311), [sym_none] = ACTIONS(311), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(315), [sym__template_string_start] = ACTIONS(317), }, [STATE(154)] = { [sym_named_expression] = STATE(1126), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_expression_list] = STATE(1586), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1181), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1586), [sym_augmented_assignment] = STATE(1586), [sym_pattern_list] = STATE(1030), [sym__right_hand_side] = STATE(1586), [sym_yield] = STATE(1586), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(319), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(319), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_exec] = ACTIONS(319), [anon_sym_type] = ACTIONS(319), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(155)] = { [sym_named_expression] = STATE(1126), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_expression_list] = STATE(1608), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1181), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1608), [sym_augmented_assignment] = STATE(1608), [sym_pattern_list] = STATE(1030), [sym__right_hand_side] = STATE(1608), [sym_yield] = STATE(1608), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(319), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(319), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_exec] = ACTIONS(319), [anon_sym_type] = ACTIONS(319), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, [STATE(156)] = { [sym_named_expression] = STATE(1126), [sym_list_splat] = STATE(1590), [sym_dictionary_splat] = STATE(1590), [sym_expression_list] = STATE(1610), [sym_pattern] = STATE(1020), [sym_tuple_pattern] = STATE(1005), [sym_list_pattern] = STATE(1005), [sym_list_splat_pattern] = STATE(1005), [sym_expression] = STATE(1181), [sym_primary_expression] = STATE(773), [sym_not_operator] = STATE(1126), [sym_boolean_operator] = STATE(1126), [sym_binary_operator] = STATE(950), [sym_unary_operator] = STATE(950), [sym_comparison_operator] = STATE(1126), [sym_lambda] = STATE(1126), [sym_assignment] = STATE(1610), [sym_augmented_assignment] = STATE(1610), [sym_pattern_list] = STATE(1030), [sym__right_hand_side] = STATE(1610), [sym_yield] = STATE(1610), [sym_attribute] = STATE(614), [sym_subscript] = STATE(614), [sym_call] = STATE(950), [sym_list] = STATE(950), [sym_set] = STATE(950), [sym_tuple] = STATE(950), [sym_dictionary] = STATE(950), [sym_list_comprehension] = STATE(950), [sym_dictionary_comprehension] = STATE(950), [sym_set_comprehension] = STATE(950), [sym_generator_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_conditional_expression] = STATE(1126), [sym_concatenated_string] = STATE(950), [sym_string] = STATE(779), [sym_concatenated_template_string] = STATE(950), [sym_template_string] = STATE(772), [sym_await] = STATE(950), [sym_identifier] = ACTIONS(7), [anon_sym_lazy] = ACTIONS(319), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_STAR] = ACTIONS(17), [anon_sym_print] = ACTIONS(319), [anon_sym_async] = ACTIONS(319), [anon_sym_match] = ACTIONS(319), [anon_sym_DASH] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(49), [anon_sym_LBRACK] = ACTIONS(51), [anon_sym_LBRACE] = ACTIONS(53), [anon_sym_STAR_STAR] = ACTIONS(55), [anon_sym_exec] = ACTIONS(319), [anon_sym_type] = ACTIONS(319), [anon_sym_not] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(49), [anon_sym_lambda] = ACTIONS(73), [anon_sym_yield] = ACTIONS(75), [sym_ellipsis] = ACTIONS(77), [sym_integer] = ACTIONS(79), [sym_float] = ACTIONS(77), [anon_sym_await] = ACTIONS(81), [sym_true] = ACTIONS(79), [sym_false] = ACTIONS(79), [sym_none] = ACTIONS(79), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(83), [sym__template_string_start] = ACTIONS(85), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 31, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(668), 1, sym_identifier, ACTIONS(672), 1, anon_sym_LPAREN, ACTIONS(674), 1, anon_sym_RPAREN, ACTIONS(676), 1, anon_sym_STAR, ACTIONS(678), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(686), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1070), 1, sym_expression, STATE(1217), 1, sym_list_splat, STATE(1294), 1, sym_parenthesized_list_splat, STATE(1355), 1, sym_pattern, STATE(1461), 1, sym_yield, STATE(1721), 1, sym__collection_elements, STATE(1742), 1, sym__patterns, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(917), 2, sym_attribute, sym_subscript, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(670), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [127] = 31, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(668), 1, sym_identifier, ACTIONS(672), 1, anon_sym_LPAREN, ACTIONS(676), 1, anon_sym_STAR, ACTIONS(678), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(686), 1, anon_sym_await, ACTIONS(688), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1086), 1, sym_expression, STATE(1202), 1, sym_list_splat, STATE(1294), 1, sym_parenthesized_list_splat, STATE(1355), 1, sym_pattern, STATE(1432), 1, sym_yield, STATE(1686), 1, sym__collection_elements, STATE(1742), 1, sym__patterns, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(917), 2, sym_attribute, sym_subscript, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(670), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [254] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(668), 1, sym_identifier, ACTIONS(672), 1, anon_sym_LPAREN, ACTIONS(676), 1, anon_sym_STAR, ACTIONS(678), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(686), 1, anon_sym_await, ACTIONS(690), 1, anon_sym_RBRACK, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1080), 1, sym_expression, STATE(1204), 1, sym_list_splat, STATE(1355), 1, sym_pattern, STATE(1657), 1, sym__collection_elements, STATE(1690), 1, sym__patterns, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(917), 2, sym_attribute, sym_subscript, STATE(1294), 2, sym_parenthesized_list_splat, sym_yield, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(670), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [379] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(668), 1, sym_identifier, ACTIONS(672), 1, anon_sym_LPAREN, ACTIONS(676), 1, anon_sym_STAR, ACTIONS(678), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(686), 1, anon_sym_await, ACTIONS(692), 1, anon_sym_RBRACK, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1095), 1, sym_expression, STATE(1218), 1, sym_list_splat, STATE(1355), 1, sym_pattern, STATE(1690), 1, sym__patterns, STATE(1692), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(917), 2, sym_attribute, sym_subscript, STATE(1294), 2, sym_parenthesized_list_splat, sym_yield, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(670), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [504] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(301), 1, anon_sym_TILDE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(694), 1, sym_identifier, ACTIONS(698), 1, anon_sym_LPAREN, ACTIONS(700), 1, anon_sym_STAR, ACTIONS(704), 1, anon_sym_in, ACTIONS(706), 1, anon_sym_LBRACK, ACTIONS(708), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1002), 1, sym_pattern, STATE(1017), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(594), 2, anon_sym_DASH, anon_sym_PLUS, STATE(842), 2, sym_attribute, sym_subscript, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(696), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, ACTIONS(702), 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(720), 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, [615] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(301), 1, anon_sym_TILDE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(694), 1, sym_identifier, ACTIONS(698), 1, anon_sym_LPAREN, ACTIONS(700), 1, anon_sym_STAR, ACTIONS(706), 1, anon_sym_LBRACK, ACTIONS(708), 1, anon_sym_await, ACTIONS(712), 1, anon_sym_in, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1002), 1, sym_pattern, STATE(1017), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(594), 2, anon_sym_DASH, anon_sym_PLUS, STATE(842), 2, sym_attribute, sym_subscript, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(696), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, ACTIONS(710), 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(720), 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, [726] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(668), 1, sym_identifier, ACTIONS(672), 1, anon_sym_LPAREN, ACTIONS(676), 1, anon_sym_STAR, ACTIONS(678), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(686), 1, anon_sym_await, ACTIONS(714), 1, anon_sym_RBRACK, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1080), 1, sym_expression, STATE(1204), 1, sym_list_splat, STATE(1355), 1, sym_pattern, STATE(1657), 1, sym__collection_elements, STATE(1690), 1, sym__patterns, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(917), 2, sym_attribute, sym_subscript, STATE(1294), 2, sym_parenthesized_list_splat, sym_yield, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(670), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [851] = 31, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(668), 1, sym_identifier, ACTIONS(672), 1, anon_sym_LPAREN, ACTIONS(676), 1, anon_sym_STAR, ACTIONS(678), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(686), 1, anon_sym_await, ACTIONS(716), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1086), 1, sym_expression, STATE(1187), 1, sym_list_splat, STATE(1355), 1, sym_pattern, STATE(1432), 1, sym_yield, STATE(1455), 1, sym_parenthesized_list_splat, STATE(1686), 1, sym__collection_elements, STATE(1742), 1, sym__patterns, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(917), 2, sym_attribute, sym_subscript, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(670), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [978] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(684), 1, anon_sym_yield, ACTIONS(718), 1, sym_identifier, ACTIONS(722), 1, anon_sym_LPAREN, ACTIONS(724), 1, anon_sym_COMMA, ACTIONS(726), 1, anon_sym_STAR, ACTIONS(728), 1, anon_sym_RBRACE, ACTIONS(730), 1, anon_sym_STAR_STAR, ACTIONS(732), 1, anon_sym_not, ACTIONS(734), 1, anon_sym_lambda, ACTIONS(736), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(775), 1, sym_primary_expression, STATE(1047), 1, sym_expression, STATE(1203), 1, sym_list_splat, STATE(1727), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1207), 2, sym_dictionary_splat, sym_pair, STATE(1294), 2, sym_parenthesized_list_splat, sym_yield, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [1100] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(684), 1, anon_sym_yield, ACTIONS(718), 1, sym_identifier, ACTIONS(722), 1, anon_sym_LPAREN, ACTIONS(726), 1, anon_sym_STAR, ACTIONS(730), 1, anon_sym_STAR_STAR, ACTIONS(732), 1, anon_sym_not, ACTIONS(734), 1, anon_sym_lambda, ACTIONS(736), 1, anon_sym_await, ACTIONS(738), 1, anon_sym_COMMA, ACTIONS(740), 1, anon_sym_RBRACE, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(775), 1, sym_primary_expression, STATE(1063), 1, sym_expression, STATE(1206), 1, sym_list_splat, STATE(1624), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1236), 2, sym_dictionary_splat, sym_pair, STATE(1294), 2, sym_parenthesized_list_splat, sym_yield, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [1222] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(684), 1, anon_sym_yield, ACTIONS(718), 1, sym_identifier, ACTIONS(722), 1, anon_sym_LPAREN, ACTIONS(726), 1, anon_sym_STAR, ACTIONS(730), 1, anon_sym_STAR_STAR, ACTIONS(732), 1, anon_sym_not, ACTIONS(734), 1, anon_sym_lambda, ACTIONS(736), 1, anon_sym_await, ACTIONS(742), 1, anon_sym_COMMA, ACTIONS(744), 1, anon_sym_RBRACE, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(775), 1, sym_primary_expression, STATE(1041), 1, sym_expression, STATE(1232), 1, sym_list_splat, STATE(1666), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1194), 2, sym_dictionary_splat, sym_pair, STATE(1294), 2, sym_parenthesized_list_splat, sym_yield, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [1344] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(684), 1, anon_sym_yield, ACTIONS(718), 1, sym_identifier, ACTIONS(722), 1, anon_sym_LPAREN, ACTIONS(726), 1, anon_sym_STAR, ACTIONS(730), 1, anon_sym_STAR_STAR, ACTIONS(732), 1, anon_sym_not, ACTIONS(734), 1, anon_sym_lambda, ACTIONS(736), 1, anon_sym_await, ACTIONS(746), 1, anon_sym_COMMA, ACTIONS(748), 1, anon_sym_RBRACE, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(775), 1, sym_primary_expression, STATE(1067), 1, sym_expression, STATE(1228), 1, sym_list_splat, STATE(1688), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1184), 2, sym_dictionary_splat, sym_pair, STATE(1294), 2, sym_parenthesized_list_splat, sym_yield, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [1466] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(754), 1, anon_sym_from, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1107), 1, sym_expression, STATE(1237), 1, sym_expression_list, ACTIONS(626), 2, sym_ellipsis, sym_float, STATE(1588), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(758), 4, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [1581] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(766), 1, anon_sym_from, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1175), 1, sym_expression, STATE(1237), 1, sym_expression_list, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1573), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(758), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [1696] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1144), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1291), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(770), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [1806] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1144), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1291), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(770), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [1916] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1144), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1291), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(772), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [2026] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, ACTIONS(774), 1, anon_sym_STAR, ACTIONS(776), 1, anon_sym_STAR_STAR, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1120), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, STATE(1301), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(772), 4, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [2135] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(684), 1, anon_sym_yield, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1179), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(780), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(1354), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [2244] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(684), 1, anon_sym_yield, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1179), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(780), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(1354), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [2353] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(684), 1, anon_sym_yield, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1179), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(780), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(1354), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [2462] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(726), 1, anon_sym_STAR, ACTIONS(784), 1, sym_identifier, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(790), 1, anon_sym_RPAREN, ACTIONS(792), 1, anon_sym_COMMA, ACTIONS(794), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1087), 1, sym_expression, STATE(1212), 1, sym_list_splat, STATE(1490), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1486), 2, sym_dictionary_splat, sym_keyword_argument, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(786), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [2577] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(796), 1, anon_sym_from, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1210), 1, sym_expression, STATE(1569), 1, sym_expression_list, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(758), 2, sym__newline, anon_sym_SEMI, STATE(1590), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [2690] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(684), 1, anon_sym_yield, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1179), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(798), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(1354), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [2799] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(726), 1, anon_sym_STAR, ACTIONS(784), 1, sym_identifier, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(794), 1, anon_sym_await, ACTIONS(800), 1, anon_sym_RPAREN, ACTIONS(802), 1, anon_sym_COMMA, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1094), 1, sym_expression, STATE(1211), 1, sym_list_splat, STATE(1497), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1496), 2, sym_dictionary_splat, sym_keyword_argument, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(786), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [2914] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(804), 1, anon_sym_from, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1137), 1, sym_expression, STATE(1446), 1, sym_expression_list, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(806), 2, sym__newline, anon_sym_SEMI, STATE(1590), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [3027] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(812), 1, anon_sym_RPAREN, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1048), 1, sym_expression, STATE(1226), 1, sym_list_splat, STATE(1294), 1, sym_parenthesized_list_splat, STATE(1447), 1, sym_yield, STATE(1484), 1, sym_with_item, STATE(1654), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [3144] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, ACTIONS(818), 1, anon_sym_yield, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1103), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, STATE(1588), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1296), 3, sym_expression_list, sym_yield, sym__f_expression, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [3255] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, ACTIONS(774), 1, anon_sym_STAR, ACTIONS(776), 1, anon_sym_STAR_STAR, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1120), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, STATE(1301), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(770), 4, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [3364] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(726), 1, anon_sym_STAR, ACTIONS(784), 1, sym_identifier, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(794), 1, anon_sym_await, ACTIONS(820), 1, anon_sym_RPAREN, ACTIONS(822), 1, anon_sym_COMMA, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1093), 1, sym_expression, STATE(1186), 1, sym_list_splat, STATE(1453), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1452), 2, sym_dictionary_splat, sym_keyword_argument, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(786), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [3479] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, ACTIONS(774), 1, anon_sym_STAR, ACTIONS(776), 1, anon_sym_STAR_STAR, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1120), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, STATE(1301), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(770), 4, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [3588] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(726), 1, anon_sym_STAR, ACTIONS(784), 1, sym_identifier, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(794), 1, anon_sym_await, ACTIONS(824), 1, anon_sym_RPAREN, ACTIONS(826), 1, anon_sym_COMMA, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1075), 1, sym_expression, STATE(1196), 1, sym_list_splat, STATE(1469), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1482), 2, sym_dictionary_splat, sym_keyword_argument, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(786), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [3703] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, ACTIONS(818), 1, anon_sym_yield, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1103), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, STATE(1588), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1289), 3, sym_expression_list, sym_yield, sym__f_expression, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [3814] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(800), 1, anon_sym_RPAREN, ACTIONS(802), 1, anon_sym_COMMA, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1258), 1, sym_expression, STATE(1497), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1468), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [3927] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(834), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [4037] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, ACTIONS(836), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1086), 1, sym_expression, STATE(1187), 1, sym_list_splat, STATE(1432), 1, sym_yield, STATE(1455), 1, sym_parenthesized_list_splat, STATE(1686), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [4151] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(838), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [4261] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(840), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [4371] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(842), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [4481] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(844), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [4591] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(846), 1, anon_sym_from, ACTIONS(848), 1, anon_sym_STAR, ACTIONS(850), 1, anon_sym_STAR_STAR, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1219), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(772), 2, sym__newline, anon_sym_SEMI, STATE(1393), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [4701] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(852), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [4811] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(854), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [4921] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(856), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [5031] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(858), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [5141] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, ACTIONS(864), 1, anon_sym_lambda, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1097), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1222), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(860), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(862), 3, anon_sym_if, anon_sym_async, anon_sym_for, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 5, anon_sym_lazy, anon_sym_print, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [5247] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(848), 1, anon_sym_STAR, ACTIONS(850), 1, anon_sym_STAR_STAR, ACTIONS(866), 1, anon_sym_from, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1219), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(770), 2, sym__newline, anon_sym_SEMI, STATE(1393), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [5357] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(868), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [5467] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(870), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [5577] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(872), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [5687] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(874), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [5797] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, ACTIONS(876), 1, anon_sym_RBRACK, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1080), 1, sym_expression, STATE(1204), 1, sym_list_splat, STATE(1657), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1294), 2, sym_parenthesized_list_splat, sym_yield, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [5909] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, ACTIONS(878), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1070), 1, sym_expression, STATE(1217), 1, sym_list_splat, STATE(1294), 1, sym_parenthesized_list_splat, STATE(1461), 1, sym_yield, STATE(1721), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [6023] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, ACTIONS(880), 1, anon_sym_RBRACK, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1095), 1, sym_expression, STATE(1218), 1, sym_list_splat, STATE(1692), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1294), 2, sym_parenthesized_list_splat, sym_yield, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [6135] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(848), 1, anon_sym_STAR, ACTIONS(850), 1, anon_sym_STAR_STAR, ACTIONS(866), 1, anon_sym_from, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1219), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(770), 2, sym__newline, anon_sym_SEMI, STATE(1393), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [6245] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, ACTIONS(882), 1, anon_sym_RBRACK, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1080), 1, sym_expression, STATE(1204), 1, sym_list_splat, STATE(1657), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1294), 2, sym_parenthesized_list_splat, sym_yield, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [6357] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(812), 1, anon_sym_RPAREN, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1086), 1, sym_expression, STATE(1187), 1, sym_list_splat, STATE(1432), 1, sym_yield, STATE(1455), 1, sym_parenthesized_list_splat, STATE(1686), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [6471] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, ACTIONS(864), 1, anon_sym_lambda, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1097), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1222), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(884), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(886), 3, anon_sym_if, anon_sym_async, anon_sym_for, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 5, anon_sym_lazy, anon_sym_print, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [6577] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, ACTIONS(888), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1086), 1, sym_expression, STATE(1187), 1, sym_list_splat, STATE(1432), 1, sym_yield, STATE(1455), 1, sym_parenthesized_list_splat, STATE(1686), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [6691] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(890), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [6801] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(892), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [6911] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(894), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [7021] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(896), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [7131] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(898), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [7241] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(900), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [7351] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, ACTIONS(888), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1086), 1, sym_expression, STATE(1202), 1, sym_list_splat, STATE(1294), 1, sym_parenthesized_list_splat, STATE(1432), 1, sym_yield, STATE(1686), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [7465] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, ACTIONS(902), 1, anon_sym_RBRACK, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1092), 1, sym_expression, STATE(1230), 1, sym_list_splat, STATE(1658), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1294), 2, sym_parenthesized_list_splat, sym_yield, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [7577] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, ACTIONS(864), 1, anon_sym_lambda, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1097), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1222), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(904), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(906), 3, anon_sym_if, anon_sym_async, anon_sym_for, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 5, anon_sym_lazy, anon_sym_print, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [7683] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(908), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [7793] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(910), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [7903] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(912), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [8013] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, ACTIONS(864), 1, anon_sym_lambda, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1097), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1222), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(914), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(916), 3, anon_sym_if, anon_sym_async, anon_sym_for, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 5, anon_sym_lazy, anon_sym_print, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [8119] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(918), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [8229] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, ACTIONS(920), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [8339] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, ACTIONS(836), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1086), 1, sym_expression, STATE(1202), 1, sym_list_splat, STATE(1294), 1, sym_parenthesized_list_splat, STATE(1432), 1, sym_yield, STATE(1686), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [8453] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, ACTIONS(902), 1, anon_sym_RBRACK, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1080), 1, sym_expression, STATE(1204), 1, sym_list_splat, STATE(1657), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1294), 2, sym_parenthesized_list_splat, sym_yield, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [8565] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1235), 1, sym_expression, STATE(1591), 1, sym_expression_list, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(922), 2, sym__newline, anon_sym_SEMI, STATE(1590), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [8675] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(812), 1, anon_sym_RPAREN, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1074), 1, sym_expression, STATE(1226), 1, sym_list_splat, STATE(1294), 1, sym_parenthesized_list_splat, STATE(1447), 1, sym_yield, STATE(1654), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [8789] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, ACTIONS(876), 1, anon_sym_RBRACK, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1090), 1, sym_expression, STATE(1227), 1, sym_list_splat, STATE(1669), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1294), 2, sym_parenthesized_list_splat, sym_yield, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [8901] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(812), 1, anon_sym_RPAREN, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1086), 1, sym_expression, STATE(1202), 1, sym_list_splat, STATE(1294), 1, sym_parenthesized_list_splat, STATE(1432), 1, sym_yield, STATE(1686), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [9015] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(684), 1, anon_sym_yield, ACTIONS(788), 1, anon_sym_LPAREN, ACTIONS(808), 1, sym_identifier, ACTIONS(814), 1, anon_sym_STAR, ACTIONS(816), 1, anon_sym_await, ACTIONS(888), 1, anon_sym_RPAREN, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1084), 1, sym_expression, STATE(1229), 1, sym_list_splat, STATE(1294), 1, sym_parenthesized_list_splat, STATE(1464), 1, sym_yield, STATE(1655), 1, sym__collection_elements, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [9129] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, ACTIONS(924), 1, anon_sym_COLON, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1246), 1, sym_expression, STATE(1614), 1, sym_index_expression_list, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1454), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [9236] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, ACTIONS(924), 1, anon_sym_COLON, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1246), 1, sym_expression, STATE(1694), 1, sym_index_expression_list, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1470), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [9343] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(684), 1, anon_sym_yield, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(780), 1, anon_sym_RPAREN, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1179), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1354), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [9450] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, ACTIONS(924), 1, anon_sym_COLON, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1246), 1, sym_expression, STATE(1660), 1, sym_index_expression_list, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1501), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [9557] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, ACTIONS(924), 1, anon_sym_COLON, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1246), 1, sym_expression, STATE(1735), 1, sym_index_expression_list, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1518), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [9664] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, ACTIONS(924), 1, anon_sym_COLON, ACTIONS(926), 1, anon_sym_RBRACK, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1246), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1535), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [9771] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(600), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(766), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(272), 3, anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(928), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, ACTIONS(303), 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(720), 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, [9866] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, ACTIONS(924), 1, anon_sym_COLON, ACTIONS(930), 1, anon_sym_RBRACK, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1246), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1535), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [9973] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(828), 1, sym_identifier, ACTIONS(832), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1321), 1, sym_expression, STATE(1540), 1, sym_parenthesized_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1539), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(830), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [10080] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1239), 1, sym_expression, STATE(1554), 1, sym_expression_list, ACTIONS(77), 2, sym_ellipsis, sym_float, STATE(1590), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [10186] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1265), 1, sym_expression, STATE(1645), 1, sym_expression_list, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1573), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1279), 1, sym_expression, STATE(1687), 1, sym_expression_list, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1573), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [10398] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(684), 1, anon_sym_yield, ACTIONS(768), 1, anon_sym_not, ACTIONS(778), 1, anon_sym_LPAREN, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1179), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1354), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [10502] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1253), 1, sym_expression, STATE(1636), 1, sym_expression_list, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1573), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [10608] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, ACTIONS(924), 1, anon_sym_COLON, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1246), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1535), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [10712] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1250), 1, sym_expression, STATE(1629), 1, sym_expression_list, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1573), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [10818] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, ACTIONS(774), 1, anon_sym_STAR, ACTIONS(776), 1, anon_sym_STAR_STAR, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1120), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, STATE(1301), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [10921] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(848), 1, anon_sym_STAR, ACTIONS(850), 1, anon_sym_STAR_STAR, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1219), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, STATE(1393), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [11024] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_STAR, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1144), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1291), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [11127] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(932), 1, anon_sym_RBRACE, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1395), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1567), 2, sym_dictionary_splat, sym_pair, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [11230] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(934), 1, anon_sym_RBRACE, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1395), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1567), 2, sym_dictionary_splat, sym_pair, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [11333] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(936), 1, anon_sym_RBRACE, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1395), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1567), 2, sym_dictionary_splat, sym_pair, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [11436] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(938), 1, anon_sym_RBRACE, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1395), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1567), 2, sym_dictionary_splat, sym_pair, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [11539] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(940), 1, anon_sym_RBRACE, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1395), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1567), 2, sym_dictionary_splat, sym_pair, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [11642] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(942), 1, anon_sym_RBRACE, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1395), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1567), 2, sym_dictionary_splat, sym_pair, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [11745] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(944), 1, anon_sym_RBRACE, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1395), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1567), 2, sym_dictionary_splat, sym_pair, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [11848] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(946), 1, anon_sym_RBRACE, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1395), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1567), 2, sym_dictionary_splat, sym_pair, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [11951] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_STAR_STAR, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1395), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1567), 2, sym_dictionary_splat, sym_pair, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [12051] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(952), 1, anon_sym_else, ACTIONS(954), 1, anon_sym_except, ACTIONS(956), 1, anon_sym_finally, STATE(480), 1, sym_else_clause, STATE(554), 1, sym_finally_clause, STATE(331), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, ACTIONS(950), 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(948), 34, anon_sym_lazy, 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, [12125] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(952), 1, anon_sym_else, ACTIONS(954), 1, anon_sym_except, ACTIONS(956), 1, anon_sym_finally, STATE(484), 1, sym_else_clause, STATE(572), 1, sym_finally_clause, STATE(331), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, 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(958), 34, anon_sym_lazy, 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, [12199] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1231), 1, sym_expression, STATE(1333), 1, sym_type, STATE(1358), 1, sym_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [12301] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(962), 1, anon_sym_STAR, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1271), 1, sym_expression, STATE(1436), 1, sym_type, STATE(1529), 1, sym_list_splat, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [12403] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(968), 1, anon_sym_STAR, ACTIONS(970), 1, anon_sym_COLON, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1177), 1, sym_expression, STATE(1594), 1, sym_exception_list, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [12505] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1231), 1, sym_expression, STATE(1358), 1, sym_list_splat, STATE(1643), 1, sym_type, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [12607] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_else, ACTIONS(980), 1, anon_sym_except, ACTIONS(982), 1, anon_sym_finally, STATE(481), 1, sym_else_clause, STATE(557), 1, sym_finally_clause, STATE(315), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, ACTIONS(950), 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(948), 34, anon_sym_lazy, 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, [12681] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1231), 1, sym_expression, STATE(1358), 1, sym_list_splat, STATE(1494), 1, sym_type, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [12783] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1231), 1, sym_expression, STATE(1358), 1, sym_list_splat, STATE(1715), 1, sym_type, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [12885] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(952), 1, anon_sym_else, ACTIONS(956), 1, anon_sym_finally, ACTIONS(984), 1, anon_sym_except, STATE(484), 1, sym_else_clause, STATE(572), 1, sym_finally_clause, STATE(324), 2, sym_except_clause, aux_sym_try_statement_repeat1, 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(958), 34, anon_sym_lazy, 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, [12959] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(988), 1, anon_sym_COLON, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1264), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(986), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [13059] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, ACTIONS(990), 1, anon_sym_STAR, ACTIONS(992), 1, anon_sym_COLON, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1208), 1, sym_expression, STATE(1547), 1, sym_exception_list, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [13161] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_else, ACTIONS(982), 1, anon_sym_finally, ACTIONS(994), 1, anon_sym_except, STATE(481), 1, sym_else_clause, STATE(557), 1, sym_finally_clause, STATE(314), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(950), 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(948), 34, anon_sym_lazy, 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, [13235] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(998), 1, anon_sym_COLON, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1244), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(996), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [13335] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1231), 1, sym_expression, STATE(1358), 1, sym_list_splat, STATE(1630), 1, sym_type, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [13437] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_else, ACTIONS(982), 1, anon_sym_finally, ACTIONS(994), 1, anon_sym_except, STATE(476), 1, sym_else_clause, STATE(537), 1, sym_finally_clause, STATE(314), 2, sym_except_clause, aux_sym_try_statement_repeat1, 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(958), 34, anon_sym_lazy, 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, [13511] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_else, ACTIONS(980), 1, anon_sym_except, ACTIONS(982), 1, anon_sym_finally, STATE(476), 1, sym_else_clause, STATE(537), 1, sym_finally_clause, STATE(315), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, 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(958), 34, anon_sym_lazy, 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, [13585] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(952), 1, anon_sym_else, ACTIONS(956), 1, anon_sym_finally, ACTIONS(984), 1, anon_sym_except, STATE(480), 1, sym_else_clause, STATE(554), 1, sym_finally_clause, STATE(324), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(950), 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(948), 34, anon_sym_lazy, 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, [13659] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1231), 1, sym_expression, STATE(1358), 1, sym_list_splat, STATE(1747), 1, sym_type, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [13761] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1231), 1, sym_expression, STATE(1358), 1, sym_list_splat, STATE(1642), 1, sym_type, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [13863] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1231), 1, sym_expression, STATE(1358), 1, sym_list_splat, STATE(1644), 1, sym_type, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [13965] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1231), 1, sym_expression, STATE(1358), 1, sym_list_splat, STATE(1648), 1, sym_type, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [14067] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1231), 1, sym_expression, STATE(1358), 1, sym_list_splat, STATE(1649), 1, sym_type, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [14169] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, ACTIONS(1000), 1, anon_sym_RPAREN, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1192), 1, sym_expression, STATE(1522), 1, sym_with_item, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [14268] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, ACTIONS(1002), 1, anon_sym_LPAREN, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1192), 1, sym_expression, STATE(1478), 1, sym_with_item, STATE(1719), 1, sym_with_clause, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [14367] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1278), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(1004), 2, sym__newline, anon_sym_SEMI, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [14464] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(970), 1, anon_sym_COLON, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1177), 1, sym_expression, STATE(1594), 1, sym_exception_list, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [14563] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, ACTIONS(864), 1, anon_sym_lambda, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1104), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1178), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [14660] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(782), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1317), 1, sym_expression, STATE(1566), 1, sym_list_splat, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [14759] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, ACTIONS(1002), 1, anon_sym_LPAREN, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1192), 1, sym_expression, STATE(1478), 1, sym_with_item, STATE(1716), 1, sym_with_clause, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [14858] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1278), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(1006), 2, sym__newline, anon_sym_SEMI, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [14955] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1320), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(1008), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [15052] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1303), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(1010), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [15149] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, ACTIONS(864), 1, anon_sym_lambda, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1097), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1174), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [15246] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1278), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(1012), 2, sym__newline, anon_sym_SEMI, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [15343] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1278), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(1014), 2, sym__newline, anon_sym_SEMI, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [15440] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, ACTIONS(864), 1, anon_sym_lambda, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1097), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1135), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [15537] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1318), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(1016), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [15634] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, ACTIONS(992), 1, anon_sym_COLON, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1208), 1, sym_expression, STATE(1547), 1, sym_exception_list, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [15733] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, ACTIONS(1002), 1, anon_sym_LPAREN, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1192), 1, sym_expression, STATE(1478), 1, sym_with_item, STATE(1613), 1, sym_with_clause, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [15832] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, ACTIONS(1002), 1, anon_sym_LPAREN, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1192), 1, sym_expression, STATE(1478), 1, sym_with_item, STATE(1622), 1, sym_with_clause, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [15931] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, ACTIONS(864), 1, anon_sym_lambda, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1097), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1222), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [16028] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, ACTIONS(864), 1, anon_sym_lambda, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1099), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1205), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [16125] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, ACTIONS(1018), 1, anon_sym_RPAREN, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1192), 1, sym_expression, STATE(1522), 1, sym_with_item, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [16224] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1283), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(1020), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [16321] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1022), 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(1024), 39, anon_sym_lazy, 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, [16381] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1026), 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(1028), 39, anon_sym_lazy, 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, [16441] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1032), 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(1030), 35, 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, [16501] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1038), 1, anon_sym_except, STATE(314), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(1034), 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(1036), 36, anon_sym_lazy, 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, [16565] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1045), 1, anon_sym_except, STATE(315), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, 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_lazy, 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, [16629] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1026), 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(1028), 39, anon_sym_lazy, 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, [16689] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1050), 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(1048), 35, 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, [16749] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1054), 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(1052), 39, anon_sym_lazy, 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, [16809] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_else, ACTIONS(1060), 1, anon_sym_elif, STATE(392), 1, aux_sym_if_statement_repeat1, STATE(473), 1, sym_elif_clause, STATE(566), 1, sym_else_clause, ACTIONS(1056), 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(1058), 34, anon_sym_lazy, 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, [16879] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(952), 1, anon_sym_else, ACTIONS(1066), 1, anon_sym_elif, STATE(321), 1, aux_sym_if_statement_repeat1, STATE(479), 1, sym_elif_clause, STATE(549), 1, sym_else_clause, ACTIONS(1064), 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(1062), 34, anon_sym_lazy, 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, [16949] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(952), 1, anon_sym_else, ACTIONS(1066), 1, anon_sym_elif, STATE(350), 1, aux_sym_if_statement_repeat1, STATE(479), 1, sym_elif_clause, STATE(563), 1, sym_else_clause, 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(1068), 34, anon_sym_lazy, 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, [17019] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(952), 1, anon_sym_else, ACTIONS(1066), 1, anon_sym_elif, STATE(337), 1, aux_sym_if_statement_repeat1, STATE(479), 1, sym_elif_clause, STATE(565), 1, sym_else_clause, ACTIONS(1074), 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), 34, anon_sym_lazy, 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, [17089] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1193), 1, sym_expression, STATE(1564), 1, sym_exception_list, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [17185] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1076), 1, anon_sym_except, STATE(324), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(1034), 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(1036), 36, anon_sym_lazy, 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, [17249] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1022), 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(1024), 39, anon_sym_lazy, 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, [17309] = 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), 39, anon_sym_lazy, 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, [17369] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_else, ACTIONS(1060), 1, anon_sym_elif, STATE(392), 1, aux_sym_if_statement_repeat1, STATE(473), 1, sym_elif_clause, STATE(520), 1, sym_else_clause, 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(1068), 34, anon_sym_lazy, 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, [17439] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1054), 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(1052), 39, anon_sym_lazy, 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, [17499] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_else, ACTIONS(1060), 1, anon_sym_elif, STATE(319), 1, aux_sym_if_statement_repeat1, STATE(473), 1, sym_elif_clause, STATE(521), 1, sym_else_clause, ACTIONS(1074), 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), 34, anon_sym_lazy, 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, [17569] = 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), 39, anon_sym_lazy, 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, [17629] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1083), 1, anon_sym_except, STATE(331), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, 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_lazy, 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, [17693] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_else, ACTIONS(1060), 1, anon_sym_elif, STATE(327), 1, aux_sym_if_statement_repeat1, STATE(473), 1, sym_elif_clause, STATE(529), 1, sym_else_clause, ACTIONS(1064), 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(1062), 34, anon_sym_lazy, 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, [17763] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1088), 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(1086), 39, anon_sym_lazy, 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, [17823] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1088), 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(1086), 39, anon_sym_lazy, 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, [17883] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1209), 1, sym_expression, STATE(1551), 1, sym_exception_list, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [17979] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1192), 1, sym_expression, STATE(1522), 1, sym_with_item, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [18075] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(952), 1, anon_sym_else, ACTIONS(1066), 1, anon_sym_elif, STATE(350), 1, aux_sym_if_statement_repeat1, STATE(479), 1, sym_elif_clause, STATE(578), 1, sym_else_clause, ACTIONS(1056), 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(1058), 34, anon_sym_lazy, 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, [18145] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1069), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [18238] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1112), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [18331] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1241), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [18424] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1295), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [18517] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1072), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [18610] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, ACTIONS(1090), 1, sym_identifier, ACTIONS(1094), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1109), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(470), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(1092), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [18705] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1268), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [18798] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1386), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [18891] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1123), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [18984] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(277), 1, anon_sym_COMMA, ACTIONS(283), 1, anon_sym_COLON_EQ, ACTIONS(1096), 1, anon_sym_for, ACTIONS(1098), 1, anon_sym_with, ACTIONS(1100), 1, anon_sym_def, ACTIONS(285), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(307), 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(272), 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(303), 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, anon_sym_SEMI, [19057] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1331), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [19150] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1125), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [19243] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1106), 1, anon_sym_elif, STATE(350), 1, aux_sym_if_statement_repeat1, STATE(479), 1, sym_elif_clause, ACTIONS(1104), 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(1102), 35, anon_sym_lazy, 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, [19308] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1214), 1, sym_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [19401] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1255), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [19494] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1085), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [19587] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1221), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [19680] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1088), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [19773] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1171), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [19866] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1121), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [19959] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1096), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [20052] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1071), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [20145] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1089), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [20238] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1267), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [20331] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1297), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [20424] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1298), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [20517] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1313), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [20610] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1118), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [20703] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1316), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [20796] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1081), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [20889] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1076), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1115), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [21075] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1152), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [21168] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1220), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [21261] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1038), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [21354] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1182), 1, sym_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [21447] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1159), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [21540] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1189), 1, sym_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [21633] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1190), 1, sym_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [21726] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1201), 1, sym_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [21819] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1188), 1, sym_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [21912] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1197), 1, sym_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [22005] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1162), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [22098] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1161), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [22191] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1165), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [22284] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1167), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [22377] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1168), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [22470] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1170), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [22563] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1326), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [22656] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1247), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [22749] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1169), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [22842] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1233), 1, sym_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [22935] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1238), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [23028] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1038), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [23121] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1109), 1, anon_sym_elif, STATE(392), 1, aux_sym_if_statement_repeat1, STATE(473), 1, sym_elif_clause, ACTIONS(1104), 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(1102), 35, anon_sym_lazy, 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, [23186] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1278), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [23279] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1350), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [23372] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1098), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [23465] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1129), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [23558] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1109), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [23651] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1224), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [23744] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1145), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [23837] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1225), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [23930] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(1112), 1, sym_identifier, ACTIONS(1116), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1098), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(470), 2, sym_attribute, sym_subscript, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(1114), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [24025] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1292), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [24118] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1347), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [24211] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1284), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [24304] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1363), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [24397] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1091), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [24490] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1319), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [24583] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(718), 1, sym_identifier, ACTIONS(732), 1, anon_sym_not, ACTIONS(734), 1, anon_sym_lambda, ACTIONS(736), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(775), 1, sym_primary_expression, STATE(1153), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [24676] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1139), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [24769] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(718), 1, sym_identifier, ACTIONS(732), 1, anon_sym_not, ACTIONS(734), 1, anon_sym_lambda, ACTIONS(736), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(775), 1, sym_primary_expression, STATE(1154), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [24862] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(718), 1, sym_identifier, ACTIONS(732), 1, anon_sym_not, ACTIONS(734), 1, anon_sym_lambda, ACTIONS(736), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(775), 1, sym_primary_expression, STATE(1155), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [24955] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(718), 1, sym_identifier, ACTIONS(732), 1, anon_sym_not, ACTIONS(734), 1, anon_sym_lambda, ACTIONS(736), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(775), 1, sym_primary_expression, STATE(1156), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [25048] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(718), 1, sym_identifier, ACTIONS(732), 1, anon_sym_not, ACTIONS(734), 1, anon_sym_lambda, ACTIONS(736), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(775), 1, sym_primary_expression, STATE(1157), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [25141] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(718), 1, sym_identifier, ACTIONS(732), 1, anon_sym_not, ACTIONS(734), 1, anon_sym_lambda, ACTIONS(736), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(775), 1, sym_primary_expression, STATE(1163), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [25234] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(718), 1, sym_identifier, ACTIONS(732), 1, anon_sym_not, ACTIONS(734), 1, anon_sym_lambda, ACTIONS(736), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(775), 1, sym_primary_expression, STATE(1166), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [25327] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(718), 1, sym_identifier, ACTIONS(732), 1, anon_sym_not, ACTIONS(734), 1, anon_sym_lambda, ACTIONS(736), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(775), 1, sym_primary_expression, STATE(1038), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [25420] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(964), 1, sym_identifier, ACTIONS(972), 1, anon_sym_not, ACTIONS(974), 1, anon_sym_lambda, ACTIONS(976), 1, anon_sym_await, STATE(789), 1, sym_primary_expression, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(1266), 1, sym_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(966), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1198), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(985), 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, [25513] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1353), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [25606] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1077), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [25699] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1361), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [25792] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1199), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [25885] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1387), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [25978] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1367), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [26071] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1370), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [26164] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1371), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [26257] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1073), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [26350] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1359), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [26443] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1083), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [26536] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1325), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [26629] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(680), 1, anon_sym_not, ACTIONS(682), 1, anon_sym_lambda, ACTIONS(808), 1, sym_identifier, ACTIONS(816), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(705), 1, sym_primary_expression, STATE(1082), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(810), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [26722] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1376), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [26815] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1365), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [26908] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(71), 1, anon_sym_not, ACTIONS(73), 1, anon_sym_lambda, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(361), 1, sym_identifier, ACTIONS(367), 1, anon_sym_await, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, STATE(772), 1, sym_template_string, STATE(773), 1, sym_primary_expression, STATE(779), 1, sym_string, STATE(1147), 1, sym_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(363), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1126), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(950), 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, [27001] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1261), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [27094] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1377), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [27187] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(268), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(305), 1, anon_sym_lambda, ACTIONS(313), 1, anon_sym_await, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(768), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(704), 1, sym_primary_expression, STATE(1378), 1, sym_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(270), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1037), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(720), 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, [27280] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(277), 1, anon_sym_COMMA, ACTIONS(283), 1, anon_sym_COLON_EQ, ACTIONS(1118), 1, anon_sym_for, ACTIONS(1120), 1, anon_sym_with, ACTIONS(1122), 1, anon_sym_def, ACTIONS(285), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(307), 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(272), 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(303), 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, anon_sym_SEMI, [27353] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(750), 1, sym_identifier, ACTIONS(760), 1, anon_sym_not, ACTIONS(762), 1, anon_sym_lambda, ACTIONS(764), 1, anon_sym_await, STATE(780), 1, sym_primary_expression, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(1164), 1, sym_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(752), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1131), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(949), 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, [27446] = 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), 37, anon_sym_lazy, 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, [27504] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1132), 1, anon_sym_case, STATE(444), 2, sym_case_block, aux_sym_cases_repeat1, 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), 34, anon_sym_lazy, 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, [27566] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1134), 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(1136), 37, anon_sym_lazy, 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, [27624] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1138), 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(1140), 37, anon_sym_lazy, 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, [27682] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1142), 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(1144), 37, anon_sym_lazy, 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, [27740] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1150), 1, anon_sym_case, STATE(444), 2, sym_case_block, aux_sym_cases_repeat1, ACTIONS(1148), 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(1146), 34, anon_sym_lazy, 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, [27802] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1153), 1, anon_sym_case, STATE(445), 2, sym_case_block, aux_sym_cases_repeat1, ACTIONS(1148), 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(1146), 34, anon_sym_lazy, 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, [27864] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1156), 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(1158), 37, anon_sym_lazy, 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, [27922] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1160), 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(1162), 37, anon_sym_lazy, 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, [27980] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1166), 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(1164), 37, anon_sym_lazy, 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, [28038] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1166), 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(1164), 37, anon_sym_lazy, 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, [28096] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1168), 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(1170), 37, anon_sym_lazy, 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, [28154] = 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), 37, anon_sym_lazy, 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, [28212] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(277), 1, anon_sym_COMMA, ACTIONS(283), 1, anon_sym_COLON_EQ, ACTIONS(1172), 1, sym__string_start, STATE(1411), 1, sym_string, ACTIONS(285), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(307), 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(272), 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(303), 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, anon_sym_SEMI, [28282] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(277), 1, anon_sym_COMMA, ACTIONS(283), 1, anon_sym_COLON_EQ, ACTIONS(1174), 1, anon_sym_import, ACTIONS(1176), 1, anon_sym_from, ACTIONS(285), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(307), 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(272), 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(303), 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, anon_sym_SEMI, [28352] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1160), 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(1162), 37, anon_sym_lazy, 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, [28410] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1178), 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(1180), 37, anon_sym_lazy, 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, [28468] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1134), 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(1136), 37, anon_sym_lazy, 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, [28526] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1182), 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(1184), 37, anon_sym_lazy, 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, [28584] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1182), 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(1184), 37, anon_sym_lazy, 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, [28642] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1178), 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(1180), 37, anon_sym_lazy, 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, [28700] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1138), 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(1140), 37, anon_sym_lazy, 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, [28758] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1186), 1, anon_sym_case, STATE(445), 2, sym_case_block, aux_sym_cases_repeat1, 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), 34, anon_sym_lazy, 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, [28820] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1142), 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(1144), 37, anon_sym_lazy, 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, [28878] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1156), 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(1158), 37, anon_sym_lazy, 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, [28936] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1168), 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(1170), 37, anon_sym_lazy, 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, [28994] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(694), 1, sym_identifier, ACTIONS(698), 1, anon_sym_LPAREN, ACTIONS(706), 1, anon_sym_LBRACK, ACTIONS(708), 1, anon_sym_await, ACTIONS(1188), 1, anon_sym_RPAREN, ACTIONS(1190), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1017), 1, sym_primary_expression, STATE(1355), 1, sym_pattern, STATE(1742), 1, sym__patterns, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(842), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(696), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [29089] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(694), 1, sym_identifier, ACTIONS(698), 1, anon_sym_LPAREN, ACTIONS(706), 1, anon_sym_LBRACK, ACTIONS(708), 1, anon_sym_await, ACTIONS(1190), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1002), 1, sym_pattern, STATE(1017), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(1192), 2, anon_sym_RPAREN, anon_sym_RBRACK, STATE(842), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(696), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [29182] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 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(1196), 36, anon_sym_lazy, 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, [29239] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_else, STATE(516), 1, sym_else_clause, ACTIONS(1198), 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(1200), 34, anon_sym_lazy, 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, [29300] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(277), 1, anon_sym_COMMA, ACTIONS(283), 1, anon_sym_COLON_EQ, ACTIONS(1202), 1, sym_identifier, ACTIONS(285), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(303), 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, anon_sym_SEMI, ACTIONS(307), 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(272), 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, [29367] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1213), 1, anon_sym_EQ, ACTIONS(1206), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1211), 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(1209), 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(1204), 16, anon_sym_DOT, anon_sym_LPAREN, anon_sym_if, anon_sym_async, anon_sym_for, 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, [29430] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(694), 1, sym_identifier, ACTIONS(698), 1, anon_sym_LPAREN, ACTIONS(706), 1, anon_sym_LBRACK, ACTIONS(708), 1, anon_sym_await, ACTIONS(1190), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1002), 1, sym_pattern, STATE(1017), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(1215), 2, anon_sym_RPAREN, anon_sym_RBRACK, STATE(842), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(696), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [29523] = 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(1219), 36, anon_sym_lazy, 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, [29580] = 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(1223), 36, anon_sym_lazy, 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, [29637] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_else, STATE(600), 1, sym_else_clause, 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(1227), 34, anon_sym_lazy, 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, [29698] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_else, STATE(538), 1, sym_else_clause, ACTIONS(1229), 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), 34, anon_sym_lazy, 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, [29759] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(982), 1, anon_sym_finally, STATE(610), 1, sym_finally_clause, 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(1235), 34, anon_sym_lazy, 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, [29820] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(952), 1, anon_sym_else, STATE(552), 1, sym_else_clause, ACTIONS(1229), 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), 34, anon_sym_lazy, 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, [29881] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_else, STATE(530), 1, sym_else_clause, 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(1239), 34, anon_sym_lazy, 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, [29942] = 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(1223), 36, anon_sym_lazy, 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, [29999] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(956), 1, anon_sym_finally, STATE(571), 1, sym_finally_clause, ACTIONS(1243), 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(1241), 34, anon_sym_lazy, 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, [30060] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(982), 1, anon_sym_finally, STATE(535), 1, sym_finally_clause, ACTIONS(1243), 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(1241), 34, anon_sym_lazy, 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, [30121] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(952), 1, anon_sym_else, STATE(581), 1, sym_else_clause, 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(1227), 34, anon_sym_lazy, 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, [30182] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_else, STATE(528), 1, sym_else_clause, 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(1247), 34, anon_sym_lazy, 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, [30243] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(956), 1, anon_sym_finally, STATE(584), 1, sym_finally_clause, 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(1235), 34, anon_sym_lazy, 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, [30304] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(952), 1, anon_sym_else, STATE(588), 1, sym_else_clause, 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(1247), 34, anon_sym_lazy, 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, [30365] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(952), 1, anon_sym_else, STATE(592), 1, sym_else_clause, 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(1249), 34, anon_sym_lazy, 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, [30426] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 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(1196), 36, anon_sym_lazy, 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, [30483] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(952), 1, anon_sym_else, STATE(597), 1, sym_else_clause, ACTIONS(1198), 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(1200), 34, anon_sym_lazy, 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, [30544] = 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(1219), 36, anon_sym_lazy, 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, [30601] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(978), 1, anon_sym_else, STATE(553), 1, sym_else_clause, 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(1249), 34, anon_sym_lazy, 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, [30662] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(952), 1, anon_sym_else, STATE(569), 1, sym_else_clause, 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(1239), 34, anon_sym_lazy, 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, [30723] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1050), 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(1048), 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, anon_sym_SEMI, [30779] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1253), 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), 35, anon_sym_lazy, 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, [30835] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(277), 1, anon_sym_COMMA, ACTIONS(283), 1, anon_sym_COLON_EQ, ACTIONS(285), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(307), 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(272), 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(303), 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, anon_sym_SEMI, [30899] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(694), 1, sym_identifier, ACTIONS(698), 1, anon_sym_LPAREN, ACTIONS(706), 1, anon_sym_LBRACK, ACTIONS(708), 1, anon_sym_await, ACTIONS(1190), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1017), 1, sym_primary_expression, STATE(1504), 1, sym_pattern, STATE(1674), 1, sym_pattern_list, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(842), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(696), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [30991] = 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(1259), 35, anon_sym_lazy, 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, [31047] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1253), 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), 35, anon_sym_lazy, 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, [31103] = 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(1263), 35, anon_sym_lazy, 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, [31159] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 1, anon_sym_COMMA, ACTIONS(1268), 1, anon_sym_COLON_EQ, ACTIONS(1270), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(1272), 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(1209), 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(1204), 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, anon_sym_SEMI, [31223] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1276), 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(1274), 35, anon_sym_lazy, 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, [31279] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(694), 1, sym_identifier, ACTIONS(698), 1, anon_sym_LPAREN, ACTIONS(706), 1, anon_sym_LBRACK, ACTIONS(708), 1, anon_sym_await, ACTIONS(1190), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1017), 1, sym_primary_expression, STATE(1515), 1, sym_pattern, STATE(1750), 1, sym_pattern_list, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(842), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(696), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [31371] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1280), 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(1278), 35, anon_sym_lazy, 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, [31427] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1032), 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(1030), 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, anon_sym_SEMI, [31483] = 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(1259), 35, anon_sym_lazy, 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, [31539] = 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(1263), 35, anon_sym_lazy, 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, [31595] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(694), 1, sym_identifier, ACTIONS(698), 1, anon_sym_LPAREN, ACTIONS(706), 1, anon_sym_LBRACK, ACTIONS(708), 1, anon_sym_await, ACTIONS(1190), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1017), 1, sym_primary_expression, STATE(1531), 1, sym_pattern, STATE(1751), 1, sym_pattern_list, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(842), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(696), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [31687] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1284), 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(1282), 35, anon_sym_lazy, 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, [31743] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1284), 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(1282), 35, anon_sym_lazy, 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, [31799] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(694), 1, sym_identifier, ACTIONS(698), 1, anon_sym_LPAREN, ACTIONS(706), 1, anon_sym_LBRACK, ACTIONS(708), 1, anon_sym_await, ACTIONS(1190), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1017), 1, sym_primary_expression, STATE(1405), 1, sym_pattern, STATE(1718), 1, sym_pattern_list, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(842), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(696), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [31891] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(694), 1, sym_identifier, ACTIONS(698), 1, anon_sym_LPAREN, ACTIONS(706), 1, anon_sym_LBRACK, ACTIONS(708), 1, anon_sym_await, ACTIONS(1190), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1017), 1, sym_primary_expression, STATE(1532), 1, sym_pattern, STATE(1678), 1, sym_pattern_list, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(842), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(696), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [31983] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1276), 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(1274), 35, anon_sym_lazy, 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, [32039] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1280), 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(1278), 35, anon_sym_lazy, 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, [32095] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(694), 1, sym_identifier, ACTIONS(698), 1, anon_sym_LPAREN, ACTIONS(706), 1, anon_sym_LBRACK, ACTIONS(708), 1, anon_sym_await, ACTIONS(1190), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1017), 1, sym_primary_expression, STATE(1530), 1, sym_pattern, STATE(1748), 1, sym_pattern_list, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(842), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(696), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [32187] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1288), 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(1286), 34, anon_sym_lazy, 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, [32242] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1292), 1, anon_sym_COMMA, ACTIONS(1299), 1, anon_sym_EQ, ACTIONS(1297), 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(1295), 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(1290), 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, anon_sym_SEMI, [32303] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 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), 34, anon_sym_lazy, 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, [32358] = 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(1307), 34, anon_sym_lazy, 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, [32413] = 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(1311), 34, anon_sym_lazy, 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, [32468] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 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(1315), 34, anon_sym_lazy, 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, [32523] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 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(1319), 34, anon_sym_lazy, 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, [32578] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 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), 34, anon_sym_lazy, 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, [32633] = 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(1327), 34, anon_sym_lazy, 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, [32688] = 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(1331), 34, anon_sym_lazy, 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, [32743] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1335), 1, anon_sym_COMMA, ACTIONS(1342), 1, anon_sym_EQ, ACTIONS(1340), 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(1338), 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(1333), 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, anon_sym_SEMI, [32804] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1344), 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(1346), 34, anon_sym_lazy, 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, [32859] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1348), 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(1350), 34, anon_sym_lazy, 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, [32914] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(694), 1, sym_identifier, ACTIONS(698), 1, anon_sym_LPAREN, ACTIONS(706), 1, anon_sym_LBRACK, ACTIONS(708), 1, anon_sym_await, ACTIONS(1190), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1017), 1, sym_primary_expression, STATE(1524), 1, sym_pattern, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(842), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(696), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [33003] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1352), 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(1354), 34, anon_sym_lazy, 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, [33058] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1356), 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(1358), 34, anon_sym_lazy, 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, [33113] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1360), 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(1362), 34, anon_sym_lazy, 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, [33168] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1364), 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(1366), 34, anon_sym_lazy, 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, [33223] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1368), 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(1370), 34, anon_sym_lazy, 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, [33278] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(950), 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(948), 34, anon_sym_lazy, 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, [33333] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1374), 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(1372), 34, anon_sym_lazy, 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, [33388] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1376), 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(1378), 34, anon_sym_lazy, 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, [33443] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1380), 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(1382), 34, anon_sym_lazy, 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, [33498] = 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(1235), 34, anon_sym_lazy, 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, [33553] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1384), 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(1386), 34, anon_sym_lazy, 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, [33608] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1388), 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(1390), 34, anon_sym_lazy, 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, [33663] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(950), 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(948), 34, anon_sym_lazy, 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, [33718] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1392), 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(1394), 34, anon_sym_lazy, 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, [33773] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1396), 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(1398), 34, anon_sym_lazy, 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, [33828] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1400), 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(1402), 34, anon_sym_lazy, 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, [33883] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1406), 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(1404), 34, anon_sym_lazy, 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, [33938] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1410), 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(1408), 34, anon_sym_lazy, 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, [33993] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1414), 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(1412), 34, anon_sym_lazy, 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, [34048] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1416), 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(1418), 34, anon_sym_lazy, 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, [34103] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 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(1422), 34, anon_sym_lazy, 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, [34158] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1356), 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(1358), 34, anon_sym_lazy, 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, [34213] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1424), 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(1426), 34, anon_sym_lazy, 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, [34268] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1364), 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(1366), 34, anon_sym_lazy, 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, [34323] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1384), 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(1386), 34, anon_sym_lazy, 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, [34378] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1428), 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(1430), 34, anon_sym_lazy, 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, [34433] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1243), 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(1241), 34, anon_sym_lazy, 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, [34488] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1406), 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(1404), 34, anon_sym_lazy, 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, [34543] = 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(958), 34, anon_sym_lazy, 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, [34598] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1243), 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(1241), 34, anon_sym_lazy, 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, [34653] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1410), 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(1408), 34, anon_sym_lazy, 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, [34708] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1434), 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(1432), 34, anon_sym_lazy, 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, [34763] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1438), 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(1436), 34, anon_sym_lazy, 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, [34818] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 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(1315), 34, anon_sym_lazy, 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, [34873] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1388), 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(1390), 34, anon_sym_lazy, 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, [34928] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 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(1319), 34, anon_sym_lazy, 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, [34983] = 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(958), 34, anon_sym_lazy, 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, [35038] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 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), 34, anon_sym_lazy, 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, [35093] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1440), 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(1442), 34, anon_sym_lazy, 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, [35148] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1344), 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(1346), 34, anon_sym_lazy, 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, [35203] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1348), 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(1350), 34, anon_sym_lazy, 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, [35258] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1360), 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(1362), 34, anon_sym_lazy, 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, [35313] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1368), 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(1370), 34, anon_sym_lazy, 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, [35368] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1376), 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(1378), 34, anon_sym_lazy, 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, [35423] = 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(1235), 34, anon_sym_lazy, 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, [35478] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1392), 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(1394), 34, anon_sym_lazy, 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, [35533] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1400), 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(1402), 34, anon_sym_lazy, 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, [35588] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1416), 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(1418), 34, anon_sym_lazy, 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, [35643] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 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(1422), 34, anon_sym_lazy, 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, [35698] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1424), 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(1426), 34, anon_sym_lazy, 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, [35753] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1440), 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(1442), 34, anon_sym_lazy, 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, [35808] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1446), 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(1444), 34, anon_sym_lazy, 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, [35863] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1450), 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(1448), 34, anon_sym_lazy, 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, [35918] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1454), 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(1452), 34, anon_sym_lazy, 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, [35973] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1446), 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(1444), 34, anon_sym_lazy, 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, [36028] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1458), 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(1456), 34, anon_sym_lazy, 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, [36083] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1462), 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(1460), 34, anon_sym_lazy, 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, [36138] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1466), 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(1464), 34, anon_sym_lazy, 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, [36193] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1470), 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(1468), 34, anon_sym_lazy, 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, [36248] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1474), 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(1472), 34, anon_sym_lazy, 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, [36303] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1352), 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(1354), 34, anon_sym_lazy, 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, [36358] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(694), 1, sym_identifier, ACTIONS(698), 1, anon_sym_LPAREN, ACTIONS(706), 1, anon_sym_LBRACK, ACTIONS(708), 1, anon_sym_await, ACTIONS(1190), 1, anon_sym_STAR, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1002), 1, sym_pattern, STATE(1017), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(842), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1005), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(696), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [36447] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1380), 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(1382), 34, anon_sym_lazy, 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, [36502] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1396), 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(1398), 34, anon_sym_lazy, 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, [36557] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1428), 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(1430), 34, anon_sym_lazy, 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, [36612] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1414), 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(1412), 34, anon_sym_lazy, 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, [36667] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1450), 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(1448), 34, anon_sym_lazy, 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, [36722] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1478), 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(1476), 34, anon_sym_lazy, 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, [36777] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1482), 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(1480), 34, anon_sym_lazy, 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, [36832] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 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), 34, anon_sym_lazy, 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, [36887] = 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(1307), 34, anon_sym_lazy, 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, [36942] = 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(1311), 34, anon_sym_lazy, 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, [36997] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1454), 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(1452), 34, anon_sym_lazy, 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, [37052] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1470), 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(1468), 34, anon_sym_lazy, 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, [37107] = 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(1327), 34, anon_sym_lazy, 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, [37162] = 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(1331), 34, anon_sym_lazy, 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, [37217] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1434), 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(1432), 34, anon_sym_lazy, 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, [37272] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1374), 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(1372), 34, anon_sym_lazy, 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, [37327] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1478), 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(1476), 34, anon_sym_lazy, 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, [37382] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1482), 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(1480), 34, anon_sym_lazy, 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, [37437] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1288), 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(1286), 34, anon_sym_lazy, 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, [37492] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1458), 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(1456), 34, anon_sym_lazy, 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, [37547] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1462), 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(1460), 34, anon_sym_lazy, 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, [37602] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1484), 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(1486), 34, anon_sym_lazy, 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, [37657] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1474), 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(1472), 34, anon_sym_lazy, 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, [37712] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1466), 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(1464), 34, anon_sym_lazy, 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, [37767] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 1, anon_sym_COMMA, ACTIONS(1270), 1, anon_sym_EQ, ACTIONS(1272), 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(1209), 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(1204), 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, anon_sym_SEMI, [37828] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1438), 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(1436), 34, anon_sym_lazy, 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, [37883] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1484), 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(1486), 34, anon_sym_lazy, 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, [37938] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1206), 1, anon_sym_COMMA, ACTIONS(1488), 1, anon_sym_COLON_EQ, ACTIONS(1213), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(1211), 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(1204), 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(1209), 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, [38000] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(587), 1, anon_sym_COMMA, ACTIONS(590), 1, anon_sym_COLON_EQ, ACTIONS(592), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(598), 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(303), 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(272), 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, [38062] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(1490), 1, sym_identifier, ACTIONS(1496), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1017), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(860), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(1494), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(1492), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [38145] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(581), 1, anon_sym_await, ACTIONS(1498), 1, anon_sym_not, STATE(772), 1, sym_template_string, STATE(779), 1, sym_string, STATE(798), 1, sym_primary_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(573), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(950), 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, [38222] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(644), 1, anon_sym_await, ACTIONS(1500), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(821), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [38299] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(628), 1, anon_sym_await, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, ACTIONS(1502), 1, anon_sym_not, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(810), 1, sym_primary_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(614), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(949), 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, [38376] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(662), 1, anon_sym_await, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1504), 1, anon_sym_not, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(856), 1, sym_primary_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(648), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(985), 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, [38453] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(610), 1, anon_sym_await, ACTIONS(1506), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(764), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [38530] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(600), 1, anon_sym_await, ACTIONS(1508), 1, anon_sym_not, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(757), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [38607] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(610), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(745), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [38681] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1514), 1, sym__template_string_start, STATE(627), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1512), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1510), 33, 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, [38735] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(662), 1, anon_sym_await, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(833), 1, sym_primary_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(648), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(985), 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, [38809] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(662), 1, anon_sym_await, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(864), 1, sym_primary_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(648), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(985), 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, [38883] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(628), 1, anon_sym_await, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(813), 1, sym_primary_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(614), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(949), 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, [38957] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(662), 1, anon_sym_await, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(863), 1, sym_primary_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(648), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(985), 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, [39031] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(1490), 1, sym_identifier, ACTIONS(1496), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1017), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(860), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(1492), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [39109] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(662), 1, anon_sym_await, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(868), 1, sym_primary_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(648), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(985), 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, [39183] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(581), 1, anon_sym_await, STATE(772), 1, sym_template_string, STATE(779), 1, sym_string, STATE(797), 1, sym_primary_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(573), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(950), 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, [39257] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(662), 1, anon_sym_await, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(865), 1, sym_primary_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(648), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(985), 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, [39331] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(628), 1, anon_sym_await, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(814), 1, sym_primary_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(614), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(949), 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, [39405] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(581), 1, anon_sym_await, STATE(772), 1, sym_template_string, STATE(779), 1, sym_string, STATE(798), 1, sym_primary_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(573), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(950), 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, [39479] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(628), 1, anon_sym_await, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(815), 1, sym_primary_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(614), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(949), 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, [39553] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(1517), 1, sym_identifier, ACTIONS(1521), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(1017), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, STATE(1013), 2, sym_attribute, sym_subscript, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(1519), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [39631] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(581), 1, anon_sym_await, STATE(772), 1, sym_template_string, STATE(779), 1, sym_string, STATE(801), 1, sym_primary_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(573), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(950), 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, [39705] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(662), 1, anon_sym_await, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(845), 1, sym_primary_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(648), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(985), 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, [39779] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(628), 1, anon_sym_await, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(804), 1, sym_primary_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(614), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(949), 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, [39853] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(581), 1, anon_sym_await, STATE(772), 1, sym_template_string, STATE(779), 1, sym_string, STATE(818), 1, sym_primary_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(573), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(950), 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, [39927] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(581), 1, anon_sym_await, STATE(772), 1, sym_template_string, STATE(779), 1, sym_string, STATE(796), 1, sym_primary_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(573), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(950), 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, [40001] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(610), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(751), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [40075] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(581), 1, anon_sym_await, STATE(772), 1, sym_template_string, STATE(779), 1, sym_string, STATE(803), 1, sym_primary_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(573), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(950), 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, [40149] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(581), 1, anon_sym_await, STATE(772), 1, sym_template_string, STATE(779), 1, sym_string, STATE(788), 1, sym_primary_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(573), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(950), 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, [40223] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(581), 1, anon_sym_await, STATE(772), 1, sym_template_string, STATE(779), 1, sym_string, STATE(800), 1, sym_primary_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(573), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(950), 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, [40297] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(610), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(752), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [40371] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(610), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(764), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [40445] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(628), 1, anon_sym_await, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(816), 1, sym_primary_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(614), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(949), 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, [40519] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(628), 1, anon_sym_await, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(817), 1, sym_primary_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(614), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(949), 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, [40593] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(581), 1, anon_sym_await, STATE(772), 1, sym_template_string, STATE(779), 1, sym_string, STATE(806), 1, sym_primary_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(573), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(950), 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, [40667] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(610), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(742), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [40741] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(610), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(743), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [40815] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(610), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(744), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [40889] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(628), 1, anon_sym_await, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(830), 1, sym_primary_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(614), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(949), 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, [40963] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(662), 1, anon_sym_await, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(867), 1, sym_primary_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(648), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(985), 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, [41037] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(610), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(746), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [41111] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(662), 1, anon_sym_await, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(866), 1, sym_primary_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(648), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(985), 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, [41185] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(644), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(819), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [41259] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(644), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(820), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [41333] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(644), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(821), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [41407] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(644), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(823), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [41481] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(644), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(824), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [41555] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(644), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(825), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [41629] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(644), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(826), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [41703] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(581), 1, anon_sym_await, STATE(772), 1, sym_template_string, STATE(779), 1, sym_string, STATE(802), 1, sym_primary_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(573), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(950), 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, [41777] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(610), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(740), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [41851] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(644), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(827), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [41925] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(644), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(828), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [41999] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(628), 1, anon_sym_await, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(809), 1, sym_primary_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(614), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(949), 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, [42073] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(644), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(829), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [42147] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(600), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(755), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [42221] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(610), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(741), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [42295] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(600), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(756), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [42369] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(600), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(757), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [42443] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(600), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(739), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [42517] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(628), 1, anon_sym_await, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(811), 1, sym_primary_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(614), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(949), 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, [42591] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(600), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(758), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [42665] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(600), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(759), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [42739] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(600), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(760), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [42813] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(600), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(761), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [42887] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(662), 1, anon_sym_await, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(862), 1, sym_primary_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(648), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(985), 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, [42961] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1527), 1, sym__string_start, STATE(685), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1525), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1523), 33, 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, [43015] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(600), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(762), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [43089] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(600), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(763), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [43163] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(585), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(600), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(765), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(301), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [43237] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(628), 1, anon_sym_await, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(812), 1, sym_primary_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(614), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(949), 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, [43311] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(315), 1, sym__string_start, STATE(685), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1532), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1530), 33, 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, [43365] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(83), 1, sym__string_start, ACTIONS(85), 1, sym__template_string_start, ACTIONS(575), 1, anon_sym_LPAREN, ACTIONS(579), 1, anon_sym_LBRACK, ACTIONS(581), 1, anon_sym_await, STATE(772), 1, sym_template_string, STATE(779), 1, sym_string, STATE(807), 1, sym_primary_expression, ACTIONS(77), 2, sym_ellipsis, sym_float, ACTIONS(49), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(79), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(573), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(950), 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, [43439] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(608), 1, anon_sym_LBRACK, ACTIONS(610), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(748), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(606), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [43513] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(317), 1, sym__template_string_start, STATE(627), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1536), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1534), 33, 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, [43567] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(315), 1, sym__string_start, STATE(690), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1209), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 33, 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, [43621] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_LPAREN, ACTIONS(622), 1, anon_sym_LBRACK, ACTIONS(624), 1, anon_sym_LBRACE, ACTIONS(628), 1, anon_sym_await, ACTIONS(630), 1, sym__string_start, ACTIONS(632), 1, sym__template_string_start, STATE(781), 1, sym_string, STATE(782), 1, sym_template_string, STATE(810), 1, sym_primary_expression, ACTIONS(626), 2, sym_ellipsis, sym_float, ACTIONS(620), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(612), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(614), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(949), 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, [43695] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(662), 1, anon_sym_await, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(856), 1, sym_primary_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(648), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(985), 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, [43769] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_LBRACE, ACTIONS(662), 1, anon_sym_await, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, STATE(790), 1, sym_string, STATE(791), 1, sym_template_string, STATE(844), 1, sym_primary_expression, ACTIONS(660), 2, sym_ellipsis, sym_float, ACTIONS(654), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(646), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(648), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(985), 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, [43843] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(317), 1, sym__template_string_start, STATE(693), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1209), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 33, 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, [43897] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(636), 1, anon_sym_LPAREN, ACTIONS(642), 1, anon_sym_LBRACK, ACTIONS(644), 1, anon_sym_await, STATE(694), 1, sym_string, STATE(698), 1, sym_template_string, STATE(822), 1, sym_primary_expression, ACTIONS(309), 2, sym_ellipsis, sym_float, ACTIONS(640), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(311), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(583), 6, anon_sym_lazy, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(720), 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, [43971] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1540), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1538), 34, 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, [44019] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1544), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1542), 34, 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, [44067] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1548), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1546), 34, 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, [44115] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1552), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1550), 34, 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, [44163] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1566), 1, anon_sym_PIPE, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1572), 1, anon_sym_STAR_STAR, ACTIONS(1574), 1, anon_sym_EQ, ACTIONS(1578), 1, anon_sym_not, ACTIONS(1580), 1, anon_sym_AMP, ACTIONS(1582), 1, anon_sym_CARET, ACTIONS(1586), 1, anon_sym_is, STATE(997), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1560), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1562), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1568), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1584), 2, anon_sym_LT, anon_sym_GT, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1576), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1564), 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(1558), 9, 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, [44244] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1574), 1, anon_sym_as, ACTIONS(1594), 1, anon_sym_PIPE, ACTIONS(1598), 1, anon_sym_STAR_STAR, ACTIONS(1602), 1, anon_sym_not, ACTIONS(1604), 1, anon_sym_AMP, ACTIONS(1606), 1, anon_sym_CARET, ACTIONS(1610), 1, anon_sym_is, STATE(998), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1588), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1590), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1596), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1608), 2, anon_sym_LT, anon_sym_GT, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1600), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1592), 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(1558), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, [44325] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(272), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(303), 33, 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, [44372] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1614), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1612), 33, 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, [44419] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1618), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1616), 33, 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, [44466] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1622), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1620), 33, 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, [44513] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1626), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1624), 33, 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, [44560] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1630), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1628), 33, 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, [44607] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1634), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1632), 33, 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, [44654] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1638), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1636), 33, 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, [44701] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1642), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1640), 33, 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, [44748] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1646), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1644), 33, 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, [44795] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1650), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1648), 33, 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, [44842] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1654), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1652), 33, 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, [44889] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1658), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1656), 33, 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, [44936] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1662), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1660), 33, 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, [44983] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 33, 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, [45030] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1666), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1664), 33, 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, [45077] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1670), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1668), 33, 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, [45124] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1674), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1672), 33, 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, [45171] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1678), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1676), 33, 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, [45218] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1682), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1680), 33, 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, [45265] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1686), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1684), 33, 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, [45312] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1690), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1688), 33, 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, [45359] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1690), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1688), 33, 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, [45406] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1694), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1692), 33, 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, [45453] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1698), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1696), 33, 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, [45500] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1690), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1688), 33, 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, [45547] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1702), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1700), 33, 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, [45594] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1702), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1700), 33, 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, [45641] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1706), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1704), 33, 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, [45688] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1702), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1700), 33, 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, [45735] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1338), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1333), 33, 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, anon_sym_COLON2, sym_type_conversion, [45782] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1295), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1290), 33, 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, anon_sym_COLON2, sym_type_conversion, [45829] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1710), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1708), 33, 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, [45876] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1572), 1, anon_sym_STAR_STAR, ACTIONS(1580), 1, anon_sym_AMP, ACTIONS(1582), 1, anon_sym_CARET, ACTIONS(1560), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1562), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1568), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1576), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 18, 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, [45944] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1594), 1, anon_sym_PIPE, ACTIONS(1598), 1, anon_sym_STAR_STAR, ACTIONS(1604), 1, anon_sym_AMP, ACTIONS(1606), 1, anon_sym_CARET, ACTIONS(1588), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1590), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1596), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1600), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1718), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1716), 17, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, 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, [46014] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1594), 1, anon_sym_PIPE, ACTIONS(1598), 1, anon_sym_STAR_STAR, ACTIONS(1604), 1, anon_sym_AMP, ACTIONS(1606), 1, anon_sym_CARET, ACTIONS(1588), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1590), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1596), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1600), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1722), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1720), 17, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, 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, [46084] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1598), 1, anon_sym_STAR_STAR, ACTIONS(1604), 1, anon_sym_AMP, ACTIONS(1606), 1, anon_sym_CARET, ACTIONS(1588), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1590), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1596), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1600), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1714), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, 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, [46152] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1598), 1, anon_sym_STAR_STAR, ACTIONS(1588), 2, anon_sym_STAR, anon_sym_SLASH, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1600), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1714), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 24, 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_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, [46212] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1598), 1, anon_sym_STAR_STAR, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 27, 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_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, [46268] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1598), 1, anon_sym_STAR_STAR, ACTIONS(1606), 1, anon_sym_CARET, ACTIONS(1588), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1590), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1596), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1600), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1714), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, 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, [46334] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1598), 1, anon_sym_STAR_STAR, ACTIONS(1588), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1590), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1596), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1600), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1714), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 20, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, 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, [46398] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1598), 1, anon_sym_STAR_STAR, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1726), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1724), 27, 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_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, [46454] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1598), 1, anon_sym_STAR_STAR, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1730), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1728), 27, 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_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, [46510] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, STATE(753), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1532), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1530), 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, [46560] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(666), 1, sym__template_string_start, STATE(754), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1536), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1534), 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, [46610] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1598), 1, anon_sym_STAR_STAR, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 27, 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_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, [46666] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1598), 1, anon_sym_STAR_STAR, ACTIONS(1588), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1596), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1600), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1714), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 22, 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_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, [46728] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1732), 1, sym__string_start, STATE(753), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1525), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1523), 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, [46778] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1735), 1, sym__template_string_start, STATE(754), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1512), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1510), 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, [46828] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1572), 1, anon_sym_STAR_STAR, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 27, 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, [46884] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1572), 1, anon_sym_STAR_STAR, ACTIONS(1560), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1568), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1576), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 22, 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, [46946] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1566), 1, anon_sym_PIPE, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1572), 1, anon_sym_STAR_STAR, ACTIONS(1580), 1, anon_sym_AMP, ACTIONS(1582), 1, anon_sym_CARET, ACTIONS(1560), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1562), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1568), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1576), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1740), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1738), 17, 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, [47016] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1572), 1, anon_sym_STAR_STAR, ACTIONS(1560), 2, anon_sym_STAR, anon_sym_SLASH, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1576), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 24, 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, [47076] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1572), 1, anon_sym_STAR_STAR, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 27, 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, [47132] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1572), 1, anon_sym_STAR_STAR, ACTIONS(1582), 1, anon_sym_CARET, ACTIONS(1560), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1562), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1568), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1576), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 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_AMP, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47198] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1572), 1, anon_sym_STAR_STAR, ACTIONS(1560), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1562), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1568), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1576), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 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_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [47262] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1566), 1, anon_sym_PIPE, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1572), 1, anon_sym_STAR_STAR, ACTIONS(1580), 1, anon_sym_AMP, ACTIONS(1582), 1, anon_sym_CARET, ACTIONS(1560), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1562), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1568), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1576), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1718), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1716), 17, 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, [47332] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1566), 1, anon_sym_PIPE, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1572), 1, anon_sym_STAR_STAR, ACTIONS(1580), 1, anon_sym_AMP, ACTIONS(1582), 1, anon_sym_CARET, ACTIONS(1560), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1562), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1568), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1576), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1722), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1720), 17, 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, [47402] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1594), 1, anon_sym_PIPE, ACTIONS(1598), 1, anon_sym_STAR_STAR, ACTIONS(1604), 1, anon_sym_AMP, ACTIONS(1606), 1, anon_sym_CARET, ACTIONS(1588), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1590), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1596), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1600), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1740), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1738), 17, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, 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, [47472] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1572), 1, anon_sym_STAR_STAR, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1730), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1728), 27, 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, [47528] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1572), 1, anon_sym_STAR_STAR, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1726), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1724), 27, 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, [47584] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1338), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1333), 32, 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, [47629] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1742), 1, sym__string_start, STATE(768), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1525), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1523), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [47678] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1745), 1, sym__template_string_start, STATE(769), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1512), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1510), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [47727] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym__string_start, STATE(776), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1532), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1530), 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, anon_sym_SEMI, [47776] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, sym__template_string_start, STATE(777), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1536), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1534), 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, anon_sym_SEMI, [47825] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, sym__template_string_start, STATE(771), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 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, anon_sym_SEMI, [47874] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1574), 1, anon_sym_EQ, ACTIONS(1748), 1, anon_sym_DOT, ACTIONS(1750), 1, anon_sym_LPAREN, ACTIONS(1758), 1, anon_sym_PIPE, ACTIONS(1762), 1, anon_sym_LBRACK, ACTIONS(1764), 1, anon_sym_STAR_STAR, ACTIONS(1768), 1, anon_sym_not, ACTIONS(1770), 1, anon_sym_AMP, ACTIONS(1772), 1, anon_sym_CARET, ACTIONS(1776), 1, anon_sym_is, STATE(1008), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1752), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1754), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1760), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1774), 2, anon_sym_LT, anon_sym_GT, STATE(895), 2, sym_argument_list, sym_generator_expression, ACTIONS(1766), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1756), 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(1558), 7, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_and, anon_sym_or, anon_sym_SEMI, [47953] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(590), 1, anon_sym_COLON_EQ, ACTIONS(272), 6, anon_sym_STAR, anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(303), 30, 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, [48000] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1784), 1, anon_sym_PIPE, ACTIONS(1788), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_not, ACTIONS(1794), 1, anon_sym_AMP, ACTIONS(1796), 1, anon_sym_CARET, ACTIONS(1800), 1, anon_sym_is, STATE(1014), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1778), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1780), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1786), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1798), 2, anon_sym_LT, anon_sym_GT, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1790), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1782), 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(1558), 8, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, anon_sym_and, anon_sym_or, [48077] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1802), 1, sym__string_start, STATE(776), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1525), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1523), 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, anon_sym_SEMI, [48126] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1805), 1, sym__template_string_start, STATE(777), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1512), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1510), 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, anon_sym_SEMI, [48175] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1488), 1, anon_sym_COLON_EQ, ACTIONS(1209), 6, anon_sym_STAR, anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 30, 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, [48222] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym__string_start, STATE(770), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 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, anon_sym_SEMI, [48271] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1574), 1, anon_sym_EQ, ACTIONS(1808), 1, anon_sym_DOT, ACTIONS(1810), 1, anon_sym_LPAREN, ACTIONS(1818), 1, anon_sym_PIPE, ACTIONS(1822), 1, anon_sym_LBRACK, ACTIONS(1824), 1, anon_sym_STAR_STAR, ACTIONS(1828), 1, anon_sym_not, ACTIONS(1830), 1, anon_sym_AMP, ACTIONS(1832), 1, anon_sym_CARET, ACTIONS(1836), 1, anon_sym_is, STATE(1004), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1812), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1814), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1820), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1834), 2, anon_sym_LT, anon_sym_GT, STATE(925), 2, sym_argument_list, sym_generator_expression, ACTIONS(1826), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1816), 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(1558), 7, anon_sym_COMMA, anon_sym_if, anon_sym_RBRACE, anon_sym_and, anon_sym_or, anon_sym_COLON2, sym_type_conversion, [48350] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(630), 1, sym__string_start, STATE(784), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [48399] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(632), 1, sym__template_string_start, STATE(785), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [48448] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1295), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1290), 32, 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, [48493] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(630), 1, sym__string_start, STATE(768), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1532), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1530), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [48542] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(632), 1, sym__template_string_start, STATE(769), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1536), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1534), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [48591] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1838), 1, anon_sym_COLON_EQ, ACTIONS(1209), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 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, [48638] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(604), 1, anon_sym_COLON_EQ, ACTIONS(272), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(303), 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, [48685] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1748), 1, anon_sym_DOT, ACTIONS(1750), 1, anon_sym_LPAREN, ACTIONS(1758), 1, anon_sym_PIPE, ACTIONS(1762), 1, anon_sym_LBRACK, ACTIONS(1764), 1, anon_sym_STAR_STAR, ACTIONS(1770), 1, anon_sym_AMP, ACTIONS(1772), 1, anon_sym_CARET, ACTIONS(1752), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1754), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1760), 2, anon_sym_DASH, anon_sym_PLUS, STATE(895), 2, sym_argument_list, sym_generator_expression, ACTIONS(1722), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1766), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1720), 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, anon_sym_SEMI, [48753] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1840), 1, anon_sym_DOT, ACTIONS(1842), 1, anon_sym_LPAREN, ACTIONS(1850), 1, anon_sym_PIPE, ACTIONS(1854), 1, anon_sym_LBRACK, ACTIONS(1856), 1, anon_sym_STAR_STAR, ACTIONS(1860), 1, anon_sym_not, ACTIONS(1862), 1, anon_sym_AMP, ACTIONS(1864), 1, anon_sym_CARET, ACTIONS(1868), 1, anon_sym_is, STATE(1016), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1844), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1846), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1852), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1866), 2, anon_sym_LT, anon_sym_GT, STATE(953), 2, sym_argument_list, sym_generator_expression, ACTIONS(1858), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1848), 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(1558), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [48829] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, STATE(749), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1209), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 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, [48877] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(666), 1, sym__template_string_start, STATE(750), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, ACTIONS(1209), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 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, [48925] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1548), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1546), 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, [48969] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1544), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1542), 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, [49013] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1552), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1550), 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, [49057] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1540), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1538), 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, [49101] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1748), 1, anon_sym_DOT, ACTIONS(1750), 1, anon_sym_LPAREN, ACTIONS(1762), 1, anon_sym_LBRACK, ACTIONS(1764), 1, anon_sym_STAR_STAR, STATE(895), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 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, anon_sym_SEMI, [49155] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1748), 1, anon_sym_DOT, ACTIONS(1750), 1, anon_sym_LPAREN, ACTIONS(1762), 1, anon_sym_LBRACK, ACTIONS(1764), 1, anon_sym_STAR_STAR, ACTIONS(1752), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1760), 2, anon_sym_DASH, anon_sym_PLUS, STATE(895), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1766), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 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, anon_sym_SEMI, [49215] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1748), 1, anon_sym_DOT, ACTIONS(1750), 1, anon_sym_LPAREN, ACTIONS(1758), 1, anon_sym_PIPE, ACTIONS(1762), 1, anon_sym_LBRACK, ACTIONS(1764), 1, anon_sym_STAR_STAR, ACTIONS(1770), 1, anon_sym_AMP, ACTIONS(1772), 1, anon_sym_CARET, ACTIONS(1752), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1754), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1760), 2, anon_sym_DASH, anon_sym_PLUS, STATE(895), 2, sym_argument_list, sym_generator_expression, ACTIONS(1740), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1766), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1738), 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, anon_sym_SEMI, [49283] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1748), 1, anon_sym_DOT, ACTIONS(1750), 1, anon_sym_LPAREN, ACTIONS(1762), 1, anon_sym_LBRACK, ACTIONS(1764), 1, anon_sym_STAR_STAR, STATE(895), 2, sym_argument_list, sym_generator_expression, ACTIONS(1726), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1724), 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, anon_sym_SEMI, [49337] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1748), 1, anon_sym_DOT, ACTIONS(1750), 1, anon_sym_LPAREN, ACTIONS(1758), 1, anon_sym_PIPE, ACTIONS(1762), 1, anon_sym_LBRACK, ACTIONS(1764), 1, anon_sym_STAR_STAR, ACTIONS(1770), 1, anon_sym_AMP, ACTIONS(1772), 1, anon_sym_CARET, ACTIONS(1752), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1754), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1760), 2, anon_sym_DASH, anon_sym_PLUS, STATE(895), 2, sym_argument_list, sym_generator_expression, ACTIONS(1718), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1766), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1716), 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, anon_sym_SEMI, [49405] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1748), 1, anon_sym_DOT, ACTIONS(1750), 1, anon_sym_LPAREN, ACTIONS(1762), 1, anon_sym_LBRACK, ACTIONS(1764), 1, anon_sym_STAR_STAR, ACTIONS(1770), 1, anon_sym_AMP, ACTIONS(1772), 1, anon_sym_CARET, ACTIONS(1752), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1754), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1760), 2, anon_sym_DASH, anon_sym_PLUS, STATE(895), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1766), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 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, anon_sym_SEMI, [49471] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1748), 1, anon_sym_DOT, ACTIONS(1750), 1, anon_sym_LPAREN, ACTIONS(1762), 1, anon_sym_LBRACK, ACTIONS(1764), 1, anon_sym_STAR_STAR, ACTIONS(1752), 2, anon_sym_STAR, anon_sym_SLASH, STATE(895), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1766), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 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, anon_sym_SEMI, [49529] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1748), 1, anon_sym_DOT, ACTIONS(1750), 1, anon_sym_LPAREN, ACTIONS(1762), 1, anon_sym_LBRACK, ACTIONS(1764), 1, anon_sym_STAR_STAR, STATE(895), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 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, anon_sym_SEMI, [49583] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1808), 1, anon_sym_DOT, ACTIONS(1810), 1, anon_sym_LPAREN, ACTIONS(1822), 1, anon_sym_LBRACK, ACTIONS(1824), 1, anon_sym_STAR_STAR, STATE(925), 2, sym_argument_list, sym_generator_expression, ACTIONS(1730), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1728), 25, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, 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, anon_sym_COLON2, sym_type_conversion, [49637] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1808), 1, anon_sym_DOT, ACTIONS(1810), 1, anon_sym_LPAREN, ACTIONS(1822), 1, anon_sym_LBRACK, ACTIONS(1824), 1, anon_sym_STAR_STAR, STATE(925), 2, sym_argument_list, sym_generator_expression, ACTIONS(1726), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1724), 25, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, 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, anon_sym_COLON2, sym_type_conversion, [49691] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1748), 1, anon_sym_DOT, ACTIONS(1750), 1, anon_sym_LPAREN, ACTIONS(1762), 1, anon_sym_LBRACK, ACTIONS(1764), 1, anon_sym_STAR_STAR, ACTIONS(1772), 1, anon_sym_CARET, ACTIONS(1752), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1754), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1760), 2, anon_sym_DASH, anon_sym_PLUS, STATE(895), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1766), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 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, anon_sym_SEMI, [49755] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1748), 1, anon_sym_DOT, ACTIONS(1750), 1, anon_sym_LPAREN, ACTIONS(1762), 1, anon_sym_LBRACK, ACTIONS(1764), 1, anon_sym_STAR_STAR, ACTIONS(1752), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1754), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1760), 2, anon_sym_DASH, anon_sym_PLUS, STATE(895), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1766), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 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, anon_sym_SEMI, [49817] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1788), 1, anon_sym_STAR_STAR, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1726), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1724), 26, 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_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, [49871] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1808), 1, anon_sym_DOT, ACTIONS(1810), 1, anon_sym_LPAREN, ACTIONS(1822), 1, anon_sym_LBRACK, ACTIONS(1824), 1, anon_sym_STAR_STAR, ACTIONS(1812), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1820), 2, anon_sym_DASH, anon_sym_PLUS, STATE(925), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1826), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 20, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_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, anon_sym_COLON2, sym_type_conversion, [49931] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1808), 1, anon_sym_DOT, ACTIONS(1810), 1, anon_sym_LPAREN, ACTIONS(1818), 1, anon_sym_PIPE, ACTIONS(1822), 1, anon_sym_LBRACK, ACTIONS(1824), 1, anon_sym_STAR_STAR, ACTIONS(1830), 1, anon_sym_AMP, ACTIONS(1832), 1, anon_sym_CARET, ACTIONS(1812), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1814), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1820), 2, anon_sym_DASH, anon_sym_PLUS, STATE(925), 2, sym_argument_list, sym_generator_expression, ACTIONS(1740), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1826), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1738), 15, anon_sym_COMMA, anon_sym_if, anon_sym_in, 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_COLON2, sym_type_conversion, [49999] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1808), 1, anon_sym_DOT, ACTIONS(1810), 1, anon_sym_LPAREN, ACTIONS(1822), 1, anon_sym_LBRACK, ACTIONS(1824), 1, anon_sym_STAR_STAR, ACTIONS(1830), 1, anon_sym_AMP, ACTIONS(1832), 1, anon_sym_CARET, ACTIONS(1812), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1814), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1820), 2, anon_sym_DASH, anon_sym_PLUS, STATE(925), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1826), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 16, anon_sym_COMMA, anon_sym_if, anon_sym_in, anon_sym_PIPE, 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_COLON2, sym_type_conversion, [50065] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1808), 1, anon_sym_DOT, ACTIONS(1810), 1, anon_sym_LPAREN, ACTIONS(1822), 1, anon_sym_LBRACK, ACTIONS(1824), 1, anon_sym_STAR_STAR, ACTIONS(1812), 2, anon_sym_STAR, anon_sym_SLASH, STATE(925), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1826), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 22, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, 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, anon_sym_COLON2, sym_type_conversion, [50123] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1808), 1, anon_sym_DOT, ACTIONS(1810), 1, anon_sym_LPAREN, ACTIONS(1822), 1, anon_sym_LBRACK, ACTIONS(1824), 1, anon_sym_STAR_STAR, STATE(925), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 25, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, 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, anon_sym_COLON2, sym_type_conversion, [50177] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1808), 1, anon_sym_DOT, ACTIONS(1810), 1, anon_sym_LPAREN, ACTIONS(1822), 1, anon_sym_LBRACK, ACTIONS(1824), 1, anon_sym_STAR_STAR, ACTIONS(1832), 1, anon_sym_CARET, ACTIONS(1812), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1814), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1820), 2, anon_sym_DASH, anon_sym_PLUS, STATE(925), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1826), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 17, anon_sym_COMMA, anon_sym_if, anon_sym_in, anon_sym_PIPE, 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, anon_sym_COLON2, sym_type_conversion, [50241] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1808), 1, anon_sym_DOT, ACTIONS(1810), 1, anon_sym_LPAREN, ACTIONS(1822), 1, anon_sym_LBRACK, ACTIONS(1824), 1, anon_sym_STAR_STAR, ACTIONS(1812), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1814), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1820), 2, anon_sym_DASH, anon_sym_PLUS, STATE(925), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1826), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 18, anon_sym_COMMA, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, anon_sym_COLON2, sym_type_conversion, [50303] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1808), 1, anon_sym_DOT, ACTIONS(1810), 1, anon_sym_LPAREN, ACTIONS(1818), 1, anon_sym_PIPE, ACTIONS(1822), 1, anon_sym_LBRACK, ACTIONS(1824), 1, anon_sym_STAR_STAR, ACTIONS(1830), 1, anon_sym_AMP, ACTIONS(1832), 1, anon_sym_CARET, ACTIONS(1812), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1814), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1820), 2, anon_sym_DASH, anon_sym_PLUS, STATE(925), 2, sym_argument_list, sym_generator_expression, ACTIONS(1718), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1826), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1716), 15, anon_sym_COMMA, anon_sym_if, anon_sym_in, 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_COLON2, sym_type_conversion, [50371] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1808), 1, anon_sym_DOT, ACTIONS(1810), 1, anon_sym_LPAREN, ACTIONS(1818), 1, anon_sym_PIPE, ACTIONS(1822), 1, anon_sym_LBRACK, ACTIONS(1824), 1, anon_sym_STAR_STAR, ACTIONS(1830), 1, anon_sym_AMP, ACTIONS(1832), 1, anon_sym_CARET, ACTIONS(1812), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1814), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1820), 2, anon_sym_DASH, anon_sym_PLUS, STATE(925), 2, sym_argument_list, sym_generator_expression, ACTIONS(1722), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1826), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1720), 15, anon_sym_COMMA, anon_sym_if, anon_sym_in, 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_COLON2, sym_type_conversion, [50439] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1748), 1, anon_sym_DOT, ACTIONS(1750), 1, anon_sym_LPAREN, ACTIONS(1762), 1, anon_sym_LBRACK, ACTIONS(1764), 1, anon_sym_STAR_STAR, STATE(895), 2, sym_argument_list, sym_generator_expression, ACTIONS(1730), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1728), 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, anon_sym_SEMI, [50493] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1788), 1, anon_sym_STAR_STAR, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 26, 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_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, [50547] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1788), 1, anon_sym_STAR_STAR, ACTIONS(1714), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1778), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1786), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1790), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 21, 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_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, [50607] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1784), 1, anon_sym_PIPE, ACTIONS(1788), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_AMP, ACTIONS(1796), 1, anon_sym_CARET, ACTIONS(1740), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1778), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1780), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1786), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1790), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1738), 16, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, 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, [50675] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1788), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_AMP, ACTIONS(1796), 1, anon_sym_CARET, ACTIONS(1714), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1778), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1780), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1786), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1790), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 17, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, 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, [50741] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1788), 1, anon_sym_STAR_STAR, ACTIONS(1714), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1778), 2, anon_sym_STAR, anon_sym_SLASH, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1790), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 23, 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_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, [50799] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1788), 1, anon_sym_STAR_STAR, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 26, 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_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, [50853] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1788), 1, anon_sym_STAR_STAR, ACTIONS(1796), 1, anon_sym_CARET, ACTIONS(1714), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1778), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1780), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1786), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1790), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 18, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, 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, [50917] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1788), 1, anon_sym_STAR_STAR, ACTIONS(1714), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1778), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1780), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1786), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1790), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 19, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [50979] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1784), 1, anon_sym_PIPE, ACTIONS(1788), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_AMP, ACTIONS(1796), 1, anon_sym_CARET, ACTIONS(1718), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1778), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1780), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1786), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1790), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1716), 16, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, 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, [51047] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1784), 1, anon_sym_PIPE, ACTIONS(1788), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_AMP, ACTIONS(1796), 1, anon_sym_CARET, ACTIONS(1722), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1778), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1780), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1786), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1790), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1720), 16, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, 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, [51115] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1788), 1, anon_sym_STAR_STAR, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1730), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1728), 26, 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_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, [51169] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1808), 1, anon_sym_DOT, ACTIONS(1810), 1, anon_sym_LPAREN, ACTIONS(1822), 1, anon_sym_LBRACK, ACTIONS(1824), 1, anon_sym_STAR_STAR, STATE(925), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 25, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, 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, anon_sym_COLON2, sym_type_conversion, [51223] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1268), 1, anon_sym_COLON_EQ, ACTIONS(1209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 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, anon_sym_SEMI, [51268] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1870), 1, anon_sym_COLON_EQ, ACTIONS(1209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [51313] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1840), 1, anon_sym_DOT, ACTIONS(1842), 1, anon_sym_LPAREN, ACTIONS(1854), 1, anon_sym_LBRACK, ACTIONS(1856), 1, anon_sym_STAR_STAR, STATE(953), 2, sym_argument_list, sym_generator_expression, ACTIONS(1730), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1728), 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, [51366] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1544), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1542), 30, sym__template_string_start, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [51409] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_COLON_EQ, ACTIONS(272), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(303), 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, anon_sym_SEMI, [51454] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, anon_sym_COLON_EQ, ACTIONS(272), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(303), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [51499] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1872), 1, anon_sym_COLON_EQ, ACTIONS(1209), 5, anon_sym_STAR, anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 29, anon_sym_DOT, anon_sym_LPAREN, 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_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, [51544] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1290), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(1295), 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(1297), 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, [51589] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1840), 1, anon_sym_DOT, ACTIONS(1842), 1, anon_sym_LPAREN, ACTIONS(1854), 1, anon_sym_LBRACK, ACTIONS(1856), 1, anon_sym_STAR_STAR, STATE(953), 2, sym_argument_list, sym_generator_expression, ACTIONS(1726), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1724), 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, [51642] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1540), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1538), 30, sym__template_string_start, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [51685] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, anon_sym_STAR, ACTIONS(1880), 1, anon_sym_if, ACTIONS(1882), 1, anon_sym_COLON, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1307), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(1117), 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, [51766] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1204), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(1209), 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(1272), 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, [51811] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1548), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1546), 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, anon_sym_SEMI, [51854] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1840), 1, anon_sym_DOT, ACTIONS(1842), 1, anon_sym_LPAREN, ACTIONS(1854), 1, anon_sym_LBRACK, ACTIONS(1856), 1, anon_sym_STAR_STAR, STATE(953), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 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, [51907] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1840), 1, anon_sym_DOT, ACTIONS(1842), 1, anon_sym_LPAREN, ACTIONS(1854), 1, anon_sym_LBRACK, ACTIONS(1856), 1, anon_sym_STAR_STAR, ACTIONS(1714), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1844), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1852), 2, anon_sym_DASH, anon_sym_PLUS, STATE(953), 2, sym_argument_list, sym_generator_expression, ACTIONS(1858), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 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, [51966] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1548), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1546), 30, sym__string_start, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [52009] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1544), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1542), 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, anon_sym_SEMI, [52052] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1552), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1550), 30, sym__string_start, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [52095] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1838), 1, anon_sym_COLON_EQ, ACTIONS(1206), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1209), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 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, [52142] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(604), 1, anon_sym_COLON_EQ, ACTIONS(277), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(272), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(303), 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, [52189] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1333), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(1338), 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(1340), 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, [52234] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1552), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1550), 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, anon_sym_SEMI, [52277] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1540), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1538), 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, anon_sym_SEMI, [52320] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(638), 1, anon_sym_COLON_EQ, ACTIONS(272), 5, anon_sym_STAR, anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(303), 29, anon_sym_DOT, anon_sym_LPAREN, 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_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, [52365] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(303), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(272), 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(307), 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, [52410] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1840), 1, anon_sym_DOT, ACTIONS(1842), 1, anon_sym_LPAREN, ACTIONS(1850), 1, anon_sym_PIPE, ACTIONS(1854), 1, anon_sym_LBRACK, ACTIONS(1856), 1, anon_sym_STAR_STAR, ACTIONS(1862), 1, anon_sym_AMP, ACTIONS(1864), 1, anon_sym_CARET, ACTIONS(1740), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1844), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1846), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1852), 2, anon_sym_DASH, anon_sym_PLUS, STATE(953), 2, sym_argument_list, sym_generator_expression, ACTIONS(1858), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1738), 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, [52477] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(604), 1, anon_sym_COLON_EQ, ACTIONS(634), 1, anon_sym_EQ, ACTIONS(272), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(303), 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, [52524] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1838), 1, anon_sym_COLON_EQ, ACTIONS(1898), 1, anon_sym_EQ, ACTIONS(1209), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 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, [52571] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(604), 1, anon_sym_COLON_EQ, ACTIONS(587), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(272), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(303), 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, [52618] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1204), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(1209), 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(1211), 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, [52663] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, anon_sym_STAR, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1900), 1, anon_sym_if, ACTIONS(1902), 1, anon_sym_COLON, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1307), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(1117), 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, [52744] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1840), 1, anon_sym_DOT, ACTIONS(1842), 1, anon_sym_LPAREN, ACTIONS(1854), 1, anon_sym_LBRACK, ACTIONS(1856), 1, anon_sym_STAR_STAR, ACTIONS(1862), 1, anon_sym_AMP, ACTIONS(1864), 1, anon_sym_CARET, ACTIONS(1714), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1844), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1846), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1852), 2, anon_sym_DASH, anon_sym_PLUS, STATE(953), 2, sym_argument_list, sym_generator_expression, ACTIONS(1858), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 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, [52809] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1840), 1, anon_sym_DOT, ACTIONS(1842), 1, anon_sym_LPAREN, ACTIONS(1854), 1, anon_sym_LBRACK, ACTIONS(1856), 1, anon_sym_STAR_STAR, ACTIONS(1714), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1844), 2, anon_sym_STAR, anon_sym_SLASH, STATE(953), 2, sym_argument_list, sym_generator_expression, ACTIONS(1858), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 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, [52866] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1840), 1, anon_sym_DOT, ACTIONS(1842), 1, anon_sym_LPAREN, ACTIONS(1854), 1, anon_sym_LBRACK, ACTIONS(1856), 1, anon_sym_STAR_STAR, STATE(953), 2, sym_argument_list, sym_generator_expression, ACTIONS(1714), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1712), 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, [52919] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1840), 1, anon_sym_DOT, ACTIONS(1842), 1, anon_sym_LPAREN, ACTIONS(1854), 1, anon_sym_LBRACK, ACTIONS(1856), 1, anon_sym_STAR_STAR, ACTIONS(1864), 1, anon_sym_CARET, ACTIONS(1714), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1844), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1846), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1852), 2, anon_sym_DASH, anon_sym_PLUS, STATE(953), 2, sym_argument_list, sym_generator_expression, ACTIONS(1858), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 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, [52982] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1840), 1, anon_sym_DOT, ACTIONS(1842), 1, anon_sym_LPAREN, ACTIONS(1854), 1, anon_sym_LBRACK, ACTIONS(1856), 1, anon_sym_STAR_STAR, ACTIONS(1714), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1844), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1846), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1852), 2, anon_sym_DASH, anon_sym_PLUS, STATE(953), 2, sym_argument_list, sym_generator_expression, ACTIONS(1858), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1712), 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, [53043] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1840), 1, anon_sym_DOT, ACTIONS(1842), 1, anon_sym_LPAREN, ACTIONS(1850), 1, anon_sym_PIPE, ACTIONS(1854), 1, anon_sym_LBRACK, ACTIONS(1856), 1, anon_sym_STAR_STAR, ACTIONS(1862), 1, anon_sym_AMP, ACTIONS(1864), 1, anon_sym_CARET, ACTIONS(1718), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1844), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1846), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1852), 2, anon_sym_DASH, anon_sym_PLUS, STATE(953), 2, sym_argument_list, sym_generator_expression, ACTIONS(1858), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1716), 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, [53110] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1840), 1, anon_sym_DOT, ACTIONS(1842), 1, anon_sym_LPAREN, ACTIONS(1850), 1, anon_sym_PIPE, ACTIONS(1854), 1, anon_sym_LBRACK, ACTIONS(1856), 1, anon_sym_STAR_STAR, ACTIONS(1862), 1, anon_sym_AMP, ACTIONS(1864), 1, anon_sym_CARET, ACTIONS(1722), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1844), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1846), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1852), 2, anon_sym_DASH, anon_sym_PLUS, STATE(953), 2, sym_argument_list, sym_generator_expression, ACTIONS(1858), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1720), 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, [53177] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, anon_sym_STAR, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1407), 2, sym__match_patterns, sym_open_sequence_match_pattern, STATE(1408), 2, sym__match_pattern, sym_match_as_pattern, STATE(1595), 2, sym__match_maybe_star_pattern, sym_match_star_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1117), 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, [53258] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, anon_sym_STAR, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1408), 2, sym__match_pattern, sym_match_as_pattern, STATE(1495), 2, sym__match_patterns, sym_open_sequence_match_pattern, STATE(1595), 2, sym__match_maybe_star_pattern, sym_match_star_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1117), 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, [53339] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(303), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(272), 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(598), 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, [53384] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1838), 1, anon_sym_COLON_EQ, ACTIONS(1265), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1209), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 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, [53431] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1706), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1704), 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, anon_sym_SEMI, [53473] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1674), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1672), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [53515] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1678), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1676), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [53557] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1032), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1030), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [53599] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1674), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1672), 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, anon_sym_SEMI, [53641] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1614), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1612), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [53683] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1682), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1680), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [53725] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1686), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1684), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [53767] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1690), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1688), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [53809] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1690), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1688), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [53851] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1694), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1692), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [53893] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1698), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1696), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [53935] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1690), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1688), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [53977] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1702), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1700), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [54019] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1702), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1700), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [54061] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1706), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1704), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [54103] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1702), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1700), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [54145] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1622), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1620), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [54187] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1626), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1624), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [54229] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1338), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1333), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, 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, [54271] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1295), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1290), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, 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, [54313] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1630), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1628), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [54355] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1618), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1616), 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, anon_sym_SEMI, [54397] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, anon_sym_STAR, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1904), 1, anon_sym_RPAREN, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1601), 2, sym__match_pattern, sym_match_as_pattern, STATE(1602), 2, sym__match_maybe_star_pattern, sym_match_star_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1117), 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, [54477] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, anon_sym_STAR, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1904), 1, anon_sym_RBRACK, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1489), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(1117), 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, [54555] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1682), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1680), 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, anon_sym_SEMI, [54597] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1634), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1632), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [54639] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1650), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1648), 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, anon_sym_SEMI, [54681] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1638), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1636), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [54723] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1642), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1640), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [54765] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1686), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1684), 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, anon_sym_SEMI, [54807] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1690), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1688), 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, anon_sym_SEMI, [54849] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1690), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1688), 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, anon_sym_SEMI, [54891] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1050), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1048), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [54933] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1906), 1, anon_sym_COLON_EQ, ACTIONS(1209), 5, anon_sym_STAR, anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 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, [54977] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1694), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1692), 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, anon_sym_SEMI, [55019] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1698), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1696), 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, anon_sym_SEMI, [55061] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1690), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1688), 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, anon_sym_SEMI, [55103] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(272), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(303), 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, anon_sym_SEMI, [55145] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1646), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1644), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [55187] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(652), 1, anon_sym_COLON_EQ, ACTIONS(272), 5, anon_sym_STAR, anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(303), 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, [55231] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1292), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1295), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1290), 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, [55275] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1338), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1333), 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, anon_sym_SEMI, [55317] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1295), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1290), 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, anon_sym_SEMI, [55359] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1209), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 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, [55403] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(272), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(303), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [55445] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1646), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1644), 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, anon_sym_SEMI, [55487] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1662), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1660), 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, anon_sym_SEMI, [55529] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1622), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1620), 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, anon_sym_SEMI, [55571] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1626), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1624), 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, anon_sym_SEMI, [55613] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1614), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1612), 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, anon_sym_SEMI, [55655] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1335), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1338), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1333), 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, [55699] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1618), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1616), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [55741] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1710), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1708), 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, anon_sym_SEMI, [55783] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1638), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1636), 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, anon_sym_SEMI, [55825] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1666), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1664), 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, anon_sym_SEMI, [55867] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1678), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1676), 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, anon_sym_SEMI, [55909] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1670), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1668), 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, anon_sym_SEMI, [55951] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, anon_sym_STAR, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1908), 1, anon_sym_RBRACK, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1307), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(1117), 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, [56029] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1630), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1628), 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, anon_sym_SEMI, [56071] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1650), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1648), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [56113] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, anon_sym_STAR, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1908), 1, anon_sym_RPAREN, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1307), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(1117), 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, [56191] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, anon_sym_STAR, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1910), 1, anon_sym_RBRACK, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1307), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(1117), 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, [56269] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1642), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1640), 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, anon_sym_SEMI, [56311] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1654), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1652), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [56353] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1658), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1656), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [56395] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, anon_sym_STAR, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1910), 1, anon_sym_RPAREN, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1307), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(1117), 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, [56473] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1662), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1660), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [56515] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1702), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1700), 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, anon_sym_SEMI, [56557] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1702), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1700), 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, anon_sym_SEMI, [56599] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1658), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1656), 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, anon_sym_SEMI, [56641] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1710), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1708), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [56683] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1702), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1700), 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, anon_sym_SEMI, [56725] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1666), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1664), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [56767] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1654), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1652), 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, anon_sym_SEMI, [56809] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1670), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1668), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [56851] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 29, anon_sym_DOT, 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_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, anon_sym_COLON2, sym_type_conversion, [56893] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 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, anon_sym_SEMI, [56935] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1634), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1632), 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, anon_sym_SEMI, [56977] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1670), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1668), 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, [57018] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1618), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1616), 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, [57059] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1622), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1620), 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, [57100] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1626), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1624), 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, [57141] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1630), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1628), 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, [57182] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1634), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1632), 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, [57223] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1638), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1636), 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, [57264] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1050), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1048), 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, [57305] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1646), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1644), 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, [57346] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1650), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1648), 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, [57387] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1654), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1652), 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, [57428] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1658), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1656), 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, [57469] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1662), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1660), 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, [57510] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1710), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1708), 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, [57551] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1666), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1664), 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, [57592] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1674), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1672), 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, [57633] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1678), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1676), 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, [57674] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1032), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1030), 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, [57715] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1682), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1680), 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, [57756] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1686), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1684), 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, [57797] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1690), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1688), 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, [57838] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1690), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1688), 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, [57879] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1694), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1692), 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, [57920] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1698), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1696), 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, [57961] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1690), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1688), 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, [58002] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1702), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1700), 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, [58043] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1702), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1700), 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, [58084] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1706), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1704), 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, [58125] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1702), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1700), 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, [58166] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, anon_sym_STAR, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1307), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(1117), 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, [58241] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1912), 1, sym_identifier, ACTIONS(1914), 1, anon_sym_RPAREN, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1424), 1, sym_match_keyword_pattern, STATE(1558), 1, sym_match_positional_pattern, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1611), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1117), 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, [58320] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1912), 1, sym_identifier, ACTIONS(1916), 1, anon_sym_RPAREN, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1421), 1, sym_match_keyword_pattern, STATE(1558), 1, sym_match_positional_pattern, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1611), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1117), 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, [58399] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1488), 1, anon_sym_COLON_EQ, ACTIONS(1898), 1, anon_sym_EQ, ACTIONS(1209), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 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, [58444] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1204), 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, [58485] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(590), 1, anon_sym_COLON_EQ, ACTIONS(634), 1, anon_sym_EQ, ACTIONS(272), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(303), 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, [58530] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1912), 1, sym_identifier, ACTIONS(1918), 1, anon_sym_RPAREN, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1488), 1, sym_match_positional_pattern, STATE(1493), 1, sym_match_keyword_pattern, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1611), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1117), 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, [58609] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(272), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(303), 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, [58650] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1614), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1612), 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, [58691] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1642), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1640), 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, [58732] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1558), 1, sym_match_positional_pattern, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1611), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1117), 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, [58805] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1534), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1117), 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, [58875] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1886), 1, sym_match_wildcard_pattern, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1240), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1549), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1117), 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, [58945] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1920), 1, sym_match_wildcard_pattern, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1136), 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, [59007] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, ACTIONS(666), 1, sym__template_string_start, ACTIONS(1874), 1, sym_identifier, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1888), 1, anon_sym_LBRACK, ACTIONS(1890), 1, anon_sym_LBRACE, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1922), 1, sym_match_wildcard_pattern, STATE(1043), 1, sym_template_string, STATE(1068), 1, sym_string, STATE(1650), 1, sym_pattern_class_name, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, ACTIONS(1896), 3, sym_true, sym_false, sym_none, STATE(1101), 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, [59069] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1926), 1, anon_sym_as, ACTIONS(1931), 1, anon_sym_not, ACTIONS(1937), 1, anon_sym_is, STATE(996), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1934), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1928), 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(1924), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, [59108] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1578), 1, anon_sym_not, ACTIONS(1586), 1, anon_sym_is, ACTIONS(1942), 1, anon_sym_EQ, STATE(999), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1584), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1564), 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(1940), 9, 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, [59147] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1602), 1, anon_sym_not, ACTIONS(1610), 1, anon_sym_is, ACTIONS(1942), 1, anon_sym_as, STATE(996), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1592), 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(1940), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, [59186] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1926), 1, anon_sym_EQ, ACTIONS(1947), 1, anon_sym_not, ACTIONS(1953), 1, anon_sym_is, STATE(999), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1950), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1944), 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(1924), 9, 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, [59225] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1958), 1, anon_sym_COMMA, STATE(1000), 1, aux_sym__patterns_repeat1, ACTIONS(1956), 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, [59255] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1926), 1, anon_sym_EQ, ACTIONS(1964), 1, anon_sym_not, ACTIONS(1970), 1, anon_sym_is, STATE(1001), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1967), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1961), 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(1924), 7, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_and, anon_sym_or, anon_sym_SEMI, [59292] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1973), 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, [59317] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1926), 1, anon_sym_EQ, ACTIONS(1978), 1, anon_sym_not, ACTIONS(1984), 1, anon_sym_is, STATE(1003), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1981), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1975), 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(1924), 7, anon_sym_COMMA, anon_sym_if, anon_sym_RBRACE, anon_sym_and, anon_sym_or, anon_sym_COLON2, sym_type_conversion, [59354] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1828), 1, anon_sym_not, ACTIONS(1836), 1, anon_sym_is, ACTIONS(1942), 1, anon_sym_EQ, STATE(1003), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1834), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1816), 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(1940), 7, anon_sym_COMMA, anon_sym_if, anon_sym_RBRACE, anon_sym_and, anon_sym_or, anon_sym_COLON2, sym_type_conversion, [59391] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1272), 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, [59416] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1987), 1, sym_identifier, ACTIONS(1989), 1, anon_sym_RBRACE, ACTIONS(1991), 1, anon_sym_STAR_STAR, STATE(1369), 1, sym_string, STATE(1373), 1, sym_template_string, STATE(1557), 1, sym_match_key_value_pattern, STATE(1568), 1, sym_match_double_star_pattern, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1652), 2, sym_match_literal_pattern, sym_match_value_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, [59469] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1987), 1, sym_identifier, ACTIONS(1991), 1, anon_sym_STAR_STAR, ACTIONS(1993), 1, anon_sym_RBRACE, STATE(1369), 1, sym_string, STATE(1373), 1, sym_template_string, STATE(1498), 1, sym_match_key_value_pattern, STATE(1553), 1, sym_match_double_star_pattern, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1652), 2, sym_match_literal_pattern, sym_match_value_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, [59522] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1768), 1, anon_sym_not, ACTIONS(1776), 1, anon_sym_is, ACTIONS(1942), 1, anon_sym_EQ, STATE(1001), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1774), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1756), 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(1940), 7, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_and, anon_sym_or, anon_sym_SEMI, [59559] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1995), 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, [59584] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1987), 1, sym_identifier, ACTIONS(1991), 1, anon_sym_STAR_STAR, ACTIONS(1997), 1, anon_sym_RBRACE, STATE(1369), 1, sym_string, STATE(1373), 1, sym_template_string, STATE(1555), 1, sym_match_double_star_pattern, STATE(1557), 1, sym_match_key_value_pattern, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1652), 2, sym_match_literal_pattern, sym_match_value_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, [59637] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(272), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(928), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, ACTIONS(303), 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, [59666] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1999), 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, [59691] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2001), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, ACTIONS(1204), 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, [59720] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1792), 1, anon_sym_not, ACTIONS(1800), 1, anon_sym_is, STATE(1015), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1798), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1782), 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(1940), 8, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, anon_sym_and, anon_sym_or, [59755] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2006), 1, anon_sym_not, ACTIONS(2012), 1, anon_sym_is, STATE(1015), 1, aux_sym_comparison_operator_repeat1, ACTIONS(2009), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2003), 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(1924), 8, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, anon_sym_and, anon_sym_or, [59790] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1860), 1, anon_sym_not, ACTIONS(1868), 1, anon_sym_is, STATE(1019), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1866), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1848), 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(1940), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [59824] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_DOT, ACTIONS(1556), 1, anon_sym_LPAREN, ACTIONS(1566), 1, anon_sym_PIPE, ACTIONS(1570), 1, anon_sym_LBRACK, ACTIONS(1572), 1, anon_sym_STAR_STAR, ACTIONS(1580), 1, anon_sym_AMP, ACTIONS(1582), 1, anon_sym_CARET, ACTIONS(1560), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1562), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1568), 2, anon_sym_DASH, anon_sym_PLUS, STATE(708), 2, sym_argument_list, sym_generator_expression, ACTIONS(1576), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, [59870] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2015), 1, anon_sym_COMMA, STATE(1000), 1, aux_sym__patterns_repeat1, ACTIONS(2017), 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, [59898] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2022), 1, anon_sym_not, ACTIONS(2028), 1, anon_sym_is, STATE(1019), 1, aux_sym_comparison_operator_repeat1, ACTIONS(2025), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2019), 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(1924), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [59932] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2031), 1, anon_sym_COMMA, ACTIONS(2033), 1, anon_sym_COLON, ACTIONS(2035), 1, anon_sym_EQ, STATE(1018), 1, aux_sym__patterns_repeat1, ACTIONS(2037), 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, [59963] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2039), 1, sym_identifier, ACTIONS(2041), 1, anon_sym_LPAREN, ACTIONS(2043), 1, anon_sym_STAR, ACTIONS(2045), 1, anon_sym_COLON, ACTIONS(2047), 1, anon_sym_STAR_STAR, ACTIONS(2049), 1, anon_sym_SLASH, STATE(1406), 1, sym_parameter, STATE(1689), 1, sym__parameters, STATE(1691), 1, sym_lambda_parameters, STATE(1606), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1410), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [60006] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2039), 1, sym_identifier, ACTIONS(2041), 1, anon_sym_LPAREN, ACTIONS(2043), 1, anon_sym_STAR, ACTIONS(2047), 1, anon_sym_STAR_STAR, ACTIONS(2049), 1, anon_sym_SLASH, ACTIONS(2051), 1, anon_sym_COLON, STATE(1406), 1, sym_parameter, STATE(1689), 1, sym__parameters, STATE(1752), 1, sym_lambda_parameters, STATE(1606), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1410), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [60049] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2039), 1, sym_identifier, ACTIONS(2041), 1, anon_sym_LPAREN, ACTIONS(2043), 1, anon_sym_STAR, ACTIONS(2047), 1, anon_sym_STAR_STAR, ACTIONS(2049), 1, anon_sym_SLASH, ACTIONS(2053), 1, anon_sym_COLON, STATE(1406), 1, sym_parameter, STATE(1639), 1, sym_lambda_parameters, STATE(1689), 1, sym__parameters, STATE(1606), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1410), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [60092] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2039), 1, sym_identifier, ACTIONS(2041), 1, anon_sym_LPAREN, ACTIONS(2043), 1, anon_sym_STAR, ACTIONS(2047), 1, anon_sym_STAR_STAR, ACTIONS(2049), 1, anon_sym_SLASH, ACTIONS(2055), 1, anon_sym_COLON, STATE(1406), 1, sym_parameter, STATE(1689), 1, sym__parameters, STATE(1729), 1, sym_lambda_parameters, STATE(1606), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1410), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [60135] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2039), 1, sym_identifier, ACTIONS(2041), 1, anon_sym_LPAREN, ACTIONS(2043), 1, anon_sym_STAR, ACTIONS(2047), 1, anon_sym_STAR_STAR, ACTIONS(2049), 1, anon_sym_SLASH, ACTIONS(2057), 1, anon_sym_COLON, STATE(1406), 1, sym_parameter, STATE(1667), 1, sym_lambda_parameters, STATE(1689), 1, sym__parameters, STATE(1606), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1410), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [60178] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2039), 1, sym_identifier, ACTIONS(2041), 1, anon_sym_LPAREN, ACTIONS(2043), 1, anon_sym_STAR, ACTIONS(2047), 1, anon_sym_STAR_STAR, ACTIONS(2049), 1, anon_sym_SLASH, ACTIONS(2059), 1, anon_sym_COLON, STATE(1406), 1, sym_parameter, STATE(1689), 1, sym__parameters, STATE(1697), 1, sym_lambda_parameters, STATE(1606), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1410), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [60221] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2039), 1, sym_identifier, ACTIONS(2041), 1, anon_sym_LPAREN, ACTIONS(2043), 1, anon_sym_STAR, ACTIONS(2047), 1, anon_sym_STAR_STAR, ACTIONS(2049), 1, anon_sym_SLASH, ACTIONS(2061), 1, anon_sym_COLON, STATE(1406), 1, sym_parameter, STATE(1689), 1, sym__parameters, STATE(1732), 1, sym_lambda_parameters, STATE(1606), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1410), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [60264] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2041), 1, anon_sym_LPAREN, ACTIONS(2043), 1, anon_sym_STAR, ACTIONS(2047), 1, anon_sym_STAR_STAR, ACTIONS(2049), 1, anon_sym_SLASH, ACTIONS(2063), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_RPAREN, STATE(1445), 1, sym_parameter, STATE(1682), 1, sym__parameters, STATE(1507), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1410), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [60304] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(315), 1, sym__string_start, ACTIONS(317), 1, sym__template_string_start, ACTIONS(1884), 1, anon_sym_DASH, ACTIONS(1892), 1, sym_integer, ACTIONS(1894), 1, sym_float, ACTIONS(1987), 1, sym_identifier, STATE(1369), 1, sym_string, STATE(1373), 1, sym_template_string, STATE(1557), 1, sym_match_key_value_pattern, STATE(1116), 2, sym_concatenated_string, sym_concatenated_template_string, STATE(1652), 2, sym_match_literal_pattern, sym_match_value_pattern, ACTIONS(1896), 3, sym_true, sym_false, sym_none, [60348] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2033), 1, anon_sym_COLON, ACTIONS(2035), 1, anon_sym_EQ, ACTIONS(2037), 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, [60373] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2041), 1, anon_sym_LPAREN, ACTIONS(2043), 1, anon_sym_STAR, ACTIONS(2047), 1, anon_sym_STAR_STAR, ACTIONS(2049), 1, anon_sym_SLASH, ACTIONS(2063), 1, sym_identifier, ACTIONS(2067), 1, anon_sym_RPAREN, STATE(1437), 1, sym_parameter, STATE(1507), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1410), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [60410] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2039), 1, sym_identifier, ACTIONS(2041), 1, anon_sym_LPAREN, ACTIONS(2043), 1, anon_sym_STAR, ACTIONS(2047), 1, anon_sym_STAR_STAR, ACTIONS(2049), 1, anon_sym_SLASH, ACTIONS(2067), 1, anon_sym_COLON, STATE(1437), 1, sym_parameter, STATE(1606), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1410), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [60447] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2041), 1, anon_sym_LPAREN, ACTIONS(2043), 1, anon_sym_STAR, ACTIONS(2047), 1, anon_sym_STAR_STAR, ACTIONS(2049), 1, anon_sym_SLASH, ACTIONS(2063), 1, sym_identifier, ACTIONS(2069), 1, anon_sym_RPAREN, STATE(1437), 1, sym_parameter, STATE(1507), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1410), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [60484] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2039), 1, sym_identifier, ACTIONS(2041), 1, anon_sym_LPAREN, ACTIONS(2043), 1, anon_sym_STAR, ACTIONS(2047), 1, anon_sym_STAR_STAR, ACTIONS(2049), 1, anon_sym_SLASH, ACTIONS(2069), 1, anon_sym_COLON, STATE(1437), 1, sym_parameter, STATE(1606), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1410), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [60521] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2041), 1, anon_sym_LPAREN, ACTIONS(2043), 1, anon_sym_STAR, ACTIONS(2047), 1, anon_sym_STAR_STAR, ACTIONS(2049), 1, anon_sym_SLASH, ACTIONS(2063), 1, sym_identifier, STATE(1437), 1, sym_parameter, STATE(1507), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1410), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [60555] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2039), 1, sym_identifier, ACTIONS(2041), 1, anon_sym_LPAREN, ACTIONS(2043), 1, anon_sym_STAR, ACTIONS(2047), 1, anon_sym_STAR_STAR, ACTIONS(2049), 1, anon_sym_SLASH, STATE(1437), 1, sym_parameter, STATE(1606), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1410), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [60589] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1574), 1, anon_sym_as, ACTIONS(1558), 12, 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, [60610] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2073), 1, anon_sym_as, ACTIONS(2071), 12, 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, [60631] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2077), 1, anon_sym_DOT, STATE(1039), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2075), 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, [60653] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2088), 1, sym__string_end, STATE(1056), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [60684] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2092), 1, anon_sym_if, ACTIONS(2094), 1, anon_sym_COLON, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACE, ACTIONS(2102), 1, anon_sym_and, ACTIONS(2104), 1, anon_sym_or, STATE(1106), 1, sym_for_in_clause, STATE(1310), 1, aux_sym__collection_elements_repeat1, STATE(1676), 1, sym__comprehension_clauses, [60721] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2106), 1, anon_sym_DOT, ACTIONS(2108), 1, anon_sym_LPAREN, STATE(1064), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2110), 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, [60744] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(666), 1, sym__template_string_start, STATE(750), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, 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, [60765] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2114), 1, sym__string_end, STATE(1046), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [60796] = 9, ACTIONS(2086), 1, sym_comment, ACTIONS(2116), 1, anon_sym_LBRACE2, ACTIONS(2122), 1, anon_sym_BSLASH, ACTIONS(2125), 1, sym__string_end, STATE(1045), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2119), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [60827] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2127), 1, sym__string_end, STATE(1045), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [60858] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2092), 1, anon_sym_if, ACTIONS(2094), 1, anon_sym_COLON, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACE, ACTIONS(2102), 1, anon_sym_and, ACTIONS(2104), 1, anon_sym_or, STATE(1106), 1, sym_for_in_clause, STATE(1310), 1, aux_sym__collection_elements_repeat1, STATE(1728), 1, sym__comprehension_clauses, [60895] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2129), 1, anon_sym_RPAREN, ACTIONS(2131), 1, anon_sym_COMMA, ACTIONS(2134), 1, anon_sym_as, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, STATE(1106), 1, sym_for_in_clause, STATE(1310), 1, aux_sym__collection_elements_repeat1, STATE(1711), 1, sym__comprehension_clauses, [60932] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2142), 1, sym__string_end, STATE(1051), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [60963] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2144), 1, sym__string_end, STATE(1052), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [60994] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2146), 1, sym__string_end, STATE(1045), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [61025] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2148), 1, sym__string_end, STATE(1045), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [61056] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2075), 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, [61073] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2150), 1, sym__string_end, STATE(1057), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [61104] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2152), 1, sym__string_end, STATE(1058), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [61135] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2154), 1, sym__string_end, STATE(1045), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [61166] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2156), 1, sym__string_end, STATE(1045), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [61197] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2158), 1, sym__string_end, STATE(1045), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [61228] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2160), 1, sym__string_end, STATE(1065), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [61259] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2162), 1, sym__string_end, STATE(1062), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [61290] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2164), 1, sym__string_end, STATE(1066), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [61321] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2166), 1, sym__string_end, STATE(1045), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [61352] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2092), 1, anon_sym_if, ACTIONS(2094), 1, anon_sym_COLON, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACE, ACTIONS(2102), 1, anon_sym_and, ACTIONS(2104), 1, anon_sym_or, STATE(1106), 1, sym_for_in_clause, STATE(1310), 1, aux_sym__collection_elements_repeat1, STATE(1695), 1, sym__comprehension_clauses, [61389] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2106), 1, anon_sym_DOT, ACTIONS(2168), 1, anon_sym_LPAREN, STATE(1039), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2170), 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, [61412] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2172), 1, sym__string_end, STATE(1045), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [61443] = 9, ACTIONS(2080), 1, anon_sym_LBRACE2, ACTIONS(2084), 1, anon_sym_BSLASH, ACTIONS(2086), 1, sym_comment, ACTIONS(2174), 1, sym__string_end, STATE(1045), 1, aux_sym_string_repeat1, STATE(1248), 1, sym_string_content, STATE(1252), 1, sym_interpolation, STATE(1149), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2082), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [61474] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2092), 1, anon_sym_if, ACTIONS(2094), 1, anon_sym_COLON, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACE, ACTIONS(2102), 1, anon_sym_and, ACTIONS(2104), 1, anon_sym_or, STATE(1106), 1, sym_for_in_clause, STATE(1310), 1, aux_sym__collection_elements_repeat1, STATE(1717), 1, sym__comprehension_clauses, [61511] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, sym__string_start, STATE(749), 2, sym_string, aux_sym_concatenated_string_repeat1, 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, [61532] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2178), 1, anon_sym_as, ACTIONS(2176), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_or, [61552] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2180), 1, anon_sym_RPAREN, STATE(1106), 1, sym_for_in_clause, STATE(1310), 1, aux_sym__collection_elements_repeat1, STATE(1628), 1, sym__comprehension_clauses, [61586] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2176), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, [61606] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2188), 1, anon_sym_as, ACTIONS(2186), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [61630] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2192), 1, anon_sym_as, ACTIONS(2190), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [61652] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2129), 1, anon_sym_RPAREN, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, STATE(1106), 1, sym_for_in_clause, STATE(1310), 1, aux_sym__collection_elements_repeat1, STATE(1711), 1, sym__comprehension_clauses, [61686] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2194), 1, anon_sym_RPAREN, ACTIONS(2196), 1, anon_sym_COMMA, STATE(1106), 1, sym_for_in_clause, STATE(1476), 1, aux_sym_argument_list_repeat1, STATE(1673), 1, sym__comprehension_clauses, [61720] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2186), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, [61742] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2202), 1, anon_sym_as, ACTIONS(2200), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [61766] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2206), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2204), 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, [61784] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2210), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2208), 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, [61802] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACK, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, STATE(1106), 1, sym_for_in_clause, STATE(1310), 1, aux_sym__collection_elements_repeat1, STATE(1754), 1, sym__comprehension_clauses, [61836] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2212), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, [61856] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2216), 1, anon_sym_as, ACTIONS(2214), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [61880] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2178), 1, anon_sym_as, ACTIONS(2176), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [61902] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2218), 1, anon_sym_RPAREN, STATE(1106), 1, sym_for_in_clause, STATE(1310), 1, aux_sym__collection_elements_repeat1, STATE(1673), 1, sym__comprehension_clauses, [61936] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2200), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, [61958] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2220), 1, anon_sym_RPAREN, STATE(1106), 1, sym_for_in_clause, STATE(1310), 1, aux_sym__collection_elements_repeat1, STATE(1618), 1, sym__comprehension_clauses, [61992] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2222), 1, anon_sym_RPAREN, ACTIONS(2224), 1, anon_sym_COMMA, STATE(1106), 1, sym_for_in_clause, STATE(1441), 1, aux_sym_argument_list_repeat1, STATE(1628), 1, sym__comprehension_clauses, [62026] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2190), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, [62046] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2214), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, [62068] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACK, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, STATE(1106), 1, sym_for_in_clause, STATE(1310), 1, aux_sym__collection_elements_repeat1, STATE(1713), 1, sym__comprehension_clauses, [62102] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2226), 1, anon_sym_as, ACTIONS(2212), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [62124] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACK, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, STATE(1106), 1, sym_for_in_clause, STATE(1310), 1, aux_sym__collection_elements_repeat1, STATE(1675), 1, sym__comprehension_clauses, [62158] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2228), 1, anon_sym_RPAREN, ACTIONS(2230), 1, anon_sym_COMMA, STATE(1106), 1, sym_for_in_clause, STATE(1459), 1, aux_sym_argument_list_repeat1, STATE(1711), 1, sym__comprehension_clauses, [62192] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2232), 1, anon_sym_RPAREN, ACTIONS(2234), 1, anon_sym_COMMA, STATE(1106), 1, sym_for_in_clause, STATE(1526), 1, aux_sym_argument_list_repeat1, STATE(1618), 1, sym__comprehension_clauses, [62226] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACK, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, STATE(1106), 1, sym_for_in_clause, STATE(1310), 1, aux_sym__collection_elements_repeat1, STATE(1722), 1, sym__comprehension_clauses, [62260] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2176), 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, anon_sym_or, [62278] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2236), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [62297] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2238), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [62318] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2236), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [62337] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2242), 1, anon_sym_if, ACTIONS(2245), 1, anon_sym_async, ACTIONS(2248), 1, anon_sym_for, ACTIONS(2240), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(1100), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, [62360] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2253), 1, anon_sym_PIPE, STATE(1105), 1, aux_sym_match_or_pattern_repeat1, ACTIONS(2251), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [62379] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2257), 1, anon_sym_PIPE, STATE(1102), 1, aux_sym_match_or_pattern_repeat1, ACTIONS(2255), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [62398] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2260), 1, anon_sym_COMMA, ACTIONS(2262), 1, anon_sym_if, ACTIONS(2266), 1, anon_sym_and, ACTIONS(2268), 1, anon_sym_or, STATE(1274), 1, aux_sym_expression_list_repeat1, ACTIONS(2264), 4, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [62423] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2236), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [62442] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2253), 1, anon_sym_PIPE, STATE(1102), 1, aux_sym_match_or_pattern_repeat1, ACTIONS(2270), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [62461] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2274), 1, anon_sym_if, ACTIONS(2272), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(1108), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, [62484] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2260), 1, anon_sym_COMMA, ACTIONS(2262), 1, anon_sym_if, ACTIONS(2266), 1, anon_sym_and, ACTIONS(2268), 1, anon_sym_or, STATE(1274), 1, aux_sym_expression_list_repeat1, ACTIONS(2276), 4, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [62509] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2274), 1, anon_sym_if, ACTIONS(2278), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(1100), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, [62532] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2238), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, [62553] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2280), 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, [62567] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2282), 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, [62581] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2176), 6, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, anon_sym_SEMI, [62599] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2290), 1, anon_sym_COMMA, STATE(1113), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2288), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [62617] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2293), 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, [62631] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2190), 6, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, anon_sym_SEMI, [62649] = 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, [62663] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2297), 1, anon_sym_PIPE, ACTIONS(2295), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [62679] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2200), 5, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_EQ, anon_sym_SEMI, [62699] = 6, ACTIONS(2086), 1, sym_comment, ACTIONS(2301), 1, anon_sym_LBRACE2, ACTIONS(2306), 1, anon_sym_BSLASH, ACTIONS(2309), 1, sym__string_end, STATE(1119), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2303), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [62721] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2262), 1, anon_sym_if, ACTIONS(2266), 1, anon_sym_and, ACTIONS(2268), 1, anon_sym_or, ACTIONS(2311), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [62741] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2186), 5, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_EQ, anon_sym_SEMI, [62761] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2315), 1, anon_sym_COMMA, STATE(1113), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2313), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [62779] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2212), 6, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, anon_sym_SEMI, [62797] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2317), 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, [62811] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2319), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [62831] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1558), 8, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, anon_sym_and, anon_sym_or, anon_sym_SEMI, [62845] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2321), 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, [62859] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2323), 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, [62873] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2071), 8, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, anon_sym_and, anon_sym_or, anon_sym_SEMI, [62887] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2325), 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, [62901] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1558), 8, anon_sym_COMMA, anon_sym_if, anon_sym_RBRACE, anon_sym_EQ, anon_sym_and, anon_sym_or, anon_sym_COLON2, sym_type_conversion, [62915] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2327), 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, [62929] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2329), 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, [62943] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2331), 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, [62957] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2335), 1, anon_sym_COMMA, STATE(1173), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2333), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [62975] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2255), 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, [62989] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2337), 1, anon_sym_from, ACTIONS(2339), 1, anon_sym_COMMA, STATE(1288), 1, aux_sym_expression_list_repeat1, ACTIONS(2341), 2, sym__newline, anon_sym_SEMI, [63015] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2343), 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, [63029] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2238), 5, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_EQ, anon_sym_SEMI, [63049] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2345), 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, [63063] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2347), 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, [63077] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2349), 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, [63091] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2351), 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, [63105] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2311), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [63125] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2071), 8, anon_sym_COMMA, anon_sym_if, anon_sym_RBRACE, anon_sym_EQ, anon_sym_and, anon_sym_or, anon_sym_COLON2, sym_type_conversion, [63139] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(69), 1, anon_sym_AT, ACTIONS(2353), 1, anon_sym_async, ACTIONS(2355), 1, anon_sym_def, ACTIONS(2357), 1, anon_sym_class, STATE(534), 2, sym_function_definition, sym_class_definition, STATE(1257), 2, sym_decorator, aux_sym_decorated_definition_repeat1, [63163] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2176), 7, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, anon_sym_or, anon_sym_SEMI, [63179] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2359), 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, [63193] = 6, ACTIONS(2086), 1, sym_comment, ACTIONS(2361), 1, anon_sym_LBRACE2, ACTIONS(2365), 1, anon_sym_BSLASH, ACTIONS(2367), 1, sym__string_end, STATE(1119), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, ACTIONS(2363), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [63215] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2369), 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, [63229] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2371), 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, [63243] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2266), 1, anon_sym_and, ACTIONS(2268), 1, anon_sym_or, ACTIONS(2212), 6, anon_sym_COMMA, anon_sym_if, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [63261] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2102), 1, anon_sym_and, ACTIONS(2104), 1, anon_sym_or, ACTIONS(2212), 6, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, [63279] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2092), 1, anon_sym_if, ACTIONS(2102), 1, anon_sym_and, ACTIONS(2104), 1, anon_sym_or, ACTIONS(2200), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, [63299] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2102), 1, anon_sym_and, ACTIONS(2104), 1, anon_sym_or, ACTIONS(2190), 6, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, [63317] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2102), 1, anon_sym_and, ACTIONS(2176), 7, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, anon_sym_or, [63333] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2102), 1, anon_sym_and, ACTIONS(2104), 1, anon_sym_or, ACTIONS(2176), 6, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, [63351] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2373), 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, [63365] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2262), 1, anon_sym_if, ACTIONS(2266), 1, anon_sym_and, ACTIONS(2268), 1, anon_sym_or, ACTIONS(2238), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [63385] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2106), 1, anon_sym_DOT, ACTIONS(2108), 1, anon_sym_LPAREN, ACTIONS(2375), 1, anon_sym_EQ, STATE(1064), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2110), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, [63407] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2214), 5, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_EQ, anon_sym_SEMI, [63427] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2262), 1, anon_sym_if, ACTIONS(2266), 1, anon_sym_and, ACTIONS(2268), 1, anon_sym_or, ACTIONS(2200), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [63447] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2092), 1, anon_sym_if, ACTIONS(2102), 1, anon_sym_and, ACTIONS(2104), 1, anon_sym_or, ACTIONS(2214), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, [63467] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2266), 1, anon_sym_and, ACTIONS(2268), 1, anon_sym_or, ACTIONS(2190), 6, anon_sym_COMMA, anon_sym_if, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [63485] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2266), 1, anon_sym_and, ACTIONS(2176), 7, anon_sym_COMMA, anon_sym_if, anon_sym_RBRACE, anon_sym_EQ, anon_sym_or, anon_sym_COLON2, sym_type_conversion, [63501] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2092), 1, anon_sym_if, ACTIONS(2102), 1, anon_sym_and, ACTIONS(2104), 1, anon_sym_or, ACTIONS(2186), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, [63521] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2266), 1, anon_sym_and, ACTIONS(2268), 1, anon_sym_or, ACTIONS(2176), 6, anon_sym_COMMA, anon_sym_if, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [63539] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2262), 1, anon_sym_if, ACTIONS(2266), 1, anon_sym_and, ACTIONS(2268), 1, anon_sym_or, ACTIONS(2214), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [63559] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2262), 1, anon_sym_if, ACTIONS(2266), 1, anon_sym_and, ACTIONS(2268), 1, anon_sym_or, ACTIONS(2319), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [63579] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2262), 1, anon_sym_if, ACTIONS(2266), 1, anon_sym_and, ACTIONS(2268), 1, anon_sym_or, ACTIONS(2186), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [63599] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2377), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [63617] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(69), 1, anon_sym_AT, ACTIONS(2379), 1, anon_sym_async, ACTIONS(2381), 1, anon_sym_def, ACTIONS(2383), 1, anon_sym_class, STATE(605), 2, sym_function_definition, sym_class_definition, STATE(1257), 2, sym_decorator, aux_sym_decorated_definition_repeat1, [63641] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2387), 1, anon_sym_COMMA, STATE(1113), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2385), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [63659] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2391), 1, anon_sym_COMMA, STATE(1122), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2389), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [63677] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2393), 1, anon_sym_COMMA, STATE(1243), 1, aux_sym_expression_list_repeat1, ACTIONS(2276), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, [63701] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2395), 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, [63715] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2397), 1, anon_sym_COMMA, ACTIONS(2399), 1, anon_sym_as, ACTIONS(2401), 1, anon_sym_if, ACTIONS(2403), 1, anon_sym_COLON, ACTIONS(2405), 1, anon_sym_and, ACTIONS(2407), 1, anon_sym_or, STATE(1364), 1, aux_sym_exception_list_repeat1, [63740] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2409), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [63753] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2411), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, [63772] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2413), 1, sym_identifier, ACTIONS(2415), 1, anon_sym_LPAREN, ACTIONS(2417), 1, anon_sym_STAR, STATE(1290), 1, sym_dotted_name, STATE(1327), 1, sym_aliased_import, STATE(1559), 1, sym__import_list, STATE(1561), 1, sym_wildcard_import, [63797] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2339), 1, anon_sym_COMMA, STATE(1288), 1, aux_sym_expression_list_repeat1, ACTIONS(2419), 2, sym__newline, anon_sym_SEMI, [63820] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2401), 1, anon_sym_if, ACTIONS(2405), 1, anon_sym_and, ACTIONS(2407), 1, anon_sym_or, ACTIONS(2200), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_COLON, [63839] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_except, ACTIONS(2423), 1, anon_sym_finally, STATE(540), 1, sym_finally_clause, STATE(266), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, STATE(283), 2, sym_except_clause, aux_sym_try_statement_repeat1, [63860] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2425), 1, anon_sym_COMMA, ACTIONS(2427), 1, anon_sym_RBRACE, STATE(1106), 1, sym_for_in_clause, STATE(1450), 1, aux_sym_dictionary_repeat1, STATE(1724), 1, sym__comprehension_clauses, [63885] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2413), 1, sym_identifier, ACTIONS(2417), 1, anon_sym_STAR, ACTIONS(2429), 1, anon_sym_LPAREN, STATE(1290), 1, sym_dotted_name, STATE(1327), 1, sym_aliased_import, STATE(1579), 1, sym__import_list, STATE(1580), 1, sym_wildcard_import, [63910] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2228), 1, anon_sym_RPAREN, ACTIONS(2230), 1, anon_sym_COMMA, STATE(1106), 1, sym_for_in_clause, STATE(1456), 1, aux_sym_argument_list_repeat1, STATE(1711), 1, sym__comprehension_clauses, [63935] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2431), 1, anon_sym_RPAREN, STATE(1106), 1, sym_for_in_clause, STATE(1308), 1, aux_sym__collection_elements_repeat1, STATE(1618), 1, sym__comprehension_clauses, [63960] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2401), 1, anon_sym_if, ACTIONS(2405), 1, anon_sym_and, ACTIONS(2407), 1, anon_sym_or, ACTIONS(2214), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_COLON, [63979] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2405), 1, anon_sym_and, ACTIONS(2407), 1, anon_sym_or, ACTIONS(2190), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, [63996] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2405), 1, anon_sym_and, ACTIONS(2176), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_or, [64011] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2339), 1, anon_sym_COMMA, STATE(1288), 1, aux_sym_expression_list_repeat1, ACTIONS(2433), 2, sym__newline, anon_sym_SEMI, [64034] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2401), 1, anon_sym_if, ACTIONS(2405), 1, anon_sym_and, ACTIONS(2407), 1, anon_sym_or, ACTIONS(2437), 1, anon_sym_as, ACTIONS(2435), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [64055] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2397), 1, anon_sym_COMMA, ACTIONS(2401), 1, anon_sym_if, ACTIONS(2405), 1, anon_sym_and, ACTIONS(2407), 1, anon_sym_or, ACTIONS(2439), 1, anon_sym_as, ACTIONS(2441), 1, anon_sym_COLON, STATE(1364), 1, aux_sym_exception_list_repeat1, [64080] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2443), 1, anon_sym_COMMA, ACTIONS(2445), 1, anon_sym_RBRACE, STATE(1106), 1, sym_for_in_clause, STATE(1466), 1, aux_sym_dictionary_repeat1, STATE(1680), 1, sym__comprehension_clauses, [64105] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2447), 1, anon_sym_except, ACTIONS(2449), 1, anon_sym_finally, STATE(564), 1, sym_finally_clause, STATE(281), 2, sym_except_clause, aux_sym_try_statement_repeat1, STATE(282), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, [64126] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2194), 1, anon_sym_RPAREN, ACTIONS(2196), 1, anon_sym_COMMA, STATE(1106), 1, sym_for_in_clause, STATE(1472), 1, aux_sym_argument_list_repeat1, STATE(1673), 1, sym__comprehension_clauses, [64151] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2401), 1, anon_sym_if, ACTIONS(2405), 1, anon_sym_and, ACTIONS(2407), 1, anon_sym_or, ACTIONS(2186), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_COLON, [64170] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1558), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [64183] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2451), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, [64202] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2453), 1, sym_identifier, ACTIONS(2455), 1, anon_sym_STAR, ACTIONS(2457), 1, anon_sym_STAR_STAR, STATE(1577), 4, sym_typevar_parameter, sym_typevartuple_parameter, sym_paramspec_parameter, sym__type_parameter, [64221] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2405), 1, anon_sym_and, ACTIONS(2407), 1, anon_sym_or, ACTIONS(2176), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, [64238] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RPAREN, STATE(1106), 1, sym_for_in_clause, STATE(1308), 1, aux_sym__collection_elements_repeat1, STATE(1618), 1, sym__comprehension_clauses, [64263] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACE, STATE(1106), 1, sym_for_in_clause, STATE(1308), 1, aux_sym__collection_elements_repeat1, STATE(1728), 1, sym__comprehension_clauses, [64288] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACK, STATE(1106), 1, sym_for_in_clause, STATE(1308), 1, aux_sym__collection_elements_repeat1, STATE(1754), 1, sym__comprehension_clauses, [64313] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2459), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [64326] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACE, STATE(1106), 1, sym_for_in_clause, STATE(1308), 1, aux_sym__collection_elements_repeat1, STATE(1695), 1, sym__comprehension_clauses, [64351] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2461), 1, anon_sym_COMMA, ACTIONS(2463), 1, anon_sym_RBRACE, STATE(1106), 1, sym_for_in_clause, STATE(1449), 1, aux_sym_dictionary_repeat1, STATE(1665), 1, sym__comprehension_clauses, [64376] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2397), 1, anon_sym_COMMA, ACTIONS(2401), 1, anon_sym_if, ACTIONS(2405), 1, anon_sym_and, ACTIONS(2407), 1, anon_sym_or, ACTIONS(2465), 1, anon_sym_as, ACTIONS(2467), 1, anon_sym_COLON, STATE(1364), 1, aux_sym_exception_list_repeat1, [64401] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2397), 1, anon_sym_COMMA, ACTIONS(2401), 1, anon_sym_if, ACTIONS(2405), 1, anon_sym_and, ACTIONS(2407), 1, anon_sym_or, ACTIONS(2469), 1, anon_sym_as, ACTIONS(2471), 1, anon_sym_COLON, STATE(1364), 1, aux_sym_exception_list_repeat1, [64426] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2339), 1, anon_sym_COMMA, STATE(1288), 1, aux_sym_expression_list_repeat1, ACTIONS(2276), 2, sym__newline, anon_sym_SEMI, [64449] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2232), 1, anon_sym_RPAREN, ACTIONS(2234), 1, anon_sym_COMMA, STATE(1106), 1, sym_for_in_clause, STATE(1521), 1, aux_sym_argument_list_repeat1, STATE(1618), 1, sym__comprehension_clauses, [64474] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2222), 1, anon_sym_RPAREN, ACTIONS(2224), 1, anon_sym_COMMA, STATE(1106), 1, sym_for_in_clause, STATE(1412), 1, aux_sym_argument_list_repeat1, STATE(1628), 1, sym__comprehension_clauses, [64499] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, sym_identifier, ACTIONS(2475), 1, anon_sym_DOT, ACTIONS(2477), 1, anon_sym___future__, STATE(1343), 1, aux_sym_import_prefix_repeat1, STATE(1462), 1, sym_import_prefix, STATE(1712), 2, sym_relative_import, sym_dotted_name, [64522] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2405), 1, anon_sym_and, ACTIONS(2407), 1, anon_sym_or, ACTIONS(2212), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, [64539] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_except, ACTIONS(2423), 1, anon_sym_finally, STATE(556), 1, sym_finally_clause, STATE(267), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, STATE(275), 2, sym_except_clause, aux_sym_try_statement_repeat1, [64560] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2447), 1, anon_sym_except, ACTIONS(2449), 1, anon_sym_finally, STATE(533), 1, sym_finally_clause, STATE(272), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, STATE(278), 2, sym_except_clause, aux_sym_try_statement_repeat1, [64581] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RPAREN, STATE(1106), 1, sym_for_in_clause, STATE(1308), 1, aux_sym__collection_elements_repeat1, STATE(1628), 1, sym__comprehension_clauses, [64606] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACK, STATE(1106), 1, sym_for_in_clause, STATE(1308), 1, aux_sym__collection_elements_repeat1, STATE(1722), 1, sym__comprehension_clauses, [64631] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2311), 4, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_SEMI, [64650] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2319), 4, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_SEMI, [64669] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2262), 1, anon_sym_if, ACTIONS(2266), 1, anon_sym_and, ACTIONS(2268), 1, anon_sym_or, ACTIONS(2451), 4, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [64688] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2288), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [64701] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2479), 1, anon_sym_COMMA, STATE(1380), 1, aux_sym_print_statement_repeat1, ACTIONS(2481), 2, sym__newline, anon_sym_SEMI, [64724] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2483), 4, anon_sym_COMMA, anon_sym_async, anon_sym_for, anon_sym_RBRACE, [64743] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2485), 1, anon_sym_COMMA, STATE(1401), 1, aux_sym_assert_statement_repeat1, ACTIONS(2487), 2, sym__newline, anon_sym_SEMI, [64766] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RPAREN, STATE(1106), 1, sym_for_in_clause, STATE(1308), 1, aux_sym__collection_elements_repeat1, STATE(1711), 1, sym__comprehension_clauses, [64791] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACK, STATE(1106), 1, sym_for_in_clause, STATE(1308), 1, aux_sym__collection_elements_repeat1, STATE(1713), 1, sym__comprehension_clauses, [64816] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACE, STATE(1106), 1, sym_for_in_clause, STATE(1308), 1, aux_sym__collection_elements_repeat1, STATE(1717), 1, sym__comprehension_clauses, [64841] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RPAREN, STATE(1106), 1, sym_for_in_clause, STATE(1308), 1, aux_sym__collection_elements_repeat1, STATE(1673), 1, sym__comprehension_clauses, [64866] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACK, STATE(1106), 1, sym_for_in_clause, STATE(1308), 1, aux_sym__collection_elements_repeat1, STATE(1675), 1, sym__comprehension_clauses, [64891] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2489), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, [64910] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2100), 1, anon_sym_RBRACE, STATE(1106), 1, sym_for_in_clause, STATE(1308), 1, aux_sym__collection_elements_repeat1, STATE(1676), 1, sym__comprehension_clauses, [64935] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2071), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [64948] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2453), 1, sym_identifier, ACTIONS(2455), 1, anon_sym_STAR, ACTIONS(2457), 1, anon_sym_STAR_STAR, STATE(1409), 4, sym_typevar_parameter, sym_typevartuple_parameter, sym_paramspec_parameter, sym__type_parameter, [64967] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2339), 1, anon_sym_COMMA, STATE(1288), 1, aux_sym_expression_list_repeat1, ACTIONS(2491), 2, sym__newline, anon_sym_SEMI, [64990] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, anon_sym_async, ACTIONS(2098), 1, anon_sym_for, ACTIONS(2493), 1, anon_sym_COMMA, ACTIONS(2495), 1, anon_sym_RBRACE, STATE(1106), 1, sym_for_in_clause, STATE(1479), 1, aux_sym_dictionary_repeat1, STATE(1714), 1, sym__comprehension_clauses, [65015] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2276), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [65028] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2136), 1, anon_sym_if, ACTIONS(2138), 1, anon_sym_and, ACTIONS(2140), 1, anon_sym_or, ACTIONS(2319), 4, anon_sym_COMMA, anon_sym_async, anon_sym_for, anon_sym_RBRACE, [65047] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2339), 1, anon_sym_COMMA, STATE(1288), 1, aux_sym_expression_list_repeat1, ACTIONS(2497), 2, sym__newline, anon_sym_SEMI, [65070] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2501), 1, anon_sym_as, ACTIONS(2499), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [65085] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2485), 1, anon_sym_COMMA, STATE(1390), 1, aux_sym_assert_statement_repeat1, ACTIONS(2503), 2, sym__newline, anon_sym_SEMI, [65108] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2505), 1, anon_sym_DOT, STATE(1242), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2075), 4, sym__newline, anon_sym_COMMA, anon_sym_as, anon_sym_SEMI, [65124] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2510), 1, anon_sym_COMMA, STATE(1249), 1, aux_sym_expression_list_repeat1, ACTIONS(2508), 4, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [65140] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2514), 1, anon_sym_COLON, ACTIONS(2512), 2, anon_sym_COMMA, anon_sym_RBRACK, [65160] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2516), 1, anon_sym_DOT, STATE(1262), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2518), 4, sym__newline, anon_sym_COMMA, anon_sym_as, anon_sym_SEMI, [65176] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2522), 1, anon_sym_COLON, ACTIONS(2520), 2, anon_sym_COMMA, anon_sym_RBRACK, [65196] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2524), 3, sym__newline, anon_sym_COMMA, anon_sym_SEMI, [65214] = 3, ACTIONS(2086), 1, sym_comment, ACTIONS(2526), 2, anon_sym_LBRACE2, anon_sym_BSLASH, ACTIONS(2528), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [65228] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2532), 1, anon_sym_COMMA, STATE(1249), 1, aux_sym_expression_list_repeat1, ACTIONS(2530), 4, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [65244] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2393), 1, anon_sym_COMMA, ACTIONS(2535), 1, anon_sym_COLON, STATE(1243), 1, aux_sym_expression_list_repeat1, [65266] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2106), 1, anon_sym_DOT, STATE(1256), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2518), 4, anon_sym_import, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, [65282] = 3, ACTIONS(2086), 1, sym_comment, ACTIONS(2537), 2, anon_sym_LBRACE2, anon_sym_BSLASH, ACTIONS(2539), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [65296] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2393), 1, anon_sym_COMMA, ACTIONS(2541), 1, anon_sym_COLON, STATE(1243), 1, aux_sym_expression_list_repeat1, [65318] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2545), 1, anon_sym_COLON, ACTIONS(2547), 1, anon_sym_EQ, STATE(1389), 1, sym__type_bound, STATE(1570), 1, sym__type_param_default, ACTIONS(2543), 2, anon_sym_COMMA, anon_sym_RBRACK, [65338] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2549), 3, sym__newline, anon_sym_COMMA, anon_sym_SEMI, [65356] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2106), 1, anon_sym_DOT, STATE(1039), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2551), 4, anon_sym_import, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, [65372] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2555), 1, anon_sym_AT, STATE(1257), 2, sym_decorator, aux_sym_decorated_definition_repeat1, ACTIONS(2553), 3, anon_sym_async, anon_sym_def, anon_sym_class, [65388] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2232), 1, anon_sym_RPAREN, ACTIONS(2234), 1, anon_sym_COMMA, STATE(1526), 1, aux_sym_argument_list_repeat1, [65410] = 3, ACTIONS(2086), 1, sym_comment, ACTIONS(2558), 2, anon_sym_LBRACE2, anon_sym_BSLASH, ACTIONS(2560), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [65424] = 3, ACTIONS(2086), 1, sym_comment, ACTIONS(2562), 2, anon_sym_LBRACE2, anon_sym_BSLASH, ACTIONS(2564), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [65438] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2566), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [65456] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2516), 1, anon_sym_DOT, STATE(1242), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2551), 4, sym__newline, anon_sym_COMMA, anon_sym_as, anon_sym_SEMI, [65472] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2110), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [65484] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2570), 1, anon_sym_COLON, ACTIONS(2568), 2, anon_sym_COMMA, anon_sym_RBRACK, [65504] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2393), 1, anon_sym_COMMA, ACTIONS(2572), 1, anon_sym_COLON, STATE(1243), 1, aux_sym_expression_list_repeat1, [65526] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2401), 1, anon_sym_if, ACTIONS(2405), 1, anon_sym_and, ACTIONS(2407), 1, anon_sym_or, ACTIONS(2574), 3, anon_sym_COMMA, anon_sym_as, anon_sym_COLON, [65544] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2576), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [65562] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2578), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_EQ, [65580] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2475), 1, anon_sym_DOT, ACTIONS(2580), 1, sym_identifier, STATE(1343), 1, aux_sym_import_prefix_repeat1, STATE(1462), 1, sym_import_prefix, STATE(1620), 2, sym_relative_import, sym_dotted_name, [65600] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2582), 1, anon_sym_COMMA, STATE(1270), 1, aux_sym_expression_list_repeat1, ACTIONS(2530), 4, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [65616] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2489), 3, sym__newline, anon_sym_EQ, anon_sym_SEMI, [65634] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2585), 1, anon_sym_COMMA, STATE(1270), 1, aux_sym_expression_list_repeat1, ACTIONS(2508), 4, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [65650] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2587), 1, anon_sym_COMMA, STATE(1249), 1, aux_sym_expression_list_repeat1, ACTIONS(2508), 4, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [65666] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2589), 1, anon_sym_COMMA, STATE(1270), 1, aux_sym_expression_list_repeat1, ACTIONS(2508), 4, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [65682] = 3, ACTIONS(2086), 1, sym_comment, ACTIONS(2591), 2, anon_sym_LBRACE2, anon_sym_BSLASH, ACTIONS(2593), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [65696] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2393), 1, anon_sym_COMMA, ACTIONS(2595), 1, anon_sym_COLON, STATE(1243), 1, aux_sym_expression_list_repeat1, [65718] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2393), 1, anon_sym_COMMA, ACTIONS(2597), 1, anon_sym_COLON, STATE(1243), 1, aux_sym_expression_list_repeat1, [65740] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2599), 3, sym__newline, anon_sym_COMMA, anon_sym_SEMI, [65758] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2393), 1, anon_sym_COMMA, ACTIONS(2601), 1, anon_sym_COLON, STATE(1243), 1, aux_sym_expression_list_repeat1, [65780] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2605), 1, anon_sym_COMMA, STATE(1280), 1, aux_sym_open_sequence_match_pattern_repeat1, ACTIONS(2603), 4, anon_sym_RPAREN, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, [65796] = 3, ACTIONS(2086), 1, sym_comment, ACTIONS(2608), 2, anon_sym_LBRACE2, anon_sym_BSLASH, ACTIONS(2610), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [65810] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2612), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [65822] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2614), 2, anon_sym_COMMA, anon_sym_RBRACK, [65839] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2616), 2, sym__newline, anon_sym_SEMI, [65856] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2618), 1, anon_sym_LPAREN, ACTIONS(2620), 1, anon_sym_COLON, ACTIONS(2622), 1, anon_sym_LBRACK, STATE(1520), 1, sym_type_parameters, STATE(1701), 1, sym_argument_list, [65875] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2624), 1, anon_sym_COMMA, STATE(1299), 1, aux_sym_expression_list_repeat1, ACTIONS(2508), 3, sym__newline, anon_sym_from, anon_sym_SEMI, [65890] = 6, ACTIONS(2086), 1, sym_comment, ACTIONS(2626), 1, anon_sym_RBRACE, ACTIONS(2628), 1, anon_sym_LBRACE2, ACTIONS(2630), 1, aux_sym_format_specifier_token1, STATE(1315), 1, aux_sym_format_specifier_repeat1, STATE(1499), 1, sym_interpolation, [65909] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2632), 1, anon_sym_COMMA, STATE(1299), 1, aux_sym_expression_list_repeat1, ACTIONS(2508), 3, sym__newline, anon_sym_from, anon_sym_SEMI, [65924] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2634), 1, anon_sym_RBRACE, ACTIONS(2636), 1, anon_sym_EQ, ACTIONS(2638), 1, anon_sym_COLON2, ACTIONS(2640), 1, sym_type_conversion, STATE(1677), 1, sym_format_specifier, [65943] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2642), 1, anon_sym_COMMA, ACTIONS(2644), 1, anon_sym_as, STATE(1336), 1, aux_sym__import_list_repeat1, ACTIONS(2646), 2, sym__newline, anon_sym_SEMI, [65960] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2311), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [65971] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2483), 2, anon_sym_COMMA, anon_sym_RBRACE, [65988] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2075), 5, sym__newline, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_SEMI, [65999] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, STATE(1309), 1, aux_sym__collection_elements_repeat1, ACTIONS(2100), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, [66014] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2648), 2, sym__newline, anon_sym_SEMI, [66031] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2638), 1, anon_sym_COLON2, ACTIONS(2650), 1, anon_sym_RBRACE, ACTIONS(2652), 1, anon_sym_EQ, ACTIONS(2654), 1, sym_type_conversion, STATE(1651), 1, sym_format_specifier, [66050] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2656), 2, anon_sym_RPAREN, anon_sym_COMMA, [66067] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2658), 2, anon_sym_RPAREN, anon_sym_COMMA, [66084] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2660), 1, anon_sym_COMMA, STATE(1299), 1, aux_sym_expression_list_repeat1, ACTIONS(2530), 3, sym__newline, anon_sym_from, anon_sym_SEMI, [66099] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2413), 1, sym_identifier, STATE(1329), 1, sym_dotted_name, STATE(1428), 1, sym_aliased_import, ACTIONS(2663), 2, sym__newline, anon_sym_SEMI, [66116] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2311), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON2, sym_type_conversion, [66127] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2413), 1, sym_identifier, STATE(1329), 1, sym_dotted_name, STATE(1428), 1, sym_aliased_import, ACTIONS(2665), 2, sym__newline, anon_sym_SEMI, [66144] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2667), 2, anon_sym_COMMA, anon_sym_RBRACK, [66161] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2413), 1, sym_identifier, STATE(1329), 1, sym_dotted_name, STATE(1428), 1, sym_aliased_import, ACTIONS(2663), 2, sym__newline, anon_sym_SEMI, [66178] = 6, ACTIONS(2086), 1, sym_comment, ACTIONS(2669), 1, anon_sym_RBRACE, ACTIONS(2671), 1, anon_sym_LBRACE2, ACTIONS(2674), 1, aux_sym_format_specifier_token1, STATE(1305), 1, aux_sym_format_specifier_repeat1, STATE(1499), 1, sym_interpolation, [66197] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2413), 1, sym_identifier, ACTIONS(2677), 1, anon_sym_LPAREN, STATE(1290), 1, sym_dotted_name, STATE(1327), 1, sym_aliased_import, STATE(1565), 1, sym__import_list, [66216] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2603), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, [66227] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2681), 1, anon_sym_COMMA, STATE(1311), 1, aux_sym__collection_elements_repeat1, ACTIONS(2679), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, [66242] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2683), 1, anon_sym_COMMA, STATE(1311), 1, aux_sym__collection_elements_repeat1, ACTIONS(2679), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, [66257] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2685), 1, anon_sym_COMMA, STATE(1311), 1, aux_sym__collection_elements_repeat1, ACTIONS(2679), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, [66272] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2689), 1, anon_sym_COMMA, STATE(1311), 1, aux_sym__collection_elements_repeat1, ACTIONS(2687), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, [66287] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2692), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, [66298] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2694), 2, sym__newline, anon_sym_SEMI, [66315] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2618), 1, anon_sym_LPAREN, ACTIONS(2622), 1, anon_sym_LBRACK, ACTIONS(2696), 1, anon_sym_COLON, STATE(1491), 1, sym_type_parameters, STATE(1626), 1, sym_argument_list, [66334] = 6, ACTIONS(2086), 1, sym_comment, ACTIONS(2628), 1, anon_sym_LBRACE2, ACTIONS(2698), 1, anon_sym_RBRACE, ACTIONS(2700), 1, aux_sym_format_specifier_token1, STATE(1305), 1, aux_sym_format_specifier_repeat1, STATE(1499), 1, sym_interpolation, [66353] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2451), 2, sym__newline, anon_sym_SEMI, [66370] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2702), 2, anon_sym_COMMA, anon_sym_RBRACK, [66387] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2704), 2, anon_sym_COMMA, anon_sym_RBRACK, [66404] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2706), 2, sym__newline, anon_sym_SEMI, [66421] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2708), 2, anon_sym_COMMA, anon_sym_RBRACK, [66438] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2710), 2, anon_sym_RPAREN, anon_sym_COMMA, [66455] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2712), 1, anon_sym_SEMI, ACTIONS(2715), 1, sym__newline, STATE(133), 1, sym__semicolon, STATE(1322), 1, aux_sym__simple_statements_repeat1, [66471] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2717), 1, anon_sym_COMMA, STATE(1404), 1, aux_sym_print_statement_repeat1, ACTIONS(2719), 2, sym__newline, anon_sym_SEMI, [66485] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2721), 1, anon_sym_case, STATE(593), 1, sym_cases, STATE(461), 2, sym_case_block, aux_sym_cases_repeat1, [66499] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2723), 1, anon_sym_COLON, [66515] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2284), 1, anon_sym_and, ACTIONS(2286), 1, anon_sym_or, ACTIONS(2299), 1, anon_sym_if, ACTIONS(2725), 1, sym__newline, [66531] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2642), 1, anon_sym_COMMA, STATE(1335), 1, aux_sym__import_list_repeat1, ACTIONS(2646), 2, sym__newline, anon_sym_SEMI, [66545] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(567), 1, sym__newline, ACTIONS(2727), 1, anon_sym_SEMI, STATE(128), 1, sym__semicolon, STATE(1322), 1, aux_sym__simple_statements_repeat1, [66561] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2644), 1, anon_sym_as, ACTIONS(2729), 3, sym__newline, anon_sym_COMMA, anon_sym_SEMI, [66573] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2638), 1, anon_sym_COLON2, ACTIONS(2731), 1, anon_sym_RBRACE, ACTIONS(2733), 1, sym_type_conversion, STATE(1646), 1, sym_format_specifier, [66589] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2735), 1, anon_sym_COLON, [66605] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2737), 1, anon_sym_COMMA, STATE(1332), 1, aux_sym_global_statement_repeat1, ACTIONS(2740), 2, sym__newline, anon_sym_SEMI, [66619] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2744), 1, anon_sym_EQ, ACTIONS(2742), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [66631] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2746), 1, anon_sym_case, STATE(545), 1, sym_cases, STATE(440), 2, sym_case_block, aux_sym_cases_repeat1, [66645] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2748), 1, anon_sym_COMMA, STATE(1339), 1, aux_sym__import_list_repeat1, ACTIONS(2750), 2, sym__newline, anon_sym_SEMI, [66659] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2752), 1, anon_sym_COMMA, STATE(1339), 1, aux_sym__import_list_repeat1, ACTIONS(2750), 2, sym__newline, anon_sym_SEMI, [66673] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2580), 1, sym_identifier, ACTIONS(2663), 1, anon_sym_RPAREN, STATE(1438), 1, sym_dotted_name, STATE(1600), 1, sym_aliased_import, [66689] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2580), 1, sym_identifier, ACTIONS(2663), 1, anon_sym_RPAREN, STATE(1438), 1, sym_dotted_name, STATE(1600), 1, sym_aliased_import, [66705] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2754), 1, anon_sym_COMMA, STATE(1339), 1, aux_sym__import_list_repeat1, ACTIONS(2757), 2, sym__newline, anon_sym_SEMI, [66719] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2746), 1, anon_sym_case, STATE(546), 1, sym_cases, STATE(440), 2, sym_case_block, aux_sym_cases_repeat1, [66733] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2580), 1, sym_identifier, STATE(1362), 1, sym_dotted_name, STATE(1467), 1, sym_aliased_import, STATE(1670), 1, sym__import_list, [66749] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2580), 1, sym_identifier, STATE(1362), 1, sym_dotted_name, STATE(1467), 1, sym_aliased_import, STATE(1671), 1, sym__import_list, [66765] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2761), 1, anon_sym_DOT, STATE(1352), 1, aux_sym_import_prefix_repeat1, ACTIONS(2759), 2, anon_sym_import, sym_identifier, [66779] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2763), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, [66789] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2765), 1, anon_sym_SEMI, ACTIONS(2767), 1, sym__newline, STATE(129), 1, sym__semicolon, STATE(1351), 1, aux_sym__simple_statements_repeat1, [66805] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2769), 1, anon_sym_SEMI, ACTIONS(2771), 1, sym__newline, STATE(127), 1, sym__semicolon, STATE(1399), 1, aux_sym__simple_statements_repeat1, [66821] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2773), 1, anon_sym_else, [66837] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2775), 1, anon_sym_COMMA, STATE(1348), 1, aux_sym_exception_list_repeat1, ACTIONS(2778), 2, anon_sym_as, anon_sym_COLON, [66851] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2780), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, [66861] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2782), 1, anon_sym_COLON, [66877] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(565), 1, sym__newline, ACTIONS(2784), 1, anon_sym_SEMI, STATE(131), 1, sym__semicolon, STATE(1322), 1, aux_sym__simple_statements_repeat1, [66893] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2788), 1, anon_sym_DOT, STATE(1352), 1, aux_sym_import_prefix_repeat1, ACTIONS(2786), 2, anon_sym_import, sym_identifier, [66907] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2791), 1, anon_sym_else, [66923] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2411), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, [66933] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2795), 1, anon_sym_COMMA, STATE(1360), 1, aux_sym__patterns_repeat1, ACTIONS(2793), 2, anon_sym_RPAREN, anon_sym_RBRACK, [66947] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2638), 1, anon_sym_COLON2, ACTIONS(2797), 1, anon_sym_RBRACE, ACTIONS(2799), 1, sym_type_conversion, STATE(1741), 1, sym_format_specifier, [66963] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2413), 1, sym_identifier, STATE(1290), 1, sym_dotted_name, STATE(1327), 1, sym_aliased_import, STATE(1552), 1, sym__import_list, [66979] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2489), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, [66989] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2801), 1, anon_sym_COLON, [67005] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2805), 1, anon_sym_COMMA, STATE(1000), 1, aux_sym__patterns_repeat1, ACTIONS(2803), 2, anon_sym_RPAREN, anon_sym_RBRACK, [67019] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2807), 1, anon_sym_else, [67035] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2646), 1, anon_sym_RPAREN, ACTIONS(2809), 1, anon_sym_COMMA, ACTIONS(2811), 1, anon_sym_as, STATE(1415), 1, aux_sym__import_list_repeat1, [67051] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2813), 1, anon_sym_COLON, [67067] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2397), 1, anon_sym_COMMA, STATE(1348), 1, aux_sym_exception_list_repeat1, ACTIONS(2815), 2, anon_sym_as, anon_sym_COLON, [67081] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2817), 1, anon_sym_else, [67097] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2819), 1, anon_sym_COMMA, STATE(1394), 1, aux_sym_global_statement_repeat1, ACTIONS(2821), 2, sym__newline, anon_sym_SEMI, [67111] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2823), 1, anon_sym_else, [67127] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2825), 1, anon_sym_COMMA, STATE(1368), 1, aux_sym_print_statement_repeat1, ACTIONS(2828), 2, sym__newline, anon_sym_SEMI, [67141] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(315), 1, sym__string_start, ACTIONS(2112), 1, anon_sym_COLON, STATE(690), 2, sym_string, aux_sym_concatenated_string_repeat1, [67155] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2830), 1, anon_sym_COLON, [67171] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2832), 1, anon_sym_COLON, [67187] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2834), 1, anon_sym_COMMA, STATE(1372), 1, aux_sym_assert_statement_repeat1, ACTIONS(2549), 2, sym__newline, anon_sym_SEMI, [67201] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(317), 1, sym__template_string_start, ACTIONS(2112), 1, anon_sym_COLON, STATE(693), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, [67215] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2547), 1, anon_sym_EQ, STATE(1562), 1, sym__type_param_default, ACTIONS(2837), 2, anon_sym_COMMA, anon_sym_RBRACK, [67229] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2721), 1, anon_sym_case, STATE(558), 1, sym_cases, STATE(461), 2, sym_case_block, aux_sym_cases_repeat1, [67243] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2839), 1, anon_sym_COLON, [67259] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2841), 1, anon_sym_COLON, [67275] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2843), 1, anon_sym_COLON, [67291] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2547), 1, anon_sym_EQ, STATE(1563), 1, sym__type_param_default, ACTIONS(2845), 2, anon_sym_COMMA, anon_sym_RBRACK, [67305] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2847), 1, anon_sym_COMMA, STATE(1368), 1, aux_sym_print_statement_repeat1, ACTIONS(2849), 2, sym__newline, anon_sym_SEMI, [67319] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2580), 1, sym_identifier, STATE(1362), 1, sym_dotted_name, STATE(1467), 1, sym_aliased_import, STATE(1625), 1, sym__import_list, [67335] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2851), 1, anon_sym_COMMA, STATE(1280), 1, aux_sym_open_sequence_match_pattern_repeat1, ACTIONS(1902), 2, anon_sym_if, anon_sym_COLON, [67349] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2855), 1, anon_sym_COLON, ACTIONS(2857), 1, anon_sym_EQ, ACTIONS(2853), 2, anon_sym_RPAREN, anon_sym_COMMA, [67363] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2580), 1, sym_identifier, ACTIONS(2665), 1, anon_sym_RPAREN, STATE(1438), 1, sym_dotted_name, STATE(1600), 1, sym_aliased_import, [67379] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2413), 1, sym_identifier, STATE(1290), 1, sym_dotted_name, STATE(1327), 1, sym_aliased_import, STATE(1596), 1, sym__import_list, [67395] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2859), 1, anon_sym_COLON, [67411] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2861), 1, anon_sym_else, [67427] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2819), 1, anon_sym_COMMA, STATE(1332), 1, aux_sym_global_statement_repeat1, ACTIONS(2863), 2, sym__newline, anon_sym_SEMI, [67441] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2547), 1, anon_sym_EQ, STATE(1575), 1, sym__type_param_default, ACTIONS(2865), 2, anon_sym_COMMA, anon_sym_RBRACK, [67455] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2485), 1, anon_sym_COMMA, STATE(1372), 1, aux_sym_assert_statement_repeat1, ACTIONS(2867), 2, sym__newline, anon_sym_SEMI, [67469] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2869), 4, anon_sym_async, anon_sym_def, anon_sym_class, anon_sym_AT, [67479] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2819), 1, anon_sym_COMMA, STATE(1388), 1, aux_sym_global_statement_repeat1, ACTIONS(2871), 2, sym__newline, anon_sym_SEMI, [67493] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2311), 4, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_SEMI, [67503] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2819), 1, anon_sym_COMMA, STATE(1332), 1, aux_sym_global_statement_repeat1, ACTIONS(2873), 2, sym__newline, anon_sym_SEMI, [67517] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2182), 1, anon_sym_and, ACTIONS(2184), 1, anon_sym_or, ACTIONS(2198), 1, anon_sym_if, ACTIONS(2875), 1, anon_sym_COLON, [67533] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2622), 1, anon_sym_LBRACK, ACTIONS(2877), 1, anon_sym_LPAREN, STATE(1574), 1, sym_type_parameters, STATE(1612), 1, sym_parameters, [67549] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2622), 1, anon_sym_LBRACK, ACTIONS(2877), 1, anon_sym_LPAREN, STATE(1538), 1, sym_parameters, STATE(1597), 1, sym_type_parameters, [67565] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2622), 1, anon_sym_LBRACK, ACTIONS(2877), 1, anon_sym_LPAREN, STATE(1541), 1, sym_parameters, STATE(1599), 1, sym_type_parameters, [67581] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(561), 1, sym__newline, ACTIONS(2879), 1, anon_sym_SEMI, STATE(132), 1, sym__semicolon, STATE(1322), 1, aux_sym__simple_statements_repeat1, [67597] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2883), 1, anon_sym_COMMA, STATE(1400), 1, aux_sym_with_clause_repeat1, ACTIONS(2881), 2, anon_sym_RPAREN, anon_sym_COLON, [67611] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2485), 1, anon_sym_COMMA, STATE(1372), 1, aux_sym_assert_statement_repeat1, ACTIONS(2886), 2, sym__newline, anon_sym_SEMI, [67625] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2888), 1, anon_sym_SEMI, ACTIONS(2890), 1, sym__newline, STATE(130), 1, sym__semicolon, STATE(1328), 1, aux_sym__simple_statements_repeat1, [67641] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2622), 1, anon_sym_LBRACK, ACTIONS(2877), 1, anon_sym_LPAREN, STATE(1548), 1, sym_parameters, STATE(1572), 1, sym_type_parameters, [67657] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2892), 1, anon_sym_COMMA, STATE(1368), 1, aux_sym_print_statement_repeat1, ACTIONS(2894), 2, sym__newline, anon_sym_SEMI, [67671] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2031), 1, anon_sym_COMMA, ACTIONS(2896), 1, anon_sym_in, STATE(1018), 1, aux_sym__patterns_repeat1, [67684] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2898), 1, anon_sym_COMMA, ACTIONS(2900), 1, anon_sym_COLON, STATE(1481), 1, aux_sym__parameters_repeat1, [67697] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2902), 1, anon_sym_if, ACTIONS(2904), 1, anon_sym_COLON, STATE(1661), 1, sym_guard, [67710] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2906), 1, anon_sym_COMMA, ACTIONS(2908), 2, anon_sym_if, anon_sym_COLON, [67721] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2910), 1, anon_sym_COMMA, ACTIONS(2912), 1, anon_sym_RBRACK, STATE(1418), 1, aux_sym_type_parameters_repeat1, [67734] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2853), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [67743] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2914), 1, anon_sym_in, ACTIONS(2916), 2, sym__newline, anon_sym_SEMI, [67754] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2918), 1, anon_sym_RPAREN, ACTIONS(2920), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [67767] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2922), 1, anon_sym_RPAREN, ACTIONS(2924), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [67780] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2750), 1, anon_sym_RPAREN, ACTIONS(2926), 1, anon_sym_COMMA, STATE(1440), 1, aux_sym__import_list_repeat1, [67793] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2750), 1, anon_sym_RPAREN, ACTIONS(2928), 1, anon_sym_COMMA, STATE(1440), 1, aux_sym__import_list_repeat1, [67806] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2622), 1, anon_sym_LBRACK, ACTIONS(2930), 1, anon_sym_EQ, STATE(1738), 1, sym_type_parameters, [67819] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2932), 3, anon_sym_LPAREN, anon_sym_COLON, anon_sym_EQ, [67828] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2910), 1, anon_sym_COMMA, ACTIONS(2934), 1, anon_sym_RBRACK, STATE(1511), 1, aux_sym_type_parameters_repeat1, [67841] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2936), 1, sym_identifier, ACTIONS(2938), 1, anon_sym_RPAREN, STATE(1592), 1, sym_match_keyword_pattern, [67854] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2938), 1, anon_sym_RPAREN, ACTIONS(2940), 1, anon_sym_COMMA, STATE(1444), 1, aux_sym_match_class_pattern_repeat2, [67867] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2938), 1, anon_sym_RPAREN, ACTIONS(2940), 1, anon_sym_COMMA, STATE(1429), 1, aux_sym_match_class_pattern_repeat2, [67880] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1340), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [67889] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1997), 1, anon_sym_RBRACE, ACTIONS(2942), 1, anon_sym_COMMA, STATE(1477), 1, aux_sym_match_mapping_pattern_repeat1, [67902] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1916), 1, anon_sym_RPAREN, ACTIONS(2944), 1, anon_sym_COMMA, STATE(1420), 1, aux_sym_match_class_pattern_repeat2, [67915] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2740), 3, sym__newline, anon_sym_COMMA, anon_sym_SEMI, [67924] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2936), 1, sym_identifier, ACTIONS(2946), 1, anon_sym_RPAREN, STATE(1592), 1, sym_match_keyword_pattern, [67937] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2948), 1, anon_sym_RPAREN, ACTIONS(2950), 1, anon_sym_COMMA, STATE(1427), 1, aux_sym_match_class_pattern_repeat1, [67950] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2729), 3, sym__newline, anon_sym_COMMA, anon_sym_SEMI, [67959] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2946), 1, anon_sym_RPAREN, ACTIONS(2953), 1, anon_sym_COMMA, STATE(1444), 1, aux_sym_match_class_pattern_repeat2, [67972] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2955), 1, anon_sym_RPAREN, ACTIONS(2957), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [67985] = 3, ACTIONS(2086), 1, sym_comment, ACTIONS(2608), 1, anon_sym_RBRACE, ACTIONS(2610), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [67996] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2220), 1, anon_sym_RPAREN, STATE(1471), 1, aux_sym__collection_elements_repeat1, [68009] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2936), 1, sym_identifier, ACTIONS(2960), 1, anon_sym_RPAREN, STATE(1592), 1, sym_match_keyword_pattern, [68022] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2962), 1, anon_sym_RPAREN, ACTIONS(2964), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [68035] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2638), 1, anon_sym_COLON2, ACTIONS(2731), 1, anon_sym_RBRACE, STATE(1646), 1, sym_format_specifier, [68048] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2966), 1, anon_sym_EQ, ACTIONS(2968), 2, sym__newline, anon_sym_SEMI, [68059] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2970), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [68068] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2811), 1, anon_sym_as, ACTIONS(2729), 2, anon_sym_RPAREN, anon_sym_COMMA, [68079] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1916), 1, anon_sym_RPAREN, ACTIONS(2936), 1, sym_identifier, STATE(1592), 1, sym_match_keyword_pattern, [68092] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2757), 1, anon_sym_RPAREN, ACTIONS(2972), 1, anon_sym_COMMA, STATE(1440), 1, aux_sym__import_list_repeat1, [68105] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2975), 1, anon_sym_RPAREN, ACTIONS(2977), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [68118] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2979), 3, sym__newline, anon_sym_COMMA, anon_sym_SEMI, [68127] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2981), 1, anon_sym_COMMA, ACTIONS(2984), 1, anon_sym_RBRACK, STATE(1443), 1, aux_sym_index_expression_list_repeat1, [68140] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2986), 1, anon_sym_RPAREN, ACTIONS(2988), 1, anon_sym_COMMA, STATE(1444), 1, aux_sym_match_class_pattern_repeat2, [68153] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2900), 1, anon_sym_RPAREN, ACTIONS(2991), 1, anon_sym_COMMA, STATE(1483), 1, aux_sym__parameters_repeat1, [68166] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2337), 1, anon_sym_from, ACTIONS(2341), 2, sym__newline, anon_sym_SEMI, [68177] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2129), 1, anon_sym_RPAREN, STATE(1471), 1, aux_sym__collection_elements_repeat1, [68190] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2993), 1, anon_sym_COMMA, ACTIONS(2996), 1, anon_sym_RBRACE, STATE(1448), 1, aux_sym_dictionary_repeat1, [68203] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2998), 1, anon_sym_COMMA, ACTIONS(3000), 1, anon_sym_RBRACE, STATE(1448), 1, aux_sym_dictionary_repeat1, [68216] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3002), 1, anon_sym_COMMA, ACTIONS(3004), 1, anon_sym_RBRACE, STATE(1448), 1, aux_sym_dictionary_repeat1, [68229] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2106), 1, anon_sym_DOT, ACTIONS(2170), 1, anon_sym_COLON, STATE(1039), 1, aux_sym_match_value_pattern_repeat1, [68242] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2228), 1, anon_sym_RPAREN, ACTIONS(2230), 1, anon_sym_COMMA, STATE(1457), 1, aux_sym_argument_list_repeat1, [68255] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3006), 1, anon_sym_RPAREN, ACTIONS(3008), 1, anon_sym_COMMA, STATE(1458), 1, aux_sym_argument_list_repeat1, [68268] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3010), 1, anon_sym_COMMA, ACTIONS(3012), 1, anon_sym_RBRACK, STATE(1460), 1, aux_sym_index_expression_list_repeat1, [68281] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(3014), 1, anon_sym_RPAREN, STATE(1309), 1, aux_sym__collection_elements_repeat1, [68294] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3016), 1, anon_sym_RPAREN, ACTIONS(3018), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [68307] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3020), 1, anon_sym_RPAREN, ACTIONS(3022), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [68320] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3024), 1, anon_sym_RPAREN, ACTIONS(3026), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [68333] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3028), 1, anon_sym_RPAREN, ACTIONS(3030), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [68346] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3032), 1, anon_sym_COMMA, ACTIONS(3034), 1, anon_sym_RBRACK, STATE(1443), 1, aux_sym_index_expression_list_repeat1, [68359] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2180), 1, anon_sym_RPAREN, STATE(1471), 1, aux_sym__collection_elements_repeat1, [68372] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, sym_identifier, ACTIONS(3036), 1, anon_sym_import, STATE(1709), 1, sym_dotted_name, [68385] = 3, ACTIONS(2086), 1, sym_comment, ACTIONS(2558), 1, anon_sym_RBRACE, ACTIONS(2560), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [68396] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2090), 1, anon_sym_COMMA, ACTIONS(2218), 1, anon_sym_RPAREN, STATE(1471), 1, aux_sym__collection_elements_repeat1, [68409] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2580), 1, sym_identifier, STATE(1438), 1, sym_dotted_name, STATE(1600), 1, sym_aliased_import, [68422] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3038), 1, anon_sym_COMMA, ACTIONS(3040), 1, anon_sym_RBRACE, STATE(1448), 1, aux_sym_dictionary_repeat1, [68435] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2646), 1, anon_sym_RPAREN, ACTIONS(2809), 1, anon_sym_COMMA, STATE(1414), 1, aux_sym__import_list_repeat1, [68448] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2232), 1, anon_sym_RPAREN, ACTIONS(2234), 1, anon_sym_COMMA, STATE(1521), 1, aux_sym_argument_list_repeat1, [68461] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3042), 1, anon_sym_RPAREN, ACTIONS(3044), 1, anon_sym_COMMA, STATE(1475), 1, aux_sym_argument_list_repeat1, [68474] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3010), 1, anon_sym_COMMA, ACTIONS(3046), 1, anon_sym_RBRACK, STATE(1460), 1, aux_sym_index_expression_list_repeat1, [68487] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2679), 1, anon_sym_RPAREN, ACTIONS(3048), 1, anon_sym_COMMA, STATE(1311), 1, aux_sym__collection_elements_repeat1, [68500] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3050), 1, anon_sym_RPAREN, ACTIONS(3052), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [68513] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3054), 1, anon_sym_RPAREN, ACTIONS(3056), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [68526] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 1, anon_sym_COMMA, ACTIONS(3060), 1, anon_sym_COLON, STATE(1400), 1, aux_sym_with_clause_repeat1, [68539] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3062), 1, anon_sym_RPAREN, ACTIONS(3064), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [68552] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3066), 1, anon_sym_RPAREN, ACTIONS(3068), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [68565] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3070), 1, anon_sym_COMMA, ACTIONS(3073), 1, anon_sym_RBRACE, STATE(1477), 1, aux_sym_match_mapping_pattern_repeat1, [68578] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 1, anon_sym_COMMA, ACTIONS(3075), 1, anon_sym_COLON, STATE(1474), 1, aux_sym_with_clause_repeat1, [68591] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3077), 1, anon_sym_COMMA, ACTIONS(3079), 1, anon_sym_RBRACE, STATE(1448), 1, aux_sym_dictionary_repeat1, [68604] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1910), 1, anon_sym_RPAREN, ACTIONS(3081), 1, anon_sym_COMMA, STATE(1280), 1, aux_sym_open_sequence_match_pattern_repeat1, [68617] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2067), 1, anon_sym_COLON, ACTIONS(3083), 1, anon_sym_COMMA, STATE(1487), 1, aux_sym__parameters_repeat1, [68630] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2194), 1, anon_sym_RPAREN, ACTIONS(2196), 1, anon_sym_COMMA, STATE(1473), 1, aux_sym_argument_list_repeat1, [68643] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2067), 1, anon_sym_RPAREN, ACTIONS(3085), 1, anon_sym_COMMA, STATE(1519), 1, aux_sym__parameters_repeat1, [68656] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3087), 1, anon_sym_RPAREN, ACTIONS(3089), 1, anon_sym_COMMA, STATE(1513), 1, aux_sym_with_clause_repeat1, [68669] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1546), 3, sym__newline, anon_sym_in, anon_sym_SEMI, [68678] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2222), 1, anon_sym_RPAREN, ACTIONS(2224), 1, anon_sym_COMMA, STATE(1413), 1, aux_sym_argument_list_repeat1, [68691] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2970), 1, anon_sym_COLON, ACTIONS(3091), 1, anon_sym_COMMA, STATE(1487), 1, aux_sym__parameters_repeat1, [68704] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3094), 1, anon_sym_RPAREN, ACTIONS(3096), 1, anon_sym_COMMA, STATE(1500), 1, aux_sym_match_class_pattern_repeat1, [68717] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3098), 1, anon_sym_COMMA, ACTIONS(3100), 1, anon_sym_RBRACK, STATE(1528), 1, aux_sym_open_sequence_match_pattern_repeat1, [68730] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3102), 1, anon_sym_RPAREN, ACTIONS(3104), 1, anon_sym_COMMA, STATE(1434), 1, aux_sym_argument_list_repeat1, [68743] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2618), 1, anon_sym_LPAREN, ACTIONS(3106), 1, anon_sym_COLON, STATE(1634), 1, sym_argument_list, [68756] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2638), 1, anon_sym_COLON2, ACTIONS(3108), 1, anon_sym_RBRACE, STATE(1621), 1, sym_format_specifier, [68769] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3094), 1, anon_sym_RPAREN, ACTIONS(3110), 1, anon_sym_COMMA, STATE(1506), 1, aux_sym_match_class_pattern_repeat2, [68782] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2742), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [68791] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2902), 1, anon_sym_if, ACTIONS(3112), 1, anon_sym_COLON, STATE(1647), 1, sym_guard, [68804] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2232), 1, anon_sym_RPAREN, ACTIONS(2234), 1, anon_sym_COMMA, STATE(1523), 1, aux_sym_argument_list_repeat1, [68817] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3114), 1, anon_sym_RPAREN, ACTIONS(3116), 1, anon_sym_COMMA, STATE(1525), 1, aux_sym_argument_list_repeat1, [68830] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3118), 1, anon_sym_COMMA, ACTIONS(3120), 1, anon_sym_RBRACE, STATE(1423), 1, aux_sym_match_mapping_pattern_repeat1, [68843] = 3, ACTIONS(2086), 1, sym_comment, ACTIONS(3122), 1, anon_sym_RBRACE, ACTIONS(3124), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [68854] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1914), 1, anon_sym_RPAREN, ACTIONS(3126), 1, anon_sym_COMMA, STATE(1427), 1, aux_sym_match_class_pattern_repeat1, [68867] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3010), 1, anon_sym_COMMA, ACTIONS(3128), 1, anon_sym_RBRACK, STATE(1460), 1, aux_sym_index_expression_list_repeat1, [68880] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2638), 1, anon_sym_COLON2, ACTIONS(2797), 1, anon_sym_RBRACE, STATE(1741), 1, sym_format_specifier, [68893] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2413), 1, sym_identifier, STATE(1329), 1, sym_dotted_name, STATE(1428), 1, sym_aliased_import, [68906] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2031), 1, anon_sym_COMMA, ACTIONS(3130), 1, anon_sym_in, STATE(1018), 1, aux_sym__patterns_repeat1, [68919] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1914), 1, anon_sym_RPAREN, ACTIONS(2936), 1, sym_identifier, STATE(1592), 1, sym_match_keyword_pattern, [68932] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1914), 1, anon_sym_RPAREN, ACTIONS(3132), 1, anon_sym_COMMA, STATE(1444), 1, aux_sym_match_class_pattern_repeat2, [68945] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3134), 1, anon_sym_COLON, ACTIONS(2853), 2, anon_sym_RPAREN, anon_sym_COMMA, [68956] = 3, ACTIONS(2086), 1, sym_comment, ACTIONS(2562), 1, anon_sym_RBRACE, ACTIONS(2564), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [68967] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1550), 3, sym__newline, anon_sym_in, anon_sym_SEMI, [68976] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3136), 3, anon_sym_LPAREN, anon_sym_COLON, anon_sym_EQ, [68985] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3138), 1, anon_sym_COMMA, ACTIONS(3141), 1, anon_sym_RBRACK, STATE(1511), 1, aux_sym_type_parameters_repeat1, [68998] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3143), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [69007] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1018), 1, anon_sym_RPAREN, ACTIONS(3145), 1, anon_sym_COMMA, STATE(1400), 1, aux_sym_with_clause_repeat1, [69020] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3147), 1, sym_identifier, ACTIONS(3149), 1, sym_match_wildcard_pattern, STATE(1312), 1, sym_match_capture_pattern, [69033] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2031), 1, anon_sym_COMMA, ACTIONS(3151), 1, anon_sym_in, STATE(1018), 1, aux_sym__patterns_repeat1, [69046] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2857), 1, anon_sym_EQ, ACTIONS(2853), 2, anon_sym_COMMA, anon_sym_COLON, [69057] = 3, ACTIONS(2086), 1, sym_comment, ACTIONS(2591), 1, anon_sym_RBRACE, ACTIONS(2593), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [69068] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3010), 1, anon_sym_COMMA, ACTIONS(3153), 1, anon_sym_RBRACK, STATE(1460), 1, aux_sym_index_expression_list_repeat1, [69081] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2970), 1, anon_sym_RPAREN, ACTIONS(3155), 1, anon_sym_COMMA, STATE(1519), 1, aux_sym__parameters_repeat1, [69094] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2618), 1, anon_sym_LPAREN, ACTIONS(3158), 1, anon_sym_COLON, STATE(1663), 1, sym_argument_list, [69107] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3160), 1, anon_sym_RPAREN, ACTIONS(3162), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [69120] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2881), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [69129] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3164), 1, anon_sym_RPAREN, ACTIONS(3166), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [69142] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3168), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [69151] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3170), 1, anon_sym_RPAREN, ACTIONS(3172), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [69164] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3174), 1, anon_sym_RPAREN, ACTIONS(3176), 1, anon_sym_COMMA, STATE(1430), 1, aux_sym_argument_list_repeat1, [69177] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2638), 1, anon_sym_COLON2, ACTIONS(3178), 1, anon_sym_RBRACE, STATE(1656), 1, sym_format_specifier, [69190] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1910), 1, anon_sym_RBRACK, ACTIONS(3180), 1, anon_sym_COMMA, STATE(1280), 1, aux_sym_open_sequence_match_pattern_repeat1, [69203] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2489), 3, sym__newline, anon_sym_EQ, anon_sym_SEMI, [69212] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2031), 1, anon_sym_COMMA, ACTIONS(3182), 1, anon_sym_in, STATE(1018), 1, aux_sym__patterns_repeat1, [69225] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2031), 1, anon_sym_COMMA, ACTIONS(3184), 1, anon_sym_in, STATE(1018), 1, aux_sym__patterns_repeat1, [69238] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2031), 1, anon_sym_COMMA, ACTIONS(3186), 1, anon_sym_in, STATE(1018), 1, aux_sym__patterns_repeat1, [69251] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1088), 2, anon_sym_except, anon_sym_finally, [69259] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3188), 2, anon_sym_RPAREN, anon_sym_COMMA, [69267] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3190), 2, anon_sym_COMMA, anon_sym_RBRACK, [69275] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3192), 2, anon_sym_COLON, anon_sym_DASH_GT, [69283] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3194), 1, sym_identifier, STATE(1609), 1, sym_match_capture_pattern, [69293] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3196), 1, anon_sym_COLON, ACTIONS(3198), 1, anon_sym_DASH_GT, [69303] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2710), 2, anon_sym_RPAREN, anon_sym_COMMA, [69311] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3200), 2, anon_sym_RPAREN, anon_sym_COMMA, [69319] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3202), 1, anon_sym_COLON, ACTIONS(3204), 1, anon_sym_DASH_GT, [69329] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2979), 2, anon_sym_RPAREN, anon_sym_COMMA, [69337] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2106), 1, anon_sym_DOT, STATE(1451), 1, aux_sym_match_value_pattern_repeat1, [69347] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3206), 1, anon_sym_COLON, ACTIONS(3208), 1, anon_sym_DASH_GT, [69357] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2433), 2, sym__newline, anon_sym_SEMI, [69365] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3210), 1, anon_sym_COLON, ACTIONS(3212), 1, anon_sym_DASH_GT, [69375] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2465), 1, anon_sym_as, ACTIONS(2467), 1, anon_sym_COLON, [69385] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3216), 1, anon_sym_DASH_GT, [69395] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3218), 2, anon_sym_COMMA, anon_sym_RBRACE, [69403] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3220), 2, anon_sym_COLON, anon_sym_DASH_GT, [69411] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2469), 1, anon_sym_as, ACTIONS(2471), 1, anon_sym_COLON, [69421] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3222), 2, sym__newline, anon_sym_SEMI, [69429] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3120), 1, anon_sym_RBRACE, ACTIONS(3224), 1, anon_sym_COMMA, [69439] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2497), 2, sym__newline, anon_sym_SEMI, [69447] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1989), 1, anon_sym_RBRACE, ACTIONS(3226), 1, anon_sym_COMMA, [69457] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3228), 1, sym_integer, ACTIONS(3230), 1, sym_float, [69467] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3073), 2, anon_sym_COMMA, anon_sym_RBRACE, [69475] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2948), 2, anon_sym_RPAREN, anon_sym_COMMA, [69483] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3232), 2, sym__newline, anon_sym_SEMI, [69491] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3234), 1, anon_sym_COLON, ACTIONS(3236), 1, anon_sym_DASH_GT, [69501] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3238), 2, sym__newline, anon_sym_SEMI, [69509] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3240), 2, anon_sym_COMMA, anon_sym_RBRACK, [69517] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3242), 2, anon_sym_COMMA, anon_sym_RBRACK, [69525] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2439), 1, anon_sym_as, ACTIONS(2441), 1, anon_sym_COLON, [69535] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3244), 2, sym__newline, anon_sym_SEMI, [69543] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2702), 2, anon_sym_COMMA, anon_sym_RBRACK, [69551] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3246), 2, anon_sym_COMMA, anon_sym_RBRACE, [69559] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3248), 1, anon_sym_COMMA, ACTIONS(3250), 1, anon_sym_RBRACE, [69569] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2276), 2, sym__newline, anon_sym_SEMI, [69577] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3252), 2, anon_sym_COMMA, anon_sym_RBRACK, [69585] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3254), 2, sym__newline, anon_sym_SEMI, [69593] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2877), 1, anon_sym_LPAREN, STATE(1576), 1, sym_parameters, [69603] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2393), 1, anon_sym_COMMA, STATE(1273), 1, aux_sym_expression_list_repeat1, [69613] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2877), 1, anon_sym_LPAREN, STATE(1560), 1, sym_parameters, [69623] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3256), 2, anon_sym_COMMA, anon_sym_RBRACK, [69631] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3258), 1, anon_sym_COLON, ACTIONS(3260), 1, anon_sym_DASH_GT, [69641] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3262), 2, anon_sym_COMMA, anon_sym_RBRACK, [69649] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2715), 2, sym__newline, anon_sym_SEMI, [69657] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3264), 2, sym__newline, anon_sym_SEMI, [69665] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3266), 2, sym__newline, anon_sym_SEMI, [69673] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3268), 2, sym__newline, anon_sym_SEMI, [69681] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1054), 2, anon_sym_except, anon_sym_finally, [69689] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1022), 2, anon_sym_except, anon_sym_finally, [69697] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3270), 2, sym__newline, anon_sym_SEMI, [69705] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3272), 2, sym__newline, anon_sym_SEMI, [69713] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3274), 2, sym__newline, anon_sym_SEMI, [69721] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3276), 1, sym_integer, ACTIONS(3278), 1, sym_float, [69731] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2260), 1, anon_sym_COMMA, STATE(1272), 1, aux_sym_expression_list_repeat1, [69741] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3280), 2, sym__newline, anon_sym_SEMI, [69749] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2339), 1, anon_sym_COMMA, STATE(1286), 1, aux_sym_expression_list_repeat1, [69759] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2491), 2, sym__newline, anon_sym_SEMI, [69767] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2986), 2, anon_sym_RPAREN, anon_sym_COMMA, [69775] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2936), 1, sym_identifier, STATE(1592), 1, sym_match_keyword_pattern, [69785] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2399), 1, anon_sym_as, ACTIONS(2403), 1, anon_sym_COLON, [69795] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3282), 1, anon_sym_COMMA, STATE(1382), 1, aux_sym_open_sequence_match_pattern_repeat1, [69805] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3284), 2, sym__newline, anon_sym_SEMI, [69813] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2877), 1, anon_sym_LPAREN, STATE(1544), 1, sym_parameters, [69823] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1026), 2, anon_sym_except, anon_sym_finally, [69831] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2877), 1, anon_sym_LPAREN, STATE(1546), 1, sym_parameters, [69841] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2729), 2, anon_sym_RPAREN, anon_sym_COMMA, [69849] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2906), 1, anon_sym_COMMA, ACTIONS(3286), 1, anon_sym_RPAREN, [69859] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3288), 1, anon_sym_COMMA, STATE(1480), 1, aux_sym_open_sequence_match_pattern_repeat1, [69869] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3290), 2, sym__newline, anon_sym_SEMI, [69877] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3292), 1, sym_integer, ACTIONS(3294), 1, sym_float, [69887] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3296), 2, sym__newline, anon_sym_SEMI, [69895] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2853), 2, anon_sym_COMMA, anon_sym_COLON, [69903] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1079), 2, anon_sym_except, anon_sym_finally, [69911] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3298), 2, sym__newline, anon_sym_SEMI, [69919] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3300), 2, anon_sym_COMMA, anon_sym_RBRACE, [69927] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3302), 2, sym__newline, anon_sym_SEMI, [69935] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3304), 2, anon_sym_RPAREN, anon_sym_COMMA, [69943] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3306), 1, anon_sym_COLON, ACTIONS(3308), 1, anon_sym_DASH_GT, [69953] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3310), 1, anon_sym_COLON, [69960] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3012), 1, anon_sym_RBRACK, [69967] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3312), 1, anon_sym_RPAREN, [69974] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3314), 1, sym_identifier, [69981] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3316), 1, sym_identifier, [69988] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3318), 1, anon_sym_RPAREN, [69995] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3320), 1, anon_sym_in, [70002] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3322), 1, anon_sym_import, [70009] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3324), 1, anon_sym_RBRACE, [70016] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3326), 1, anon_sym_COLON, [70023] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3328), 1, anon_sym_for, [70030] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3330), 1, anon_sym_RBRACE, [70037] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3332), 1, anon_sym_RPAREN, [70044] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3334), 1, anon_sym_COLON, [70051] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3336), 1, anon_sym_RBRACE, [70058] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3338), 1, anon_sym_RPAREN, [70065] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2535), 1, anon_sym_COLON, [70072] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3340), 1, anon_sym_COLON, [70079] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3342), 1, sym_identifier, [70086] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3344), 1, anon_sym_COLON, [70093] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2375), 1, anon_sym_EQ, [70100] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3346), 1, anon_sym_COLON, [70107] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3348), 1, anon_sym_COLON, [70114] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2541), 1, anon_sym_COLON, [70121] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3350), 1, anon_sym_COLON, [70128] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3352), 1, anon_sym_import, [70135] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3354), 1, anon_sym_COLON, [70142] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3356), 1, anon_sym_RPAREN, [70149] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3358), 1, sym_identifier, [70156] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3360), 1, anon_sym_COLON, [70163] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3362), 1, anon_sym_COLON, [70170] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3364), 1, anon_sym_COLON, [70177] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2572), 1, anon_sym_COLON, [70184] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3108), 1, anon_sym_RBRACE, [70191] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3366), 1, anon_sym_COLON, [70198] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3368), 1, anon_sym_COLON, [70205] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3370), 1, anon_sym_COLON, [70212] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3372), 1, anon_sym_LPAREN, [70219] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_RBRACE, [70226] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3374), 1, anon_sym_COLON, [70233] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3376), 1, sym_identifier, [70240] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3378), 1, anon_sym_RPAREN, [70247] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3380), 1, anon_sym_RPAREN, [70254] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3382), 1, anon_sym_RBRACE, [70261] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3384), 1, anon_sym_RBRACK, [70268] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3386), 1, anon_sym_RBRACK, [70275] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3388), 1, sym_identifier, [70282] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3128), 1, anon_sym_RBRACK, [70289] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3390), 1, anon_sym_COLON, [70296] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3392), 1, sym_identifier, [70303] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3394), 1, anon_sym_COLON, [70310] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3396), 1, anon_sym_RBRACE, [70317] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3398), 1, anon_sym_RBRACE, [70324] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3400), 1, anon_sym_RBRACE, [70331] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3402), 1, anon_sym_COLON, [70338] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3404), 1, sym_identifier, [70345] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3406), 1, anon_sym_RBRACK, [70352] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3408), 1, anon_sym_RPAREN, [70359] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3410), 1, anon_sym_RPAREN, [70366] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3412), 1, anon_sym_in, [70373] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3414), 1, anon_sym_RPAREN, [70380] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3130), 1, anon_sym_in, [70387] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3416), 1, anon_sym_RBRACK, [70394] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3418), 1, anon_sym_RBRACE, [70401] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2797), 1, anon_sym_RBRACE, [70408] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3186), 1, anon_sym_in, [70415] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3420), 1, sym_identifier, [70422] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3422), 1, anon_sym_RBRACE, [70429] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3424), 1, sym_identifier, [70436] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3426), 1, anon_sym_RPAREN, [70443] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3428), 1, anon_sym_COLON, [70450] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3430), 1, anon_sym_RPAREN, [70457] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3432), 1, anon_sym_RBRACE, [70464] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3434), 1, anon_sym_RPAREN, [70471] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2601), 1, anon_sym_COLON, [70478] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3436), 1, anon_sym_RBRACE, [70485] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3438), 1, anon_sym_COLON, [70492] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3440), 1, anon_sym_RBRACK, [70499] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3442), 1, anon_sym_COLON, [70506] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3444), 1, anon_sym_RBRACK, [70513] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3446), 1, anon_sym_COLON, [70520] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3046), 1, anon_sym_RBRACK, [70527] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3448), 1, anon_sym_RBRACE, [70534] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3450), 1, sym_identifier, [70541] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3452), 1, anon_sym_COLON, [70548] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3454), 1, anon_sym_in, [70555] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3456), 1, sym_identifier, [70562] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3458), 1, anon_sym_RBRACE, [70569] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3460), 1, anon_sym_COLON, [70576] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3462), 1, anon_sym_in, [70583] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3464), 1, sym_identifier, [70590] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3466), 1, anon_sym_COLON, [70597] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3468), 1, sym_identifier, [70604] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3470), 1, anon_sym_COLON, [70611] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3250), 1, anon_sym_RBRACE, [70618] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3472), 1, ts_builtin_sym_end, [70625] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3474), 1, anon_sym_import, [70632] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3476), 1, anon_sym_in, [70639] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3478), 1, anon_sym_RPAREN, [70646] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3480), 1, anon_sym_import, [70653] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3482), 1, anon_sym_RBRACK, [70660] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3484), 1, anon_sym_RBRACE, [70667] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3486), 1, anon_sym_COLON, [70674] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3488), 1, anon_sym_COLON, [70681] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3490), 1, anon_sym_RBRACE, [70688] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2896), 1, anon_sym_in, [70695] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3492), 1, anon_sym_COLON, [70702] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3494), 1, anon_sym_COLON, [70709] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3496), 1, anon_sym_RPAREN, [70716] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3498), 1, anon_sym_RBRACK, [70723] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3500), 1, sym_identifier, [70730] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3502), 1, anon_sym_RBRACE, [70737] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3504), 1, anon_sym_COLON, [70744] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3506), 1, anon_sym_COLON, [70751] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3508), 1, anon_sym_RBRACE, [70758] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3510), 1, anon_sym_RBRACE, [70765] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3512), 1, anon_sym_COLON, [70772] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3514), 1, anon_sym_in, [70779] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1997), 1, anon_sym_RBRACE, [70786] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3516), 1, anon_sym_COLON, [70793] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3518), 1, anon_sym_RBRACE, [70800] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3520), 1, sym_identifier, [70807] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3153), 1, anon_sym_RBRACK, [70814] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(990), 1, anon_sym_STAR, [70821] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3522), 1, anon_sym_RPAREN, [70828] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3524), 1, anon_sym_EQ, [70835] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(968), 1, anon_sym_STAR, [70842] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1100), 1, anon_sym_def, [70849] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3178), 1, anon_sym_RBRACE, [70856] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3526), 1, anon_sym_RPAREN, [70863] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3528), 1, sym_identifier, [70870] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3530), 1, sym_identifier, [70877] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3532), 1, sym_identifier, [70884] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3534), 1, sym_identifier, [70891] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3536), 1, anon_sym_COLON, [70898] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3182), 1, anon_sym_in, [70905] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1122), 1, anon_sym_def, [70912] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3151), 1, anon_sym_in, [70919] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3184), 1, anon_sym_in, [70926] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3538), 1, anon_sym_COLON, [70933] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3540), 1, anon_sym_COLON, [70940] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3542), 1, anon_sym_RBRACK, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(157)] = 0, [SMALL_STATE(158)] = 127, [SMALL_STATE(159)] = 254, [SMALL_STATE(160)] = 379, [SMALL_STATE(161)] = 504, [SMALL_STATE(162)] = 615, [SMALL_STATE(163)] = 726, [SMALL_STATE(164)] = 851, [SMALL_STATE(165)] = 978, [SMALL_STATE(166)] = 1100, [SMALL_STATE(167)] = 1222, [SMALL_STATE(168)] = 1344, [SMALL_STATE(169)] = 1466, [SMALL_STATE(170)] = 1581, [SMALL_STATE(171)] = 1696, [SMALL_STATE(172)] = 1806, [SMALL_STATE(173)] = 1916, [SMALL_STATE(174)] = 2026, [SMALL_STATE(175)] = 2135, [SMALL_STATE(176)] = 2244, [SMALL_STATE(177)] = 2353, [SMALL_STATE(178)] = 2462, [SMALL_STATE(179)] = 2577, [SMALL_STATE(180)] = 2690, [SMALL_STATE(181)] = 2799, [SMALL_STATE(182)] = 2914, [SMALL_STATE(183)] = 3027, [SMALL_STATE(184)] = 3144, [SMALL_STATE(185)] = 3255, [SMALL_STATE(186)] = 3364, [SMALL_STATE(187)] = 3479, [SMALL_STATE(188)] = 3588, [SMALL_STATE(189)] = 3703, [SMALL_STATE(190)] = 3814, [SMALL_STATE(191)] = 3927, [SMALL_STATE(192)] = 4037, [SMALL_STATE(193)] = 4151, [SMALL_STATE(194)] = 4261, [SMALL_STATE(195)] = 4371, [SMALL_STATE(196)] = 4481, [SMALL_STATE(197)] = 4591, [SMALL_STATE(198)] = 4701, [SMALL_STATE(199)] = 4811, [SMALL_STATE(200)] = 4921, [SMALL_STATE(201)] = 5031, [SMALL_STATE(202)] = 5141, [SMALL_STATE(203)] = 5247, [SMALL_STATE(204)] = 5357, [SMALL_STATE(205)] = 5467, [SMALL_STATE(206)] = 5577, [SMALL_STATE(207)] = 5687, [SMALL_STATE(208)] = 5797, [SMALL_STATE(209)] = 5909, [SMALL_STATE(210)] = 6023, [SMALL_STATE(211)] = 6135, [SMALL_STATE(212)] = 6245, [SMALL_STATE(213)] = 6357, [SMALL_STATE(214)] = 6471, [SMALL_STATE(215)] = 6577, [SMALL_STATE(216)] = 6691, [SMALL_STATE(217)] = 6801, [SMALL_STATE(218)] = 6911, [SMALL_STATE(219)] = 7021, [SMALL_STATE(220)] = 7131, [SMALL_STATE(221)] = 7241, [SMALL_STATE(222)] = 7351, [SMALL_STATE(223)] = 7465, [SMALL_STATE(224)] = 7577, [SMALL_STATE(225)] = 7683, [SMALL_STATE(226)] = 7793, [SMALL_STATE(227)] = 7903, [SMALL_STATE(228)] = 8013, [SMALL_STATE(229)] = 8119, [SMALL_STATE(230)] = 8229, [SMALL_STATE(231)] = 8339, [SMALL_STATE(232)] = 8453, [SMALL_STATE(233)] = 8565, [SMALL_STATE(234)] = 8675, [SMALL_STATE(235)] = 8789, [SMALL_STATE(236)] = 8901, [SMALL_STATE(237)] = 9015, [SMALL_STATE(238)] = 9129, [SMALL_STATE(239)] = 9236, [SMALL_STATE(240)] = 9343, [SMALL_STATE(241)] = 9450, [SMALL_STATE(242)] = 9557, [SMALL_STATE(243)] = 9664, [SMALL_STATE(244)] = 9771, [SMALL_STATE(245)] = 9866, [SMALL_STATE(246)] = 9973, [SMALL_STATE(247)] = 10080, [SMALL_STATE(248)] = 10186, [SMALL_STATE(249)] = 10292, [SMALL_STATE(250)] = 10398, [SMALL_STATE(251)] = 10502, [SMALL_STATE(252)] = 10608, [SMALL_STATE(253)] = 10712, [SMALL_STATE(254)] = 10818, [SMALL_STATE(255)] = 10921, [SMALL_STATE(256)] = 11024, [SMALL_STATE(257)] = 11127, [SMALL_STATE(258)] = 11230, [SMALL_STATE(259)] = 11333, [SMALL_STATE(260)] = 11436, [SMALL_STATE(261)] = 11539, [SMALL_STATE(262)] = 11642, [SMALL_STATE(263)] = 11745, [SMALL_STATE(264)] = 11848, [SMALL_STATE(265)] = 11951, [SMALL_STATE(266)] = 12051, [SMALL_STATE(267)] = 12125, [SMALL_STATE(268)] = 12199, [SMALL_STATE(269)] = 12301, [SMALL_STATE(270)] = 12403, [SMALL_STATE(271)] = 12505, [SMALL_STATE(272)] = 12607, [SMALL_STATE(273)] = 12681, [SMALL_STATE(274)] = 12783, [SMALL_STATE(275)] = 12885, [SMALL_STATE(276)] = 12959, [SMALL_STATE(277)] = 13059, [SMALL_STATE(278)] = 13161, [SMALL_STATE(279)] = 13235, [SMALL_STATE(280)] = 13335, [SMALL_STATE(281)] = 13437, [SMALL_STATE(282)] = 13511, [SMALL_STATE(283)] = 13585, [SMALL_STATE(284)] = 13659, [SMALL_STATE(285)] = 13761, [SMALL_STATE(286)] = 13863, [SMALL_STATE(287)] = 13965, [SMALL_STATE(288)] = 14067, [SMALL_STATE(289)] = 14169, [SMALL_STATE(290)] = 14268, [SMALL_STATE(291)] = 14367, [SMALL_STATE(292)] = 14464, [SMALL_STATE(293)] = 14563, [SMALL_STATE(294)] = 14660, [SMALL_STATE(295)] = 14759, [SMALL_STATE(296)] = 14858, [SMALL_STATE(297)] = 14955, [SMALL_STATE(298)] = 15052, [SMALL_STATE(299)] = 15149, [SMALL_STATE(300)] = 15246, [SMALL_STATE(301)] = 15343, [SMALL_STATE(302)] = 15440, [SMALL_STATE(303)] = 15537, [SMALL_STATE(304)] = 15634, [SMALL_STATE(305)] = 15733, [SMALL_STATE(306)] = 15832, [SMALL_STATE(307)] = 15931, [SMALL_STATE(308)] = 16028, [SMALL_STATE(309)] = 16125, [SMALL_STATE(310)] = 16224, [SMALL_STATE(311)] = 16321, [SMALL_STATE(312)] = 16381, [SMALL_STATE(313)] = 16441, [SMALL_STATE(314)] = 16501, [SMALL_STATE(315)] = 16565, [SMALL_STATE(316)] = 16629, [SMALL_STATE(317)] = 16689, [SMALL_STATE(318)] = 16749, [SMALL_STATE(319)] = 16809, [SMALL_STATE(320)] = 16879, [SMALL_STATE(321)] = 16949, [SMALL_STATE(322)] = 17019, [SMALL_STATE(323)] = 17089, [SMALL_STATE(324)] = 17185, [SMALL_STATE(325)] = 17249, [SMALL_STATE(326)] = 17309, [SMALL_STATE(327)] = 17369, [SMALL_STATE(328)] = 17439, [SMALL_STATE(329)] = 17499, [SMALL_STATE(330)] = 17569, [SMALL_STATE(331)] = 17629, [SMALL_STATE(332)] = 17693, [SMALL_STATE(333)] = 17763, [SMALL_STATE(334)] = 17823, [SMALL_STATE(335)] = 17883, [SMALL_STATE(336)] = 17979, [SMALL_STATE(337)] = 18075, [SMALL_STATE(338)] = 18145, [SMALL_STATE(339)] = 18238, [SMALL_STATE(340)] = 18331, [SMALL_STATE(341)] = 18424, [SMALL_STATE(342)] = 18517, [SMALL_STATE(343)] = 18610, [SMALL_STATE(344)] = 18705, [SMALL_STATE(345)] = 18798, [SMALL_STATE(346)] = 18891, [SMALL_STATE(347)] = 18984, [SMALL_STATE(348)] = 19057, [SMALL_STATE(349)] = 19150, [SMALL_STATE(350)] = 19243, [SMALL_STATE(351)] = 19308, [SMALL_STATE(352)] = 19401, [SMALL_STATE(353)] = 19494, [SMALL_STATE(354)] = 19587, [SMALL_STATE(355)] = 19680, [SMALL_STATE(356)] = 19773, [SMALL_STATE(357)] = 19866, [SMALL_STATE(358)] = 19959, [SMALL_STATE(359)] = 20052, [SMALL_STATE(360)] = 20145, [SMALL_STATE(361)] = 20238, [SMALL_STATE(362)] = 20331, [SMALL_STATE(363)] = 20424, [SMALL_STATE(364)] = 20517, [SMALL_STATE(365)] = 20610, [SMALL_STATE(366)] = 20703, [SMALL_STATE(367)] = 20796, [SMALL_STATE(368)] = 20889, [SMALL_STATE(369)] = 20982, [SMALL_STATE(370)] = 21075, [SMALL_STATE(371)] = 21168, [SMALL_STATE(372)] = 21261, [SMALL_STATE(373)] = 21354, [SMALL_STATE(374)] = 21447, [SMALL_STATE(375)] = 21540, [SMALL_STATE(376)] = 21633, [SMALL_STATE(377)] = 21726, [SMALL_STATE(378)] = 21819, [SMALL_STATE(379)] = 21912, [SMALL_STATE(380)] = 22005, [SMALL_STATE(381)] = 22098, [SMALL_STATE(382)] = 22191, [SMALL_STATE(383)] = 22284, [SMALL_STATE(384)] = 22377, [SMALL_STATE(385)] = 22470, [SMALL_STATE(386)] = 22563, [SMALL_STATE(387)] = 22656, [SMALL_STATE(388)] = 22749, [SMALL_STATE(389)] = 22842, [SMALL_STATE(390)] = 22935, [SMALL_STATE(391)] = 23028, [SMALL_STATE(392)] = 23121, [SMALL_STATE(393)] = 23186, [SMALL_STATE(394)] = 23279, [SMALL_STATE(395)] = 23372, [SMALL_STATE(396)] = 23465, [SMALL_STATE(397)] = 23558, [SMALL_STATE(398)] = 23651, [SMALL_STATE(399)] = 23744, [SMALL_STATE(400)] = 23837, [SMALL_STATE(401)] = 23930, [SMALL_STATE(402)] = 24025, [SMALL_STATE(403)] = 24118, [SMALL_STATE(404)] = 24211, [SMALL_STATE(405)] = 24304, [SMALL_STATE(406)] = 24397, [SMALL_STATE(407)] = 24490, [SMALL_STATE(408)] = 24583, [SMALL_STATE(409)] = 24676, [SMALL_STATE(410)] = 24769, [SMALL_STATE(411)] = 24862, [SMALL_STATE(412)] = 24955, [SMALL_STATE(413)] = 25048, [SMALL_STATE(414)] = 25141, [SMALL_STATE(415)] = 25234, [SMALL_STATE(416)] = 25327, [SMALL_STATE(417)] = 25420, [SMALL_STATE(418)] = 25513, [SMALL_STATE(419)] = 25606, [SMALL_STATE(420)] = 25699, [SMALL_STATE(421)] = 25792, [SMALL_STATE(422)] = 25885, [SMALL_STATE(423)] = 25978, [SMALL_STATE(424)] = 26071, [SMALL_STATE(425)] = 26164, [SMALL_STATE(426)] = 26257, [SMALL_STATE(427)] = 26350, [SMALL_STATE(428)] = 26443, [SMALL_STATE(429)] = 26536, [SMALL_STATE(430)] = 26629, [SMALL_STATE(431)] = 26722, [SMALL_STATE(432)] = 26815, [SMALL_STATE(433)] = 26908, [SMALL_STATE(434)] = 27001, [SMALL_STATE(435)] = 27094, [SMALL_STATE(436)] = 27187, [SMALL_STATE(437)] = 27280, [SMALL_STATE(438)] = 27353, [SMALL_STATE(439)] = 27446, [SMALL_STATE(440)] = 27504, [SMALL_STATE(441)] = 27566, [SMALL_STATE(442)] = 27624, [SMALL_STATE(443)] = 27682, [SMALL_STATE(444)] = 27740, [SMALL_STATE(445)] = 27802, [SMALL_STATE(446)] = 27864, [SMALL_STATE(447)] = 27922, [SMALL_STATE(448)] = 27980, [SMALL_STATE(449)] = 28038, [SMALL_STATE(450)] = 28096, [SMALL_STATE(451)] = 28154, [SMALL_STATE(452)] = 28212, [SMALL_STATE(453)] = 28282, [SMALL_STATE(454)] = 28352, [SMALL_STATE(455)] = 28410, [SMALL_STATE(456)] = 28468, [SMALL_STATE(457)] = 28526, [SMALL_STATE(458)] = 28584, [SMALL_STATE(459)] = 28642, [SMALL_STATE(460)] = 28700, [SMALL_STATE(461)] = 28758, [SMALL_STATE(462)] = 28820, [SMALL_STATE(463)] = 28878, [SMALL_STATE(464)] = 28936, [SMALL_STATE(465)] = 28994, [SMALL_STATE(466)] = 29089, [SMALL_STATE(467)] = 29182, [SMALL_STATE(468)] = 29239, [SMALL_STATE(469)] = 29300, [SMALL_STATE(470)] = 29367, [SMALL_STATE(471)] = 29430, [SMALL_STATE(472)] = 29523, [SMALL_STATE(473)] = 29580, [SMALL_STATE(474)] = 29637, [SMALL_STATE(475)] = 29698, [SMALL_STATE(476)] = 29759, [SMALL_STATE(477)] = 29820, [SMALL_STATE(478)] = 29881, [SMALL_STATE(479)] = 29942, [SMALL_STATE(480)] = 29999, [SMALL_STATE(481)] = 30060, [SMALL_STATE(482)] = 30121, [SMALL_STATE(483)] = 30182, [SMALL_STATE(484)] = 30243, [SMALL_STATE(485)] = 30304, [SMALL_STATE(486)] = 30365, [SMALL_STATE(487)] = 30426, [SMALL_STATE(488)] = 30483, [SMALL_STATE(489)] = 30544, [SMALL_STATE(490)] = 30601, [SMALL_STATE(491)] = 30662, [SMALL_STATE(492)] = 30723, [SMALL_STATE(493)] = 30779, [SMALL_STATE(494)] = 30835, [SMALL_STATE(495)] = 30899, [SMALL_STATE(496)] = 30991, [SMALL_STATE(497)] = 31047, [SMALL_STATE(498)] = 31103, [SMALL_STATE(499)] = 31159, [SMALL_STATE(500)] = 31223, [SMALL_STATE(501)] = 31279, [SMALL_STATE(502)] = 31371, [SMALL_STATE(503)] = 31427, [SMALL_STATE(504)] = 31483, [SMALL_STATE(505)] = 31539, [SMALL_STATE(506)] = 31595, [SMALL_STATE(507)] = 31687, [SMALL_STATE(508)] = 31743, [SMALL_STATE(509)] = 31799, [SMALL_STATE(510)] = 31891, [SMALL_STATE(511)] = 31983, [SMALL_STATE(512)] = 32039, [SMALL_STATE(513)] = 32095, [SMALL_STATE(514)] = 32187, [SMALL_STATE(515)] = 32242, [SMALL_STATE(516)] = 32303, [SMALL_STATE(517)] = 32358, [SMALL_STATE(518)] = 32413, [SMALL_STATE(519)] = 32468, [SMALL_STATE(520)] = 32523, [SMALL_STATE(521)] = 32578, [SMALL_STATE(522)] = 32633, [SMALL_STATE(523)] = 32688, [SMALL_STATE(524)] = 32743, [SMALL_STATE(525)] = 32804, [SMALL_STATE(526)] = 32859, [SMALL_STATE(527)] = 32914, [SMALL_STATE(528)] = 33003, [SMALL_STATE(529)] = 33058, [SMALL_STATE(530)] = 33113, [SMALL_STATE(531)] = 33168, [SMALL_STATE(532)] = 33223, [SMALL_STATE(533)] = 33278, [SMALL_STATE(534)] = 33333, [SMALL_STATE(535)] = 33388, [SMALL_STATE(536)] = 33443, [SMALL_STATE(537)] = 33498, [SMALL_STATE(538)] = 33553, [SMALL_STATE(539)] = 33608, [SMALL_STATE(540)] = 33663, [SMALL_STATE(541)] = 33718, [SMALL_STATE(542)] = 33773, [SMALL_STATE(543)] = 33828, [SMALL_STATE(544)] = 33883, [SMALL_STATE(545)] = 33938, [SMALL_STATE(546)] = 33993, [SMALL_STATE(547)] = 34048, [SMALL_STATE(548)] = 34103, [SMALL_STATE(549)] = 34158, [SMALL_STATE(550)] = 34213, [SMALL_STATE(551)] = 34268, [SMALL_STATE(552)] = 34323, [SMALL_STATE(553)] = 34378, [SMALL_STATE(554)] = 34433, [SMALL_STATE(555)] = 34488, [SMALL_STATE(556)] = 34543, [SMALL_STATE(557)] = 34598, [SMALL_STATE(558)] = 34653, [SMALL_STATE(559)] = 34708, [SMALL_STATE(560)] = 34763, [SMALL_STATE(561)] = 34818, [SMALL_STATE(562)] = 34873, [SMALL_STATE(563)] = 34928, [SMALL_STATE(564)] = 34983, [SMALL_STATE(565)] = 35038, [SMALL_STATE(566)] = 35093, [SMALL_STATE(567)] = 35148, [SMALL_STATE(568)] = 35203, [SMALL_STATE(569)] = 35258, [SMALL_STATE(570)] = 35313, [SMALL_STATE(571)] = 35368, [SMALL_STATE(572)] = 35423, [SMALL_STATE(573)] = 35478, [SMALL_STATE(574)] = 35533, [SMALL_STATE(575)] = 35588, [SMALL_STATE(576)] = 35643, [SMALL_STATE(577)] = 35698, [SMALL_STATE(578)] = 35753, [SMALL_STATE(579)] = 35808, [SMALL_STATE(580)] = 35863, [SMALL_STATE(581)] = 35918, [SMALL_STATE(582)] = 35973, [SMALL_STATE(583)] = 36028, [SMALL_STATE(584)] = 36083, [SMALL_STATE(585)] = 36138, [SMALL_STATE(586)] = 36193, [SMALL_STATE(587)] = 36248, [SMALL_STATE(588)] = 36303, [SMALL_STATE(589)] = 36358, [SMALL_STATE(590)] = 36447, [SMALL_STATE(591)] = 36502, [SMALL_STATE(592)] = 36557, [SMALL_STATE(593)] = 36612, [SMALL_STATE(594)] = 36667, [SMALL_STATE(595)] = 36722, [SMALL_STATE(596)] = 36777, [SMALL_STATE(597)] = 36832, [SMALL_STATE(598)] = 36887, [SMALL_STATE(599)] = 36942, [SMALL_STATE(600)] = 36997, [SMALL_STATE(601)] = 37052, [SMALL_STATE(602)] = 37107, [SMALL_STATE(603)] = 37162, [SMALL_STATE(604)] = 37217, [SMALL_STATE(605)] = 37272, [SMALL_STATE(606)] = 37327, [SMALL_STATE(607)] = 37382, [SMALL_STATE(608)] = 37437, [SMALL_STATE(609)] = 37492, [SMALL_STATE(610)] = 37547, [SMALL_STATE(611)] = 37602, [SMALL_STATE(612)] = 37657, [SMALL_STATE(613)] = 37712, [SMALL_STATE(614)] = 37767, [SMALL_STATE(615)] = 37828, [SMALL_STATE(616)] = 37883, [SMALL_STATE(617)] = 37938, [SMALL_STATE(618)] = 38000, [SMALL_STATE(619)] = 38062, [SMALL_STATE(620)] = 38145, [SMALL_STATE(621)] = 38222, [SMALL_STATE(622)] = 38299, [SMALL_STATE(623)] = 38376, [SMALL_STATE(624)] = 38453, [SMALL_STATE(625)] = 38530, [SMALL_STATE(626)] = 38607, [SMALL_STATE(627)] = 38681, [SMALL_STATE(628)] = 38735, [SMALL_STATE(629)] = 38809, [SMALL_STATE(630)] = 38883, [SMALL_STATE(631)] = 38957, [SMALL_STATE(632)] = 39031, [SMALL_STATE(633)] = 39109, [SMALL_STATE(634)] = 39183, [SMALL_STATE(635)] = 39257, [SMALL_STATE(636)] = 39331, [SMALL_STATE(637)] = 39405, [SMALL_STATE(638)] = 39479, [SMALL_STATE(639)] = 39553, [SMALL_STATE(640)] = 39631, [SMALL_STATE(641)] = 39705, [SMALL_STATE(642)] = 39779, [SMALL_STATE(643)] = 39853, [SMALL_STATE(644)] = 39927, [SMALL_STATE(645)] = 40001, [SMALL_STATE(646)] = 40075, [SMALL_STATE(647)] = 40149, [SMALL_STATE(648)] = 40223, [SMALL_STATE(649)] = 40297, [SMALL_STATE(650)] = 40371, [SMALL_STATE(651)] = 40445, [SMALL_STATE(652)] = 40519, [SMALL_STATE(653)] = 40593, [SMALL_STATE(654)] = 40667, [SMALL_STATE(655)] = 40741, [SMALL_STATE(656)] = 40815, [SMALL_STATE(657)] = 40889, [SMALL_STATE(658)] = 40963, [SMALL_STATE(659)] = 41037, [SMALL_STATE(660)] = 41111, [SMALL_STATE(661)] = 41185, [SMALL_STATE(662)] = 41259, [SMALL_STATE(663)] = 41333, [SMALL_STATE(664)] = 41407, [SMALL_STATE(665)] = 41481, [SMALL_STATE(666)] = 41555, [SMALL_STATE(667)] = 41629, [SMALL_STATE(668)] = 41703, [SMALL_STATE(669)] = 41777, [SMALL_STATE(670)] = 41851, [SMALL_STATE(671)] = 41925, [SMALL_STATE(672)] = 41999, [SMALL_STATE(673)] = 42073, [SMALL_STATE(674)] = 42147, [SMALL_STATE(675)] = 42221, [SMALL_STATE(676)] = 42295, [SMALL_STATE(677)] = 42369, [SMALL_STATE(678)] = 42443, [SMALL_STATE(679)] = 42517, [SMALL_STATE(680)] = 42591, [SMALL_STATE(681)] = 42665, [SMALL_STATE(682)] = 42739, [SMALL_STATE(683)] = 42813, [SMALL_STATE(684)] = 42887, [SMALL_STATE(685)] = 42961, [SMALL_STATE(686)] = 43015, [SMALL_STATE(687)] = 43089, [SMALL_STATE(688)] = 43163, [SMALL_STATE(689)] = 43237, [SMALL_STATE(690)] = 43311, [SMALL_STATE(691)] = 43365, [SMALL_STATE(692)] = 43439, [SMALL_STATE(693)] = 43513, [SMALL_STATE(694)] = 43567, [SMALL_STATE(695)] = 43621, [SMALL_STATE(696)] = 43695, [SMALL_STATE(697)] = 43769, [SMALL_STATE(698)] = 43843, [SMALL_STATE(699)] = 43897, [SMALL_STATE(700)] = 43971, [SMALL_STATE(701)] = 44019, [SMALL_STATE(702)] = 44067, [SMALL_STATE(703)] = 44115, [SMALL_STATE(704)] = 44163, [SMALL_STATE(705)] = 44244, [SMALL_STATE(706)] = 44325, [SMALL_STATE(707)] = 44372, [SMALL_STATE(708)] = 44419, [SMALL_STATE(709)] = 44466, [SMALL_STATE(710)] = 44513, [SMALL_STATE(711)] = 44560, [SMALL_STATE(712)] = 44607, [SMALL_STATE(713)] = 44654, [SMALL_STATE(714)] = 44701, [SMALL_STATE(715)] = 44748, [SMALL_STATE(716)] = 44795, [SMALL_STATE(717)] = 44842, [SMALL_STATE(718)] = 44889, [SMALL_STATE(719)] = 44936, [SMALL_STATE(720)] = 44983, [SMALL_STATE(721)] = 45030, [SMALL_STATE(722)] = 45077, [SMALL_STATE(723)] = 45124, [SMALL_STATE(724)] = 45171, [SMALL_STATE(725)] = 45218, [SMALL_STATE(726)] = 45265, [SMALL_STATE(727)] = 45312, [SMALL_STATE(728)] = 45359, [SMALL_STATE(729)] = 45406, [SMALL_STATE(730)] = 45453, [SMALL_STATE(731)] = 45500, [SMALL_STATE(732)] = 45547, [SMALL_STATE(733)] = 45594, [SMALL_STATE(734)] = 45641, [SMALL_STATE(735)] = 45688, [SMALL_STATE(736)] = 45735, [SMALL_STATE(737)] = 45782, [SMALL_STATE(738)] = 45829, [SMALL_STATE(739)] = 45876, [SMALL_STATE(740)] = 45944, [SMALL_STATE(741)] = 46014, [SMALL_STATE(742)] = 46084, [SMALL_STATE(743)] = 46152, [SMALL_STATE(744)] = 46212, [SMALL_STATE(745)] = 46268, [SMALL_STATE(746)] = 46334, [SMALL_STATE(747)] = 46398, [SMALL_STATE(748)] = 46454, [SMALL_STATE(749)] = 46510, [SMALL_STATE(750)] = 46560, [SMALL_STATE(751)] = 46610, [SMALL_STATE(752)] = 46666, [SMALL_STATE(753)] = 46728, [SMALL_STATE(754)] = 46778, [SMALL_STATE(755)] = 46828, [SMALL_STATE(756)] = 46884, [SMALL_STATE(757)] = 46946, [SMALL_STATE(758)] = 47016, [SMALL_STATE(759)] = 47076, [SMALL_STATE(760)] = 47132, [SMALL_STATE(761)] = 47198, [SMALL_STATE(762)] = 47262, [SMALL_STATE(763)] = 47332, [SMALL_STATE(764)] = 47402, [SMALL_STATE(765)] = 47472, [SMALL_STATE(766)] = 47528, [SMALL_STATE(767)] = 47584, [SMALL_STATE(768)] = 47629, [SMALL_STATE(769)] = 47678, [SMALL_STATE(770)] = 47727, [SMALL_STATE(771)] = 47776, [SMALL_STATE(772)] = 47825, [SMALL_STATE(773)] = 47874, [SMALL_STATE(774)] = 47953, [SMALL_STATE(775)] = 48000, [SMALL_STATE(776)] = 48077, [SMALL_STATE(777)] = 48126, [SMALL_STATE(778)] = 48175, [SMALL_STATE(779)] = 48222, [SMALL_STATE(780)] = 48271, [SMALL_STATE(781)] = 48350, [SMALL_STATE(782)] = 48399, [SMALL_STATE(783)] = 48448, [SMALL_STATE(784)] = 48493, [SMALL_STATE(785)] = 48542, [SMALL_STATE(786)] = 48591, [SMALL_STATE(787)] = 48638, [SMALL_STATE(788)] = 48685, [SMALL_STATE(789)] = 48753, [SMALL_STATE(790)] = 48829, [SMALL_STATE(791)] = 48877, [SMALL_STATE(792)] = 48925, [SMALL_STATE(793)] = 48969, [SMALL_STATE(794)] = 49013, [SMALL_STATE(795)] = 49057, [SMALL_STATE(796)] = 49101, [SMALL_STATE(797)] = 49155, [SMALL_STATE(798)] = 49215, [SMALL_STATE(799)] = 49283, [SMALL_STATE(800)] = 49337, [SMALL_STATE(801)] = 49405, [SMALL_STATE(802)] = 49471, [SMALL_STATE(803)] = 49529, [SMALL_STATE(804)] = 49583, [SMALL_STATE(805)] = 49637, [SMALL_STATE(806)] = 49691, [SMALL_STATE(807)] = 49755, [SMALL_STATE(808)] = 49817, [SMALL_STATE(809)] = 49871, [SMALL_STATE(810)] = 49931, [SMALL_STATE(811)] = 49999, [SMALL_STATE(812)] = 50065, [SMALL_STATE(813)] = 50123, [SMALL_STATE(814)] = 50177, [SMALL_STATE(815)] = 50241, [SMALL_STATE(816)] = 50303, [SMALL_STATE(817)] = 50371, [SMALL_STATE(818)] = 50439, [SMALL_STATE(819)] = 50493, [SMALL_STATE(820)] = 50547, [SMALL_STATE(821)] = 50607, [SMALL_STATE(822)] = 50675, [SMALL_STATE(823)] = 50741, [SMALL_STATE(824)] = 50799, [SMALL_STATE(825)] = 50853, [SMALL_STATE(826)] = 50917, [SMALL_STATE(827)] = 50979, [SMALL_STATE(828)] = 51047, [SMALL_STATE(829)] = 51115, [SMALL_STATE(830)] = 51169, [SMALL_STATE(831)] = 51223, [SMALL_STATE(832)] = 51268, [SMALL_STATE(833)] = 51313, [SMALL_STATE(834)] = 51366, [SMALL_STATE(835)] = 51409, [SMALL_STATE(836)] = 51454, [SMALL_STATE(837)] = 51499, [SMALL_STATE(838)] = 51544, [SMALL_STATE(839)] = 51589, [SMALL_STATE(840)] = 51642, [SMALL_STATE(841)] = 51685, [SMALL_STATE(842)] = 51766, [SMALL_STATE(843)] = 51811, [SMALL_STATE(844)] = 51854, [SMALL_STATE(845)] = 51907, [SMALL_STATE(846)] = 51966, [SMALL_STATE(847)] = 52009, [SMALL_STATE(848)] = 52052, [SMALL_STATE(849)] = 52095, [SMALL_STATE(850)] = 52142, [SMALL_STATE(851)] = 52189, [SMALL_STATE(852)] = 52234, [SMALL_STATE(853)] = 52277, [SMALL_STATE(854)] = 52320, [SMALL_STATE(855)] = 52365, [SMALL_STATE(856)] = 52410, [SMALL_STATE(857)] = 52477, [SMALL_STATE(858)] = 52524, [SMALL_STATE(859)] = 52571, [SMALL_STATE(860)] = 52618, [SMALL_STATE(861)] = 52663, [SMALL_STATE(862)] = 52744, [SMALL_STATE(863)] = 52809, [SMALL_STATE(864)] = 52866, [SMALL_STATE(865)] = 52919, [SMALL_STATE(866)] = 52982, [SMALL_STATE(867)] = 53043, [SMALL_STATE(868)] = 53110, [SMALL_STATE(869)] = 53177, [SMALL_STATE(870)] = 53258, [SMALL_STATE(871)] = 53339, [SMALL_STATE(872)] = 53384, [SMALL_STATE(873)] = 53431, [SMALL_STATE(874)] = 53473, [SMALL_STATE(875)] = 53515, [SMALL_STATE(876)] = 53557, [SMALL_STATE(877)] = 53599, [SMALL_STATE(878)] = 53641, [SMALL_STATE(879)] = 53683, [SMALL_STATE(880)] = 53725, [SMALL_STATE(881)] = 53767, [SMALL_STATE(882)] = 53809, [SMALL_STATE(883)] = 53851, [SMALL_STATE(884)] = 53893, [SMALL_STATE(885)] = 53935, [SMALL_STATE(886)] = 53977, [SMALL_STATE(887)] = 54019, [SMALL_STATE(888)] = 54061, [SMALL_STATE(889)] = 54103, [SMALL_STATE(890)] = 54145, [SMALL_STATE(891)] = 54187, [SMALL_STATE(892)] = 54229, [SMALL_STATE(893)] = 54271, [SMALL_STATE(894)] = 54313, [SMALL_STATE(895)] = 54355, [SMALL_STATE(896)] = 54397, [SMALL_STATE(897)] = 54477, [SMALL_STATE(898)] = 54555, [SMALL_STATE(899)] = 54597, [SMALL_STATE(900)] = 54639, [SMALL_STATE(901)] = 54681, [SMALL_STATE(902)] = 54723, [SMALL_STATE(903)] = 54765, [SMALL_STATE(904)] = 54807, [SMALL_STATE(905)] = 54849, [SMALL_STATE(906)] = 54891, [SMALL_STATE(907)] = 54933, [SMALL_STATE(908)] = 54977, [SMALL_STATE(909)] = 55019, [SMALL_STATE(910)] = 55061, [SMALL_STATE(911)] = 55103, [SMALL_STATE(912)] = 55145, [SMALL_STATE(913)] = 55187, [SMALL_STATE(914)] = 55231, [SMALL_STATE(915)] = 55275, [SMALL_STATE(916)] = 55317, [SMALL_STATE(917)] = 55359, [SMALL_STATE(918)] = 55403, [SMALL_STATE(919)] = 55445, [SMALL_STATE(920)] = 55487, [SMALL_STATE(921)] = 55529, [SMALL_STATE(922)] = 55571, [SMALL_STATE(923)] = 55613, [SMALL_STATE(924)] = 55655, [SMALL_STATE(925)] = 55699, [SMALL_STATE(926)] = 55741, [SMALL_STATE(927)] = 55783, [SMALL_STATE(928)] = 55825, [SMALL_STATE(929)] = 55867, [SMALL_STATE(930)] = 55909, [SMALL_STATE(931)] = 55951, [SMALL_STATE(932)] = 56029, [SMALL_STATE(933)] = 56071, [SMALL_STATE(934)] = 56113, [SMALL_STATE(935)] = 56191, [SMALL_STATE(936)] = 56269, [SMALL_STATE(937)] = 56311, [SMALL_STATE(938)] = 56353, [SMALL_STATE(939)] = 56395, [SMALL_STATE(940)] = 56473, [SMALL_STATE(941)] = 56515, [SMALL_STATE(942)] = 56557, [SMALL_STATE(943)] = 56599, [SMALL_STATE(944)] = 56641, [SMALL_STATE(945)] = 56683, [SMALL_STATE(946)] = 56725, [SMALL_STATE(947)] = 56767, [SMALL_STATE(948)] = 56809, [SMALL_STATE(949)] = 56851, [SMALL_STATE(950)] = 56893, [SMALL_STATE(951)] = 56935, [SMALL_STATE(952)] = 56977, [SMALL_STATE(953)] = 57018, [SMALL_STATE(954)] = 57059, [SMALL_STATE(955)] = 57100, [SMALL_STATE(956)] = 57141, [SMALL_STATE(957)] = 57182, [SMALL_STATE(958)] = 57223, [SMALL_STATE(959)] = 57264, [SMALL_STATE(960)] = 57305, [SMALL_STATE(961)] = 57346, [SMALL_STATE(962)] = 57387, [SMALL_STATE(963)] = 57428, [SMALL_STATE(964)] = 57469, [SMALL_STATE(965)] = 57510, [SMALL_STATE(966)] = 57551, [SMALL_STATE(967)] = 57592, [SMALL_STATE(968)] = 57633, [SMALL_STATE(969)] = 57674, [SMALL_STATE(970)] = 57715, [SMALL_STATE(971)] = 57756, [SMALL_STATE(972)] = 57797, [SMALL_STATE(973)] = 57838, [SMALL_STATE(974)] = 57879, [SMALL_STATE(975)] = 57920, [SMALL_STATE(976)] = 57961, [SMALL_STATE(977)] = 58002, [SMALL_STATE(978)] = 58043, [SMALL_STATE(979)] = 58084, [SMALL_STATE(980)] = 58125, [SMALL_STATE(981)] = 58166, [SMALL_STATE(982)] = 58241, [SMALL_STATE(983)] = 58320, [SMALL_STATE(984)] = 58399, [SMALL_STATE(985)] = 58444, [SMALL_STATE(986)] = 58485, [SMALL_STATE(987)] = 58530, [SMALL_STATE(988)] = 58609, [SMALL_STATE(989)] = 58650, [SMALL_STATE(990)] = 58691, [SMALL_STATE(991)] = 58732, [SMALL_STATE(992)] = 58805, [SMALL_STATE(993)] = 58875, [SMALL_STATE(994)] = 58945, [SMALL_STATE(995)] = 59007, [SMALL_STATE(996)] = 59069, [SMALL_STATE(997)] = 59108, [SMALL_STATE(998)] = 59147, [SMALL_STATE(999)] = 59186, [SMALL_STATE(1000)] = 59225, [SMALL_STATE(1001)] = 59255, [SMALL_STATE(1002)] = 59292, [SMALL_STATE(1003)] = 59317, [SMALL_STATE(1004)] = 59354, [SMALL_STATE(1005)] = 59391, [SMALL_STATE(1006)] = 59416, [SMALL_STATE(1007)] = 59469, [SMALL_STATE(1008)] = 59522, [SMALL_STATE(1009)] = 59559, [SMALL_STATE(1010)] = 59584, [SMALL_STATE(1011)] = 59637, [SMALL_STATE(1012)] = 59666, [SMALL_STATE(1013)] = 59691, [SMALL_STATE(1014)] = 59720, [SMALL_STATE(1015)] = 59755, [SMALL_STATE(1016)] = 59790, [SMALL_STATE(1017)] = 59824, [SMALL_STATE(1018)] = 59870, [SMALL_STATE(1019)] = 59898, [SMALL_STATE(1020)] = 59932, [SMALL_STATE(1021)] = 59963, [SMALL_STATE(1022)] = 60006, [SMALL_STATE(1023)] = 60049, [SMALL_STATE(1024)] = 60092, [SMALL_STATE(1025)] = 60135, [SMALL_STATE(1026)] = 60178, [SMALL_STATE(1027)] = 60221, [SMALL_STATE(1028)] = 60264, [SMALL_STATE(1029)] = 60304, [SMALL_STATE(1030)] = 60348, [SMALL_STATE(1031)] = 60373, [SMALL_STATE(1032)] = 60410, [SMALL_STATE(1033)] = 60447, [SMALL_STATE(1034)] = 60484, [SMALL_STATE(1035)] = 60521, [SMALL_STATE(1036)] = 60555, [SMALL_STATE(1037)] = 60589, [SMALL_STATE(1038)] = 60610, [SMALL_STATE(1039)] = 60631, [SMALL_STATE(1040)] = 60653, [SMALL_STATE(1041)] = 60684, [SMALL_STATE(1042)] = 60721, [SMALL_STATE(1043)] = 60744, [SMALL_STATE(1044)] = 60765, [SMALL_STATE(1045)] = 60796, [SMALL_STATE(1046)] = 60827, [SMALL_STATE(1047)] = 60858, [SMALL_STATE(1048)] = 60895, [SMALL_STATE(1049)] = 60932, [SMALL_STATE(1050)] = 60963, [SMALL_STATE(1051)] = 60994, [SMALL_STATE(1052)] = 61025, [SMALL_STATE(1053)] = 61056, [SMALL_STATE(1054)] = 61073, [SMALL_STATE(1055)] = 61104, [SMALL_STATE(1056)] = 61135, [SMALL_STATE(1057)] = 61166, [SMALL_STATE(1058)] = 61197, [SMALL_STATE(1059)] = 61228, [SMALL_STATE(1060)] = 61259, [SMALL_STATE(1061)] = 61290, [SMALL_STATE(1062)] = 61321, [SMALL_STATE(1063)] = 61352, [SMALL_STATE(1064)] = 61389, [SMALL_STATE(1065)] = 61412, [SMALL_STATE(1066)] = 61443, [SMALL_STATE(1067)] = 61474, [SMALL_STATE(1068)] = 61511, [SMALL_STATE(1069)] = 61532, [SMALL_STATE(1070)] = 61552, [SMALL_STATE(1071)] = 61586, [SMALL_STATE(1072)] = 61606, [SMALL_STATE(1073)] = 61630, [SMALL_STATE(1074)] = 61652, [SMALL_STATE(1075)] = 61686, [SMALL_STATE(1076)] = 61720, [SMALL_STATE(1077)] = 61742, [SMALL_STATE(1078)] = 61766, [SMALL_STATE(1079)] = 61784, [SMALL_STATE(1080)] = 61802, [SMALL_STATE(1081)] = 61836, [SMALL_STATE(1082)] = 61856, [SMALL_STATE(1083)] = 61880, [SMALL_STATE(1084)] = 61902, [SMALL_STATE(1085)] = 61936, [SMALL_STATE(1086)] = 61958, [SMALL_STATE(1087)] = 61992, [SMALL_STATE(1088)] = 62026, [SMALL_STATE(1089)] = 62046, [SMALL_STATE(1090)] = 62068, [SMALL_STATE(1091)] = 62102, [SMALL_STATE(1092)] = 62124, [SMALL_STATE(1093)] = 62158, [SMALL_STATE(1094)] = 62192, [SMALL_STATE(1095)] = 62226, [SMALL_STATE(1096)] = 62260, [SMALL_STATE(1097)] = 62278, [SMALL_STATE(1098)] = 62297, [SMALL_STATE(1099)] = 62318, [SMALL_STATE(1100)] = 62337, [SMALL_STATE(1101)] = 62360, [SMALL_STATE(1102)] = 62379, [SMALL_STATE(1103)] = 62398, [SMALL_STATE(1104)] = 62423, [SMALL_STATE(1105)] = 62442, [SMALL_STATE(1106)] = 62461, [SMALL_STATE(1107)] = 62484, [SMALL_STATE(1108)] = 62509, [SMALL_STATE(1109)] = 62532, [SMALL_STATE(1110)] = 62553, [SMALL_STATE(1111)] = 62567, [SMALL_STATE(1112)] = 62581, [SMALL_STATE(1113)] = 62599, [SMALL_STATE(1114)] = 62617, [SMALL_STATE(1115)] = 62631, [SMALL_STATE(1116)] = 62649, [SMALL_STATE(1117)] = 62663, [SMALL_STATE(1118)] = 62679, [SMALL_STATE(1119)] = 62699, [SMALL_STATE(1120)] = 62721, [SMALL_STATE(1121)] = 62741, [SMALL_STATE(1122)] = 62761, [SMALL_STATE(1123)] = 62779, [SMALL_STATE(1124)] = 62797, [SMALL_STATE(1125)] = 62811, [SMALL_STATE(1126)] = 62831, [SMALL_STATE(1127)] = 62845, [SMALL_STATE(1128)] = 62859, [SMALL_STATE(1129)] = 62873, [SMALL_STATE(1130)] = 62887, [SMALL_STATE(1131)] = 62901, [SMALL_STATE(1132)] = 62915, [SMALL_STATE(1133)] = 62929, [SMALL_STATE(1134)] = 62943, [SMALL_STATE(1135)] = 62957, [SMALL_STATE(1136)] = 62975, [SMALL_STATE(1137)] = 62989, [SMALL_STATE(1138)] = 63015, [SMALL_STATE(1139)] = 63029, [SMALL_STATE(1140)] = 63049, [SMALL_STATE(1141)] = 63063, [SMALL_STATE(1142)] = 63077, [SMALL_STATE(1143)] = 63091, [SMALL_STATE(1144)] = 63105, [SMALL_STATE(1145)] = 63125, [SMALL_STATE(1146)] = 63139, [SMALL_STATE(1147)] = 63163, [SMALL_STATE(1148)] = 63179, [SMALL_STATE(1149)] = 63193, [SMALL_STATE(1150)] = 63215, [SMALL_STATE(1151)] = 63229, [SMALL_STATE(1152)] = 63243, [SMALL_STATE(1153)] = 63261, [SMALL_STATE(1154)] = 63279, [SMALL_STATE(1155)] = 63299, [SMALL_STATE(1156)] = 63317, [SMALL_STATE(1157)] = 63333, [SMALL_STATE(1158)] = 63351, [SMALL_STATE(1159)] = 63365, [SMALL_STATE(1160)] = 63385, [SMALL_STATE(1161)] = 63407, [SMALL_STATE(1162)] = 63427, [SMALL_STATE(1163)] = 63447, [SMALL_STATE(1164)] = 63467, [SMALL_STATE(1165)] = 63485, [SMALL_STATE(1166)] = 63501, [SMALL_STATE(1167)] = 63521, [SMALL_STATE(1168)] = 63539, [SMALL_STATE(1169)] = 63559, [SMALL_STATE(1170)] = 63579, [SMALL_STATE(1171)] = 63599, [SMALL_STATE(1172)] = 63617, [SMALL_STATE(1173)] = 63641, [SMALL_STATE(1174)] = 63659, [SMALL_STATE(1175)] = 63677, [SMALL_STATE(1176)] = 63701, [SMALL_STATE(1177)] = 63715, [SMALL_STATE(1178)] = 63740, [SMALL_STATE(1179)] = 63753, [SMALL_STATE(1180)] = 63772, [SMALL_STATE(1181)] = 63797, [SMALL_STATE(1182)] = 63820, [SMALL_STATE(1183)] = 63839, [SMALL_STATE(1184)] = 63860, [SMALL_STATE(1185)] = 63885, [SMALL_STATE(1186)] = 63910, [SMALL_STATE(1187)] = 63935, [SMALL_STATE(1188)] = 63960, [SMALL_STATE(1189)] = 63979, [SMALL_STATE(1190)] = 63996, [SMALL_STATE(1191)] = 64011, [SMALL_STATE(1192)] = 64034, [SMALL_STATE(1193)] = 64055, [SMALL_STATE(1194)] = 64080, [SMALL_STATE(1195)] = 64105, [SMALL_STATE(1196)] = 64126, [SMALL_STATE(1197)] = 64151, [SMALL_STATE(1198)] = 64170, [SMALL_STATE(1199)] = 64183, [SMALL_STATE(1200)] = 64202, [SMALL_STATE(1201)] = 64221, [SMALL_STATE(1202)] = 64238, [SMALL_STATE(1203)] = 64263, [SMALL_STATE(1204)] = 64288, [SMALL_STATE(1205)] = 64313, [SMALL_STATE(1206)] = 64326, [SMALL_STATE(1207)] = 64351, [SMALL_STATE(1208)] = 64376, [SMALL_STATE(1209)] = 64401, [SMALL_STATE(1210)] = 64426, [SMALL_STATE(1211)] = 64449, [SMALL_STATE(1212)] = 64474, [SMALL_STATE(1213)] = 64499, [SMALL_STATE(1214)] = 64522, [SMALL_STATE(1215)] = 64539, [SMALL_STATE(1216)] = 64560, [SMALL_STATE(1217)] = 64581, [SMALL_STATE(1218)] = 64606, [SMALL_STATE(1219)] = 64631, [SMALL_STATE(1220)] = 64650, [SMALL_STATE(1221)] = 64669, [SMALL_STATE(1222)] = 64688, [SMALL_STATE(1223)] = 64701, [SMALL_STATE(1224)] = 64724, [SMALL_STATE(1225)] = 64743, [SMALL_STATE(1226)] = 64766, [SMALL_STATE(1227)] = 64791, [SMALL_STATE(1228)] = 64816, [SMALL_STATE(1229)] = 64841, [SMALL_STATE(1230)] = 64866, [SMALL_STATE(1231)] = 64891, [SMALL_STATE(1232)] = 64910, [SMALL_STATE(1233)] = 64935, [SMALL_STATE(1234)] = 64948, [SMALL_STATE(1235)] = 64967, [SMALL_STATE(1236)] = 64990, [SMALL_STATE(1237)] = 65015, [SMALL_STATE(1238)] = 65028, [SMALL_STATE(1239)] = 65047, [SMALL_STATE(1240)] = 65070, [SMALL_STATE(1241)] = 65085, [SMALL_STATE(1242)] = 65108, [SMALL_STATE(1243)] = 65124, [SMALL_STATE(1244)] = 65140, [SMALL_STATE(1245)] = 65160, [SMALL_STATE(1246)] = 65176, [SMALL_STATE(1247)] = 65196, [SMALL_STATE(1248)] = 65214, [SMALL_STATE(1249)] = 65228, [SMALL_STATE(1250)] = 65244, [SMALL_STATE(1251)] = 65266, [SMALL_STATE(1252)] = 65282, [SMALL_STATE(1253)] = 65296, [SMALL_STATE(1254)] = 65318, [SMALL_STATE(1255)] = 65338, [SMALL_STATE(1256)] = 65356, [SMALL_STATE(1257)] = 65372, [SMALL_STATE(1258)] = 65388, [SMALL_STATE(1259)] = 65410, [SMALL_STATE(1260)] = 65424, [SMALL_STATE(1261)] = 65438, [SMALL_STATE(1262)] = 65456, [SMALL_STATE(1263)] = 65472, [SMALL_STATE(1264)] = 65484, [SMALL_STATE(1265)] = 65504, [SMALL_STATE(1266)] = 65526, [SMALL_STATE(1267)] = 65544, [SMALL_STATE(1268)] = 65562, [SMALL_STATE(1269)] = 65580, [SMALL_STATE(1270)] = 65600, [SMALL_STATE(1271)] = 65616, [SMALL_STATE(1272)] = 65634, [SMALL_STATE(1273)] = 65650, [SMALL_STATE(1274)] = 65666, [SMALL_STATE(1275)] = 65682, [SMALL_STATE(1276)] = 65696, [SMALL_STATE(1277)] = 65718, [SMALL_STATE(1278)] = 65740, [SMALL_STATE(1279)] = 65758, [SMALL_STATE(1280)] = 65780, [SMALL_STATE(1281)] = 65796, [SMALL_STATE(1282)] = 65810, [SMALL_STATE(1283)] = 65822, [SMALL_STATE(1284)] = 65839, [SMALL_STATE(1285)] = 65856, [SMALL_STATE(1286)] = 65875, [SMALL_STATE(1287)] = 65890, [SMALL_STATE(1288)] = 65909, [SMALL_STATE(1289)] = 65924, [SMALL_STATE(1290)] = 65943, [SMALL_STATE(1291)] = 65960, [SMALL_STATE(1292)] = 65971, [SMALL_STATE(1293)] = 65988, [SMALL_STATE(1294)] = 65999, [SMALL_STATE(1295)] = 66014, [SMALL_STATE(1296)] = 66031, [SMALL_STATE(1297)] = 66050, [SMALL_STATE(1298)] = 66067, [SMALL_STATE(1299)] = 66084, [SMALL_STATE(1300)] = 66099, [SMALL_STATE(1301)] = 66116, [SMALL_STATE(1302)] = 66127, [SMALL_STATE(1303)] = 66144, [SMALL_STATE(1304)] = 66161, [SMALL_STATE(1305)] = 66178, [SMALL_STATE(1306)] = 66197, [SMALL_STATE(1307)] = 66216, [SMALL_STATE(1308)] = 66227, [SMALL_STATE(1309)] = 66242, [SMALL_STATE(1310)] = 66257, [SMALL_STATE(1311)] = 66272, [SMALL_STATE(1312)] = 66287, [SMALL_STATE(1313)] = 66298, [SMALL_STATE(1314)] = 66315, [SMALL_STATE(1315)] = 66334, [SMALL_STATE(1316)] = 66353, [SMALL_STATE(1317)] = 66370, [SMALL_STATE(1318)] = 66387, [SMALL_STATE(1319)] = 66404, [SMALL_STATE(1320)] = 66421, [SMALL_STATE(1321)] = 66438, [SMALL_STATE(1322)] = 66455, [SMALL_STATE(1323)] = 66471, [SMALL_STATE(1324)] = 66485, [SMALL_STATE(1325)] = 66499, [SMALL_STATE(1326)] = 66515, [SMALL_STATE(1327)] = 66531, [SMALL_STATE(1328)] = 66545, [SMALL_STATE(1329)] = 66561, [SMALL_STATE(1330)] = 66573, [SMALL_STATE(1331)] = 66589, [SMALL_STATE(1332)] = 66605, [SMALL_STATE(1333)] = 66619, [SMALL_STATE(1334)] = 66631, [SMALL_STATE(1335)] = 66645, [SMALL_STATE(1336)] = 66659, [SMALL_STATE(1337)] = 66673, [SMALL_STATE(1338)] = 66689, [SMALL_STATE(1339)] = 66705, [SMALL_STATE(1340)] = 66719, [SMALL_STATE(1341)] = 66733, [SMALL_STATE(1342)] = 66749, [SMALL_STATE(1343)] = 66765, [SMALL_STATE(1344)] = 66779, [SMALL_STATE(1345)] = 66789, [SMALL_STATE(1346)] = 66805, [SMALL_STATE(1347)] = 66821, [SMALL_STATE(1348)] = 66837, [SMALL_STATE(1349)] = 66851, [SMALL_STATE(1350)] = 66861, [SMALL_STATE(1351)] = 66877, [SMALL_STATE(1352)] = 66893, [SMALL_STATE(1353)] = 66907, [SMALL_STATE(1354)] = 66923, [SMALL_STATE(1355)] = 66933, [SMALL_STATE(1356)] = 66947, [SMALL_STATE(1357)] = 66963, [SMALL_STATE(1358)] = 66979, [SMALL_STATE(1359)] = 66989, [SMALL_STATE(1360)] = 67005, [SMALL_STATE(1361)] = 67019, [SMALL_STATE(1362)] = 67035, [SMALL_STATE(1363)] = 67051, [SMALL_STATE(1364)] = 67067, [SMALL_STATE(1365)] = 67081, [SMALL_STATE(1366)] = 67097, [SMALL_STATE(1367)] = 67111, [SMALL_STATE(1368)] = 67127, [SMALL_STATE(1369)] = 67141, [SMALL_STATE(1370)] = 67155, [SMALL_STATE(1371)] = 67171, [SMALL_STATE(1372)] = 67187, [SMALL_STATE(1373)] = 67201, [SMALL_STATE(1374)] = 67215, [SMALL_STATE(1375)] = 67229, [SMALL_STATE(1376)] = 67243, [SMALL_STATE(1377)] = 67259, [SMALL_STATE(1378)] = 67275, [SMALL_STATE(1379)] = 67291, [SMALL_STATE(1380)] = 67305, [SMALL_STATE(1381)] = 67319, [SMALL_STATE(1382)] = 67335, [SMALL_STATE(1383)] = 67349, [SMALL_STATE(1384)] = 67363, [SMALL_STATE(1385)] = 67379, [SMALL_STATE(1386)] = 67395, [SMALL_STATE(1387)] = 67411, [SMALL_STATE(1388)] = 67427, [SMALL_STATE(1389)] = 67441, [SMALL_STATE(1390)] = 67455, [SMALL_STATE(1391)] = 67469, [SMALL_STATE(1392)] = 67479, [SMALL_STATE(1393)] = 67493, [SMALL_STATE(1394)] = 67503, [SMALL_STATE(1395)] = 67517, [SMALL_STATE(1396)] = 67533, [SMALL_STATE(1397)] = 67549, [SMALL_STATE(1398)] = 67565, [SMALL_STATE(1399)] = 67581, [SMALL_STATE(1400)] = 67597, [SMALL_STATE(1401)] = 67611, [SMALL_STATE(1402)] = 67625, [SMALL_STATE(1403)] = 67641, [SMALL_STATE(1404)] = 67657, [SMALL_STATE(1405)] = 67671, [SMALL_STATE(1406)] = 67684, [SMALL_STATE(1407)] = 67697, [SMALL_STATE(1408)] = 67710, [SMALL_STATE(1409)] = 67721, [SMALL_STATE(1410)] = 67734, [SMALL_STATE(1411)] = 67743, [SMALL_STATE(1412)] = 67754, [SMALL_STATE(1413)] = 67767, [SMALL_STATE(1414)] = 67780, [SMALL_STATE(1415)] = 67793, [SMALL_STATE(1416)] = 67806, [SMALL_STATE(1417)] = 67819, [SMALL_STATE(1418)] = 67828, [SMALL_STATE(1419)] = 67841, [SMALL_STATE(1420)] = 67854, [SMALL_STATE(1421)] = 67867, [SMALL_STATE(1422)] = 67880, [SMALL_STATE(1423)] = 67889, [SMALL_STATE(1424)] = 67902, [SMALL_STATE(1425)] = 67915, [SMALL_STATE(1426)] = 67924, [SMALL_STATE(1427)] = 67937, [SMALL_STATE(1428)] = 67950, [SMALL_STATE(1429)] = 67959, [SMALL_STATE(1430)] = 67972, [SMALL_STATE(1431)] = 67985, [SMALL_STATE(1432)] = 67996, [SMALL_STATE(1433)] = 68009, [SMALL_STATE(1434)] = 68022, [SMALL_STATE(1435)] = 68035, [SMALL_STATE(1436)] = 68048, [SMALL_STATE(1437)] = 68059, [SMALL_STATE(1438)] = 68068, [SMALL_STATE(1439)] = 68079, [SMALL_STATE(1440)] = 68092, [SMALL_STATE(1441)] = 68105, [SMALL_STATE(1442)] = 68118, [SMALL_STATE(1443)] = 68127, [SMALL_STATE(1444)] = 68140, [SMALL_STATE(1445)] = 68153, [SMALL_STATE(1446)] = 68166, [SMALL_STATE(1447)] = 68177, [SMALL_STATE(1448)] = 68190, [SMALL_STATE(1449)] = 68203, [SMALL_STATE(1450)] = 68216, [SMALL_STATE(1451)] = 68229, [SMALL_STATE(1452)] = 68242, [SMALL_STATE(1453)] = 68255, [SMALL_STATE(1454)] = 68268, [SMALL_STATE(1455)] = 68281, [SMALL_STATE(1456)] = 68294, [SMALL_STATE(1457)] = 68307, [SMALL_STATE(1458)] = 68320, [SMALL_STATE(1459)] = 68333, [SMALL_STATE(1460)] = 68346, [SMALL_STATE(1461)] = 68359, [SMALL_STATE(1462)] = 68372, [SMALL_STATE(1463)] = 68385, [SMALL_STATE(1464)] = 68396, [SMALL_STATE(1465)] = 68409, [SMALL_STATE(1466)] = 68422, [SMALL_STATE(1467)] = 68435, [SMALL_STATE(1468)] = 68448, [SMALL_STATE(1469)] = 68461, [SMALL_STATE(1470)] = 68474, [SMALL_STATE(1471)] = 68487, [SMALL_STATE(1472)] = 68500, [SMALL_STATE(1473)] = 68513, [SMALL_STATE(1474)] = 68526, [SMALL_STATE(1475)] = 68539, [SMALL_STATE(1476)] = 68552, [SMALL_STATE(1477)] = 68565, [SMALL_STATE(1478)] = 68578, [SMALL_STATE(1479)] = 68591, [SMALL_STATE(1480)] = 68604, [SMALL_STATE(1481)] = 68617, [SMALL_STATE(1482)] = 68630, [SMALL_STATE(1483)] = 68643, [SMALL_STATE(1484)] = 68656, [SMALL_STATE(1485)] = 68669, [SMALL_STATE(1486)] = 68678, [SMALL_STATE(1487)] = 68691, [SMALL_STATE(1488)] = 68704, [SMALL_STATE(1489)] = 68717, [SMALL_STATE(1490)] = 68730, [SMALL_STATE(1491)] = 68743, [SMALL_STATE(1492)] = 68756, [SMALL_STATE(1493)] = 68769, [SMALL_STATE(1494)] = 68782, [SMALL_STATE(1495)] = 68791, [SMALL_STATE(1496)] = 68804, [SMALL_STATE(1497)] = 68817, [SMALL_STATE(1498)] = 68830, [SMALL_STATE(1499)] = 68843, [SMALL_STATE(1500)] = 68854, [SMALL_STATE(1501)] = 68867, [SMALL_STATE(1502)] = 68880, [SMALL_STATE(1503)] = 68893, [SMALL_STATE(1504)] = 68906, [SMALL_STATE(1505)] = 68919, [SMALL_STATE(1506)] = 68932, [SMALL_STATE(1507)] = 68945, [SMALL_STATE(1508)] = 68956, [SMALL_STATE(1509)] = 68967, [SMALL_STATE(1510)] = 68976, [SMALL_STATE(1511)] = 68985, [SMALL_STATE(1512)] = 68998, [SMALL_STATE(1513)] = 69007, [SMALL_STATE(1514)] = 69020, [SMALL_STATE(1515)] = 69033, [SMALL_STATE(1516)] = 69046, [SMALL_STATE(1517)] = 69057, [SMALL_STATE(1518)] = 69068, [SMALL_STATE(1519)] = 69081, [SMALL_STATE(1520)] = 69094, [SMALL_STATE(1521)] = 69107, [SMALL_STATE(1522)] = 69120, [SMALL_STATE(1523)] = 69129, [SMALL_STATE(1524)] = 69142, [SMALL_STATE(1525)] = 69151, [SMALL_STATE(1526)] = 69164, [SMALL_STATE(1527)] = 69177, [SMALL_STATE(1528)] = 69190, [SMALL_STATE(1529)] = 69203, [SMALL_STATE(1530)] = 69212, [SMALL_STATE(1531)] = 69225, [SMALL_STATE(1532)] = 69238, [SMALL_STATE(1533)] = 69251, [SMALL_STATE(1534)] = 69259, [SMALL_STATE(1535)] = 69267, [SMALL_STATE(1536)] = 69275, [SMALL_STATE(1537)] = 69283, [SMALL_STATE(1538)] = 69293, [SMALL_STATE(1539)] = 69303, [SMALL_STATE(1540)] = 69311, [SMALL_STATE(1541)] = 69319, [SMALL_STATE(1542)] = 69329, [SMALL_STATE(1543)] = 69337, [SMALL_STATE(1544)] = 69347, [SMALL_STATE(1545)] = 69357, [SMALL_STATE(1546)] = 69365, [SMALL_STATE(1547)] = 69375, [SMALL_STATE(1548)] = 69385, [SMALL_STATE(1549)] = 69395, [SMALL_STATE(1550)] = 69403, [SMALL_STATE(1551)] = 69411, [SMALL_STATE(1552)] = 69421, [SMALL_STATE(1553)] = 69429, [SMALL_STATE(1554)] = 69439, [SMALL_STATE(1555)] = 69447, [SMALL_STATE(1556)] = 69457, [SMALL_STATE(1557)] = 69467, [SMALL_STATE(1558)] = 69475, [SMALL_STATE(1559)] = 69483, [SMALL_STATE(1560)] = 69491, [SMALL_STATE(1561)] = 69501, [SMALL_STATE(1562)] = 69509, [SMALL_STATE(1563)] = 69517, [SMALL_STATE(1564)] = 69525, [SMALL_STATE(1565)] = 69535, [SMALL_STATE(1566)] = 69543, [SMALL_STATE(1567)] = 69551, [SMALL_STATE(1568)] = 69559, [SMALL_STATE(1569)] = 69569, [SMALL_STATE(1570)] = 69577, [SMALL_STATE(1571)] = 69585, [SMALL_STATE(1572)] = 69593, [SMALL_STATE(1573)] = 69603, [SMALL_STATE(1574)] = 69613, [SMALL_STATE(1575)] = 69623, [SMALL_STATE(1576)] = 69631, [SMALL_STATE(1577)] = 69641, [SMALL_STATE(1578)] = 69649, [SMALL_STATE(1579)] = 69657, [SMALL_STATE(1580)] = 69665, [SMALL_STATE(1581)] = 69673, [SMALL_STATE(1582)] = 69681, [SMALL_STATE(1583)] = 69689, [SMALL_STATE(1584)] = 69697, [SMALL_STATE(1585)] = 69705, [SMALL_STATE(1586)] = 69713, [SMALL_STATE(1587)] = 69721, [SMALL_STATE(1588)] = 69731, [SMALL_STATE(1589)] = 69741, [SMALL_STATE(1590)] = 69749, [SMALL_STATE(1591)] = 69759, [SMALL_STATE(1592)] = 69767, [SMALL_STATE(1593)] = 69775, [SMALL_STATE(1594)] = 69785, [SMALL_STATE(1595)] = 69795, [SMALL_STATE(1596)] = 69805, [SMALL_STATE(1597)] = 69813, [SMALL_STATE(1598)] = 69823, [SMALL_STATE(1599)] = 69831, [SMALL_STATE(1600)] = 69841, [SMALL_STATE(1601)] = 69849, [SMALL_STATE(1602)] = 69859, [SMALL_STATE(1603)] = 69869, [SMALL_STATE(1604)] = 69877, [SMALL_STATE(1605)] = 69887, [SMALL_STATE(1606)] = 69895, [SMALL_STATE(1607)] = 69903, [SMALL_STATE(1608)] = 69911, [SMALL_STATE(1609)] = 69919, [SMALL_STATE(1610)] = 69927, [SMALL_STATE(1611)] = 69935, [SMALL_STATE(1612)] = 69943, [SMALL_STATE(1613)] = 69953, [SMALL_STATE(1614)] = 69960, [SMALL_STATE(1615)] = 69967, [SMALL_STATE(1616)] = 69974, [SMALL_STATE(1617)] = 69981, [SMALL_STATE(1618)] = 69988, [SMALL_STATE(1619)] = 69995, [SMALL_STATE(1620)] = 70002, [SMALL_STATE(1621)] = 70009, [SMALL_STATE(1622)] = 70016, [SMALL_STATE(1623)] = 70023, [SMALL_STATE(1624)] = 70030, [SMALL_STATE(1625)] = 70037, [SMALL_STATE(1626)] = 70044, [SMALL_STATE(1627)] = 70051, [SMALL_STATE(1628)] = 70058, [SMALL_STATE(1629)] = 70065, [SMALL_STATE(1630)] = 70072, [SMALL_STATE(1631)] = 70079, [SMALL_STATE(1632)] = 70086, [SMALL_STATE(1633)] = 70093, [SMALL_STATE(1634)] = 70100, [SMALL_STATE(1635)] = 70107, [SMALL_STATE(1636)] = 70114, [SMALL_STATE(1637)] = 70121, [SMALL_STATE(1638)] = 70128, [SMALL_STATE(1639)] = 70135, [SMALL_STATE(1640)] = 70142, [SMALL_STATE(1641)] = 70149, [SMALL_STATE(1642)] = 70156, [SMALL_STATE(1643)] = 70163, [SMALL_STATE(1644)] = 70170, [SMALL_STATE(1645)] = 70177, [SMALL_STATE(1646)] = 70184, [SMALL_STATE(1647)] = 70191, [SMALL_STATE(1648)] = 70198, [SMALL_STATE(1649)] = 70205, [SMALL_STATE(1650)] = 70212, [SMALL_STATE(1651)] = 70219, [SMALL_STATE(1652)] = 70226, [SMALL_STATE(1653)] = 70233, [SMALL_STATE(1654)] = 70240, [SMALL_STATE(1655)] = 70247, [SMALL_STATE(1656)] = 70254, [SMALL_STATE(1657)] = 70261, [SMALL_STATE(1658)] = 70268, [SMALL_STATE(1659)] = 70275, [SMALL_STATE(1660)] = 70282, [SMALL_STATE(1661)] = 70289, [SMALL_STATE(1662)] = 70296, [SMALL_STATE(1663)] = 70303, [SMALL_STATE(1664)] = 70310, [SMALL_STATE(1665)] = 70317, [SMALL_STATE(1666)] = 70324, [SMALL_STATE(1667)] = 70331, [SMALL_STATE(1668)] = 70338, [SMALL_STATE(1669)] = 70345, [SMALL_STATE(1670)] = 70352, [SMALL_STATE(1671)] = 70359, [SMALL_STATE(1672)] = 70366, [SMALL_STATE(1673)] = 70373, [SMALL_STATE(1674)] = 70380, [SMALL_STATE(1675)] = 70387, [SMALL_STATE(1676)] = 70394, [SMALL_STATE(1677)] = 70401, [SMALL_STATE(1678)] = 70408, [SMALL_STATE(1679)] = 70415, [SMALL_STATE(1680)] = 70422, [SMALL_STATE(1681)] = 70429, [SMALL_STATE(1682)] = 70436, [SMALL_STATE(1683)] = 70443, [SMALL_STATE(1684)] = 70450, [SMALL_STATE(1685)] = 70457, [SMALL_STATE(1686)] = 70464, [SMALL_STATE(1687)] = 70471, [SMALL_STATE(1688)] = 70478, [SMALL_STATE(1689)] = 70485, [SMALL_STATE(1690)] = 70492, [SMALL_STATE(1691)] = 70499, [SMALL_STATE(1692)] = 70506, [SMALL_STATE(1693)] = 70513, [SMALL_STATE(1694)] = 70520, [SMALL_STATE(1695)] = 70527, [SMALL_STATE(1696)] = 70534, [SMALL_STATE(1697)] = 70541, [SMALL_STATE(1698)] = 70548, [SMALL_STATE(1699)] = 70555, [SMALL_STATE(1700)] = 70562, [SMALL_STATE(1701)] = 70569, [SMALL_STATE(1702)] = 70576, [SMALL_STATE(1703)] = 70583, [SMALL_STATE(1704)] = 70590, [SMALL_STATE(1705)] = 70597, [SMALL_STATE(1706)] = 70604, [SMALL_STATE(1707)] = 70611, [SMALL_STATE(1708)] = 70618, [SMALL_STATE(1709)] = 70625, [SMALL_STATE(1710)] = 70632, [SMALL_STATE(1711)] = 70639, [SMALL_STATE(1712)] = 70646, [SMALL_STATE(1713)] = 70653, [SMALL_STATE(1714)] = 70660, [SMALL_STATE(1715)] = 70667, [SMALL_STATE(1716)] = 70674, [SMALL_STATE(1717)] = 70681, [SMALL_STATE(1718)] = 70688, [SMALL_STATE(1719)] = 70695, [SMALL_STATE(1720)] = 70702, [SMALL_STATE(1721)] = 70709, [SMALL_STATE(1722)] = 70716, [SMALL_STATE(1723)] = 70723, [SMALL_STATE(1724)] = 70730, [SMALL_STATE(1725)] = 70737, [SMALL_STATE(1726)] = 70744, [SMALL_STATE(1727)] = 70751, [SMALL_STATE(1728)] = 70758, [SMALL_STATE(1729)] = 70765, [SMALL_STATE(1730)] = 70772, [SMALL_STATE(1731)] = 70779, [SMALL_STATE(1732)] = 70786, [SMALL_STATE(1733)] = 70793, [SMALL_STATE(1734)] = 70800, [SMALL_STATE(1735)] = 70807, [SMALL_STATE(1736)] = 70814, [SMALL_STATE(1737)] = 70821, [SMALL_STATE(1738)] = 70828, [SMALL_STATE(1739)] = 70835, [SMALL_STATE(1740)] = 70842, [SMALL_STATE(1741)] = 70849, [SMALL_STATE(1742)] = 70856, [SMALL_STATE(1743)] = 70863, [SMALL_STATE(1744)] = 70870, [SMALL_STATE(1745)] = 70877, [SMALL_STATE(1746)] = 70884, [SMALL_STATE(1747)] = 70891, [SMALL_STATE(1748)] = 70898, [SMALL_STATE(1749)] = 70905, [SMALL_STATE(1750)] = 70912, [SMALL_STATE(1751)] = 70919, [SMALL_STATE(1752)] = 70926, [SMALL_STATE(1753)] = 70933, [SMALL_STATE(1754)] = 70940, }; 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, 0, 0), [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), [115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(499), [118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(453), [121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1357), [124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1213), [127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(157), [130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(343), [133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(78), [136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(340), [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(233), [142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(247), [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(182), [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1581), [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1589), [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1603), [157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(424), [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(437), [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(513), [166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(425), [169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1720), [172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(305), [175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(67), [178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(643), [181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(160), [184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(165), [187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(349), [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1745), [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1743), [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1653), [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(452), [202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(469), [205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1723), [208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(386), [211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(396), [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1027), [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(179), [220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(950), [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(950), [226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(134), [229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), [231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1044), [234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1040), [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), [239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1, 0, 0), [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(345), [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(347), [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(501), [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(427), [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1683), [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(295), [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(66), [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1699), [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1659), [268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), [270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), [272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), [274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(236), [277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 1), REDUCE(sym_primary_expression, 1, 0, 1), [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(397), [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), [285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 1), [287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(688), [290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(208), [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), [295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(349), [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(372), [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), [303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), [307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 1), [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), [563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), [587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), REDUCE(sym_list_splat_pattern, 2, 0, 8), [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), [592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, 0, 8), [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), [598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, 0, 8), [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), [610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), [612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), [628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), [634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), [644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), [646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), [648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), [668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), [670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), [702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, 0, 7), [704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2, 0, 7), [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), [710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3, 0, 16), [712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3, 0, 16), [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), [758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 1, 0, 0), [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), [770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3, 0, 16), [772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, 0, 7), [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), [780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 3, 0, 52), [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), [798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, 0, 26), [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), [806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 1, 0, 0), [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), [826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), [846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2, 0, 7), [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), [860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, 0, 145), [862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, 0, 145), [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), [866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 3, 0, 16), [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), [884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 126), [886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, 0, 126), [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), [904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 127), [906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, 0, 127), [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), [914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 101), [916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, 0, 101), [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), [922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1, 0, 0), [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), [926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 2, 0, 7), [928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, 0, 34), [930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 3, 0, 16), [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, 0, 57), [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, 0, 57), [952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), [956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), [958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, 0, 84), [960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, 0, 84), [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1, 0, 0), [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), [996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, 0, 70), [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), [1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, 0, 30), [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, 0, 29), [1008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, 0, 70), [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, 0, 0), [1012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 0), [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 10), [1016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, 0, 98), [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, 0, 69), [1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1, 0, 0), [1024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1, 0, 0), [1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 3, 0, 0), [1028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 3, 0, 0), [1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, 0, 71), [1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, 0, 71), [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), [1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), [1038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(292), [1041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), [1043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), [1045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1739), [1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 41), [1050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, 0, 41), [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 2, 0, 0), [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 2, 0, 0), [1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 105), [1058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 105), [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), [1062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 55), [1064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 55), [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), [1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 79), [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 79), [1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 80), [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 80), [1076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(304), [1079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 4, 0, 0), [1081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 4, 0, 0), [1083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1736), [1086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), [1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), [1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), [1100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), [1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 103), [1104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 103), [1106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 103), SHIFT_REPEAT(431), [1109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 103), SHIFT_REPEAT(394), [1112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), [1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), [1116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), [1124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 8, 0, 169), [1126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 8, 0, 169), [1128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cases, 1, 0, 0), [1130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cases, 1, 0, 0), [1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), [1134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, 0, 134), [1136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, 0, 134), [1138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 6, 0, 161), [1140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 6, 0, 161), [1142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 6, 0, 162), [1144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 6, 0, 162), [1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2, 0, 0), [1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cases_repeat1, 2, 0, 0), [1150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2, 0, 0), SHIFT_REPEAT(870), [1153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2, 0, 0), SHIFT_REPEAT(869), [1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 7, 0, 167), [1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 7, 0, 167), [1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, 0, 84), [1162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, 0, 84), [1164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 3, 0, 57), [1166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 3, 0, 57), [1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 7, 0, 168), [1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 7, 0, 168), [1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), [1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), [1178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 5, 0, 152), [1180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 5, 0, 152), [1182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 5, 0, 151), [1184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 5, 0, 151), [1186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, 0, 26), [1194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, 0, 55), [1196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, 0, 55), [1198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 147), [1200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 147), [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), [1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), [1206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym_list_splat_pattern, 2, 0, 9), [1209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), [1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, 0, 9), [1213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, 0, 9), [1215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 3, 0, 52), [1217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, 0, 80), [1219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, 0, 80), [1221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 77), [1223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 77), [1225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 108), [1227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 108), [1229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, 0, 56), [1231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, 0, 56), [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, 0, 84), [1235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, 0, 84), [1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 83), [1239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 83), [1241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, 0, 57), [1243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, 0, 57), [1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 129), [1247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 129), [1249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 133), [1251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 133), [1253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 3, 0, 57), [1255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3, 0, 57), [1257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 5, 0, 154), [1259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 5, 0, 154), [1261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 5, 0, 155), [1263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 5, 0, 155), [1265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0), REDUCE(sym_primary_expression, 1, 0, 0), [1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), [1270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 0), [1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0), [1274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 4, 0, 138), [1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 4, 0, 138), [1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 4, 0, 84), [1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, 0, 84), [1282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 6, 0, 163), [1284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 6, 0, 163), [1286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 4, 0, 65), [1288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, 0, 65), [1290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2, 0, 0), [1292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern, 2, 0, 0), REDUCE(sym_list, 2, 0, 0), [1295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2, 0, 0), [1297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2, 0, 0), [1299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 2, 0, 0), [1301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 158), [1303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 158), [1305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 159), [1307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 159), [1309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 160), [1311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 160), [1313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 93), [1315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 93), [1317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 102), [1319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 102), [1321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 104), [1323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 104), [1325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 165), [1327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 165), [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 10, 0, 166), [1331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 10, 0, 166), [1333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2, 0, 0), [1335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), REDUCE(sym_tuple, 2, 0, 0), [1338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2, 0, 0), [1340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), [1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 2, 0, 0), [1344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, 0, 106), [1346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, 0, 106), [1348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 107), [1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 107), [1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 146), [1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 146), [1356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 78), [1358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 78), [1360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, 0, 109), [1362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, 0, 109), [1364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, 0, 81), [1366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, 0, 81), [1368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 3, 0, 57), [1370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 3, 0, 57), [1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorated_definition, 2, 0, 19), [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorated_definition, 2, 0, 19), [1376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, 0, 57), [1378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, 0, 57), [1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 148), [1382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 148), [1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 82), [1386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 82), [1388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 94), [1390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 94), [1392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 117), [1394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 117), [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 149), [1398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 149), [1400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 118), [1402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 118), [1404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, 0, 58), [1406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, 0, 58), [1408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, 0, 60), [1410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, 0, 60), [1412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, 0, 61), [1414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, 0, 61), [1416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 119), [1418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 119), [1420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 120), [1422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 120), [1424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 121), [1426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 121), [1428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 150), [1430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 150), [1432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, 0, 85), [1434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, 0, 85), [1436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 92), [1438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 92), [1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 128), [1442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 128), [1444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 130), [1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 130), [1448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 131), [1450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 131), [1452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 132), [1454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 132), [1456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 4, 0, 84), [1458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 4, 0, 84), [1460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 7, 0, 84), [1462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 7, 0, 84), [1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 141), [1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 141), [1468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 142), [1470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 142), [1472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 7, 0, 143), [1474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, 0, 143), [1476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 156), [1478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 156), [1480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 157), [1482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 157), [1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 90), [1486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 90), [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), [1490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), [1492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), [1494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_separator, 1, 0, 0), [1496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), [1498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), [1500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), [1502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), [1504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), [1506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), [1508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2, 0, 0), [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2, 0, 0), [1514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1061), [1517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), [1519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), [1521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), [1523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), [1525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), [1527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1059), [1530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2, 0, 0), [1532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2, 0, 0), [1534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_template_string, 2, 0, 0), [1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_template_string, 2, 0, 0), [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 3, 0, 20), [1540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 3, 0, 20), [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 2, 0, 2), [1544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 2, 0, 2), [1546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 2), [1548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 2), [1550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 20), [1552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 20), [1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), [1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), [1560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), [1562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), [1564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), [1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), [1568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), [1570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), [1572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), [1574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), [1584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), [1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), [1590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), [1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), [1594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), [1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), [1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), [1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), [1610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), [1612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2, 0, 0), [1614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2, 0, 0), [1616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, 0, 17), [1618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, 0, 17), [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 28), [1622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 28), [1624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3, 0, 27), [1626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3, 0, 27), [1628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, 0, 27), [1630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, 0, 27), [1632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3, 0, 0), [1634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3, 0, 0), [1636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3, 0, 32), [1638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3, 0, 32), [1640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3, 0, 27), [1642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3, 0, 27), [1644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), [1646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), [1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_expression, 4, 0, 51), [1650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_expression, 4, 0, 51), [1652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_comprehension, 4, 0, 51), [1654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_comprehension, 4, 0, 51), [1656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 4, 0, 51), [1658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 4, 0, 51), [1660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, 0, 32), [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, 0, 32), [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, 0, 62), [1666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, 0, 62), [1668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0), [1670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0), [1672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 32), [1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 32), [1676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 68), [1678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 68), [1680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5, 0, 62), [1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5, 0, 62), [1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 32), [1686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 32), [1688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 62), [1690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 62), [1692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 68), [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 68), [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 96), [1698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 96), [1700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 62), [1702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 62), [1704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 96), [1706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 96), [1708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_comprehension, 4, 0, 51), [1710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_comprehension, 4, 0, 51), [1712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, 0, 40), [1714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, 0, 40), [1716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 72), [1718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 72), [1720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 73), [1722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 73), [1724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await, 2, 0, 0), [1726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await, 2, 0, 0), [1728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, 0, 13), [1730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, 0, 13), [1732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1049), [1735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1050), [1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), [1740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), [1742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1060), [1745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1055), [1748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), [1750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), [1754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), [1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), [1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), [1766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), [1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), [1770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), [1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), [1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), [1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), [1802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1044), [1805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1040), [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), [1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), [1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), [1826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), [1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), [1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), [1834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), [1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), [1844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), [1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), [1852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), [1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), [1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), [1860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), [1862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), [1864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), [1866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), [1868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), [1870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), [1872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), [1874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), [1876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), [1878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_sequence_match_pattern, 3, 0, 0), [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_sequence_match_pattern, 3, 0, 0), [1884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), [1886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), [1888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), [1892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), [1896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), [1898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), [1900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_sequence_match_pattern, 2, 0, 0), [1902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_sequence_match_pattern, 2, 0, 0), [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), [1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), [1912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), [1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), [1920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), [1922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), [1924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), [1926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), [1928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(650), [1931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(1702), [1934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(650), [1937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(624), [1940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 2, 0, 18), [1942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 2, 0, 18), [1944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(677), [1947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(1710), [1950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(677), [1953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(625), [1956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 37), [1958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 37), SHIFT_REPEAT(589), [1961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(637), [1964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(1619), [1967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(637), [1970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(620), [1973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 32), [1975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(695), [1978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(1730), [1981] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(695), [1984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(622), [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3, 0, 27), [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, 0, 27), [2001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, 0, 35), [2003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(663), [2006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(1698), [2009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(663), [2012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(621), [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [2017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, 0, 16), [2019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(696), [2022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(1672), [2025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(696), [2028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 43), SHIFT_REPEAT(623), [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), [2043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), [2061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), [2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 2, 0, 0), [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 3, 0, 0), [2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, 0, 10), [2073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, 0, 10), [2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2, 0, 0), [2077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1734), [2080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), [2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), [2084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), [2086] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), [2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), [2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), [2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), [2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), [2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), [2100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 1, 0, 7), [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), [2108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_class_name, 1, 0, 0), [2110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_capture_pattern, 1, 0, 0), [2112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 1, 0, 0), [2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), [2116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 21), SHIFT_REPEAT(184), [2119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 21), SHIFT_REPEAT(1149), [2122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 21), SHIFT_REPEAT(1149), [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 21), [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), [2131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, -1, 12), SHIFT(180), [2134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), [2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), [2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), [2164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), [2166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), [2168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_class_name, 2, 0, 0), [2170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_value_pattern, 2, 0, 0), [2172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), [2176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_operator, 3, 0, 40), [2178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, 0, 40), [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), [2184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), [2186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 0), [2188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, 0, 0), [2190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 36), [2192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 36), [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), [2198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), [2200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, 0, 33), [2202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 3, 0, 33), [2204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 1, 0, 86), [2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), [2208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 2, 0, 110), [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), [2212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 23), [2214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, 0, 67), [2216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 4, 0, 67), [2218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), [2220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), [2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), [2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), [2226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 23), [2228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), [2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), [2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), [2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), [2236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_within_for_in_clause, 1, 0, 0), [2238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2, 0, 0), [2240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), [2242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(356), [2245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(1623), [2248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(510), [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_or_pattern, 3, 0, 0), [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_or_pattern_repeat1, 2, 0, 0), [2257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_or_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(994), [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), [2264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__f_expression, 1, 0, 0), [2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), [2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_or_pattern, 4, 0, 0), [2272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 1, 0, 0), [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), [2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 2, 0, 0), [2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 2, 0, 0), [2280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 3, 0, 0), [2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 9, 0, 140), [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), [2286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), [2288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), [2290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(307), [2293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 4, 0, 140), [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_or_pattern, 1, 0, 0), [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), [2301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), [2303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1119), [2306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1119), [2309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 32), [2313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 145), [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), [2317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 3, 0, 0), [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2, 0, 14), [2321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 4, 0, 153), [2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 3, 0, 136), [2325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 5, 0, 0), [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 5, 0, 0), [2329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_group_pattern, 3, 0, 135), [2331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 4, 0, 0), [2333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, 0, 101), [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), [2341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2, 0, 0), [2343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 5, 0, 140), [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 6, 0, 0), [2347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 6, 0, 140), [2349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 2, 0, 0), [2351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 4, 0, 0), [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 7, 0, 0), [2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_content, 1, 0, 0), [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), [2365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_content, 1, 0, 0), [2369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 7, 0, 140), [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 8, 0, 140), [2373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 3, 0, 140), [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2, 0, 0), [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), [2385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 127), [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), [2389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 126), [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 2, 0, 0), [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), [2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), [2407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), [2409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 3, 0, 33), [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, 0, 32), [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_hand_side, 1, 0, 0), [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), [2433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, -1, 12), [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 3, 0, 0), [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), [2459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, 0, 67), [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), [2473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), [2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), [2481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, 0, 10), [2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, 0, 63), [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), [2487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, 0, 15), [2489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), [2491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), [2497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2, 0, 11), [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1, 0, 0), [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), [2503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2, 0, 0), [2505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1641), [2508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, 0, 16), [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, 0, 98), [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), [2518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 1, 0, 0), [2520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_expression, 1, 0, 0), [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), [2524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2, 0, 0), [2526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, 0, 3), [2528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, 0, 3), [2530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 37), [2532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 37), SHIFT_REPEAT(256), [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), [2537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, 0, 4), [2539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, 0, 4), [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), [2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 1, 0, 6), [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), [2549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), [2551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 2, 0, 0), [2553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2, 0, 0), [2555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(386), [2558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, 0, 44), [2560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, 0, 44), [2562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, 0, 44), [2564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, 0, 44), [2566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, 0, 36), [2568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, 0, 69), [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), [2574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_list_repeat1, 2, 0, 32), [2576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, 0, 122), [2578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_bound, 2, 0, 112), [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), [2582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 37), SHIFT_REPEAT(254), [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), [2591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6, 0, 44), [2593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6, 0, 44), [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), [2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 10), [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), [2603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_open_sequence_match_pattern_repeat1, 2, 0, 0), [2605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_open_sequence_match_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(981), [2608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, 0, 44), [2610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, 0, 44), [2612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_as_pattern, 3, 0, 139), [2614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, 0, 123), [2616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 4, 0, 64), [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [2626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1, 0, 0), [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), [2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), [2646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 1, 0, 6), [2648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 5, 0, 91), [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), [2656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, 0, 23), [2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, 0, 36), [2660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 37), SHIFT_REPEAT(255), [2663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 3, 0, 24), [2665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, 0, 6), [2667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, 0, 97), [2669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), [2671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(189), [2674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1305), [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, 0, 16), [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, 0, 37), [2689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, 0, 37), SHIFT_REPEAT(250), [2692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_star_pattern, 2, 0, 11), [2694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 4, 0, 54), [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), [2698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2, 0, 0), [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), [2702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_param_default, 2, 0, 113), [2704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5, 0, 144), [2706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, 0, 31), [2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, 0, 124), [2710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 32), [2712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2, 0, 0), SHIFT_REPEAT(133), [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2, 0, 0), [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, 0, 0), [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), [2723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 2, 0, 137), [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [2729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 25), [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), [2737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1696), [2740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2, 0, 0), [2742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, 0, 66), [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), [2750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, 0, 24), [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), [2754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 45), SHIFT_REPEAT(1503), [2757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 45), [2759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_prefix, 1, 0, 0), [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, 0, 0), [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), [2775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_list_repeat1, 2, 0, 37), SHIFT_REPEAT(417), [2778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_list_repeat1, 2, 0, 37), [2780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, 0, 50), [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), [2786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_prefix_repeat1, 2, 0, 0), [2788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_prefix_repeat1, 2, 0, 0), SHIFT_REPEAT(1352), [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), [2793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 1, 0, 7), [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, 0, 16), [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), [2815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_list, 2, 0, 16), [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 2, 0, 0), [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), [2825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 53), SHIFT_REPEAT(393), [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 53), [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), [2834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(352), [2837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevartuple_parameter, 2, 0, 25), [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paramspec_parameter, 2, 0, 25), [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 30), [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, 0, 0), [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 3, 0, 0), [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 2, 0, 87), [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3, 0, 0), [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 3, 0, 0), [2871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 2, 0, 0), [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 3, 0, 0), [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), [2883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(336), [2886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, 0, 15), [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), [2894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 29), [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), [2900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 1, 0, 0), [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), [2906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_maybe_star_pattern, 1, 0, 0), [2908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_patterns, 1, 0, 0), [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), [2916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, 0, 15), [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 89), [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), [2948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat1, 2, 0, 0), [2950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(991), [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 37), [2957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 37), SHIFT_REPEAT(246), [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), [2968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 38), [2970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2, 0, 0), [2972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 45), SHIFT_REPEAT(1465), [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), [2979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aliased_import, 3, 0, 46), [2981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, 0, 37), SHIFT_REPEAT(252), [2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, 0, 37), [2986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat2, 2, 0, 0), [2988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat2, 2, 0, 0), SHIFT_REPEAT(1593), [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), [2993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, 0, 37), SHIFT_REPEAT(265), [2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, 0, 37), [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), [3034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 2, 0, 16), [3036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relative_import, 1, 0, 0), [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), [3060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2, 0, 0), [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), [3070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_mapping_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1029), [3073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_mapping_pattern_repeat1, 2, 0, 0), [3075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1, 0, 0), [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), [3091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(1036), [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), [3122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 1, 0, 74), [3124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 1, 0, 74), [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), [3136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 115), [3138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 116), SHIFT_REPEAT(1200), [3141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 116), [3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1, 0, 0), [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), [3149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), [3155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(1035), [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), [3168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 3, -1, 59), [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), [3188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_keyword_pattern, 3, 0, 164), [3190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, 0, 32), [3192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 68), [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), [3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_key_value_pattern, 3, 0, 63), [3220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), [3222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, 0, 5), [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), [3228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), [3232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 5, 0, 75), [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), [3238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 5, 0, 76), [3240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevartuple_parameter, 3, 0, 111), [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paramspec_parameter, 3, 0, 111), [3244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 4, 0, 47), [3246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, 0, 32), [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), [3252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 2, 0, 88), [3254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_import, 1, 0, 0), [3256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 3, 0, 114), [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), [3262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 89), [3264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, 0, 48), [3266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, 0, 49), [3268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1, 0, 0), [3270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 6, 0, 99), [3272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 6, 0, 100), [3274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 39), [3276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), [3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1, 0, 0), [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), [3284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3, 0, 22), [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), [3288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), [3290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1, 0, 0), [3292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), [3296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 7, 0, 125), [3298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, 0, 40), [3300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_double_star_pattern, 2, 0, 11), [3302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, 0, 95), [3304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_positional_pattern, 1, 0, 0), [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), [3360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1, 0, 0), [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), [3466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, 0, 0), [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), [3470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3, 0, 0), [3472] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [3474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_import, 2, 0, 25), [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), [3506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, 0, 0), [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), }; enum ts_external_scanner_symbol_identifiers { 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__template_string_start] = true, }, [9] = { [ts_external_token__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, }, }; #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 TREE_SITTER_HIDE_SYMBOLS #define TS_PUBLIC #elif defined(_WIN32) #define TS_PUBLIC __declspec(dllexport) #else #define TS_PUBLIC __attribute__((visibility("default"))) #endif TS_PUBLIC const TSLanguage *tree_sitter_python(void) { static const TSLanguage language = { .abi_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 = (const void*)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, }, .primary_state_ids = ts_primary_state_ids, }; return &language; } #ifdef __cplusplus } #endif